Fix bug #7474 with cursor positioning in overlay strings.
[bpt/emacs.git] / src / ChangeLog
1 2010-11-25 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): Don't forget to consider the
4 `cursor' property of the first character in overlay strings.
5 (Bug#7474)
6
7 2010-11-24 Jan Djärv <jan.h.d@swipnet.se>
8
9 * nsterm.m (NSLeftControlKeyMask, NSLeftCommandKeyMask)
10 (NSLeftAlternateKeyMask): New defines.
11 (keyDown): Parse left and right keys separately (Bug#7458).
12 Compare Left key masks exactly (Bug#7458).
13
14 2010-11-23 Eli Zaretskii <eliz@gnu.org>
15
16 * intervals.c (temp_set_point_both): Define before calling, to
17 avoid GCC warnings.
18
19 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
20
21 * nsmenu.m: Use #include <config.h> instead of "config.h".
22
23 * term.c (Qglyphless_char,last_glyphless_glyph_frame)
24 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
25 Move declarations ...
26 * lisp.h (Qglyphless_char,last_glyphless_glyph_frame)
27 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
28 ... here.
29
30 * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
31 (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG)
32 (gdb_pvec_type):
33 * print.c (print_output_debug_flag):
34 * lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE.
35 (safe_debug_print): New declaration.
36
37 * xterm.c:
38 * systty.h:
39 * sound.c: Include <sys/ioctl.h> unconditionally.
40
41 2010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
42
43 * alloc.c (mark_maybe_object): Return early if given a Lisp
44 integer (Bug#6301).
45
46 2010-11-21 Ken Brown <kbrown@cornell.edu>
47
48 * sheap.c (STATIC_HEAP_SIZE): Revert previous change.
49
50 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
51
52 * nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
53 Define (Bug#7458).
54 (NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
55 (EV_MODIFIERS): Check for NSRightCommandKeyMask and
56 NSRightControlKeyMask also (Bug#7458).
57 (keyDown): Ditto (Bug#7458).
58 (syms_of_nsterm): Defvar ns-right-command-modifier and
59 ns-right-control-modifier (Bug#7458).
60
61 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
62
63 * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.
64 * emacs.c (emacs_priority, syms_of_emacs): Remove emacs_priority.
65
66 * intervals.h (temp_set_point, temp_set_point_both):
67 * buffer.h (offset_intervals, copy_intervals): Remove INLINE.
68
69 2010-11-20 Ken Brown <kbrown@cornell.edu>
70
71 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
72
73 2010-11-20 Eli Zaretskii <eliz@gnu.org>
74
75 * term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or
76 \xNNNNNN for hex-code display of glyphless characters.
77
78 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
79
80 * gtkutil.c (xg_make_tool_item): Take vert_only as argument.
81 Set important to ! vert_only.
82 (xg_show_toolbar_item): Don't show label horizontally if
83 tool item isn't important.
84 (update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to
85 xg_make_tool_item, or update important on existing tool item.
86
87 * keyboard.c (QCvert_only): New variable.
88 (parse_tool_bar_item): Check for QCvert_only.
89 (syms_of_keyboard): Initialize QCvert_only.
90
91 * dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY.
92
93 2010-11-20 Eli Zaretskii <eliz@gnu.org>
94
95 * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the
96 same in-line.
97
98 2010-11-20 Andreas Schwab <schwab@linux-m68k.org>
99
100 * xfaces.c (lookup_face): Make static.
101 * dispnew.c (copy_row_except_pointers): Likewise.
102 * syntax.c (dec_bytepos): Likewise.
103 (inc_bytepos): Remove.
104 * dispextern.h (lookup_face): Remove declaration.
105
106 2010-11-19 Eli Zaretskii <eliz@gnu.org>
107
108 * xdisp.c (set_cursor_from_row): Display cursor after all the
109 glyphs that come from an overlay. Don't overstep the last glyph
110 when skipping glyphs from an overlay. (Bug#6687)
111
112 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu>
113
114 * alloc.c (refill_memory_reserve): Move declaration ...
115 * lisp.h (refill_memory_reserve): ... here.
116
117 * strftime.c (_strftime_copytm): Add declaration.
118
119 * callproc.c (syms_of_callproc): Use intern_c_string.
120
121 Move declarations from .c files to .h files.
122 * process.c (timers_run):
123 * minibuf.c (quit_char):
124 * lread.c (read_emacs_mule_char):
125 * keyboard.c (minibuf_level, message_enable_multibyte)
126 (pending_malloc_warning):
127 * insdel.c (Vselect_active_regions, Vsaved_region_selection)
128 (Qonly): Remove declarations.
129 * lisp.h (pending_malloc_warning, Vsaved_region_selection)
130 (Vselect_active_regions):
131 * keyboard.h (timers_run): Add declarations.
132
133 * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r)
134 (tm_diff): Convert definitions to standard C.
135 (extra_args_spec_iso): Remove, unused.
136
137 2010-11-18 Jan Djärv <jan.h.d@swipnet.se>
138
139 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
140
141 * config.in (HAVE_G_TYPE_INIT): New symbol.
142
143 2010-11-18 Eli Zaretskii <eliz@gnu.org>
144
145 * lread.c (Fload): Mention `load-in-progress' and
146 `load-file-name'. (Bug#7346)
147
148 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
149 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
150 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
151 subprocesses. Use buffer_free only ifdef subprocesses.
152
153 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
154 the subprocesses version, not in the non-subprocesses one.
155
156 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
157
158 2010-11-17 Eli Zaretskii <eliz@gnu.org>
159
160 * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty
161 lines on text-mode terminals. (bug#7417)
162
163 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * xterm.c (get_current_wm_state): Rename from get_current_vm_state.
166 (do_ewmh_fullscreen, x_handle_net_wm_state): Update callers.
167
168 2010-11-17 Kenichi Handa <handa@m17n.org>
169
170 * coding.c (Fset_terminal_coding_system_internal): Fix previous
171 change (set charset-ID list instead of charset-symbol list).
172
173 2010-11-16 Chong Yidong <cyd@stupidchicken.com>
174
175 * keyboard.c (make_lispy_position): For text area clicks, record Y
176 pixel position relative to the text area, excluding header line.
177 Also change X and Y to Lisp_Objects, not pointers; don't return
178 coordinate values via pointers. Pass ON_TEXT_AREA coordinate to
179 buffer_posn_from_coords counting from the start of the text area.
180 (Fposn_at_x_y, make_lispy_event): Callers changed.
181
182 * window.c (coordinates_in_window): Change X and Y to ints rather
183 than pointers; don't return coordinates via pointers.
184 (struct check_window_data): Change X and Y from pointers to ints.
185 (window_from_coordinates): Remove args WX and WY; don't return
186 coordinates via pointers.
187 (Fcoordinates_in_window_p, window_from_coordinates):
188 (check_window_containing, Fwindow_at): Callers changed.
189 (window_relative_x_coord): New function.
190
191 * window.h (window_from_coordinates, window_relative_x_coord):
192 Update prototypes.
193
194 * dispnew.c (buffer_posn_from_coords): Assume that X counts from
195 the start of the text area.
196
197 * xdisp.c (remember_mouse_glyph): Change window_from_coordinates
198 call. Use window_relative_x_coord.
199 (note_mouse_highlight): Change window_from_coordinates call.
200
201 * w32term.c (w32_read_socket):
202 * msdos.c (dos_rawgetc):
203 * xterm.c (handle_one_xevent): Likewise.
204
205 2010-11-16 Dan Nicolaescu <dann@ics.uci.edu>
206
207 * strftime.c (LOCALE_PARAM_DECL): Update for standard C.
208 (LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused.
209 (memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu):
210 Convert definitions to standard C.
211 * regex.c: Do not include <stdlib.h>, config.h does it.
212 Include unistd.h.
213 (xrealloc, init_syntax_once, re_match, regcomp, regexec)
214 (regerror, regfree): Convert definitions to standard C.
215 * mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert)
216 (__mktime_internal): Convert definitions to standard C.
217
218 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
219
220 * w32proc.c:
221 * w32inevt.c:
222 * w32heap.c:
223 * w32.c: Remove config.h include guards.
224
225 * callproc.c (child_setup): Reorder code to simplify #ifdefs.
226 No code changes.
227
228 * process.c: Include <sys/ioctl.h> unconditionally,
229 keyboard.c already does it.
230
231 * keyboard.c (pending_malloc_warning): Add const to match
232 definition in alloc.c.
233 (Fset_input_interrupt_mode): Simplify #ifdefs.
234
235 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
236
237 Clean up systty.h macros.
238 * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY)
239 (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the
240 definition in all uses.
241 (EMACS_TTY_TABS_OK): Remove, it has a single user.
242 * sysdep.c (discard_tty_input, child_setup_tty)
243 (init_sys_modes, tabs_safe_p, reset_sys_modes):
244 * emacs.c (shut_down_emacs):
245 * callproc.c (child_setup):
246 * term.c (dissociate_if_controlling_tty): Inline removed macros.
247
248 * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
249
250 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
251
252 * w32fns.c (Fx_create_frame):
253 * nsfns.m (Fx_create_frame): Don't check for the cursorColor
254 resource here; it's now done at startup.
255
256 2010-11-14 Jan Djärv <jan.h.d@swipnet.se>
257
258 * xterm.c (set_wm_state): Add Qnil to final cons.
259
260 * xselect.c (x_send_client_event): Remove unused variables cons and
261 size.
262
263 2010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
264
265 * keyboard.c (modify_event_symbol) : Add const to array elements of
266 arg NAME_TABLE.
267 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
268 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
269 (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names):
270 Add const to array elements.
271 (scroll_bar_parts): Make static. Fix position of const.
272
273 * w32fns.c (lispy_function_keys): Add const to extern.
274
275 * w32inevt.c (lispy_function_keys): Likewise.
276
277 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
278
279 * xfns.c (Fx_create_frame): Don't check for the cursorColor
280 resource here; it's now done at startup.
281
282 2010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
283
284 * xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
285
286 Fix compilation on Solaris.
287 * sysdep.c: Do not #include <term.h>.
288 (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
289
290 * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
291
292 2010-11-13 Jan Djärv <jan.h.d@swipnet.se>
293
294 * xterm.c (set_wm_state): Don't put Atom in cons, call
295 make_fixnum_or_float on them first.
296 (x_term_init): Initialize Xatom_net_supporting_wm_check and
297 Xatom_net_supported correctly.
298
299 * xselect.c (x_send_client_event): Move CHECK_STRING ...
300 (Fx_send_client_event): to here.
301
302 2010-11-13 Martin Rudalics <rudalics@gmx.at>
303
304 * window.c (Fwindow_use_time): New function.
305
306 2010-11-13 Eli Zaretskii <eliz@gnu.org>
307
308 * xdisp.c (set_cursor_from_row): Fix cursor positioning on
309 zero-width characters.
310
311 * .gdbinit (pgx): Adapt to latest changes in `struct glyph'.
312
313 * w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
314 box before drawing the glyphs inside it.
315
316 * xdisp.c (syms_of_xdisp) <glyphless-char-display>: Doc fix.
317
318 * dispextern.h (enum glyphless_display_method): Rename
319 GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE. All
320 users changed.
321
322 * term.c (append_glyphless_glyph, produce_glyphless_glyph): Fix
323 comments.
324 (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
325 whitespace in "[]", to simulate a box. Don't use uninitialized
326 variable `width'.
327
328 2010-11-11 Julien Danjou <julien@danjou.info>
329
330 * xsettings.c (init_xsettings): Use already fetch atoms.
331
332 * xsmfns.c (create_client_leader_window): Use SM_CLIENT_ID atom
333 from dpyinfo.
334
335 * xselect.c (Fx_send_client_event): Split and create
336 x_send_client_event.
337
338 * lisp.h: Do not EXFUN Fx_send_client_event.
339
340 * xterm.c (x_set_frame_alpha): Use _NET_WM_WINDOW_OPACITY atom
341 from dpyinfo.
342 (wm_supports): Use atoms from dpyinfo.
343 (do_ewmh_fullscreen): Use atoms from dpyinfo.
344 (x_ewmh_activate_frame): Use atoms from dpyinfo.
345 (xembed_set_info): Use atoms from dpyinfo.
346 (x_term_init): Fetch _XEMBED_INFO, _NET_SUPPORTED,
347 _NET_SUPPORTING_WM_CHECK, _NET_WM_WINDOW_OPACITY and
348 _NET_ACTIVE_WINDOW, XSETTINGS atoms.
349 Get all atoms in one round-trip.
350 (set_wm_state): Use x_send_client_event rather than
351 Fx_send_client_event, using Atom directly.
352 (x_ewmh_activate_frame): Ditto.
353 (x_set_sticky): Pass atoms to set_wm_state.
354 (do_ewmh_fullscreen): Ditto.
355
356
357 * xterm.h (x_display_info): Add Xatom_net_supported,
358 Xatom_net_supporting_wm_check, Xatom_net_active_window,
359 Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID.
360
361 * xfns.c (Fx_show_tip): Fix typo in docstring.
362
363 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * cmds.c (Fself_insert_command): Don't call XFASTINT without checking
366 it's not negative.
367
368 2010-11-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
369
370 * font.c (font_filter_properties): Add const to array elements of
371 properties args.
372
373 * font.h (font_filter_properties): Likewise.
374
375 * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array
376 elements.
377
378 * w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
379
380 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
381
382 * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
383 (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature)
384 (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD.
385 (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string.
386 (syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
387
388 2010-11-10 Glenn Morris <rgm@gnu.org>
389
390 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
391
392 2010-11-09 Eli Zaretskii <eliz@gnu.org>
393
394 * xfns.c (x_real_positions): Fix declaration-after-statement problem.
395
396 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
397
398 * image.c (free_image): Don't garbage the frame here, since this
399 function can be called while redisplaying (Bug#7210).
400 (uncache_image): Garbage the frame here (Bug#6426).
401
402 2010-11-09 Jan Djärv <jan.h.d@swipnet.se>
403
404 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
405 parent is the root window. Check this after traversing window tree.
406
407 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
408
409 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
410
411 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
412 before traversing window tree (Bug#5721).
413
414 2010-11-07 Jan Djärv <jan.h.d@swipnet.se>
415
416 * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
417
418 * xdisp.c (note_mode_line_or_margin_highlight):
419 Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
420
421 2010-11-06 Eli Zaretskii <eliz@gnu.org>
422
423 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
424 adjust width of tool-tip frame to the width of text, excluding the
425 stretch glyph at the beginning of R2L glyph rows.
426
427 * w32fns.c (Fx_show_tip): Likewise.
428
429 2010-11-06 Jan Djärv <jan.h.d@swipnet.se>
430
431 * nsfont.m: Include termchar for new mouse-highlight.
432 (nsfont_draw): Use MOUSE_HL_INFO.
433
434 2010-11-05 Eli Zaretskii <eliz@gnu.org>
435
436 Unify mouse-highlight code for all GUI and TTY sessions.
437
438 * term.c: Remove static mouse_face_* variables. All users
439 changed.
440 (term_show_mouse_face, term_clear_mouse_face)
441 (fast_find_position, term_mouse_highlight): Functions deleted.
442 (tty_draw_row_with_mouse_face): New function.
443 (term_mouse_movement): Call note_mouse_highlight instead of
444 term_mouse_highlight.
445
446 * nsterm.m (ns_update_window_begin, ns_update_window_end)
447 (ns_update_end, x_destroy_window, ns_frame_up_to_date)
448 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)
449 (ns_dumpglyphs_image, ns_dumpglyphs_stretch)
450 (ns_initialize_display_info, keyDown, mouseMoved, mouseExited):
451 Replace Display_Info with Mouse_HLInfo everywhere where
452 mouse_face_* members were accessed for mouse highlight purposes.
453
454 * xterm.c (x_update_window_begin, x_update_window_end)
455 (x_update_end, XTframe_up_to_date, x_set_mouse_face_gc)
456 (handle_one_xevent, x_free_frame_resources, x_term_init): Replace
457 Display_Info with Mouse_HLInfo everywhere where mouse_face_*
458 members were accessed for mouse highlight purposes.
459
460 * w32term.c (x_update_window_begin, x_update_window_end)
461 (x_update_end, w32_read_socket, x_free_frame_resources)
462 (w32_initialize_display_info): Replace Display_Info with
463 Mouse_HLInfo everywhere where mouse_face_* members were accessed
464 for mouse highlight purposes.
465
466 * xdisp.c (show_mouse_face, note_mode_line_or_margin_highlight)
467 (note_mouse_highlight) [HAVE_WINDOW_SYSTEM]: Don't run GUI code
468 unless the frame is on a window-system.
469 (get_tool_bar_item, handle_tool_bar_click)
470 (note_tool_bar_highlight, draw_glyphs, erase_phys_cursor)
471 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
472 (note_mode_line_or_margin_highlight, note_mouse_highlight)
473 (x_clear_window_mouse_face, cancel_mouse_face, expose_frame):
474 Replace Display_Info with Mouse_HLInfo everywhere where
475 mouse_face_* members were accessed for mouse highlight purposes.
476 (coords_in_mouse_face_p): Move prototype out of the
477 HAVE_WINDOW_SYSTEM conditional.
478 (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the
479 HAVE_WINDOW_SYSTEM block.
480 (try_window_id) [HAVE_GPM || MSDOS]: Call
481 x_clear_window_mouse_face.
482 (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM
483 systems. Call tty_draw_row_with_mouse_face for TTY systems.
484 (show_mouse_face): Call draw_row_with_mouse_face, instead of
485 calling draw_glyphs directly.
486 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
487 (cursor_in_mouse_face_p, rows_from_pos_range)
488 (mouse_face_from_buffer_pos, mouse_face_from_string_pos)
489 (note_mode_line_or_margin_highlight, note_mouse_highlight)
490 (x_clear_window_mouse_face, cancel_mouse_face): Move out of the
491 HAVE_WINDOW_SYSTEM block. Ifdef away window-system specific
492 fragments.
493 (note_mouse_highlight): Call popup_activated for MSDOS as well.
494 Clear mouse highlight if pointer is over glyphs whose OBJECT is an
495 integer.
496 (mouse_face_from_buffer_pos): Add parentheses around && within ||.
497 (x_consider_frame_title, tool_bar_lines_needed): Move
498 prototypes to HAVE_WINDOW_SYSTEM-only part.
499 (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only
500 part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function.
501 (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only
502 part.
503
504 * dispnew.c (mirror_make_current): Set Y coordinate of the
505 mode-line and header-line rows.
506 (init_display): Setup initial frame's output_data for text
507 terminal frames.
508
509 * xmenu.c (popup_activated): Don't define on MSDOS, which now has
510 its own definition on msdos.c.
511
512 * msdos.c (show_mouse_face, clear_mouse_face)
513 (fast_find_position, IT_note_mode_line_highlight)
514 (IT_note_mouse_highlight): Functions deleted.
515 (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight
516 instead of IT_note_mouse_highlight.
517 (draw_row_with_mouse_face, popup_activated): New functions.
518 (dos_set_window_size, draw_row_with_mouse_face, IT_update_begin)
519 (IT_update_end, IT_frame_up_to_date, internal_terminal_init)
520 (dos_rawgetc): Replace Display_Info with Mouse_HLInfo everywhere
521 where mouse_face_* members were accessed for mouse highlight
522 purposes.
523
524 * msdos.h (initialize_msdos_display): Add prototype.
525
526 * frame.h (MOUSE_HL_INFO): New macro.
527
528 * lisp.h (Mouse_HLInfo): New data type.
529
530 * xterm.h (struct x_display_info):
531 * w32term.h (struct w32_display_info):
532 * nsterm.h (struct ns_display_info):
533 * termchar.h (struct tty_display_info): Use it instead of
534 mouse_face_* members.
535
536 * dispextern.h (show_mouse_face, clear_mouse_face): Update type of
537 1st argument.
538 (frame_to_window_pixel_xy, note_mouse_highlight)
539 (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face)
540 (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of
541 HAVE_WINDOW_SYSTEM conditional.
542 (draw_row_with_mouse_face): Declare prototype.
543 (tty_draw_row_with_mouse_face): Declare prototype.
544
545 2010-11-05 Eli Zaretskii <eliz@gnu.org>
546
547 * term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove
548 unused variables.
549
550 2010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com>
551
552 * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
553 logic pointed out by Eli Zaretskii.
554
555 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
556
557 * coding.c (coding-category-list): Refer to set-coding-system-priority
558 instead of the obsolete set-coding-priority in the doc string.
559
560
561 2010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com>
562
563 * nsfont.m (nsfont_draw): Correct previous patch to return
564 correct value.
565 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
566 don't change the method signature, change the return.
567
568 2010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change)
569
570 * nsfont.m (nsfont_draw)
571 * nsimage.m (EmacsImage-setXBMColor:)
572 * nsterm.m (EmacsView-performDragOperation:): Correct empty return.
573
574 2010-11-03 Julien Danjou <julien@danjou.info>
575
576 * image.c (gif_load): Add support for transparency and specified
577 :background.
578
579 2010-11-01 Kenichi Handa <handa@m17n.org>
580
581 * dispextern.h (lookup_glyphless_char_display): Extern it.
582
583 * termhooks.h (struct terminal): New member charset_list.
584
585 * coding.c (Fset_terminal_coding_system_internal): Set the
586 `charset_list' member of struct terminal.
587
588 * term.c (produce_glyphs): Handle the case it->what == IT_GLYPHLESS.
589 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
590
591 * xdisp.c (lookup_glyphless_char_display): Make it non-static.
592 (lookup_glyphless_char_display): Set it->what at the end.
593 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
594 (last_glyphless_glyph_merged_face_id): Make them non-static.
595
596 * w32term.c (x_draw_glyphless_glyph_string_foreground):
597 Fix the arg with_background for font->driver->draw.
598
599 2010-11-01 Kenichi Handa <handa@m17n.org>
600
601 * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
602 Surround chp by parentheses.
603
604 2010-11-01 Kenichi Handa <handa@m17n.org>
605
606 Implement various display methods for glyphless characters.
607
608 * xdisp.c (Qglyphless_char, Vglyphless_char_display)
609 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
610 (Qzero_width): New variables.
611 (THIN_SPACE_WIDTH): New macro.
612 (lookup_glyphless_char_display): New funciton.
613 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
614 (last_glyphless_glyph_merged_face_id): New variables.
615 (get_next_display_element): Check glyphless characters.
616 (redisplay_internal): Initialize last_glyphless_glyph_frame and
617 last_glyphless_glyph_face_id.
618 (fill_glyphless_glyph_string): New function.
619 (BUILD_GLYPHLESS_GLYPH_STRING): New macro.
620 (BUILD_GLYPH_STRINGS): Handle the case GLYPHLESS_GLYPH.
621 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
622 (x_produce_glyphs): If a suitable font is not found, produce a
623 glyphless glyph. Handle the case it->what == IT_GLYPHLESS.
624 (syms_of_xdisp): Intern and staticpro Qglyphless_char,
625 Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space, and
626 Qzero_width.
627 (Vglyphless_char_display): Declare it as a Lisp variable.
628
629 * dispextern.h (enum glyph_type): Add GLYPHLESS_GLYPH.
630 (struct glyph): Change the size of the member "type" to 3.
631 Add glyphless to the union slice and u.
632 (enum display_element_type): Add IT_GLYPHLESS.
633 (enum glyphless_display_method): New enum.
634 (struct it): New member glyphless_method.
635 (Vglyphless_char_display): Extern it.
636
637 * xterm.c (x_draw_glyphless_glyph_string_foreground): New function.
638 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
639
640 * w32term.c (x_draw_glyphless_glyph_string_foreground): New function.
641 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
642
643 * nsterm.m (ns_draw_glyph_string): Handle the case
644 GLYPHLESS_GLYPH (the detail is not yet implemented).
645
646 2010-10-31 Glenn Morris <rgm@gnu.org>
647
648 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
649
650 * frame.c (syms_of_frame) <tool-bar-mode>:
651 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
652
653 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
654
655 * xterm.c (x_connection_closed): Print informative error message
656 when aborting on GTK. This requires using shut_down_emacs
657 directly instead of Fkill_emacs.
658
659 2010-10-29 Eli Zaretskii <eliz@gnu.org>
660
661 * emacs.c (main): Call syms_of_filelock unconditionally.
662
663 * filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION
664 clause, but keep part of it conditioned on CLASH_DETECTION.
665
666 2010-10-29 Glenn Morris <rgm@gnu.org>
667
668 * nsfns.m (Fx-display-save-under, Fx-open-connection)
669 (Fxw-color-defined-p, Fxw-display-color-p, Fx-show-tip):
670 * w32fns.c (Fxw_color_defined_p, Fx_open_connection):
671 * xfns.c (Fxw_color_defined_p, Fx_open_connection):
672 Sync docs between X, W32, NS.
673
674 * buffer.c (syms_of_buffer) <abbrev-mode, transient-mark-mode>:
675 * frame.c (syms_of_frame) <tool-bar-mode>: Move doc here from Lisp.
676
677 2010-10-26 Juanma Barranquero <lekktu@gmail.com>
678
679 * eval.c (init_eval_once): Set max_lisp_eval_depth to 600;
680 otherwise, bootstrapping on Windows fails to compile macroexp.el.
681
682 2010-10-26 Eli Zaretskii <eliz@gnu.org>
683
684 * cmds.c (internal_self_insert): Don't insert if argument N is
685 zero or negative. (Bug#7281)
686
687 2010-10-26 Jan Djärv <jan.h.d@swipnet.se>
688
689 * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
690
691 2010-10-25 Glenn Morris <rgm@gnu.org>
692
693 * Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
694
695 2010-10-24 Glenn Morris <rgm@gnu.org>
696
697 * w32fns.c (Fx_synchronize, Fx_change_window_property)
698 (Fx_window_property, Fx_file_dialog):
699 * xfns.c (Fx_synchronize, Fx_change_window_property)
700 (Fx_window_property, Fx_file_dialog): Sync docs between w32 and X.
701
702 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
703
704 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
705
706 2010-10-24 Eli Zaretskii <eliz@gnu.org>
707
708 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
709
710 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
711 Deprecate use as a boolean flag.
712
713 2010-10-24 Jim Meyering <jim@meyering.net>
714
715 * emacs.c (argmatch): Don't treat "--" as "--chdir".
716
717 2010-10-24 Glenn Morris <rgm@gnu.org>
718
719 * w16select.c (syms_of_win16select) <selection-coding-system>:
720 <next-selection-coding-system>:
721 * w32select.c (syms_of_w32select) <selection-coding-system>:
722 <next-selection-coding-system>:
723 Sync docs with select.el.
724
725 * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
726 Lisp version.
727
728 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
729 Sync doc with the xterm.c version.
730
731 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
732 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
733
734 2010-10-23 Glenn Morris <rgm@gnu.org>
735
736 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
737 * frame.c (syms_of_frame) <menu-bar-mode>:
738 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
739 <hourglass-delay>: Sync docs with Lisp.
740
741 2010-10-23 Eli Zaretskii <eliz@gnu.org>
742
743 Implement mouse highlight for bidi-reordered lines.
744
745 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
746 (mouse_face_from_string_pos): New function, replaces
747 fast_find_string_pos.
748 (note_mouse_highlight): Call it instead of fast_find_string_pos.
749 (note_mode_line_or_margin_highlight): Support bidi-reordered
750 strings and R2L glyph rows. Fix comments.
751 (note_mouse_highlight): When bidi reordering is turned on in a
752 buffer, call next-single-property-change and
753 previous-single-property-change with last argument nil. Clear
754 mouse highlight when mouse pointer is in a R2L row on the stretch
755 glyph that stands for no text beyond the line end.
756 (row_containing_pos): Don't return too early when CHARPOS is in a
757 bidi-reordered continued line. Return immediately when the first
758 hit is found in a line that is not continued, or when an exact
759 match for CHARPOS is found.
760 (rows_from_pos_range): New function.
761 (mouse_face_from_buffer_pos): Use it instead of calling
762 row_containing_pos for START_CHARPOS and END_CHARPOS. Rewrite the
763 function to support mouse highlight in bidi-reordered lines and
764 not to assume that START_CHARPOS is always in mouse_face_beg_row.
765 If necessary, swap mouse_face_beg_row and mouse_face_end_row so
766 that the former is always above the latter or identical to it.
767 (show_mouse_face): Support drawing highlighted R2L lines.
768 (coords_in_mouse_face_p): New function, bidi-aware.
769 (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor):
770 Call it instead of comparing with mouse-face members of dpyinfo.
771 (note_mode_line_or_margin_highlight): Fix confusingly swapped
772 usage of hpos and vpos.
773
774 2010-10-22 Jan Djärv <jan.h.d@swipnet.se>
775
776 * xrdb.c: Include keyboard.h for MOTIF.
777
778 * xmenu.c: Revert 2010-07-27 change: lwlib.h is needed for
779 MOTIF (Bug#7263).
780
781 * xfns.c: Include Xm/TextF and Xm/List.
782 (file_dialog_cb, file_dialog_unmap_cb, clean_up_file_dialog): Make
783 ANSI prototypes.
784
785 2010-10-22 Glenn Morris <rgm@gnu.org>
786
787 * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
788 Remove ccl and duplicate mouse.
789
790 2010-10-21 Chong Yidong <cyd@stupidchicken.com>
791
792 * insdel.c (prepare_to_modify_buffer): Don't set
793 saved-region-selection if modification hooks are disabled.
794
795 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
796
797 * cmds.c (Fdelete_char): Doc fix.
798
799 2010-10-19 Ken Brown <kbrown@cornell.edu>
800
801 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
802
803 2010-10-19 Kenichi Handa <handa@m17n.org>
804
805 Fix incorrect font metrics when the same font is opened with
806 different pixelsizes.
807
808 * xftfont.c: Include composite.h.
809 (xftfont_shape): New function.
810 (syms_of_xftfont): Set xftfont_driver.shape.
811
812 2010-10-18 Julien Danjou <julien@danjou.info>
813
814 * frame.c (Fframe_pointer_visible_p):
815 Add `frame-pointer-visible-p' to get the pointer visibility.
816
817 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
818
819 * gnutls.c (emacs_gnutls_read): Return 0 if we get a
820 non-"EAGAIN"-like error to signal to Emacs that the socket should
821 be closed.
822
823 2010-10-15 Eli Zaretskii <eliz@gnu.org>
824
825 * unexcoff.c (make_hdr): Fix prototype according to changes in
826 2010-10-03T13:59:56Z!dann@ics.uci.edu.
827
828 * image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
829
830 2010-10-15 Tassilo Horn <tassilo@member.fsf.org>
831
832 * Makefile.in (really-oldXMenu): Fix typo in variable name that
833 made building the X menu fail.
834 (really-oldXMenu): Fix my previous fix.
835
836 2010-10-14 Damyan Pepper <damyanp@gmail.com>
837
838 Fix handling of font properties on Windows (bug#6303).
839 * font.c (font_filter_properties): New function, refactored from
840 ftfont_filter_properties.
841 * font.h (font_filter_properties): Declare.
842 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
843 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
844 (w32font_filter_properties): New function.
845 (w32font_driver): Add w32font_filter_properties.
846
847 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
848
849 * font.c (Ffont_variation_glyphs):
850 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
851
852 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
853
854 * w32fns.c (w32_wnd_proc, file_dialog_callback):
855 * w32font.c (w32_generic_family):
856 * w32inevt.c (key_event):
857 * w32menu.c (fill_in_menu):
858 * w32proc.c (reader_thread, w32_executable_type, compare_env)
859 (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
860 * w32term.c (w32_read_socket): Make static.
861
862 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
863
864 * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
865 prototypes; all callers changed.
866
867 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
868
869 * makefile.w32-in (TLIB2): Rename from TLIBW32.
870 (OBJ2): New macro.
871 (WIN32OBJ, FONTOBJ): Remove.
872 (OBJ1): Redistribute object files with OBJ2.
873 (LIBS, $(TEMACS)): Use TLIB2.
874 (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
875 ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
876
877 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
878
879 * emacs.c (Vdynamic_library_alist)
880 (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
881 Doc fix.
882
883 * lisp.h (Vdynamic_library_alist): Declare extern.
884
885 * image.c (Vimage_library_alist)
886 (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
887 (lookup_image_type): Use Vdynamic_library_alist.
888 (Finit_image_library): Doc fix.
889
890 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
891
892 * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
893 (lispdir): Remove trailing /, update all uses.
894
895 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
896
897 * nsterm.m (Qleft): Declare.
898 (ns_right_alternate_modifier): New variable
899 (NSRightAlternateKeyMask): New define.
900 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
901 ns_right_alternate_modifier isn't Qleft.
902 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
903 as emacs modifier for NSRightAlternateKeyMask.
904 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
905
906 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
907
908 * gnutls.c (emacs_gnutls_write): If we're trying to write before
909 gnutls is ready, return EAGAIN as the errno.
910
911 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
912
913 * vm-limit.c:
914 * unexhp9k800.c:
915 * unexelf.c:
916 * unexaix.c:
917 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
918
919 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
920 (PROFILING_LDFLAGS): Remove, not needed anymore.
921
922 * Makefile.in: Use $(...) everywhere instead of ${...}
923 (CRT_DIR): Move near potential user.
924 (START_FILE): Move near CRT_DIR, it might use it.
925
926 * sysdep.c (LPASS8): Remove, unused.
927 (emacs_ospeed): Change from being a global to a local in the only
928 user: init_baud_rate.
929
930 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
931
932 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
933 (emacs_gnutls_write): Remove the debuggin fsync call.
934 (emacs_gnutls_read): Return -1 if we got an error from
935 gnutls_read. This allows us to actually read lots of data from
936 the GnuTLS stream.
937 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
938 According to the documentation, this is correct, and it seems to
939 make things work.
940
941 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
942
943 * xterm.c (x_draw_relief_rect): Clear corner pixels.
944
945 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
946
947 * keyboard.c: Revert last change; it was not intended to be
948 synchronized with the trunk.
949
950 2010-10-08 Kenichi Handa <handa@m17n.org>
951
952 * coding.c (complement_process_encoding_system): Fix previous change.
953
954 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
955
956 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
957 (Fdbus_init_bus): ... here. (Bug#7113)
958
959 2010-10-08 Glenn Morris <rgm@gnu.org>
960
961 * buffer.c (before-change-functions, after-change-functions):
962 Three-year overdue doc fix following 2007-08-13 change.
963
964 2010-10-08 Kenichi Handa <handa@m17n.org>
965
966 * coding.c (coding_inherit_eol_type): If parent doesn't specify
967 eol-format, inherit from the system's default.
968 (complement_process_encoding_system): Make a new coding system
969 inherit the original eol-format.
970
971 2010-10-08 Kenichi Handa <handa@m17n.org>
972
973 * coding.c (complement_process_encoding_system): New function.
974
975 * coding.h (complement_process_encoding_system): Extern it.
976
977 * callproc.c (Fcall_process): Complement the coding system for
978 encoding arguments.
979 (Fcall_process_region): Complement the coding system for encoding
980 the input to the process.
981
982 * process.c (Fstart_process): Complement the coding system for
983 encoding arguments.
984 (send_process): Complement the coding system for encoding what
985 sent to the process.
986
987 2010-10-08 Kenichi Handa <handa@m17n.org>
988
989 * xfont.c (xfont_open): Fix setting of font->average_width from
990 :avgwidth property (Bug#7123).
991
992 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
993
994 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
995 is more portable.
996
997 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
998 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
999 has not defined SIGIO.
1000
1001 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
1004 draw the outermost line using the black relief, for legibility.
1005 Omit drawing the four corner pixels.
1006
1007 2010-10-04 Chong Yidong <cyd@stupidchicken.com>
1008
1009 * keyboard.c (echo_prompt): Function moved into read_key_sequence.
1010 (read_key_sequence): Inline echo_prompt.
1011 (echo_dash): Add a dash only if key is continued (Bug#7137).
1012
1013 2010-10-04 Dan Nicolaescu <dann@ics.uci.edu>
1014
1015 Remove O_RDONLY, O_WRONLY definitions, not needed.
1016 * unexcoff.c:
1017 * lread.c:
1018 * fileio.c:
1019 * doc.c:
1020 * callproc.c:
1021 * alloc.c:
1022 * termcap.c: Remove O_RDONLY O_WRONLY definitions.
1023
1024 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1025
1026 * gnutls.h (GNUTLS_LOG2): Convenience macro.
1027
1028 * gnutls.c: Add property list symbol holders.
1029 (emacs_gnutls_handshake): Clarify how sockets are passed to
1030 GnuTLS.
1031 (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
1032 (Fgnutls_boot): Get all parameters from a plist. Require trustfiles
1033 and keyfiles to be a list of file names. Default to "NORMAL" for
1034 the priority string. Improve logging.
1035
1036 2010-10-03 Glenn Morris <rgm@gnu.org>
1037
1038 * fileio.c (Vdirectory_sep_char): Remove.
1039
1040 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1041
1042 * termhooks.h: Remove #ifdef CONSP.
1043
1044 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
1045
1046 Include <fcntl.h> unconditionally.
1047 * termcap.c:
1048 * sysdep.c:
1049 * lread.c:
1050 * keyboard.c:
1051 * filelock.c:
1052 * fileio.c:
1053 * doc.c:
1054 * callproc.c:
1055 * alloc.c: Remove include guards for <fcntl.h>, process.c already
1056 does it.
1057
1058 * process.c: Do not include <sys/wait.h>, syswait.h does it.
1059
1060 * sysdep.c (flush_pending_output): Remove code, does not do
1061 anything on any platform.
1062
1063 Remove unused code.
1064 * sysdep.c (select_alarm, sys_select, read_input_waiting): Remove
1065 select emulation, all systems support select.
1066 (set_exclusive_use): Remove, the only user is in an #if 0 block.
1067 * process.c (create_process): Remove #if 0 code.
1068
1069 Remove unused arguments for unexec.
1070 The third one is never used, and the last two are always passed as zero.
1071 * emacs.c (unexec): Add declaration.
1072 (Fdump_emacs): Only pass the first two arguments to unexec.
1073 Simplify #ifdef.
1074 * unexw32.c (unexec):
1075 * unexsol.c (unexec):
1076 * unexhp9k800.c (unexec):
1077 * unexcw.c (unexec): Remove the last 3 arguments, unused.
1078 * unexelf.c (unexec): Remove the last 3 arguments, unused.
1079 (find_section): Use const.
1080 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
1081 (unexec_error): Declare it NO_RETURN.
1082 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
1083 it as an argument, remove data_start and entry_address arguments, unused.
1084 (unexec): Remove bss_start, data_start and
1085 entry_address arguments.
1086 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
1087 it as an argument, remove data_start and entry_address arguments, unused.
1088 (unexec): Remove bss_start, data_start and
1089 entry_address arguments.
1090
1091 2010-10-03 Juanma Barranquero <lekktu@gmail.com>
1092
1093 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
1094
1095 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
1096 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
1097 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
1098 Fix typos in docstrings.
1099 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
1100 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
1101
1102 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1103
1104 * keyboard.c (command_loop_1): Make sure the mark is really alive
1105 before using it (Bug#7044).
1106
1107 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
1108
1109 * makefile.w32-in (tags): Rename target to full-tags.
1110
1111 2010-10-02 Eli Zaretskii <eliz@gnu.org>
1112
1113 * emacs.c (main): Remove !WINDOWSNT conditional.
1114 (Fkill_emacs): Don't mention exemption on MS-Windows.
1115
1116 2010-10-02 Glenn Morris <rgm@gnu.org>
1117
1118 * character.c (Fchar_bytes): Remove obsolete function.
1119 (syms_of_character): Remove Schar_bytes.
1120
1121 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
1122 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
1123 in batch-mode.
1124 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
1125 (kill-emacs-hook): Doc fix.
1126
1127 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1128
1129 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
1130 (parse_region): Reworked to take regions instead of strings, and
1131 renamed to reflect that these are the libxml functions.
1132
1133 2010-10-01 Eli Zaretskii <eliz@gnu.org>
1134
1135 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
1136 screen dimensions in tty->Wcm.
1137
1138 * xdisp.c (set_cursor_from_row): When the row is truncated and
1139 point is outside the range of displayed characters, position the
1140 cursor inside the scroll margin. (Bug#6349)
1141
1142 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1143
1144 Do not include stdlib.h and string.h, config.h does it.
1145 * xfont.c:
1146 * w32term.c:
1147 * w32reg.c:
1148 * w32inevt.c:
1149 * w32heap.c:
1150 * w32console.c:
1151 * w16select.c:
1152 * unexsol.c:
1153 * term.c:
1154 * sound.c:
1155 * scroll.c (m):
1156 * gtkutil.c:
1157 * font.c:
1158 * filelock.c:
1159 * fileio.c:
1160 * dosfns.c:
1161 * dbusbind.c:
1162 * bidi.c:
1163 * callproc.c:
1164 * process.c:
1165 * msdos.c:
1166 * charset.c: Do not include stdlib.h and string.h, config.h does it.
1167
1168 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
1169
1170 * process.c: Move #include <pty.h> earlier.
1171 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
1172 (pty_name): Move definition later.
1173
1174 * nsselect.m (syms_of_nsselect):
1175 * nsmenu.m (syms_of_nsmenu):
1176 * nsfns.m (syms_of_nsfns):
1177 * msdos.c (syms_of_msdos):
1178
1179 * image.c (syms_of_image):
1180 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
1181
1182 * point.h: Remove, unused.
1183
1184 2010-10-01 Eli Zaretskii <eliz@gnu.org>
1185
1186 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
1187 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
1188 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
1189
1190 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1191
1192 * xml.c (parse_string): Use const.
1193
1194 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1195
1196 * eval.c (Fbacktrace): Don't overwrite print-level on exit. Also
1197 only override Vprint_level if it isn't already bound, and increase
1198 the level to 8 to produce more useful backtraces for bug reports.
1199
1200 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1201
1202 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
1203
1204 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
1205
1206 * w32console.c (vga_stdcolor_name): Remove unused function;
1207 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
1208
1209 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1210
1211 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
1212 (Fgnutls_boot): Start the handshake.
1213 (emacs_gnutls_read): Perform the handshake from the reader loop.
1214 (Fgnutls_boot): Remove some debugging messages.
1215 Change indentation throughout to use the Emacs style.
1216 (emacs_gnutls_handshake): Cast the fds to something that's
1217 possibly the expected length.
1218 (emacs_gnutls_write): Return -1 if we try to write before handshake.
1219
1220 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
1221
1222 * process.c (make_process): Set the gnutls_p field to zero by
1223 default.
1224 (read_process_output): Always call the gnutls_read function if the
1225 stream is a gnutls stream.
1226 (send_process): Ditto for writes.
1227
1228 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
1229 or write anything until the state is GNUTLS_STAGE_READY.
1230 (Fgnutls_boot): Mark the stream as being a gnutls stream.
1231
1232 2010-09-29 Eli Zaretskii <eliz@gnu.org>
1233
1234 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
1235 NEUTRAL_DIR.
1236 (handle_invisible_prop, iterate_out_of_display_property)
1237 (next_element_from_buffer): If bidi_it.first_elt is set, call
1238 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
1239 (Bug#7128)
1240
1241 * print.c (print_object): Fix format string and argument types for
1242 printing a Lisp_Misc_Marker.
1243
1244 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
1245 (load_overlay_strings, get_overlay_strings_1)
1246 (get_overlay_strings, forward_to_next_line_start)
1247 (back_to_previous_visible_line_start, reseat, reseat_to_string)
1248 (get_next_display_element, next_element_from_string)
1249 (next_element_from_c_string, next_element_from_buffer)
1250 (move_it_vertically_backward, move_it_by_lines, add_to_log)
1251 (message_dolog, message_log_check_duplicate, message2_nolog)
1252 (message3, message3_nolog, vmessage, set_message, set_message_1)
1253 (hscroll_window_tree, text_outside_line_unchanged_p)
1254 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
1255 (find_last_unchanged_at_beg_row)
1256 (find_first_unchanged_at_end_row, row_containing_pos)
1257 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
1258 (display_count_lines, x_produce_glyphs, note_mouse_highlight): Use
1259 EMACS_INT for buffer and string positions.
1260
1261 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
1262 (row_containing_pos): Adjust prototype.
1263
1264 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
1265 (message2_nolog, set_message): Adjust prototypes.
1266
1267 2010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
1270 (Fgnutls_boot): Use SDATA.
1271 (Fgnutls_handshake): Remove unused var `max_log_level'.
1272
1273 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
1274
1275 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
1276 (Bug#7113)
1277
1278 2010-09-27 Jan Djärv <jan.h.d@swipnet.se>
1279
1280 * xgselect.c (xg_select): Clear file descriptors not set from
1281 rfds and wfds.
1282
1283 * process.c (wait_reading_process_output): Add missing FD_CLR
1284 for write_mask (must mirror connect_wait_mask).
1285
1286 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1287
1288 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
1289 prefix.
1290 (Fgnutls_boot): Use changed process members. Use log level with a
1291 function parameter to set it. Bring back Emacs-level debugging
1292 messages at log level 1 and 2.
1293
1294 * process.c (make_process): Initialize gnutls_log_level.
1295
1296 * process.h: Add gnutls_log_level and rename x509_cred and
1297 anon_cred to have the gnutls_ prefix for consistency.
1298
1299 * gnutls.h (GNUTLS_LOG): Add convenience macro.
1300
1301 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * w32.c (g_b_init_get_sid_identifier_authority)
1304 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
1305 Remove, not used.
1306 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
1307 (init_winsock): Remove useless assignment.
1308 (open_process_token, get_token_information, lookup_account_sid)
1309 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
1310 (get_security_descriptor_owner, get_security_descriptor_group)
1311 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
1312 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
1313 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
1314 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
1315 (unc_volume_file_attributes, convert_from_time_t)
1316 (create_toolhelp32_snapshot, process32_first, process32_next)
1317 (open_thread_token, impersonate_self, revert_to_self)
1318 (get_process_memory_info, get_process_working_set_size)
1319 (global_memory_status, global_memory_status_ex, socket_to_fd)
1320 (shutdown_handler): Make static.
1321
1322 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
1325 (xd_pending_messages): Functions removed.
1326 (xd_read_queued_messages): Add parameters fd, *data, for_read in
1327 order to be compatible with add_read_fd. Determine bus from data,
1328 and call xd_read_message just for this bus.
1329 (xd_add_watch): Use xd_read_queued_messages as callback function.
1330 Add data.
1331
1332 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
1333
1334 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1335
1336 * gnutls.c (gnutls_log_function): Added more debugging.
1337 (emacs_gnutls_read): Don't infloop while reading.
1338
1339 2010-09-27 Kenichi Handa <handa@m17n.org>
1340
1341 These changes are to remove restriction on the number of glyphs in
1342 one composition.
1343
1344 * dispextern.h (struct glyph): Change the member "slice" to union.
1345 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
1346 (GLYPH_SLICE_EQUAL_P): Adjusted for the above change.
1347
1348 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
1349 instead of glyph->slice.
1350 (marginal_area_string): Likewise.
1351
1352 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
1353 glyph->u.cmp.
1354 (append_composite_glyph): Likewise.
1355
1356 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
1357 glyph->u.cmp.
1358 (fill_gstring_glyph_string, x_get_glyph_overhangs)
1359 (append_composite_glyph): Likewise.
1360 (fill_image_glyph_string): Use glyph->slice.img instead of
1361 glyph->slice.
1362 (append_glyph, produce_image_glyph, append_stretch_glyph)
1363 (note_mouse_highlight): Likewise.
1364
1365 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
1366
1367 * process.c (add_keyboard_wait_descriptor)
1368 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
1369 (wait_reading_process_output): Don't pass write_mask to select
1370 if SELECT_CANT_DO_WRITE_MASK is defined.
1371 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
1372
1373 * process.h (add_read_fd, delete_read_fd, add_write_fd)
1374 (delete_write_fd): Declare.
1375
1376 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
1377 (write_mask): New variable.
1378 (max_input_desc): Renamed from max_keyboard_desc.
1379 (fd_callback_info): New variable.
1380 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
1381 New functions.
1382 (Fmake_network_process): FD_SET write_mask.
1383 (deactivate_process): FD_CLR write_mask.
1384 (wait_reading_process_output): Connecting renamed to Writeok.
1385 check_connect removed. check_write is new. Remove references to gpm.
1386 Use Writeok/check_write unconditionally (i.e. no #ifdef
1387 NON_BLOCKING_CONNECT) instead of Connecting.
1388 Loop over file descriptors and call callbacks in fd_callback_info
1389 if file descriptor is ready for I/O.
1390 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
1391 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
1392 (keyboard_bit_set): Use max_input_desc.
1393 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
1394 Remove #ifdef subprocesses. Use max_input_desc.
1395 (init_process): Initialize write_mask and fd_callback_info.
1396
1397 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
1398
1399 * dbusbind.c: Include process.h.
1400 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
1401 (xd_read_message_1): New functions.
1402 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
1403 Handle watch for both read and write.
1404 (Fdbus_init_bus): Also register xd_toggle_watch.
1405 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1406 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
1407 to dbus_connection_flush.
1408 (xd_read_message): Move most of the code to xd_read_message_1.
1409 Call xd_read_message_1 until status is COMPLETE.
1410
1411 2010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1412
1413 * term.c: Do not include sys/ioctl.h, not needed.
1414 (init_tty): Reorder code to reduce the number of #ifdefs.
1415 No code changes.
1416
1417 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1418
1419 * process.h: Set up GnuTLS support.
1420
1421 * process.c (make_process, Fstart_process)
1422 (read_process_output, send_process): Set up GnuTLS support for
1423 process input/output file descriptors.
1424
1425 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
1426
1427 * gnutls.c: The source code for GnuTLS support in Emacs.
1428
1429 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
1430
1431 * config.in: Set up GnuTLS support.
1432
1433 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
1434 (obj, LIBES): Set up GnuTLS support.
1435
1436 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1437
1438 * w32.c (get_emacs_configuration_options): Fix previous change.
1439
1440 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
1443 alive before using it (Bug#6977).
1444
1445 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1446
1447 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
1448
1449 * dispextern.h: EMACS_INT/int fixup.
1450
1451 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
1452 fixup.
1453
1454 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
1455
1456 2010-09-25 Eli Zaretskii <eliz@gnu.org>
1457
1458 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
1459 (Fselect_window, window_scroll_pixel_based)
1460 (window_scroll_line_based, Frecenter, Fset_window_configuration):
1461 Use EMACS_INT for buffer positions.
1462
1463 * textprop.c (validate_interval_range, interval_of)
1464 (property_change_between_p, Fadd_text_properties)
1465 (set_text_properties_1, Fremove_text_properties)
1466 (Fremove_list_of_text_properties, Ftext_property_any)
1467 (Ftext_property_not_all, copy_text_properties)
1468 (text_property_list, extend_property_ranges)
1469 (verify_interval_modification): Use EMACS_INT for buffer
1470 positions.
1471
1472 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
1473 for buffer positions.
1474
1475 * process.c (read_process_output, send_process)
1476 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
1477 and string positions and size.
1478
1479 * print.c (print_object, print_string, strout): Use EMACS_INT for
1480 string indices.
1481
1482 * minibuf.c (string_to_object): Use EMACS_INT for string position
1483 and size.
1484
1485 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
1486
1487 * lread.c <read_from_string_index, read_from_string_index_byte>
1488 <read_from_string_limit, readchar_count>: Define EMACS_INT.
1489 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
1490 buffer positions and string length.
1491
1492 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
1493 EMACS_INT.
1494 (echo_truncate, adjust_point_for_property, read_char)
1495 (gen_help_event, make_lispy_event, modify_event_symbol)
1496 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
1497 for buffer positions and string length.
1498
1499 * keyboard.h (gen_help_event): Adjust prototype.
1500
1501 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
1502
1503 * commands.h <last_point_position>: Declare EMACS_INT.
1504
1505 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
1506 (truncate_echo_area): Accept EMACS_INT argument.
1507
1508 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
1509
1510 * lisp.h (truncate_echo_area): Adjust prototype.
1511
1512 * composite.c (composition_adjust_point): Return EMACS_INT.
1513
1514 * composite.h (composition_adjust_point): Adjust prototype.
1515
1516 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * process.c (Fmake_network_process): When arg :host is 'local,
1519 use address 127.0.0.1, not name "localhost". (Bug#6781)
1520
1521 2010-09-24 Eli Zaretskii <eliz@gnu.org>
1522
1523 * indent.c (Fcurrent_indentation, indented_beyond_p)
1524 (compute_motion): Use EMACS_INT for buffer position variables.
1525
1526 * lisp.h (indented_beyond_p): Adjust prototype.
1527
1528 * buffer.c (overlay_strings): Return EMACS_INT.
1529
1530 * buffer.h (overlay_strings): Adjust prototype.
1531
1532 * region-cache.c (pp_cache): Adjust format to arguments.
1533
1534 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
1535 (call_debugger): Use EMACS_INT for specpdl_size related variables.
1536 (verror): Use EMACS_INT for size of allocated buffer.
1537
1538 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
1539 positions.
1540
1541 * xdisp.c (redisplay_internal, try_window_id)
1542 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
1543 EMACS_INT for buffer positions.
1544
1545 * dispextern.h (set_cursor_from_row): Adjust prototype.
1546
1547 * dispnew.c (increment_matrix_positions)
1548 (increment_row_positions, copy_glyph_row_contents)
1549 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
1550 positions.
1551
1552 * dispextern.h (mode_line_string, marginal_area_string)
1553 (increment_matrix_positions, increment_row_positions): Adjust
1554 prototypes.
1555
1556 * data.c (Faref, Faset): Use EMACS_INT for string length and
1557 positions.
1558
1559 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
1560 characters to insert.
1561
1562 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
1563 position and size.
1564
1565 * syntax.c (scan_words, update_syntax_table)
1566 (prev_char_comend_first, back_comment, skip_chars)
1567 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
1568 EMACS_INT for buffer and string positions.
1569
1570 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
1571
1572 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
1573 positions.
1574
1575 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1576
1577 * scroll.c (calculate_scrolling, line_ins_del)
1578 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
1579 conversion.
1580
1581 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
1582 (region_cache_backward, region_cache_forward)
1583 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
1584 conversion.
1585
1586 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
1587
1588 * eval.c (verror): Fix EMACS_INT/int conversion.
1589
1590 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
1591 (print_preprocess, print_check_string_charset_prop)
1592 (print_object): Fix EMACS_INT/int conversion.
1593
1594 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
1595
1596 2010-09-24 Eli Zaretskii <eliz@gnu.org>
1597
1598 * callproc.c (Fcall_process): Use EMACS_INT for count of
1599 characters read from the subprocess.
1600
1601 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
1602 positions.
1603 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
1604 positions.
1605
1606 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
1607 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
1608 length.
1609 (advance_to_char_boundary, Fset_buffer_multibyte)
1610 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
1611 (overlay_touches_p, record_overlay_string, overlay_strings)
1612 (recenter_overlay_lists, fix_start_end_in_overlays)
1613 (modify_overlay, Fmove_overlay, report_overlay_modification)
1614 (evaporate_overlays): Use EMACS_INT for buffer positions.
1615
1616 * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
1617 prototypes.
1618
1619 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
1620 positions.
1621
1622 * fns.c (Fcompare_strings, Fstring_lessp, concat)
1623 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
1624 (Fsubstring_no_properties, substring_both, Ffillarray)
1625 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
1626 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
1627 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
1628 (Fmd5): Use EMACS_INT for buffer and string positions and length
1629 variables and arguments.
1630
1631 * lisp.h (substring_both): Adjust prototype.
1632
1633 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
1634
1635 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
1636 * w32fns.c (clipboard_sequence_fn): Don't declare.
1637 (globals_of_w32fns): Don't initialize it.
1638
1639 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * syntax.c (back_comment): Detect the case where a 1-char comment
1642 starter is also the 2nd char of a 2-char comment ender.
1643
1644 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
1645
1646 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
1647
1648 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
1650 * eval.c (verror): EMACS_INT/int cleanup.
1651
1652 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
1653 unwind_protect more than 2GB worth of functions.
1654
1655 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
1656
1657 * lisp.h: Have oblookup take EMACS_INT to allow interning big
1658 string and avoid compiler warnings.
1659 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
1660 all users.
1661
1662 * lread.c (oblookup): EMACS_INT/int cleanup.
1663
1664 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
1665
1666 2010-09-23 Eli Zaretskii <eliz@gnu.org>
1667
1668 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
1669
1670 * lisp.h (clip_to_bounds): Adjust prototype.
1671
1672 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
1673
1674 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1675
1676 * lisp.h: doprnt.c EMACS_INT/int cleanup.
1677
1678 * doprnt.c (doprnt): EMACS_INT/int cleanup.
1679
1680 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
1681 cleanup.
1682
1683 * lisp.h: Change the definition of all marker.c functions that
1684 take and return buffer stuff to be EMACS_INT instead of int.
1685
1686 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
1687 (buf_charpos_to_bytepos, bytepos_to_charpos)
1688 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
1689 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
1690 for all buffer positions.
1691
1692 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * intervals.c (traverse_intervals, rotate_right, rotate_left)
1695 (split_interval_right, find_interval, next_interval)
1696 (delete_node, delete_interval, interval_deletion_adjustment)
1697 (adjust_intervals_for_deletion, merge_interval_right)
1698 (merge_interval_left, graft_intervals_into_buffer)
1699 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
1700
1701 * intervals.h (traverse_intervals): Update prototype.
1702
1703 2010-09-23 Eli Zaretskii <eliz@gnu.org>
1704
1705 * indent.c (compute_motion): Use EMACS_INT for arguments to
1706 region_cache_forward.
1707
1708 * region-cache.c (struct boundary, struct region_cache): Use
1709 EMACS_INT for positions.
1710 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
1711 (delete_cache_boundaries, set_cache_region)
1712 (invalidate_region_cache, know_region_cache)
1713 (region_cache_forward, region_cache_backward, pp_cache): Use
1714 EMACS_INT for buffer positions.
1715
1716 * region-cache.h (know_region_cache, invalidate_region_cache)
1717 (region_cache_forward, region_cache_backward): Adjust prototypes.
1718
1719 * search.c (string_match_1, fast_c_string_match_ignore_case)
1720 (looking_at_1, scan_buffer, scan_newline)
1721 (find_next_newline_no_quit, find_before_next_newline)
1722 (search_command, trivial_regexp_p, search_buffer, simple_search)
1723 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
1724 and string positions and length.
1725
1726 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
1727 (find_before_next_newline): Adjust prototypes.
1728
1729 * editfns.c (transpose_markers, update_buffer_properties)
1730 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
1731 (get_pos_property, Fconstrain_to_field)
1732 (Fline_beginning_position, Fline_end_position, Fprevious_char)
1733 (Fchar_after, Fchar_before, Finsert_char)
1734 (Finsert_buffer_substring, Fcompare_buffer_substrings)
1735 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
1736 EMACS_INT for buffer and string position variables.
1737 (Finsert_char): Protect against too large insertions.
1738
1739 * lisp.h (clip_to_bounds): Adjust prototype.
1740
1741 * intervals.c (traverse_intervals, rotate_right, rotate_left)
1742 (balance_an_interval, split_interval_right, split_interval_left)
1743 (find_interval, next_interval, update_interval)
1744 (adjust_intervals_for_insertion, delete_node, delete_interval)
1745 (interval_deletion_adjustment, adjust_intervals_for_deletion)
1746 (offset_intervals, merge_interval_right, merge_interval_left)
1747 (graft_intervals_into_buffer, adjust_for_invis_intang)
1748 (move_if_not_intangible, get_local_map, copy_intervals)
1749 (copy_intervals_to_string, compare_string_intervals)
1750 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
1751 and for interval tree size.
1752
1753 * intervals.h (traverse_intervals, split_interval_right)
1754 (split_interval_left, find_interval, offset_intervals)
1755 (graft_intervals_into_buffer, copy_intervals)
1756 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
1757 (update_interval): Adjust prototypes.
1758
1759 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
1760 Use EMACS_INT for buffer position variables and arguments.
1761
1762 * composite.c (get_composition_id, find_composition)
1763 (run_composition_function, compose_text)
1764 (composition_gstring_width, autocmp_chars)
1765 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
1766 for buffer positions and string length variables and arguments.
1767
1768 * composite.h (get_composition_id, find_composition, compose_text)
1769 (composition_gstring_width): Adjust prototypes.
1770
1771 * editfns.c (Fformat): Use EMACS_INT for string size variables.
1772
1773 * xdisp.c (store_mode_line_noprop, display_mode_element): Use
1774 EMACS_INT for string positions.
1775
1776 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
1777 position arguments.
1778
1779 * intervals.h (get_property_and_range): Adjust prototype.
1780
1781 * character.c (parse_str_as_multibyte, str_as_multibyte)
1782 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
1783 (string_count_byte8, string_escape_byte8, c_string_width)
1784 (strwidth, lisp_string_width, multibyte_chars_in_text): Use
1785 EMACS_INT for string length variables and arguments.
1786
1787 * character.h (parse_str_as_multibyte, str_as_multibyte)
1788 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
1789 (c_string_width, strwidth, lisp_string_width): Adjust
1790 prototypes.
1791
1792 * font.c (font_intern_prop): Use EMACS_INT for string length
1793 variables.
1794
1795 * font.c (font_intern_prop): Use EMACS_INT for string length
1796 variables.
1797
1798 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
1799 variables.
1800
1801 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
1802 (Fmake_string): Protect against too large strings.
1803 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
1804 (live_misc_p): Use ptrdiff_t instead of int for pointer
1805 differences.
1806 (string_bytes, check_sblock, check_string_free_list)
1807 (allocate_string_data, compact_small_strings, Fmake_string)
1808 (Fmake_bool_vector, make_string, make_unibyte_string)
1809 (make_multibyte_string, make_string_from_bytes)
1810 (make_specified_string_string, Fmake_list, Fmake_vector): Use
1811 EMACS_INT for string length variables and arguments.
1812 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
1813 (Fpurecopy): Use EMACS_INT for string size.
1814 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
1815 for vector size.
1816
1817 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
1818 (make_string_from_bytes, make_specified_string_string)
1819 (make_pure_string, string_bytes, check_point_in_composition):
1820 Adjust prototypes.
1821
1822 2010-09-22 Eli Zaretskii <eliz@gnu.org>
1823
1824 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
1825 (check_translation): Use EMACS_INT for buffer positions and
1826 length.
1827
1828 * undo.c (record_marker_adjustment, record_delete)
1829 (record_change, record_point, record_insert)
1830 (record_property_change, Fprimitive_undo): Use EMACS_INT for
1831 buffer positions.
1832
1833 * lisp.h (record_marker_adjustment, record_delete)
1834 (record_change, record_point, record_insert)
1835 (record_property_change, Fprimitive_undo): Adjust prototypes.
1836
1837 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
1838 Eli Zaretskii <eliz@gnu.org>
1839
1840 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
1841
1842 2010-09-22 Eli Zaretskii <eliz@gnu.org>
1843
1844 * minibuf.c (Fminibuffer_contents)
1845 (Fminibuffer_contents_no_properties)
1846 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
1847 positions.
1848
1849 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
1850 mark.
1851
1852 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
1853 (allocate_string_data): Accept EMACS_INT for string length.
1854
1855 * editfns.c (Ffield_string, Ffield_string_no_properties)
1856 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
1857 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
1858 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
1859 (Ffield_end): Use EMACS_INT for buffer positions.
1860
1861 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
1862 point with mark.
1863
1864 * lisp.h (allocate_string_data, make_uninit_string)
1865 (make_uninit_multibyte_string, make_buffer_string)
1866 (make_buffer_string_both): Adjust prototypes.
1867
1868 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * xml.c: Switch to GNU indentation.
1871 (make_dom): Change parse tree format to match xml.el.
1872 (Fxml_parse_html_string_internal): Rename from html-parse-string.
1873 (Fxml_parse_string_internal): Rename from xml-parse-string.
1874
1875 2010-09-22 Kenichi Handa <handa@m17n.org>
1876
1877 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
1878 only if we are not at a composition.
1879 (set_iterator_to_next): Give it->end_charpos to
1880 composition_compute_stop_pos.
1881 (set_iterator_to_next, next_element_from_buffer): Likewise.
1882
1883 * dispnew.c (buffer_posn_from_coords): Fix position when the
1884 current display element is a grapheme cluster in bidi-reordered
1885 region.
1886
1887 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1888
1889 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
1890 the regions may overlap.
1891
1892 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
1893
1894 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
1895
1896 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1897
1898 * emacs.c: Do not include sys/ioctl.h, not needed.
1899
1900 * doprnt.c: Do not include stdlib.h, config.h does it.
1901 Move #include before macro definition.
1902
1903 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1904
1905 * Makefile.in (temacs): Link using $(CC) not $(LD).
1906 (LD_FIRSTFLAG): Define using autoconf.
1907 (LD): Remove.
1908
1909 Remove HAVE_TERMIOS definitions.
1910 * s/usg5-4-common.h (HAVE_TERMIOS):
1911 * s/template.h (HAVE_TERMIOS):
1912 * s/gnu-linux.h (HAVE_TERMIOS):
1913 * s/darwin.h (HAVE_TERMIOS):
1914 * s/cygwin.h (HAVE_TERMIOS):
1915 * s/bsd-common.h (HAVE_TERMIOS):
1916 * s/aix4-2.h (HAVE_TERMIOS):
1917 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
1918 defined on all non-MS platforms.
1919 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
1920
1921 * xterm.c (xt_action_hook): Use const.
1922
1923 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
1924
1925 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
1926 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
1927 (gethostname) [!HAVE_SOCKETS]: Remove.
1928 (SOCK_REPLACE_HANDLE): Remove macro.
1929 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
1930 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
1931 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
1932 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
1933
1934 2010-09-18 Eli Zaretskii <eliz@gnu.org>
1935
1936 * deps.mk (xml.o): Add dependencies.
1937
1938 * xdisp.c (Fcurrent_bidi_paragraph_direction):
1939 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
1940
1941 * bidi.c (bidi_paragraph_init): Accept an additional argument
1942 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
1943 search back until a paragraph with a strong directional character
1944 is found, and use that to determine paragraph's base direction.
1945
1946 * dispextern.h (bidi_paragraph_init): Update prototype.
1947
1948 2010-09-17 Eli Zaretskii <eliz@gnu.org>
1949
1950 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
1951 of w32api >= 3.15. (Bug#6989)
1952
1953 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1954
1955 * process.c (wait_reading_process_output): Don't message about
1956 accept-process-output unless the time limit really is zero.
1957
1958 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
1961 int/Lisp_Object mixup).
1962
1963 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
1964
1965 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
1966 not HELP.
1967
1968 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
1969
1970 * frame.c (Ftool_bar_pixel_width): New function to expose tool
1971 bar's pixel width to Lisp (Bug#7048).
1972
1973 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1974
1975 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
1976
1977 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
1978
1979 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
1980 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
1981
1982 2010-09-17 Kenichi Handa <handa@m17n.org>
1983
1984 * ftfont.c (ftfont_check_otf): Fix previous change.
1985
1986 2010-09-14 Kenichi Handa <handa@m17n.org>
1987
1988 * ftfont.c (ftfont_check_otf): Fix the case of checking just
1989 existence of GSUB or GPOS.
1990
1991 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1992
1993 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
1994
1995 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1996
1997 * xml.c (parse_buffer): Renamed to parse_string(), since that's
1998 what it does.
1999 (parse_string): Return nil when the document can't be parsed.
2000
2001 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
2002
2003 * xterm.c (get_current_vm_state): New function.
2004 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
2005 want_fullscreen so set_wm_state calls are few (Bug#7013).
2006 (x_handle_net_wm_state): Move code to get_current_vm_state and
2007 call that function.
2008
2009 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
2010
2011 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
2012
2013 2010-09-14 Kenichi Handa <handa@m17n.org>
2014
2015 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
2016 we may use designation or locking-shift.
2017
2018 2010-09-14 Kenichi Handa <handa@m17n.org>
2019
2020 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
2021 sequence when the source is multibyte.
2022
2023 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
2024
2025 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
2026 Don't make first argument optional. Doc fix.
2027
2028 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
2029
2030 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
2031 parameters for the doc string.
2032
2033 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2034
2035 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
2036
2037 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
2040 (syms_of_fns): Don't defsubr Sy_or_n_p.
2041 * lisp.h: Don't declare Fy_or_n_p.
2042 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
2043
2044 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2045
2046 * xml.c (Fxml_parse_buffer): New function to parse XML files.
2047
2048 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2049
2050 * xml.c: New file.
2051 (Fhtml_parse_buffer): New function to interface to the libxml2
2052 html parsing function.
2053
2054 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
2055
2056 * biditype.h: Regenerate.
2057
2058 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2059
2060 * nsimage.m (ns_load_image): Check argument types.
2061
2062 * image.c: Remove all uses of gcpro.
2063 (xpm_load): Check all lisp types.
2064 (pbm_load): Likewise.
2065 (png_load): Likewise.
2066 (jpeg_load): Likewise.
2067 (tiff_load): Likewise.
2068 (gif_load): Likewise.
2069 (imagemagick_load_image): Likewise.
2070 (imagemagick_load): Likewise.
2071 (svg_load): Likewise.
2072 (gs_load): Likewise.
2073
2074 2010-09-04 Eli Zaretskii <eliz@gnu.org>
2075
2076 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
2077 try to reorder grapheme clusters, since LGSTRING should always
2078 hold them in the logical order.
2079 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
2080 return glyph codes in the logical order.
2081
2082 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2083
2084 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
2085 (imagemagick_load_image): Fix type mismatch.
2086 (Fimagemagick_types): Likewise. Doc fix.
2087
2088 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2089
2090 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
2091
2092 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
2093
2094 * xselect.c: Remove declaration of cut-buffer objects and functions.
2095 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
2096 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
2097 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
2098 (Fx_rotate_cut_buffers_internal): Remove.
2099 (syms_of_xselect): Remove defsubr of above.
2100 Remove intern of QCUT_BUFFERn.
2101
2102 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * cmds.c (Vblink_paren_function): Remove.
2105 (internal_self_insert): Make it insert N chars at a time.
2106 Don't call blink-paren-function.
2107 (Fself_insert_command): Adjust accordingly.
2108 (syms_of_cmds): Don't declare blink-paren-function.
2109
2110 2010-08-31 Kenichi Handa <handa@m17n.org>
2111
2112 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
2113 characters.
2114
2115 * term.c (encode_terminal_code): Fix the previous change.
2116 (produce_glyphs): Don't set it->char_to_display here.
2117 Don't handle unibyte-display-via-language-environment here.
2118 (produce_special_glyphs): Set temp_it.char_to_display before
2119 calling produce_glyphs.
2120
2121 * xdisp.c (get_next_display_element): Set it->char_to_display
2122 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
2123 characters.
2124 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
2125 calling PRODUCE_GLYPHS.
2126 (append_space_for_newline): Save and store it->char_to_display.
2127 Set it->char_to_display before calling PRODUCE_GLYPHS.
2128 (extend_face_to_end_of_line): Set it->char_to_display before
2129 calling PRODUCE_GLYPHS.
2130 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
2131 character to its byte value.
2132 (get_char_glyph_code): New function.
2133 (produce_stretch_glyph): Set it2.char_to_display too before
2134 calling x_produce_glyphs.
2135 (x_produce_glyphs): Simplify by using the same code for ASCII and
2136 non-ASCII characters. Don't set it->char_to_display here.
2137 Don't handle unibyte-display-via-language-environment here. For a
2138 character of no glyph, use font->space_width instead of FONT_WIDTH.
2139
2140 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
2143
2144 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
2147
2148 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * marker.c (Fcopy_marker): Make the first arg optional.
2151
2152 2010-08-30 Kenichi Handa <handa@m17n.org>
2153
2154 * composite.c (composition_update_it): Fix computing of
2155 cmp_it->width.
2156
2157 2010-08-29 Kenichi Handa <handa@m17n.org>
2158
2159 * term.c (encode_terminal_code): Encode byte chars to the
2160 corresponding bytes.
2161
2162 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
2163
2164 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
2165
2166 2010-08-26 Kenichi Handa <handa@m17n.org>
2167
2168 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
2169 on calling composition_compute_stop_pos.
2170
2171 2010-08-25 Kenichi Handa <handa@m17n.org>
2172
2173 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
2174 :otf.
2175
2176 * composite.c (composition_compute_stop_pos): Don't break
2177 composition at PT.
2178 (composition_reseat_it): Likewise. Fix calculation of character
2179 position starting a composition.
2180 (Fcomposition_get_gstring): Don't limit the number of components
2181 for automatic composition.
2182
2183 2010-08-25 Kenichi Handa <handa@m17n.org>
2184
2185 * composite.c (composition_compute_stop_pos): In forward search,
2186 pay attention to the possibility that some character after ENDPOS
2187 will be composed with charactrs before ENDPOS.
2188
2189 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * keyboard.c (command_loop_1): Don't clobber primary selection
2192 during handle-switch-frame (Bug#6872).
2193
2194 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2195
2196 * dbusbind.c: Accept UNIX domain sockets as bus address.
2197 (Fdbus_close_bus): New function.
2198 (Vdbus_registered_buses): New variable.
2199 (xd_initialize): Implement string as bus address.
2200 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
2201 (Fdbus_get_unique_name, Fdbus_call_method)
2202 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2203 (Fdbus_method_error_internal, Fdbus_send_signal)
2204 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
2205 check. This is done in xd_initialize_bus. Adapt doc string, if
2206 necessary.
2207 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
2208 Vdbus_registered_buses.
2209 (Vdbus_registered_objects_table): Create hash.
2210
2211 2010-08-22 Juri Linkov <juri@jurta.org>
2212
2213 * keyboard.c (Fexecute_extended_command): Move reading a command name
2214 with `completing-read' to a new Elisp function `read-extended-command'.
2215 Call it to read a command to `function' (bug#5364, bug#5214).
2216
2217 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2218
2219 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
2220
2221 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2222
2223 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
2224 instead of SAFE_ALLOCA.
2225
2226 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
2229 (Bug#6214).
2230
2231 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
2232
2233 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
2234
2235 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
2236
2237 * doc.c (Fsnarf_documentation): Initialize skip_file before
2238 build-files test.
2239
2240 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
2241
2242 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
2243 New definitions.
2244 (HAVE_TERMIO): Remove.
2245
2246 2010-08-22 Eli Zaretskii <eliz@gnu.org>
2247
2248 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
2249
2250 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
2251 for w32.
2252
2253 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
2254 it's done in nt/config.nt.
2255
2256 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
2257
2258 * unexcoff.c (report_error, make_hdr, write_segment)
2259 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
2260 Convert argument lists and prototypes to ANSI C.
2261 (make_hdr, write_segment): Remove unused variables.
2262 (unexec): Remove commented-out line. Initialize `new' to shut up
2263 compiler warnings.
2264
2265 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
2266
2267 Simplify termio code.
2268 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
2269 HAVE_TERMIO code is obsolete.
2270 Replace HAVE_TERMIOS conditionals with !DOS_NT.
2271 * systty.h: Do not define HAVE_TCATTR.
2272 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
2273 Do not define EMACS_HAVE_TTY_PGRP. Only define
2274 EMACS_GET_TTY_PGRP for !DOS_NT.
2275 * sysdep.c: Include sysselect.h unconditionally. Do not include
2276 sys/ioctl.h and termios.h, systty.h does it. Use
2277 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
2278 (init_baud_rate): Remove HAVE_TERMIO code.
2279 (child_setup_tty): Remove HAVE_TERMIO code.
2280 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
2281 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
2282 (new_ltchars, new_tchars): Remove, unused.
2283 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
2284 code. Remove special casing for __mips__, it was a no-op. Remove
2285 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
2286 (init_sys_modes): Remove HPUX special case.
2287 * process.c: Include stdlib.h unconditionally. Do not include
2288 fcntl.h, systty.h does it. Remove conditional code for
2289 HAVE_SERIAL, it is always true.
2290 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
2291 always true when SIGNALS_VIA_CHARACTERS is true.
2292 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
2293 !WINDOWSNT means HAVE_TERMIOS.
2294 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
2295 conditional, which is true for all HAVE_TERMIOS systems.
2296 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
2297 instead of HAVE_TERMIOS.
2298 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
2299 EMACS_HAVE_TTY_PGRP.
2300 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
2301 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
2302 anyway.
2303
2304 2010-08-21 Eli Zaretskii <eliz@gnu.org>
2305
2306 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
2307 mirroring pixel positions.
2308
2309 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
2310
2311 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
2312 write only.
2313 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
2314 malloc_sbrk_used, nothing uses them.
2315
2316 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
2317 defined, unconditionally defined in lisp.h.
2318
2319 * term.c: Do not include <termios.h>, systty.h does it.
2320
2321 * s/unixware.h (HAVE_TCATTR):
2322 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
2323 systty.h defines it when HAVE_TERMIOS is defined.
2324
2325 2010-08-20 Eli Zaretskii <eliz@gnu.org>
2326
2327 * dispnew.c (buffer_posn_from_coords): Fix last change for text
2328 terminals: add one-character offset for R2L lines.
2329
2330 * emacs.c <emacs_version>: Add a comment regarding
2331 msdos/mainmake.v2's dependency on the syntax of this declaration.
2332
2333 2010-08-20 Eli Zaretskii <eliz@gnu.org>
2334
2335 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
2336 position for R2L lines by mirroring the pixel position wrt the
2337 text are box. Improve commentary.
2338
2339 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
2340
2341 * image.c (imagemagick_clear_image): Remove debugging output.
2342
2343 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
2346 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
2347 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
2348 self-insert-face.
2349 (syms_of_cmds): Initialize the new vars.
2350
2351 2010-08-19 Jason Rumney <jasonr@gnu.org>
2352
2353 * w32menu.c (set_frame_menubar): Remove call to undefined function.
2354
2355 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
2356
2357 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
2358
2359 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
2360
2361 2010-08-18 Eli Zaretskii <eliz@gnu.org>
2362
2363 * xterm.c (x_draw_bar_cursor):
2364 * w32term.c (x_draw_bar_cursor): If the character under cursor is
2365 R2L, draw the bar cursor on its right rather than on its left.
2366
2367 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * eval.c (Fdefmacro): Only obey one declaration.
2370
2371 * casefiddle.c (casify_region): Setup gl_state.
2372
2373 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2374
2375 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
2376
2377 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2378
2379 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
2380
2381 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
2382
2383 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
2384 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
2385 QPRIMARY => NXPrimaryPboard.
2386 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
2387 NXPrimaryPboard => QPRIMARY.
2388 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
2389 NXSecondaryPboard = SecondarySelection.
2390 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
2391
2392 2010-08-18 Joakim Verona <joakim@verona.se>
2393
2394 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
2395 defined:
2396 (imagemagick_image_p): New function to test for ImageMagic image.
2397 (imagemagick_load): New function to load ImageMagick image.
2398 (imagemagick_load_image): New function, helper for imagemagick_load.
2399 (imagemagick-types): New function.
2400 (Qimagemagick): New Lisp_object.
2401 (imagemagick-render-type): New variable, decides which renderer to use.
2402
2403 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
2406 is a string.
2407
2408 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2409
2410 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
2411 x_set_tool_bar_position handler.
2412
2413 2010-08-17 Eli Zaretskii <eliz@gnu.org>
2414
2415 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
2416 x_set_tool_bar_position handler, needed to support changes from
2417 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
2418
2419 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
2420
2421 * nsselect.m: include keyboard.h for QPRIMARY, remove its
2422 declaration (Bug#6863).
2423 (syms_of_nsselect): Don't intern QPRIMARY.
2424
2425 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
2426
2427 * keyboard.h (QPRIMARY): Declare (Bug#6864).
2428
2429 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * keyboard.c (command_loop_1): Avoid setting selection twice,
2432 since it's done in deactivate-mark as well.
2433 (Vselect_active_regions): Change default to t. Replace `lazy'
2434 with non-default value `only', meaning only set PRIMARY for
2435 temporarily active regions.
2436
2437 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
2438 select-active-regions.
2439
2440 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
2441
2442 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
2443 isn't a string.
2444
2445 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
2446
2447 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
2448
2449 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
2450
2451 * keyboard.c (parse_tool_bar_item): malloc buf.
2452 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
2453 new_lbl (Bug#6855).
2454
2455 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2456
2457 * xterm.c (x_draw_stretch_glyph_string):
2458 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
2459 the cursor on the right edge of the stretch glyph.
2460
2461 * xdisp.c (window_box_right_offset, window_box_right):
2462 Fix commentary.
2463
2464 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
2465 direction when point is inside a run of whitespace characters.
2466
2467 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
2468
2469 2010-08-14 Jason Rumney <jasonr@gnu.org>
2470
2471 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
2472
2473 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
2476
2477 2010-08-13 Jason Rumney <jasonr@gnu.org>
2478
2479 * w32menu.c (simple_dialog_show): Use unicode message box if available.
2480 (MessageBoxW_Proc): New function typedef.
2481 (unicode-message-box): New function pointer.
2482 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
2483
2484 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2485
2486 * frame.h (Qtool_bar_position): Declare.
2487
2488 * xfns.c (Fx_create_frame): Call x_default_parameter for
2489 Qtool_bar_position.
2490
2491 2010-08-13 Eli Zaretskii <eliz@gnu.org>
2492
2493 * unexcoff.c: Remove the parts used when "emacs" is not defined.
2494 (report_error, report_error_1): Ditto.
2495 (write_segment): Remove "#if 0" unused code.
2496 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
2497 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
2498 (start_of_text): Remove unused function (was used only if NO_REMAP
2499 was NOT defined).
2500
2501 * msdos.c (IT_set_face): Fix format string to match argument
2502 types.
2503 (IT_write_glyphs, IT_note_mode_line_highlight)
2504 (IT_set_frame_parameters): Remove unused variables.
2505 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
2506 (IT_set_terminal_modes): Disambiguate expression in if clause.
2507 (Fmsdos_remember_default_colors): Return Qnil.
2508 (IT_set_frame_parameters): Add parens to disambiguate boolean
2509 expression for logging the cursor type to termscript.
2510 (keyboard_layout_list, keypad_translate_map)
2511 (grey_key_translate_map): Add braces in inner initializers.
2512 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
2513 (dos_rawgetc): Remove unused label.
2514 (XMenuActivate): Add braces to remove ambiguous `else'.
2515 (dos_ttraw): Always return a value.
2516 (spawnve): Declare.
2517 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
2518
2519 * dosfns.h (x_set_title): Declare.
2520
2521 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
2522 Remove unused variables.
2523
2524 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
2525 variables.
2526 (init_dosfns): Declare get_lim_data.
2527 (system_process_attributes): Declare Fget_internal_run_time.
2528
2529 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
2530 list to be consistent with menu.h.
2531
2532 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
2533 warnings due to mixing of "char *" and "const char *".
2534
2535 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 Introduce a new comment style "c" flag.
2538 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
2539 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
2540 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
2541 (syntax_prefix_flag_p): New function.
2542 (Fstring_to_syntax): Understand new "c" flag.
2543 (Finternal_describe_syntax_value): Recognize new flag; use the
2544 SYNTAX_FLAGS_* macros.
2545 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
2546 comment style to accomodate the new styles.
2547 (back_comment, forw_comment, Fforward_comment, scan_lists)
2548 (scan_sexps_forward): Update code to obey the new comment style flag.
2549
2550 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
2551
2552 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
2553
2554 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2555
2556 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
2557 first.
2558 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
2559
2560 * gtkutil.h (xg_check_special_colors): Declare.
2561
2562 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
2563 (xg_create_frame_widgets): Connect theme name changes to
2564 style_changed_cb.
2565
2566 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
2567 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
2568 (x_term_init): Use char[] display_opt and name_opt instead of
2569 string literal. file is const char*.
2570
2571 * xsmfns.c (NOSPLASH_OPT): Change to char[].
2572 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
2573 props. Free them at the end.
2574
2575 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
2576
2577 * xrdb.c (get_system_app): Make path const and use char *p for
2578 non-const char.
2579
2580 * xmenu.c (Fx_popup_dialog): error_name is const char*.
2581 (xmenu_show): error parameter is const char **. pane_string is const
2582 char *.
2583 (button_names): Is const char *.
2584 (xdialog_show): error_name and pane_string is const.
2585
2586 * process.h (synch_process_death): Is const char*.
2587
2588 * w32menu.c (w32_menu_show):
2589 * nsmenu.m (ns_menu_show): error parameter is const char **.
2590
2591 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
2592 is const char **.
2593
2594 * menu.c (Fx_popup_menu): error_name is const.
2595
2596 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
2597 with unsigned char and XtPointer with void *.
2598
2599 * gtkutil.h: Replace widget_value with struct _widget_value.
2600 (enum button_type, struct _widget_value): Remove and use the one from
2601 keyboard.h.
2602
2603 * gtkutil.c (get_utf8_string): Always return an allocated string.
2604 Parameter is const.
2605 (create_dialog, xg_create_one_menuitem, create_menus)
2606 (xg_item_label_same_p, xg_update_menu_item): Free result from
2607 get_utf8_string.
2608 (xg_separator_p, xg_item_label_same_p): label is const.
2609
2610 * font.h (font_open_by_name): Make name const.
2611
2612 * font.c (font_open_by_name): Make name const.
2613
2614 * floatfns.c (matherr): Use a const char* variable for x->name.
2615
2616 * emacs.c (main): Pass char[] to putenv instead of literal.
2617
2618 * callproc.c (synch_process_death): Make const.
2619 (Fcall_process): Make signame const.
2620
2621 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
2622 (addDisplayItemWithImage): Use const char*.
2623
2624 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
2625 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
2626
2627 * nsfont.m (ns_descriptor_to_entity): Use const char*.
2628
2629 * keyboard.h (_widget_value): name, value and key are const char*.
2630
2631 * unexmacosx.c (unexec_error): Use const char *.
2632
2633 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2634
2635 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
2636 (font_parse_name, font_open_by_name):
2637 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
2638 (font_parse_name, font_open_by_name): Remove const.
2639
2640 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2641
2642 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
2643 definition.
2644
2645 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
2646 * m/amdx86-64.h: Likewise.
2647 * m/arm.h: Likewise.
2648 * m/hp800.h: Likewise.
2649 * m/ia64.h: Likewise.
2650 * m/ibmrs6000.h: Likewise.
2651 * m/ibms390.h: Likewise.
2652 * m/intel386.h: Likewise.
2653 * m/iris4d.h: Likewise.
2654 * m/m68k.h: Likewise.
2655 * m/macppc.h: Likewise.
2656 * m/mips.h: Likewise.
2657 * m/sh3.h: Likewise.
2658 * m/sparc.h: Likewise.
2659 * m/template.h: Likewise.
2660 * m/vax.h: Likewise.
2661 * m/xtensa.h: Likewise.
2662 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
2663 WORDS_BIG_ENDIAN.
2664 * lisp.h: Likewise.
2665 * md5.c: Likewise.
2666 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
2667
2668 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2669
2670 Use const char* instead of char*.
2671 Reduce the number of warnings with -Wwrite-strings.
2672 * xrdb.c (get_environ_db, get_system_name):
2673 * unexelf.c (find_section):
2674 * term.c (string_cost, string_cost_one_line, per_line_cost)
2675 (get_named_tty, init_tty):
2676 * sysdep.c (sys_subshell):
2677 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
2678 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
2679 * search.c (Freplace_match):
2680 * process.c (Fmake_network_process, send_process, init_process):
2681 * lread.c (Fload, init_lread):
2682 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
2683 * keyboard.c (parse_tool_bar_item, struct event_head):
2684 * gtkutil.h (xg_get_font_name):
2685 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
2686 (make_widget_for_menu_item, make_menu_item, create_menus)
2687 (xg_make_tool_item):
2688 * font.c (parse_matrix, font_parse_name):
2689 * floatfns.c (rounding_driver, float_error_fn_name):
2690 * filelock.c (get_boot_time_1, lock_file_1):
2691 * fileio.c (barf_or_query_if_file_exists, check_writable):
2692 * editfns.c (get_system_name, get_operating_system_release)
2693 (Fencode_time, Fset_time_zone_rule):
2694 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
2695 * buffer.c (defvar_per_buffer): Use const.
2696
2697 2010-08-08 Kenichi Handa <handa@m17n.org>
2698
2699 * charset.c: Include <stdlib.h>.
2700 (struct charset_sort_data): New struct.
2701 (charset_compare): New function.
2702 (Fsort_charsets): New function.
2703 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
2704
2705 * coding.c (decode_coding_iso_2022): Fix checking of dimension
2706 number in CTEXT extended segment.
2707
2708 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2709
2710 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
2711 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
2712
2713 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2714
2715 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
2716 (Fhash_table_size): Fix typos in docstrings.
2717 (Fmake_hash_table): Doc fix.
2718
2719 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2720
2721 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
2722 Doc fix (bug#5625).
2723
2724 2010-08-08 Ken Brown <kbrown@cornell.edu>
2725
2726 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
2727 the MSDOS definition.
2728
2729 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
2730
2731 Use const char* instead of char*.
2732 * xterm.c (x_create_toolkit_scroll_bar):
2733 * xfont.c (xfont_list_pattern):
2734 * xfns.c (x_default_scroll_bar_color_parameter)
2735 (xic_create_fontsetname, x_default_font_parameter)
2736 (x_screen_planes):
2737 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
2738 (store_mode_line_string, decode_mode_spec, display_string):
2739 * menu.c (digest_single_submenu):
2740 * keymap.h (initial_define_key, initial_define_lispy_key):
2741 * keymap.c (initial_define_key, initial_define_lispy_key):
2742 * image.c (image_error, image_keyword):
2743 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
2744 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
2745 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
2746 (ftfont_list, ftfont_match):
2747 * frame.c (frame_parm_table):
2748 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
2749 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
2750 (font_add_log, font_deferred_log):
2751 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
2752 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
2753 (font_add_log, font_deferred_log):
2754 * emacs.c (argmatch):
2755 * dispextern.h (struct it):
2756 * coding.c (ENCODE_DESIGNATION):
2757 * charset.c (define_charset_internal): Use const.
2758
2759 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
2760
2761 * xrdb.c: Remove include guard.
2762 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
2763 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
2764 realloc->xrealloc instead of using #defines.
2765
2766 2010-08-08 Eli Zaretskii <eliz@gnu.org>
2767
2768 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
2769 * editfns.c (Fline_beginning_position, Fline_end_position):
2770 State in the doc strings that start and end of line are in the
2771 logical order.
2772
2773 * xdisp.c (display_line): Move the handling of overlay arrow after
2774 the call to find_row_edges. (Bug#6699)
2775
2776 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2777
2778 * keyboard.c (command_loop_1):
2779 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
2780
2781 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * insdel.c (prepare_to_modify_buffer): Save active region text to
2784 Vsaved_region_selection.
2785
2786 * xselect.c (QPRIMARY): Move to keyboard.c.
2787
2788 * keyboard.c (Vselect_active_regions): Move from simple.el.
2789 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
2790 (command_loop_1): Set window selection prior to deactivating the mark.
2791
2792 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
2793
2794 * alloc.c (lisp_malloc):
2795 * buffer.c (set_buffer_internal, set_buffer_internal_1):
2796 * charset.h (emacs_mule_charset):
2797 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
2798 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
2799 (bitch_at_user):
2800 * lisp.h (Fcheck_coding_system, Fget_text_property)
2801 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
2802 Remove duplicate declarations.
2803
2804 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2805
2806 * process.c: Simplify include logic.
2807
2808 * keyboard.h (quit_char): Add declaration.
2809 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
2810 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
2811 Add declarations.
2812 * sysdep.c:
2813 * w32.c: Remove the above declarations.
2814
2815 Remove extern declarations in .c files, .h files have them.
2816 * xterm.c:
2817 * xdisp.c:
2818 * msdos.c:
2819 * image.c:
2820 * gtkutil.c:
2821 * fileio.c:
2822 * eval.c: Remove declarations.
2823
2824 * frame.c (frame_params): Make const.
2825
2826 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
2827
2828 * emacs.c (emacs_copyright, emacs_version): Make static.
2829 (Vinitial_window_system, Vauto_save_list_file_name)
2830 (Vinhibit_redisplay): Remove declarations.
2831 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
2832 for AIX.
2833
2834 Use const for some arrays and functions.
2835 * xterm.h (xg_set_icon_from_xpm_data):
2836 * xfns.c (xg_set_icon_from_xpm_data):
2837 * term.c (fkeys):
2838 * keyboard.c (lispy_accent_keys, lispy_function_keys)
2839 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
2840 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
2841 (frame.c frame_parms):
2842 * emacs-icon.h (gnu_xpm_bits):
2843 * callint.c (callint_argfuns): Use const.
2844
2845 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2846
2847 * sysdep.c: Move include term.h last of includes (Bug#6812).
2848
2849 2010-08-06 Eli Zaretskii <eliz@gnu.org>
2850
2851 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
2852
2853 * msdos.c (IT_display_cursor): Log cursor position on termscript.
2854
2855 * .gdbinit (pgx): Display the avoid_cursor_p flag.
2856
2857 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
2860
2861 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2862
2863 * xterm.h (x_get_focus_frame): Declare.
2864
2865 * keyboard.h (poll_for_input_1): Unconditionally declare.
2866
2867 * nsterm.h (x_set_menu_bar_lines): Declare.
2868
2869 * window.c: Don't include menu.h, it depends on lots of other .h-files.
2870
2871 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
2872
2873 * window.c: Include menu.h.
2874
2875 * unexmacosx.c (print_region_list, print_regions)
2876 (build_region_list, find_emacs_zone_regions)
2877 (unexec_regions_merge, read_load_commands, dump_it)
2878 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
2879
2880 * term.c: Check HAVE_SYS_IOCTL_H.
2881
2882 * sysdep.c: Check HAVE_TERM_H.
2883
2884 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
2885
2886 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
2887 (ns_ring_bell, ns_defined_color, hide_hourglass)
2888 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
2889 Convert to ANSI C prototypes.
2890 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
2891 before code.
2892
2893 * nsterm.h : Include sysselect.h.
2894 (x_sync, x_get_focus_frame, x_set_mouse_position)
2895 (x_set_mouse_pixel_position, x_make_frame_visible)
2896 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
2897 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
2898 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
2899 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
2900 Declare.
2901
2902 * nsmenu.m (popup_activated, name_is_separator)
2903 (syms_of_nsmenu): Convert to ANSI C prototypes.
2904 (runMenuAt): Prototypes and move declarations before code.
2905
2906 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
2907
2908 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
2909 prototypes.
2910
2911 * nsfns.m (have_menus_p, ns_display_info_for_name)
2912 (x_set_cursor_type, ns_appkit_version_str)
2913 (ns_appkit_version_int, ns_do_applescript)
2914 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
2915 (syms_of_nsfns): Convert to ANSI C prototypes.
2916
2917 * menu.h (x_set_menu_bar_line): Declare.
2918 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
2919
2920 * lisp.h (fmod_float): Declare.
2921
2922 * image.c (xpm_scan, xpm_make_color_table_v)
2923 (xpm_put_color_table_v, xpm_get_color_table_v)
2924 (xpm_make_color_table_h, xpm_put_color_table_h)
2925 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
2926 (xpm_load): Convert to ANSI C prototypes.
2927
2928 * emacs.c: Include nsterm.h if HAVE_NS.
2929
2930 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
2931
2932 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2933
2934 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
2935 subprocesses, only MSDOS does not define HAVE_SOCKETS.
2936 (socket_options): Use const char* for name.
2937
2938 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
2939
2940 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
2941
2942 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
2943 Don't declare xmalloc_widget_value and digest_single_submenu.
2944
2945 * w32font.c (Qlatin): Remove declaration.
2946
2947 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
2948
2949 * dired.c (compile_pattern): Restore declaration.
2950
2951 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
2952
2953 Remove extern declarations in .c files, .h files have them.
2954 * data.c:
2955 * dired.c:
2956 * editfns.c:
2957 * filelock.c:
2958 * fns.c:
2959 * font.c:
2960 * fontset.c:
2961 * frame.c:
2962 * fringe.c:
2963 * ftfont.c:
2964 * gtkutil.c:
2965 * indent.c:
2966 * keyboard.c:
2967 * keymap.c:
2968 * lread.c:
2969 * menu.c:
2970 * print.c:
2971 * search.c:
2972 * sound.c:
2973 * window.c:
2974 * xdisp.c:
2975 * xfaces.c:
2976 * xfns.c:
2977 * xfont.c:
2978 * xftfont.c:
2979 * xmenu.c:
2980 * xterm.c: Remove declarations.
2981
2982 Cleanup syssignal.h.
2983 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
2984 (main_thread): Move down to remove #ifdef.
2985 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
2986 Remove conditional definition following unconditional ones.
2987
2988 * lisp.h: Remove HAVE_SHM code, unused.
2989 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
2990 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
2991 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
2992 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
2993 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
2994 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
2995 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
2996 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
2997 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
2998 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
2999 (Qwindow_scroll_functions, Vafter_load_alist)
3000 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
3001 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
3002 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
3003 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
3004 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
3005 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
3006 (initial_argv, last_nonmenu_event, load_in_progress)
3007 (noninteractive_need_newline, scroll_margin): Add declarations.
3008
3009 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
3010 declarations, menu.h has them.
3011 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
3012 (Vinput_method_function, Qinput_method_function)
3013 (Qevent_symbol_element_mask, last_event_timestamp):
3014 * dispextern.h (Voverflow_newline_into_fringe):
3015 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
3016 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
3017 (syms_of_w32font, syms_of_nsfont):
3018 * fontset.h (find_font_encoding, Qlatin):
3019 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
3020 (Vtool_bar_mode, set_frame_menubar):
3021 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
3022 * xterm.h (Qx_gtk_map_stock):
3023 * keymap.h (meta_prefix_char): Add declarations.
3024
3025 * term.c: Remove dead code.
3026
3027 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
3028 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
3029 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
3030 which is what was there before BSD_PGRPS was removed.
3031
3032 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3033
3034 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
3035
3036 * unexcoff.c: Renamed from unexec.c.
3037
3038 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
3041
3042 2010-08-03 Johan Bockgård <bojohan@gnu.org>
3043
3044 * data.c (Flocal_variable_p): Handle variable aliases correctly.
3045 (Bug#6744)
3046
3047 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
3048
3049 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
3050 to TRUE if depth of screen is < 16.
3051
3052 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
3053 USE_GTK_TOOLTIP.
3054 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
3055 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
3056 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
3057 USE_GTK_TOOLTIP.
3058 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
3059
3060 * xterm.h (USE_GTK_TOOLTIP): New define.
3061 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
3062
3063 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
3064 to Control-D (Bug#6771).
3065
3066 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
3069 Wording by Drew Adams <drew.adams@oracle.com>.
3070
3071 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3072
3073 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
3074 ttip_lbl.
3075
3076 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
3077 calling gtk_widget_queue_draw.
3078 (x_free_frame_resources): Call xg_free_frame_widgets.
3079
3080 * xfns.c (x_gtk_use_system_tooltips): New variable.
3081 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
3082 new gtkutil tooltip functions to show the tooltip.
3083 (Fx_hide_tip): Call xg_hide_tooltip.
3084 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
3085
3086 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
3087 (xg_show_tooltip, xg_hide_tooltip): Declare.
3088
3089 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
3090 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
3091 New functions.
3092 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
3093 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
3094 Remove code that is commented out.
3095
3096 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
3099
3100 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * xselect.c (x_own_selection): Use list4.
3103
3104 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3105
3106 * buffer.c (Qwindow): Do not define, already defined in data.c.
3107 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
3108
3109 2010-07-29 Chad Brown <yandros@mit.edu>
3110
3111 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
3112 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
3113 * config.in: Undef HAVE_DIRENT_H.
3114 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
3115 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
3116
3117 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3118
3119 Rename s/usg5-4.h -> s/usg5-4-common.h.
3120 * s/usg5-4.h: Rename file to ...
3121 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
3122 * s/unixware.h:
3123 * s/sol2-6.h:
3124 * s/irix6-5.h: Update includes accordingly.
3125
3126 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3127
3128 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
3129
3130 * xterm.h (struct x_output): Add toolbar_top_height,
3131 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
3132 Remove toolbar_height.
3133 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
3134 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
3135 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
3136 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
3137
3138 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
3139
3140 * xfns.c (x_set_tool_bar_position): New function.
3141 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
3142 (x_frame_parm_handlers): Add x_set_tool_bar_position.
3143 (syms_of_xfns): If USE_GTK, provide move-toolbar.
3144
3145 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
3146 and FRAME_TOOLBAR_LEFT_WIDTH.
3147
3148 * gtkutil.h (xg_change_toolbar_position): Declare.
3149
3150 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
3151 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
3152 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
3153 (xg_create_frame_widgets): Create a hobox for placing widgets
3154 vertically. Use gtk_box_pack_start.
3155 (xg_height_or_width_changed): Renamed from xg_height_changed.
3156 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
3157 (xg_update_frame_menubar, free_frame_menubar): Change to
3158 xg_height_or_width_changed.
3159 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
3160 size correctly. Remove hardcoded 4, instead use handlebox size -
3161 toolbar size.
3162 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
3163 size correctly. Use handlebox size + toolbar size as additional size.
3164 (xg_pack_tool_bar): POS is a new parameter.
3165 Set orientation of tool bar based on pos.
3166 Only make handlebox_widget if NULL.
3167 Check if tool bar goes to vbox or hbox depending on pos.
3168 (xg_update_tool_bar_sizes): New function.
3169 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
3170 height, call xg_update_tool_bar_sizes instead.
3171 (free_frame_tool_bar): Remove from hbox or vbox depending on
3172 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
3173 (xg_change_toolbar_position): New function.
3174
3175 * frame.h (struct frame): Add tool_bar_position.
3176 (Qbottom): Declare.
3177
3178 * frame.c (Qtool_bar_position): New variable.
3179 (make_frame): Set tool_bar_position to Qtop.
3180 (frame_parms): Add tool-bar-position.
3181 (x_report_frame_params): Store tool_bar_position.
3182 (x_set_fringe_width): Reset wm size hint after fringe changes.
3183
3184 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3185
3186 Make lisp_time_argument declaration work on all systems.
3187 * lisp.h (lisp_time_argument): Move declaration ...
3188 * systime.h (lisp_time_argument): ... here
3189 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
3190
3191 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3192
3193 * vm-limit.c (POINTER): Add typedef for it.
3194 (start_of_data): Change return type from POINTER to char *.
3195
3196 * frame.h (Qtty_color_mode): Move declaration out of ifdef
3197 HAVE_WINDOW_SYSTEM.
3198
3199 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
3202 Remove reference to __osf__, unused.
3203
3204 * mem-limits.h: Remove duplicated includes.
3205 (NULL): Remove definition, unused.
3206 (POINTER): Remove definition.
3207 (start_of_data): Use char* in prototype, as the function
3208 definition does.
3209
3210 Remove extern declarations from .c files, and them to .h files.
3211 * keyboard.h (Qhelp_echo, waiting_for_input)
3212 (input_available_clear_time, ignore_mouse_drag_p)
3213 (Vdouble_click_time, real_this_command, Vthis_original_command):
3214 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
3215 (Voverriding_local_map_menu_flag):
3216 * lisp.h (Qinteractive_form, use_file_dialog)
3217 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
3218 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
3219 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
3220 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
3221 (Qfunction, debug_on_next_call, Qfield)
3222 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
3223 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
3224 (Qfile_directory_p, Qinsert_file_contents)
3225 (Qcompletion_ignore_case, Qcompletion_ignore_case)
3226 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
3227 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
3228 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
3229 (Qminibuffer_prompt)
3230 (Vtemporary_file_directory,char_ins_del_vector, Qface):
3231 * xterm.h (gray_bitmap_width, gray_bitmap_height)
3232 (gray_bitmap_bits, xic_create_fontsetname):
3233 * coding.h (Vtranslation_table_for_input): Add extern declarations.
3234
3235 * xsmfns.c (Vuser_login_name):
3236 * xrdb.c (Vdouble_click_time):
3237 * xfaces.c (xic_create_fontsetname):
3238 * w32select.c (waiting_for_input):
3239 * print.c (minibuffer_auto_raise):
3240 * msdos.c (Qhelp_echo):
3241 * macros.c (real_this_command):
3242 * keymap.c (Voverriding_local_map):
3243 * xterm.c (poll_for_input_1, gray_bitmap_width)
3244 (gray_bitmap_height, gray_bitmap_bits;
3245 * xmenu.c ( Voverriding_local_map)
3246 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
3247 (use_file_dialog, Xt_app_con):
3248 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
3249 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
3250 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
3251 (Qtool_bar_lines, ignore_mouse_drag_p):
3252 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
3253 (Qrear_nonsticky, nconc2):
3254 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
3255 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
3256 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
3257 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
3258 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
3259 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
3260 (gc_in_progress):
3261 * doc.c (Voverriding_local_map, Qremap):
3262 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
3263 (Vcompletion_regexp_list):
3264 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
3265 (Qcompletion_ignore_case):
3266 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
3267 (Vhistory_length, Vthis_original_command, real_this_command)
3268 (Qface, Qminibuffer_prompt, history_delete_duplicates):
3269 * image.c (Qrisky_local_variable):
3270 * fontset.c (QCname):
3271 * fns.c (minibuffer_auto_raise, QCname):
3272 * dispnew.c (char_ins_del_cost):
3273 * composite.c (font_fill_lglyph_metrics):
3274 * cmds.c (Qface, Vtranslation_table_for_input):
3275 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
3276 * ccl.c (charset_unicode):
3277 * callproc.c (Vtemporary_file_directory):
3278 * buffer.c (emacs_strerror): Remove extern declarations.
3279
3280 * data.c (Qwindow): Make non-static, used from other files too.
3281 * frame.c (validate_x_resource_name): Remove shadow definition for i.
3282
3283 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
3284 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
3285 * s/usg5-4.h (COFF):
3286 * s/template.h:
3287 * s/msdos.h (COFF, NO_REMAP):
3288 * s/ms-w32.h (NO_REMAP):
3289 * s/hpux10-20.h (NO_REMAP):
3290 * m/sparc.h (SEGMENT_MASK):
3291 * m/m68k.h (NO_REMAP):
3292 * m/intel386.h (SEGMENT_MASK):
3293 * m/arm.h (NO_REMAP):
3294 * m/alpha.h (COFF):
3295 * m/template.h: Remove references to unused defines.
3296
3297 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3298
3299 * xsettings.c (Ftool_bar_get_system_style): Also check for
3300 Qtext_image_horiz.
3301
3302 * xdisp.c (Qtext_image_horiz): Define.
3303 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
3304 to documentation of tool-bar-style.
3305
3306 * lisp.h (Qtext_image_horiz): Declare.
3307
3308 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
3309 style text_image_horiz.
3310
3311 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3312
3313 * emacs.c (Fkill_emacs): Remove return statement.
3314
3315 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
3316 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
3317 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
3318 local extern declarations.
3319
3320 * xmenu.c: Do not included lwlib.h, not needed.
3321
3322 * m/iris4d.h (XUINT, XSET): Remove, not needed.
3323
3324 * process.c: Move definitions earlier to minimize #ifdefs.
3325
3326 * xterm.h (x_get_customization_string, x_load_resources)
3327 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
3328 (x_check_errors, x_property_data_to_lisp, defined_color)
3329 (xic_set_xfontset, x_defined_color): Use const.
3330
3331 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
3332 (x_text_icon, x_check_errors, x_connection_closed): Use const.
3333
3334 * xselect.c (selection_data_to_lisp_data)
3335 (x_property_data_to_lisp):
3336 * xrdb.c (x_get_string_resource, file_p)
3337 (x_get_customization_string, magic_file_p, search_magic_path)
3338 (get_system_app, get_user_app, x_load_resources, x_get_resource)
3339 (x_get_string_resource): Use const.
3340
3341 * xfns.c: Include xlwmenu.h when USE_LUCID.
3342 (x_defined_color, xic_set_xfontset): Use const.
3343 (Fx_hide_tip): Remove local extern declaration.
3344
3345 * xfaces.c (Qmouse_face): Remove declaration.
3346 (face_color_gray_p, tty_defined_color, defined_color)
3347 (face_color_gray_p, face_color_supported_p): Add const.
3348
3349 * xdisp.c (do_mouse_tracking): Remove declaration.
3350 (add_to_log): Use const.
3351
3352 * minibuf.c (Qmouse_face): Remove declaration.
3353
3354 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
3355
3356 * keyboard.h (do_mouse_tracking): Add declaration.
3357
3358 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
3359 (QCdata, QCtype, Qcenter): Remove declarations.
3360
3361 * frame.c (x_get_resource_string, x_get_string_resource)
3362 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
3363 (x_default_parameter): Use const.
3364
3365 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
3366 (QCheight, QCsize, QCname): Remove declarations.
3367
3368 * emacs.c (main): Remove local extern declaration.
3369
3370 * editfns.c (region_limit, syms_of_editfns): Remove local extern
3371 declarations.
3372
3373 * dispnew.c: Remove duplicate #include <unistd.h>.
3374 (update_window, update_frame_1, init_display): Remove local extern
3375 declarations.
3376
3377 * dispextern.h (add_to_log): Remove declaration.
3378 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
3379 (x_frame_get_and_record_arg, x_default_parameter): Add const.
3380
3381 * dired.c (scmp): Add const.
3382 (directory_files_internal): Remove local extern declaration.
3383
3384 * data.c (Finteractive_form): Use const.
3385
3386 * composite.c (syms_of_composite): Remove local extern declarations.
3387
3388 * charset.c (add_to_log): Remove declaration.
3389
3390 * character.c (strwidth, parse_str_to_multibyte): Add const.
3391
3392 * character.h (strwidth, parse_str_to_multibyte): Likewise.
3393
3394 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
3395
3396 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
3397 (Lisp_Subr): Make doc and intspec constant.
3398 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
3399 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
3400 (QCheight, QCsize, QCname, QCwidth, QCforeground)
3401 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
3402 (display_arg): Add declarations.
3403
3404 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
3405
3406 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
3407
3408 * window.c (Fwindow_height): Doc fix (bug#6518).
3409
3410 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
3413
3414 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3415
3416 * keyboard.c (Ftop_level, Fexit_recursive_edit)
3417 (Fabort_recursive_edit): Remove return statements in NO_RETURN
3418 functions.
3419
3420 * frame.h (Qtty_color_mode): Add declaration.
3421
3422 * lisp.h (Ftop_level, Fexit_recursive_edit)
3423 (Fabort_recursive_edit): Mark as NO_RETURN.
3424
3425 2010-07-26 Kenichi Handa <handa@m17n.org>
3426
3427 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
3428 number of glyphs gets smaller than the original length. (Bug#6621)
3429
3430 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
3431
3432 * lread.c (unreadpure, mapatoms_1): Make static.
3433
3434 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
3435
3436 * terminfo.c (tparam): Fix prototype of tparm.
3437
3438 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3439
3440 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
3441 find start of text segment.
3442 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
3443 is defined.
3444
3445 * callproc.c (set_initial_environment): Avoid unbalanced braces.
3446
3447 2010-07-25 Ken Brown <kbrown@cornell.edu>
3448
3449 * vm-limit.c (check_memory_limits): Fix previous change;
3450 accidentally reverted an earlier change.
3451
3452 2010-07-25 Ken Brown <kbrown@cornell.edu>
3453
3454 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
3455 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
3456
3457 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
3458
3459 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
3460 * dired.c (opendir, readdir): Fix prototypes.
3461 * editfns.c (w32_get_internal_run_time): Fix prototypes.
3462 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
3463 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
3464 (telldir): Remove declaration.
3465 * ralloc.c (real_morecore, __morecore): Fix prototypes.
3466 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
3467 * syssignal.h (strsignal): Fix prototype.
3468 * term.c (tparam): Fix prototype.
3469 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
3470 (term_get_fkeys): Set inside "#ifndef DOS_NT".
3471 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
3472 and __morecore.
3473 * w32gui.h (XParseGeometry): Fix prototype.
3474 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
3475 * w32term.c (my_set_focus): Declare inside #if 0.
3476 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
3477 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
3478 (drain_message_queue, get_next_msg, post_msg, parse_button)
3479 (ClipboardSequence_Proc): Fix prototypes.
3480 (wait_for_sync): Remove declaration.
3481
3482 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * w32fns.c (w32_to_x_color): Remove, unused.
3485
3486 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
3487
3488 * lisp.h: Remove leftover P_.
3489
3490 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
3491
3492 * ecrt0.c, unexalpha.c: Remove files, unused.
3493
3494 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
3495
3496 * cmds.c (internal_self_insert): Make static.
3497 * lisp.h (internal_self_insert): Remove declaration.
3498
3499 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * alloc.c (free_float):
3502 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
3503 * frame.c (delete_frame_handler):
3504 * ralloc.c (reorder_bloc):
3505 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
3506 Remove unused static functions.
3507
3508 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
3509 it is called only from NS code.
3510
3511 * w32term.c (my_set_focus): #ifdef away; it is called only from
3512 "#ifdef 0" code.
3513
3514 * w32fns.c (x_edge_detection):
3515 * xfaces.c (may_use_scalable_font_p):
3516 Remove obsolete static declarations.
3517
3518 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
3519
3520 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
3521 (emacs_blocked_realloc, uninterrupt_malloc):
3522 * fringe.c (w32_reset_fringes):
3523 * image.c (convert_mono_to_color_image, lookup_rgb_color)
3524 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
3525 * sound.c (be2hs, do_play_sound):
3526 * vm-limit.c (get_lim_data, ret_lim_data):
3527 * w32term.c (x_free_frame_resources):
3528 * xfaces.c (x_create_gc, x_free_gc):
3529 Convert definitions to standard C.
3530
3531 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * eval.c (Feval, Ffuncall): Use the new names.
3534
3535 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
3536 (DEFUN): Add braces around the union initialisation and use ## to
3537 specify the right union alternative and avoid a cast.
3538
3539 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
3540
3541 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
3542
3543 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
3546
3547 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
3548
3549 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
3550 is related to the menu bar (Bug#6499).
3551 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
3552
3553 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
3554
3555 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
3556
3557 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
3558
3559 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
3560 i.e. don't put back ButtonRelease (Bug#6608).
3561
3562 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
3563 instead of Window. Call xg_event_is_for_menubar when
3564 USE_GTK (Bug#6499).
3565
3566 * gtkutil.h (xg_event_is_for_menubar): Declare.
3567
3568 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
3569
3570 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3571
3572 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
3573 when it's the same as the old foreground. (Bug#6609)
3574
3575 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
3576
3577 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
3578 widget is non-null (Bug#6645).
3579
3580 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
3581
3582 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
3583 Convert old-style definition.
3584
3585 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
3586 timestamp argument.
3587
3588 2010-07-15 Eli Zaretskii <eliz@gnu.org>
3589
3590 * fringe.c (update_window_fringes): Restore mistakenly reverted
3591 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
3592
3593 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3594
3595 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
3596 (SET_SAVED_KEY_EVENT): Remove (not used).
3597 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
3598 remove size parameter.
3599 (handle_one_xevent): Check popup_activated () for menu for Xt also.
3600 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
3601 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
3602 ButtonRelease.
3603 (x_set_window_size_1): scroll_bar_actual_width is always
3604 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
3605
3606 * xdisp.c (pending_menu_activation): Remove extern declaration.
3607 (prepare_menu_bars): Remove setting of pending_menu_activation.
3608
3609 * xmenu.c (pending_menu_activation): Remove.
3610 (x_activate_menubar): Set popup_activated_flag for Xt also.
3611 Remove setting of pending_menu_activation.
3612 (set_frame_menubar): Remove check of pending_menu_activation.
3613 Declare menubar_size before code. Correct spelling in comment.
3614
3615 2010-07-14 Kenichi Handa <handa@m17n.org>
3616
3617 * font.c (font_open_entity): Cancel previous change.
3618 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
3619
3620 2010-07-13 Eli Zaretskii <eliz@gnu.org>
3621
3622 Remove subprocesses #ifdefs.
3623 * process.c <inhibit_sentinels>: Move to the common part.
3624 (Fwaiting_for_user_input_p): Move to the common part; return nil
3625 if async subprocesses aren't supported.
3626 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
3627 MS-DOS. Remove "#ifdef subprocesses".
3628 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
3629 (gettimeofday): Remove "#ifdef subprocesses".
3630 (wait_without_blocking): Remove function.
3631 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
3632 Remove "#ifdef subprocesses".
3633 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
3634 compiled on MS-DOS.
3635 * callproc.c (Fcall_process) [!MSDOS]: Don't call
3636 wait_for_termination on MS-DOS.
3637 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
3638 initialization of inhibit_sentinels.
3639 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
3640 subprocesses" conditional.
3641 * callproc.c (Fcall_process) [!subprocesses]: Don't call
3642 wait_for_termination, since `buffer' cannot be an integer when
3643 async subprocesses are not supported
3644 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
3645 for ifdefing away the call to Fprocess_status.
3646
3647 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
3648 away the entire body of the function.
3649
3650 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3651
3652 Remove subprocesses #ifdefs from term.c.
3653 * process.c (add_keyboard_wait_descriptor)
3654 (delete_keyboard_wait_descriptor): Move to common section, do
3655 nothing when subprocesses is not defined.
3656 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
3657 Remove subprocesses #ifdefs.
3658
3659 Convert maybe_fatal to standard C.
3660 * lisp.h (verror): Declare.
3661 * eval.c (verror): New function containing the code from ...
3662 (error): ... this. Call verror.
3663 * term.c (vfatal): New function containing the code from ...
3664 (fatal): ... this. Call vfatal.
3665 (maybe_fatal): Convert to standard C, use variable number of
3666 arguments. Declare as non-return.
3667 (init_tty): Fix maybe_fatal call.
3668
3669 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3670
3671 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
3672 (_scroll_bar_note_movement): Convert definitions to standard C.
3673 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
3674 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
3675
3676 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3677
3678 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
3679 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
3680 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
3681 (xaw_jump_callback, xaw_scroll_callback)
3682 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
3683 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
3684 definitions to standard C.
3685 * xmenu.c (menubar_id_to_frame, popup_get_selection)
3686 (popup_activate_callback, popup_deactivate_callback)
3687 (menu_highlight_callback, menubar_selection_callback)
3688 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
3689 (free_frame_menubar, popup_selection_callback, as)
3690 (create_and_show_popup_menu, dialog_selection_callback)
3691 (create_and_show_dialog):
3692 * xfns.c (hack_wm_protocols, x_window):
3693 * xfaces.c (x_update_menu_appearance):
3694 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
3695 (char_to_pixel_size, round_size_to_char, get_wm_shell)
3696 (set_frame_size, update_wm_hints, setup_frame_gcs)
3697 (update_various_frame_slots, update_from_various_frame_slots)
3698 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
3699 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
3700 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
3701
3702 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3703
3704 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
3705
3706 2010-07-12 Eli Zaretskii <eliz@gnu.org>
3707
3708 * process.c (setup_process_coding_systems): Move to the part
3709 shared by non-subprocesses systems, and make its body empty when
3710 subprocesses is not defined.
3711 (close_process_descs): Move to the part shared by non-subprocesses
3712 systems.
3713 (wait_reading_process_output) [!subprocesses]: Convert arg list to
3714 ANSI C.
3715
3716 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3717
3718 * editfns.c (transpose_markers): Convert old-style definition.
3719 * emacs.c (abort, shut_down_emacs, fixup_locale)
3720 (synchronize_system_time_locale)
3721 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
3722 * floatfns.c (extract_float, matherr, init_floatfns)
3723 (syms_of_floatfns): Likewise.
3724 * fns.c (make_hash_table): Likewise.
3725 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
3726 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
3727 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
3728 (ftfont_variation_glyphs): Likewise.
3729 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
3730 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
3731 * lread.c (read_filtered_event): Likewise.
3732 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
3733 * process.c (wait_reading_process_output): Likewise.
3734 * scroll.c (do_line_insertion_deletion_costs): Likewise.
3735 * search.c (search_buffer, boyer_moore): Likewise.
3736 * syntax.c (scan_sexps_forward): Likewise.
3737 * xdisp.c (try_scrolling): Likewise.
3738 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
3739 (face_at_string_position): Likewise.
3740 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
3741 * xselect.c (x_get_window_property, receive_incremental_selection)
3742 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
3743 Likewise.
3744 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
3745
3746 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3747
3748 * callproc.c (child_setup): Remove subprocesses conditional.
3749 Remove code dealing with SET_EMACS_PRIORITY, unused.
3750
3751 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
3752 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
3753
3754 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
3755 (__do_global_dtors, __main): Use void in definition.
3756 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
3757 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
3758 the only users from ...
3759 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
3760 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
3761 (HAVE_VOLATILE): Remove, unused.
3762
3763 Convert more function definitions to standard C.
3764 * xdisp.c (window_box_edges, handle_single_display_spec)
3765 (display_string): Convert definition to standard C.
3766 * scroll.c (do_direct_scrolling, scrolling_1):
3767 * dispnew.c (allocate_matrices_for_frame_redisplay)
3768 (mirrored_line_dance):
3769 * coding.c (code_convert_string):
3770 * charset.c (map_charset_chars):
3771 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
3772 (Fregister_ccl_program, Fregister_code_conversion_map):
3773 * keyboard.c (kbd_buffer_nr_stored): Likewise.
3774 (head_table): Make static and const.
3775
3776 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3777
3778 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
3779 (PROFILING_LDFLAGS): Set from substitution.
3780 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
3781 CFLAGS last.
3782
3783 2010-07-12 Kenichi Handa <handa@m17n.org>
3784
3785 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
3786 (shortlisp): Likewise.
3787
3788 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
3789
3790 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
3791 of FONT_ENTITY_INDEX.
3792 (Ffont_get): If KEY is :otf and the font-object doesn't have the
3793 property, get the property value dynamically.
3794 (Ffont_put): Accept font-entity and font-object too.
3795 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
3796 return value changed.
3797 (syms_of_font): Adjusted for the above change.
3798
3799 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3800
3801 * blockinput.h: Remove obsolete comment.
3802
3803 * lisp.h: Include <stddef.h>.
3804 (OFFSETOF): Don't define.
3805 (VECSIZE): Use offsetof instead of OFFSETOF.
3806 (PSEUDOVECSIZE): Likewise.
3807 * process.c (conv_sockaddr_to_lisp): Likewise.
3808 * alloc.c: Don't include <stddef.h>.
3809 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
3810
3811 * process.c: Remove obsolete comment.
3812
3813 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
3816
3817 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3818
3819 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
3820 index, rindex.
3821 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
3822 * editfns.c (Fuser_full_name, Fformat): Likewise.
3823 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
3824 * fileio.c (Ffile_symlink_p): Likewise.
3825 * filelock.c (current_lock_owner): Likewise.
3826 * font.c (font_parse_name, font_parse_family_registry): Likewise.
3827 * fontset.c (fontset_pattern_regexp): Likewise.
3828 * lread.c (read1): Likewise.
3829 * sysdep.c (init_system_name): Likewise.
3830 * xfns.c (select_visual): Likewise.
3831 * s/hpux10-20.h (index, rindex): Don't define.
3832 * s/ms-w32.h (index): Likewise.
3833 * s/usg5-4.h: Likewise.
3834
3835 * callproc.c (relocate_fd): Use F_DUPFD if defined.
3836
3837 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
3838 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
3839 (egetenv): Likewise.
3840 * doprnt.c (doprnt): Likewise.
3841 * editfns.c (set_time_zone_rule, format2): Likewise.
3842 * emacs.c (decode_env_path): Likewise.
3843 * eval.c (signal_error, error): Likewise.
3844 * insdel.c (replace_range_2): Likewise.
3845 * keyboard.c (cmd_error_internal): Likewise.
3846 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
3847 * print.c (write_string, write_string_1, print_error_message):
3848 Likewise.
3849 * vm-limit.c (warn_function, memory_warnings): Likewise.
3850 * xdisp.c (message1, message1_nolog, message_with_string)
3851 (vmessage, message, message_nolog): Likewise.
3852 * emacs.c: Remove duplicate declaration.
3853 * keyboard.h: Likewise.
3854 * lisp.h: Update prototypes.
3855
3856 * eval.c: Fix indentation problem.
3857
3858 * keyboard.c: Include "process.h"
3859
3860 * eval.c: Remove obsolete noinline declaration.
3861 * fns.c: Likewise.
3862
3863 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
3864
3865 * doprnt.c (doprnt): Take a va_list argument instead of count and
3866 pointer.
3867 * eval.c (error): Change to a standard-C variadic function.
3868 * xdisp.c (vmessage): Renamed from message, made static, and
3869 changed to take a va_list argument.
3870 (message): New variadic wrapper.
3871 (message_nolog): Now a variadic function, calling vmessage.
3872 * lisp.h: Include stdarg.h for va_list.
3873 (doprnt, error, message, message_nolog): Decls updated.
3874
3875 2010-07-11 Eli Zaretskii <eliz@gnu.org>
3876
3877 * process.c (syms_of_process) <delete-exited-processes>: Define
3878 even if !subprocesses.
3879 (delete_exited_processes): Ditto.
3880
3881 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
3882 (delete_exited_processes): Don't define.
3883
3884 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * frame.c (make_frame): Initialize menu_bar_lines and
3887 tool_bar_lines members.
3888 (make_initial_frame, make_terminal_frame): Initialize
3889 menu_bar_lines using value of menu-bar-mode.
3890
3891 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
3892
3893 2010-07-10 Eli Zaretskii <eliz@gnu.org>
3894
3895 * process.c: Reshuffle #include's. Condition some of the global
3896 and static variables on `subprocesses'.
3897 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3898 Leave only one implementation.
3899 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
3900 (kill_buffer_processes, Flist_system_processes)
3901 (Fprocess_attributes, init_process, syms_of_process): Unify the
3902 implementations for with subprocesses and without them.
3903
3904 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
3905
3906 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
3907 correct size for Motif.
3908 (free_frame_menubar): Call x_set_window_size to update frame size.
3909
3910 * xfns.c (x_window): Set borderWidth to 0 for pane and
3911 EmacsFrame. Frame size calculation is wrong otherwise.
3912
3913 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
3914
3915 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
3916 allows to suppress errors when polling in Emacs' main loop.
3917 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
3918 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
3919 (Fdbus_method_error_internal, Fdbus_send_signal)
3920 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
3921 (Fdbus_register_method): Use it. (Bug#6579)
3922
3923 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3924
3925 * alloc.c: Convert DEFUNs to standard C.
3926 * buffer.c:
3927 * bytecode.c:
3928 * callint.c:
3929 * callproc.c:
3930 * casefiddle.c:
3931 * casetab.c:
3932 * category.c:
3933 * character.c:
3934 * charset.c:
3935 * chartab.c:
3936 * cmds.c:
3937 * coding.c:
3938 * composite.c:
3939 * data.c:
3940 * dbusbind.c:
3941 * dired.c:
3942 * dispnew.c:
3943 * doc.c:
3944 * dosfns.c:
3945 * editfns.c:
3946 * emacs.c:
3947 * eval.c:
3948 * fileio.c:
3949 * filelock.c:
3950 * floatfns.c:
3951 * fns.c:
3952 * font.c:
3953 * fontset.c:
3954 * frame.c:
3955 * fringe.c:
3956 * image.c:
3957 * indent.c:
3958 * insdel.c:
3959 * keyboard.c:
3960 * keymap.c:
3961 * lread.c:
3962 * macros.c:
3963 * marker.c:
3964 * menu.c:
3965 * minibuf.c:
3966 * msdos.c:
3967 * nsfns.m:
3968 * nsmenu.m:
3969 * nsselect.m:
3970 * print.c:
3971 * process.c:
3972 * search.c:
3973 * sound.c:
3974 * syntax.c:
3975 * term.c:
3976 * terminal.c:
3977 * textprop.c:
3978 * undo.c:
3979 * w16select.c:
3980 * w32console.c:
3981 * w32fns.c:
3982 * w32font.c:
3983 * w32menu.c:
3984 * w32proc.c:
3985 * w32select.c:
3986 * window.c:
3987 * xdisp.c:
3988 * xfaces.c:
3989 * xfns.c:
3990 * xmenu.c:
3991 * xselect.c:
3992 * xsettings.c:
3993 * xsmfns.c: Likewise.
3994
3995 2010-07-08 Eli Zaretskii <eliz@gnu.org>
3996
3997 * process.c (kbd_is_on_hold, hold_keyboard_input)
3998 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
3999
4000 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
4001
4002 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
4003 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
4004 unless USE_LUCID.
4005
4006 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4007
4008 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
4009 declaration.
4010
4011 Clean up include guards.
4012 * tparam.c: Remove include guards for config.h, string.h and code
4013 that assumes #ifndef emacs.
4014 * termcap.c:
4015 * unexalpha.c:
4016 * sysdep.c:
4017 * filemode.c:
4018 * filelock.c:
4019 * bidi.c: Likewise.
4020
4021 Remove prefix-args.c
4022 * prefix-args.c: Remove file.
4023 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
4024 * Makefile.in (temacs${EXEEXT}): Remove references to
4025 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
4026 (mostlyclean): Remove reference to prefix-args.
4027 (prefix-args): Remove.
4028
4029 Simplify cstart_of_data, start_of_code and related code.
4030 * mem-limits.h: Remove !emacs and _LIBC conditional code.
4031 (start_of_data): Merge into start_of_data function.
4032 * sysdep.c (start_of_text): Remove. Move simplified versions of
4033 it in the only users: unexaix.c and unexec.c.
4034 (read_input_waiting): Remove local declaration of quit_char.
4035 (start, etext): Remove declarations.
4036 (start_of_data): Merge with the version in mem-limits.h and move
4037 to vm-limits.c.
4038 * vm-limit.c (start_of_data): Merged and simplified version of the
4039 code formerly in mem-limits.h and sysdep.c.
4040 * unexec.c (start): New declaration, moved from sysdep.c.
4041 (start_of_text): Simplified version of the code formerly in sysdep.c.
4042 * unexaix.c (start_of_text): Simplified version of the code
4043 formerly in sysdep.c.
4044 * m/alpha.h (HAVE_TEXT_START): Remove.
4045 (TEXT_START): Move ...
4046 * unexalpha.c (TEXT_START): ... here.
4047 * s/hpux10-20.h (TEXT_START): Remove.
4048 * s/darwin.h (TEXT_START):
4049 * m/mips.h (TEXT_START):
4050 * m/macppc.h (HAVE_TEXT_START):
4051 * m/m68k.h (TEXT_START):
4052 * m/iris4d.h (TEXT_START):
4053 * m/intel386.h (TEXT_START):
4054 * m/ibmrs6000.h (TEXT_START):
4055 * m/ia64.h (HAVE_TEXT_START):
4056 * s/msdos.h (TEXT_START): Likewise.
4057
4058 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4059
4060 * alloc.c (overrun_check_malloc, overrun_check_realloc)
4061 (overrun_check_free, xstrdup, allocate_string)
4062 (allocate_string_data, compact_small_strings, Fmake_string)
4063 (make_unibyte_string, make_multibyte_string)
4064 (make_string_from_bytes, make_specified_string, make_float)
4065 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
4066 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
4067 memcpy, memmove, memset, memcmp.
4068 * atimer.c (start_atimer, set_alarm): Likewise.
4069 * buffer.c (clone_per_buffer_values, report_overlay_modification)
4070 (mmap_realloc, init_buffer_once): Likewise.
4071 * callint.c (Fcall_interactively): Likewise.
4072 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
4073 (getenv_internal_1): Likewise.
4074 * casefiddle.c (casify_object): Likewise.
4075 * ccl.c (ccl_driver): Likewise.
4076 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
4077 * charset.c (load_charset_map_from_file)
4078 (load_charset_map_from_file, load_charset_map_from_vector)
4079 (Fdefine_charset_internal): Likewise.
4080 * cm.c (Wcm_clear): Likewise.
4081 * coding.c (decode_eol, decode_coding_object)
4082 (Fset_coding_system_priority, make_subsidiaries): Likewise.
4083 * data.c (Faset): Likewise.
4084 * dired.c (directory_files_internal, file_name_completion_stat):
4085 Likewise.
4086 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
4087 (clear_glyph_row, copy_row_except_pointers)
4088 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
4089 (save_current_matrix, restore_current_matrix)
4090 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
4091 (mirror_line_dance, scrolling_window): Likewise.
4092 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
4093 Likewise.
4094 * doprnt.c (doprnt): Likewise.
4095 * editfns.c (Fuser_full_name, make_buffer_string_both)
4096 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
4097 * emacs.c (sort_args): Likewise.
4098 * eval.c (Fapply, Ffuncall): Likewise.
4099 * fileio.c (Ffile_name_directory, make_temp_name)
4100 (Fexpand_file_name, search_embedded_absfilename)
4101 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
4102 (auto_save_error): Likewise.
4103 * fns.c (Fstring_equal, Fcopy_sequence, concat)
4104 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
4105 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
4106 (Fmake_hash_table): Likewise.
4107 * fringe.c (Fdefine_fringe_bitmap): Likewise.
4108 * ftfont.c (ftfont_text_extents): Likewise.
4109 * getloadavg.c (getloadavg): Likewise.
4110 * image.c (define_image_type, make_image, make_image_cache)
4111 (x_create_x_image_and_pixmap, xbm_image_p)
4112 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
4113 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
4114 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
4115 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
4116 (tiff_image_p, tiff_read_from_memory, gif_image_p)
4117 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
4118 Likewise.
4119 * indent.c (scan_for_column, compute_motion): Likewise.
4120 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
4121 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
4122 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
4123 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
4124 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
4125 (store_user_signal_events, menu_bar_items, tool_bar_items)
4126 (process_tool_bar_item, append_tool_bar_item)
4127 (read_char_minibuf_menu_prompt, read_key_sequence)
4128 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
4129 Likewise.
4130 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
4131 Likewise.
4132 * lisp.h (STRING_COPYIN): Likewise.
4133 * lread.c (Fload, read1, oblookup): Likewise.
4134 * msdos.c (Frecent_doskeys): Likewise.
4135 * nsfns.m (Fx_create_frame): Likewise.
4136 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
4137 Likewise.
4138 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
4139 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
4140 Likewise.
4141 * nsmenu.m (ns_update_menubar): Likewise.
4142 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
4143 * print.c (print_unwind, printchar, strout, print_string)
4144 (print_error_message): Likewise.
4145 * process.c (conv_lisp_to_sockaddr, set_socket_option)
4146 (Fmake_network_process, Fnetwork_interface_list)
4147 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
4148 (init_process): Likewise.
4149 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
4150 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
4151 Likewise.
4152 * scroll.c (do_scrolling, do_direct_scrolling)
4153 (scrolling_max_lines_saved): Likewise.
4154 * search.c (search_buffer, wordify, Freplace_match): Likewise.
4155 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
4156 * syntax.c (skip_chars, skip_syntaxes): Likewise.
4157 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
4158 (emacs_set_tty): Likewise.
4159 * term.c (encode_terminal_code, calculate_costs)
4160 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
4161 Likewise.
4162 * termcap.c (tgetst1, gobble_line): Likewise.
4163 * termhooks.h (EVENT_INIT): Likewise.
4164 * tparam.c (tparam1): Likewise.
4165 * unexalpha.c (unexec): Likewise.
4166 * unexec.c (write_segment): Likewise.
4167 * unexmacosx.c (unexec_write_zero): Likewise.
4168 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
4169 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
4170 * w32font.c (w32font_list_family, w32font_text_extents)
4171 (w32font_list_internal, w32font_match_internal)
4172 (w32font_open_internal, compute_metrics, Fx_select_font):
4173 Likewise.
4174 * w32menu.c (set_frame_menubar, add_menu_item)
4175 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
4176 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
4177 * w32uniscribe.c (uniscribe_list_family): Likewise.
4178 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
4179 * window.c (make_window, replace_window, set_window_buffer)
4180 (Fsplit_window): Likewise.
4181 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
4182 (add_to_log, message3, x_consider_frame_title)
4183 (append_space_for_newline, extend_face_to_end_of_line)
4184 (decode_mode_spec_coding, init_glyph_string): Likewise.
4185 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
4186 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
4187 (face_attr_equal_p, make_realized_face, make_face_cache)
4188 (free_realized_faces, lookup_named_face, smaller_face)
4189 (face_with_height, lookup_derived_face)
4190 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
4191 (Finternal_set_font_selection_order, realize_default_face)
4192 (compute_char_face, face_at_buffer_position)
4193 (face_for_overlay_string, face_at_string_position, merge_faces):
4194 Likewise.
4195 * xfns.c (xic_create_fontsetname, Fx_create_frame)
4196 (Fx_window_property, x_create_tip_frame)
4197 (Fx_backspace_delete_keys_p): Likewise.
4198 * xfont.c (xfont_list, xfont_match, xfont_list_family)
4199 (xfont_text_extents): Likewise.
4200 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
4201 * xrdb.c (magic_file_p, x_get_resource): Likewise.
4202 * xselect.c (x_queue_event, x_get_window_property)
4203 (receive_incremental_selection): Likewise.
4204 * xsmfns.c (x_session_check_input): Likewise.
4205 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
4206 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
4207 Likewise.
4208 * character.h (BCOPY_SHORT): Removed.
4209 * config.in: Regenerate.
4210 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
4211 * emacs.c (main) [PROFILING]: Don't declare
4212 dump_opcode_frequencies.
4213 * lisp.h (safe_bcopy): Remove declaration.
4214 (memset) [!HAVE_MEMSET]: Declare.
4215 (memcpy) [!HAVE_MEMCPY]: Likewise.
4216 (memmove) [!HAVE_MEMMOVE]: Likewise.
4217 (memcmp) [!HAVE_MEMCMP]: Likewise.
4218 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
4219 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
4220 Don't define.
4221 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
4222 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
4223 (BCOPY_DOWNWARD_SAFE): Don't define.
4224 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
4225 (memcpy) [!HAVE_MEMCPY]: Define.
4226 (memmove) [!HAVE_MEMMOVE]: Define.
4227 (memcmp) [!HAVE_MEMCMP]: Define.
4228
4229 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
4230
4231 * process.c (kbd_is_on_hold): New variable.
4232 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
4233 New functions.
4234 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
4235 select on empty input mask.
4236 (init_process): Initialize kbd_is_on_hold to 0.
4237
4238 * process.h (hold_keyboard_input, unhold_keyboard_input)
4239 (kbd_on_hold_p): Declare.
4240
4241 * keyboard.c (input_available_signal): Declare.
4242 (kbd_buffer_nr_stored): New function.
4243 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
4244 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
4245 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
4246 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
4247 (tty_read_avail_input): If input is on hold, return.
4248 Don't read more that free slots in kbd_buffer (Bug#6571).
4249
4250 2010-07-07 Eli Zaretskii <eliz@gnu.org>
4251
4252 * msdos.h:
4253 * msdos.c:
4254 * dosfns.c:
4255 * w16select.c: Convert function definitions to ANSI C.
4256
4257 * msdos.h (ctrl_break_func, install_ctrl_break_check):
4258 Remove unused prototypes.
4259
4260 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * coding.c, sysdep.c: Convert some more functions to standard C.
4263
4264 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
4265
4266 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
4267 (encode_coding_object): Use SPECPDL_INDEX.
4268 (syms_of_coding): Use DOS_NT.
4269
4270 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4271
4272 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
4273
4274 Make the function member of Lisp_Subr use standard C prototypes.
4275 * lisp.h (struct Lisp_Subr): Use a union for the function member.
4276 (DECL_ALIGN): Add a cast for the function.
4277 * eval.c (Feval, Ffuncall): Use the proper type for each type
4278 function call.
4279
4280 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
4283 fringe face id, so face-remapping-alist works (Bug#6091).
4284
4285 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
4286
4287 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
4288 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
4289 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
4290
4291 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
4292
4293 * xterm.c (x_get_keysym_name): Change type of parameter to int.
4294 * lisp.h: Declare x_get_keysym_name.
4295 * keyboard.c (modify_event_symbol): Don't declare
4296 x_get_keysym_name here.
4297
4298 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
4299
4300 * ecrt0.c: Revert conversion to standard C.
4301
4302 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
4303
4304 * vm-limit.c (memory_warnings):
4305 * keyboard.c (modify_event_symbol):
4306 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
4307 (round2, emacs_rint):
4308 * process.c (send_process, old_sigpipe): Convert function
4309 definitions and declarations to standard C.
4310
4311 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
4314 * xdisp.c: Convert function definitions to standard C.
4315
4316 * cm.c (cmputc): Arg C is now int, not char.
4317 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
4318
4319 2010-07-05 James Cloos <cloos@jhcloos.com>
4320
4321 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
4322
4323 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
4324 _NET_WM_ICON_NAME atoms.
4325
4326 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
4327 and _NET_WM_ICON_NAME properties, too, matching what is
4328 done in the Gtk+ case.
4329
4330 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
4331
4332 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
4333
4334 * xsmfns.c (SSDATA): New macro.
4335 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
4336 passed to strlen/strcpy/strcat.
4337 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
4338 7:th arg to XChangeProperty to (unsigned char *).
4339
4340 * xsettings.c (something_changedCB, parse_settings)
4341 (apply_xft_settings): Reformat prototype.
4342 (something_changedCB, init_gconf): Remove unused variable i.
4343 (read_settings): Remove unused variable long_len.
4344
4345 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
4346 (xg_get_image_for_pixmap, create_dialog)
4347 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
4348 (menuitem_highlight_callback, make_menu_item)
4349 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
4350 (xg_create_scroll_bar, xg_update_scrollbar_pos)
4351 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
4352 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
4353 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
4354 (xg_tool_bar_item_expose_callback): Reformat prototype.
4355 (xg_update_menubar): GList *group => GSList *group.
4356 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
4357 before use.
4358 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
4359 to GTK_IMAGE (wimage).
4360
4361 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
4362
4363 * atimer.c: Use "" instead of <> for local includes for
4364 consistency with the rest of the code.
4365
4366 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
4367 * xrdb.c (get_system_name):
4368 * window.c (shrink_windows):
4369 * syntax.c (forw_comment):
4370 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
4371 (ins_del_costs):
4372 * mem-limits.h (start_of_data):
4373 * lread.c (readevalloop):
4374 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
4375 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
4376 * frame.c (x_get_focus_frame):
4377 * floatfns.c (fmod_float):
4378 * fileio.c (choose_write_coding_system):
4379 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
4380 (malloc_initialize_hook, sort_args, synchronize_locale):
4381 * doprnt.c (doprnt):
4382 * dired.c (compile_pattern):
4383 * data.c (fmod_float):
4384 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
4385 (map_char_table_for_charset):
4386 * charset.c (define_charset_internal):
4387 * alloc.c (Fgarbage_collect): Convert declarations or definitions
4388 to standard C.
4389
4390 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4391 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * lread.c (read1): Fix up last change to not mess up `c'.
4394
4395 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
4396
4397 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
4398
4399 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
4400
4401 Fix prototypes.
4402
4403 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
4404 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
4405 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
4406 arg, as required by internal_condition_case_1.
4407 * print.c (strout): Use const char* for arg PTR.
4408 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
4409 (analyse_first): Fix "const const".
4410 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
4411 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
4412 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
4413
4414 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
4415
4416 * alloc.c: Convert function definitions to standard C.
4417 * atimer.c:
4418 * bidi.c:
4419 * bytecode.c:
4420 * callint.c:
4421 * callproc.c:
4422 * casefiddle.c:
4423 * casetab.c:
4424 * category.c:
4425 * ccl.c:
4426 * character.c:
4427 * charset.c:
4428 * chartab.c:
4429 * cmds.c:
4430 * coding.c:
4431 * composite.c:
4432 * data.c:
4433 * dbusbind.c:
4434 * dired.c:
4435 * dispnew.c:
4436 * doc.c:
4437 * doprnt.c:
4438 * ecrt0.c:
4439 * editfns.c:
4440 * fileio.c:
4441 * filelock.c:
4442 * filemode.c:
4443 * fns.c:
4444 * font.c:
4445 * fontset.c:
4446 * frame.c:
4447 * fringe.c:
4448 * ftfont.c:
4449 * ftxfont.c:
4450 * gtkutil.c:
4451 * indent.c:
4452 * insdel.c:
4453 * intervals.c:
4454 * keymap.c:
4455 * lread.c:
4456 * macros.c:
4457 * marker.c:
4458 * md5.c:
4459 * menu.c:
4460 * minibuf.c:
4461 * prefix-args.c:
4462 * print.c:
4463 * ralloc.c:
4464 * regex.c:
4465 * region-cache.c:
4466 * scroll.c:
4467 * search.c:
4468 * sound.c:
4469 * strftime.c:
4470 * syntax.c:
4471 * sysdep.c:
4472 * termcap.c:
4473 * terminal.c:
4474 * terminfo.c:
4475 * textprop.c:
4476 * tparam.c:
4477 * undo.c:
4478 * unexelf.c:
4479 * window.c:
4480 * xfaces.c:
4481 * xfns.c:
4482 * xfont.c:
4483 * xftfont.c:
4484 * xgselect.c:
4485 * xmenu.c:
4486 * xrdb.c:
4487 * xselect.c:
4488 * xsettings.c:
4489 * xsmfns.c:
4490 * xterm.c: Likewise.
4491
4492 2010-07-03 Eli Zaretskii <eliz@gnu.org>
4493
4494 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
4495 frames other than the initial one. Fix reversal of colors when
4496 `reverse' is specified in the frame parameters. Call
4497 update_face_from_frame_parameter instead of
4498 internal-set-lisp-face-attribute. Initialize screen colors from
4499 initial_screen_colors[] when f->default_face_done_p is zero,
4500 instead of depending on being called with default-frame-alist as
4501 the alist argument.
4502
4503 * xfaces.c (update_face_from_frame_parameter): Move out of
4504 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
4505 with HAVE_WINDOW_SYSTEM.
4506
4507 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
4508 to menu-bar-mode, if not set in the frame parameters or in
4509 default-frame-alist.
4510
4511 * w32console.c (sys_tputs): Adjust argument list to prototype in
4512 term.c.
4513
4514 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * lisp.h (memory_warnings): Fix prototype.
4517
4518 * cm.h (evalcost): Fix prototype.
4519
4520 * cm.c (evalcost): Fix arg type.
4521
4522 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4523
4524 * term.c (term_clear_mouse_face, Fidentity):
4525 * syssignal.h (signal_handler_t):
4526 * lisp.h (memory_warnings):
4527 * coding.h (preferred_coding_system):
4528 * cm.h (evalcost):
4529 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
4530
4531 2010-07-02 Eli Zaretskii <eliz@gnu.org>
4532
4533 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
4534 from prototypes.
4535
4536 * msdos.h (load_pixmap): Don't define away.
4537
4538 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4539
4540 * lisp.h:
4541 * atimer.h: Remove define for P_.
4542
4543 * alloc.c: Remove __P and P_ from .c and .m files.
4544 * atimer.c:
4545 * buffer.c:
4546 * callint.c:
4547 * category.c:
4548 * charset.c:
4549 * chartab.c:
4550 * cm.c:
4551 * coding.c:
4552 * composite.c:
4553 * data.c:
4554 * dired.c:
4555 * dispnew.c:
4556 * doc.c:
4557 * editfns.c:
4558 * emacs.c:
4559 * eval.c:
4560 * fileio.c:
4561 * filelock.c:
4562 * fns.c:
4563 * font.c:
4564 * fontset.c:
4565 * frame.c:
4566 * ftfont.c:
4567 * ftxfont.c:
4568 * gmalloc.c:
4569 * gtkutil.c:
4570 * image.c:
4571 * indent.c:
4572 * intervals.c:
4573 * keyboard.c:
4574 * keymap.c:
4575 * lread.c:
4576 * marker.c:
4577 * menu.c:
4578 * minibuf.c:
4579 * print.c:
4580 * process.c:
4581 * scroll.c:
4582 * search.c:
4583 * sound.c:
4584 * strftime.c:
4585 * syntax.c:
4586 * sysdep.c:
4587 * term.c:
4588 * terminal.c:
4589 * textprop.c:
4590 * unexalpha.c:
4591 * w32console.c:
4592 * w32fns.c:
4593 * w32font.c:
4594 * w32menu.c:
4595 * w32term.c:
4596 * w32uniscribe.c:
4597 * window.c:
4598 * xdisp.c:
4599 * xfaces.c:
4600 * xfns.c:
4601 * xfont.c:
4602 * xftfont.c:
4603 * xmenu.c:
4604 * xselect.c:
4605 * xterm.c: Likewise.
4606
4607 Remove P_ and __P macros.
4608 * atimer.h: Remove P_ and __P macros.
4609 * buffer.h:
4610 * category.h:
4611 * ccl.h:
4612 * character.h:
4613 * charset.h:
4614 * cm.h:
4615 * coding.h:
4616 * composite.h:
4617 * dispextern.h:
4618 * disptab.h:
4619 * dosfns.h:
4620 * font.h:
4621 * fontset.h:
4622 * frame.h:
4623 * gtkutil.h:
4624 * indent.h:
4625 * intervals.h:
4626 * keyboard.h:
4627 * keymap.h:
4628 * lisp.h:
4629 * macros.h:
4630 * md5.h:
4631 * menu.h:
4632 * msdos.h:
4633 * nsterm.h:
4634 * puresize.h:
4635 * region-cache.h:
4636 * syntax.h:
4637 * syssignal.h:
4638 * systime.h:
4639 * termhooks.h:
4640 * w32font.h:
4641 * w32term.h:
4642 * widget.h:
4643 * window.h:
4644 * xgselect.h:
4645 * xsettings.h:
4646 * xterm.h: Likewise.
4647
4648 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4649
4650 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
4651
4652 Cleanup old code.
4653 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
4654 * syssignal.h: Remove code for Lynx, not supported anymore.
4655 * vm-limit.c: Remove unused code the depends on emacs not being
4656 defined and NO_LIM_DATA being defined.
4657 * mem-limits.h: Remove dead code.
4658
4659 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
4660
4661 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
4662
4663 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
4664 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
4665
4666 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
4667 parameters, they are already absolute.
4668
4669 * nsterm.m (x_set_window_size, initFrameFromEmacs):
4670 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
4671
4672 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
4673
4674 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
4675 Update FRAME_TOOLBAR_HEIGHT.
4676
4677 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
4678 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
4679
4680 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
4683 check default-frame-alist.
4684
4685 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
4686
4687 * process.c (create_process): Avoid using invalid file descriptors.
4688
4689 * callproc.c (child_setup): Avoid closing a file descriptor twice.
4690
4691 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
4692
4693 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
4694 Improve documentation. Return font regardless of use_system_font.
4695 (syms_of_xsettings): Improve documentation for font-use-system-font.
4696
4697 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
4698
4699 * xfaces.c (realize_face): Garbage the frame if a face is removed
4700 (Bug#6593).
4701
4702 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
4703
4704 * keyboard.c: Remove duplicate <setjmp.h>.
4705 (read_key_sequence): Remove volatile qualifiers.
4706
4707 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4708
4709 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
4710 (struct glyph_row): New members left_fringe_offset and
4711 right_fringe_offset.
4712
4713 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
4714 specially.
4715 * w32term.c (w32_draw_fringe_bitmap): Likewise.
4716 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
4717
4718 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
4719 Take account of bitmap offset.
4720 (draw_window_fringes): Take account of window vscroll.
4721 (update_window_fringes): Likewise. Extend top-aligned top indicator
4722 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
4723 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
4724 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
4725
4726 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
4727
4728 * w32fns.c (Qtooltip): Declare.
4729 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
4730
4731 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
4732
4733 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
4734 grab on just Press (Bug#6499).
4735
4736 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * frame.c (Qtooltip): New var.
4739 (delete_frame): Use it. Fix faulty if statement. Don't update
4740 mode line for tooltip frames. Suggested by Martin Rudalics.
4741
4742 * xfns.c (x_create_tip_frame):
4743 * w32fns.c (x_create_tip_frame): Use it.
4744
4745 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
4746
4747 * xftfont.c (xftfont_open): Check font width one by one also when
4748 spacing is dual.
4749
4750 * ftfont.c (ftfont_open): Ditto.
4751
4752 2010-06-30 Glenn Morris <rgm@gnu.org>
4753
4754 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
4755
4756 * Makefile.in (CANNOT_DUMP): Update for configure name change.
4757
4758 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
4759 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
4760 * s/darwin.h (SYSTEM_MALLOC):
4761 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
4762
4763 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
4764
4765 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
4766 (ns_get_screen): Don't assign integer to f.
4767 (Fx_display_color_cells): Declarations before statements.
4768
4769 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4770
4771 * xfns.c (x_default_font_parameter): Remove got_from_system
4772 (Bug#6526).
4773
4774 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
4775 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
4776 defines based on what configure finds.
4777
4778 * xterm.c (XTflash): Use gtk_widget_get_window.
4779 (xg_scroll_callback): Use gtk_adjustment_get_upper and
4780 gtk_adjustment_get_page_size.
4781 (handle_one_xevent): Use gtk_widget_get_mapped.
4782 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
4783 messages.
4784
4785 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
4786
4787 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
4788 HAVE_GTK_FILE_SELECTION_NEW.
4789
4790 * gtkutil.c (xg_display_open, xg_display_close): Remove
4791 HAVE_GTK_MULTIDISPLAY, it is always defined.
4792 (xg_display_open): Return type is void.
4793 (gtk_widget_set_has_window)
4794 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
4795 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
4796 (gtk_adjustment_set_page_increment)
4797 (gtk_adjustment_get_step_increment): #define these if not found
4798 by configure.
4799 (remove_submenu): New define based on Gtk+ version.
4800 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
4801 gtk_widget_get_window.
4802 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
4803 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
4804 (create_dialog): Use gtk_dialog_get_action_area and
4805 gtk_dialog_get_content_area.
4806 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
4807 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
4808 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
4809 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
4810 g_object_ref and g_object_unref.
4811 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
4812 gtk_widget_get_sensitive.
4813 (xg_update_submenu): Use remove_submenu.
4814 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
4815 properties instead to get old x and y position.
4816 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
4817 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
4818 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
4819 (xg_get_tool_bar_widgets): New function.
4820 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
4821 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
4822 (toolbar_set_orientation): New #define based on if configure
4823 finds gtk_orientable_set_orientation.
4824 (xg_create_tool_bar): Call toolbar_set_orientation.
4825 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
4826 instead of gtk_box_pack_start_defaults.
4827
4828 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
4829
4830 * cmds.c (Fdelete_backward_char): Move into Lisp.
4831
4832 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
4833
4834 * s/freebsd.h (BSD4_2): Remove redundant definition.
4835 bsd-common.h defines it already.
4836
4837 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
4838
4839 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
4840 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
4841 tool-bar-mode, which are now set using these X resources at
4842 startup, to determine the defaults (Bug#2249).
4843
4844 * w32fns.c (Fx_create_frame):
4845 * nsfns.m (Fx_create_frame): Likewise.
4846
4847 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
4848
4849 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
4850
4851 * gtkutil.c (xg_update_scrollbar_pos):
4852 Avoid C99 mid-block variable declaration.
4853
4854 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
4855
4856 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
4857
4858 * gtkutil.h (xg_show_scroll_bar): Remove.
4859
4860 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
4861 if height is less than scroll bar min size.
4862 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
4863
4864 * xfns.c (x_default_font_parameter): Try to open font from system
4865 before using it (bug#6478). Rename got_from_gconf to got_from_system.
4866
4867 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
4868
4869 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
4870
4871 2010-06-20 Eli Zaretskii <eliz@gnu.org>
4872
4873 * xdisp.c (try_scrolling): When scroll-conservatively is set to
4874 most-positive-fixnum, be extra accurate when scrolling window
4875 start, to avoid missing the cursor line.
4876
4877 2010-06-19 Eli Zaretskii <eliz@gnu.org>
4878
4879 * xdisp.c (try_scrolling): Compute the limit for searching point
4880 in forward scroll from scroll_max, instead of an arbitrary limit
4881 of 10 screen lines. See
4882 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
4883 and
4884 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
4885 for details.
4886
4887 2010-06-16 Glenn Morris <rgm@gnu.org>
4888
4889 * editfns.c (Fbyte_to_string): Pacify compiler.
4890
4891 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * lread.c (read1): Phase out old-style backquotes a bit more.
4894
4895 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4896
4897 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
4898 bidimirror.h.
4899
4900 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
4901
4902 * bidi.c (bidi_initialize): Remove explicit initialization of
4903 bidi_type_table; include biditype.h instead. Don't support
4904 entries whose second codepoint is zero. Initialize bidi_mirror_table.
4905 (bidi_mirror_char): Use bidi_mirror_table.
4906
4907 * biditype.h: New file.
4908
4909 * bidimirror.h: New file.
4910
4911 * window.c (syms_of_window): Doc fix (bug#6409).
4912
4913 2010-06-12 Romain Francoise <romain@orebokech.com>
4914
4915 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
4916 ediff-hook.
4917
4918 2010-06-10 Glenn Morris <rgm@gnu.org>
4919
4920 * editfns.c (Fbyte_to_string): Pacify compiler.
4921
4922 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
4923
4924 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
4925
4926 * alloc.c (Fmake_byte_code): Don't access undefined argument
4927 (Bug#6517).
4928
4929 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * xdisp.c (next_element_from_image): Ensure that after-strings are
4932 read the next time we hit handle_stop (Bug#1336).
4933
4934 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
4935
4936 * lread.c (read1): Signal error if #s is not followed by paren.
4937
4938 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * image.c (free_image): Mark frame as garbaged (Bug#6426).
4941
4942 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
4943
4944 2010-06-15 Glenn Morris <rgm@gnu.org>
4945
4946 * editfns.c (Fbyte_to_string): Pacify compiler.
4947
4948 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4949
4950 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
4951 Check `object's type before accessing its guts.
4952
4953 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4954
4955 * s/usg5-4.h: Fix previous change.
4956 Suggested by Lawrence Mitchell <wence@gmx.li>
4957
4958 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
4959
4960 * minibuf.c (Fall_completions): Add more checks.
4961
4962 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
4963
4964 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
4965
4966 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4967
4968 * lread.c (X_OK): Remove, unused.
4969
4970 * dispnew.c: Remove obsolete comment.
4971
4972 Remove INCLUDED_FCNTL.
4973 * xterm.c (INCLUDED_FCNTL):
4974 * callproc.c (INCLUDED_FCNTL):
4975 * alloc.c (INCLUDED_FCNTL):
4976 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
4977 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
4978
4979 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4980
4981 * window.c (Fselect_window): Move `record_buffer' up to the
4982 beginning of this function, so the buffer gets recorded
4983 even if the selected window does not change.
4984 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
4985
4986 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
4987
4988 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
4989 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
4990
4991 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4992
4993 Remove BSTRING related code, all platforms define it.
4994 * s/usg5-4.h (BSTRING): Remove definition.
4995 * s/template.h (BSTRING):
4996 * s/msdos.h (BSTRING):
4997 * s/ms-w32.h (BSTRING):
4998 * s/hpux10-20.h (BSTRING):
4999 * s/gnu-linux.h (BSTRING):
5000 * s/darwin.h (BSTRING):
5001 * s/cygwin.h (BSTRING):
5002 * s/bsd-common.h (BSTRING):
5003 * s/aix4-2.h (BSTRING): Likewise.
5004 * sysdep.c: Remove code depending on BSTRING not being defined.
5005
5006 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
5007
5008 Remove obsolete macro BASE_LEADING_CODE_P.
5009 * character.h (BASE_LEADING_CODE_P): Remove.
5010 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
5011 * buffer.c (Fset_buffer_multibyte):
5012 * indent.c (scan_for_column, compute_motion):
5013 * insdel.c (count_combining_before, count_combining_after):
5014 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
5015
5016 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
5017
5018 Turn `directory-sep-char' into a noop.
5019
5020 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
5021 (DIRECTORY_SEP): Define unconditionally.
5022
5023 * s/ms-w32.h (DIRECTORY_SEP): Remove.
5024
5025 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
5026 call dostounix_filename directly.
5027
5028 * fileio.c (CORRECT_DIR_SEPS): Remove.
5029 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
5030 (Fsubstitute_in_file_name): Use dostounix_filename instead.
5031 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
5032 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
5033
5034 * w32proc.c (CORRECT_DIR_SEPS): Remove.
5035 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
5036
5037 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
5038
5039 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
5040 (Bug#6346)
5041
5042 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
5043
5044 * ccl.c (Fccl_program_p): Fix typo in docstring.
5045
5046 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5047
5048 Move UNEXEC definition to autoconf.
5049 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
5050 * s/sol2-10.h (UNEXEC):
5051 * s/irix6-5.h (UNEXEC):
5052 * s/hpux10-20.h (UNEXEC):
5053 * s/gnu-linux.h (UNEXEC):
5054 * s/darwin.h (UNEXEC):
5055 * s/cygwin.h (UNEXEC):
5056 * s/bsd-common.h (UNEXEC):
5057 * s/aix4-2.h (UNEXEC):
5058 * m/alpha.h (UNEXEC): Likewise.
5059 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
5060
5061 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
5062
5063 Remove obsolete pre-unicode2 macros.
5064 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
5065 * composite.c (composition_reseat_it):
5066 * data.c (Faset):
5067 * fns.c (Ffillarray):
5068 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
5069 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
5070
5071 2010-06-03 Juri Linkov <juri@jurta.org>
5072
5073 * buffer.c (Fother_buffer): Add CHECK_FRAME.
5074 (Fswitch_to_buffer): Remove unused variable `err'.
5075
5076 2010-06-03 Glenn Morris <rgm@gnu.org>
5077
5078 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
5079
5080 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
5081 now that AH_BOTTOM does it.
5082
5083 * m/hp800.h (HAVE_ALLOCA):
5084 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
5085
5086 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
5087 Remove NOT_C_CODE tests, it is always true now.
5088
5089 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5090
5091 Fix config.h includes.
5092 * xsettings.c:
5093 * xgselect.c:
5094 * nsterm.m:
5095 * nsselect.m:
5096 * nsimage.m:
5097 * nsfont.m:
5098 * nsfns.m:
5099 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
5100 other files do.
5101
5102 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
5103
5104 * s/sol2-6.h: Remove obsolete comments.
5105
5106 Remove unnecessary alloca.h includes.
5107 * keymap.c: Do not include alloca.h, config.h does that.
5108 * sysdep.c: Likewise. Do not define fwrite, not used.
5109
5110 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
5113 the HAVE_TERMIO where it belongs (bug#6149).
5114
5115 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5117 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
5118 of bug#6305).
5119
5120 2010-05-30 Eli Zaretskii <eliz@gnu.org>
5121
5122 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
5123 state is always cached (bug#6306).
5124
5125 2010-05-29 Eli Zaretskii <eliz@gnu.org>
5126
5127 Fix cursor motion in bidi-reordered continued lines.
5128 * xdisp.c (try_cursor_movement): Backup to non-continuation line
5129 only after finding point's row. Fix the logic. Rewrite the loop
5130 over continuation lines in bidi-reordered buffers. Return
5131 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
5132 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
5133
5134 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
5135
5136 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
5137
5138 2010-05-28 Kenichi Handa <handa@m17n.org>
5139
5140 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
5141 Don't sheck SPEC if it is nil.
5142 (font_list_entities): Call font_delete_unmatched if
5143 Vface_ignored_fonts is non-nil. (Bug#6287)
5144
5145 2010-05-28 Glenn Morris <rgm@gnu.org>
5146
5147 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
5148
5149 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
5152 whether to trash.
5153 (internal_delete_file, Frename_file): Callers changed.
5154 (delete_by_moving_to_trash): Doc fix.
5155 (Fdelete_directory_internal): Don't move to trash.
5156
5157 * callproc.c (delete_temp_file):
5158 * buffer.c (Fkill_buffer): Callers changed.
5159
5160 * lisp.h: Update prototype.
5161
5162 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * xdisp.c (redisplay_window): After redisplay, check if point is
5165 still valid before setting it (Bug#6177).
5166
5167 2010-05-27 Glenn Morris <rgm@gnu.org>
5168
5169 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
5170 Convert comments to Makefile format.
5171
5172 * Makefile.in (bootstrap-clean): No more Makefile.c.
5173
5174 2010-05-26 Glenn Morris <rgm@gnu.org>
5175
5176 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
5177 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
5178
5179 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
5180 Remove.
5181 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5182
5183 2010-05-26 Kenichi Handa <handa@m17n.org>
5184
5185 * composite.c (composition_compute_stop_pos): Fix condition for
5186 backward scanning.
5187
5188 2010-05-25 Glenn Morris <rgm@gnu.org>
5189
5190 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
5191 Move before TEMACS_LDFLAGS.
5192 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5193 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5194
5195 * Makefile.in (NOT_C_CODE): No longer define.
5196 (config.h): No longer include.
5197
5198 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
5199 variables it may reference.
5200
5201 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5202 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
5203
5204 2010-05-25 Kenichi Handa <handa@m17n.org>
5205
5206 * dispextern.h (struct composition_it): New members rule_idx and
5207 charpos.
5208
5209 * xdisp.c (set_iterator_to_next): While scanning backward, assume
5210 that the character positions of IT point the last character of the
5211 current grapheme cluster.
5212 (next_element_from_composition): Don't change character positions
5213 of IT.
5214 (append_composite_glyph): Set glyph->charpos to
5215 it->cmp_it.charpos.
5216
5217 * composite.c (autocmp_chars): Change the first argument to RULE,
5218 and try composition with RULE only.
5219 (composition_compute_stop_pos): Record the index number of the
5220 composition rule in CMP_IT->rule_idx.
5221 (composition_reseat_it): Call autocmp_chars repeatedly until the
5222 correct rule of the composition is found.
5223 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
5224 is at the last character of the current grapheme cluster when
5225 CMP_IT->reversed_p is nonzero.
5226
5227 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * editfns.c (Fbyte_to_string): New function.
5230
5231 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * process.c (Fmake_network_process): Set :host to nil if it's not used.
5234 Suggested by Masatake YAMATO <yamato@redhat.com>.
5235
5236 2010-05-23 Eli Zaretskii <eliz@gnu.org>
5237
5238 * dispextern.h (init_iterator): Sync prototype with changed definition.
5239
5240 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5241
5242 * s/netbsd.h: If terminfo is found, use it in preference to
5243 termcap. (Bug#6190) [Backport from trunk]
5244
5245 2010-05-19 Eli Zaretskii <eliz@gnu.org>
5246
5247 Redesign and reimplement bidi-aware edge positions of glyph rows.
5248
5249 * dispextern.h (struct glyph_row): New members minpos and maxpos.
5250 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
5251 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
5252 and maxpos members instead of start.pos and end.pos, respectively.
5253
5254 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
5255 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
5256 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
5257 (try_window_reusing_current_matrix, try_window_id):
5258 Use ROW->minpos rather than ROW->start.pos.
5259 (init_from_display_pos, init_iterator): Use EMACS_INT for
5260 character and byte positions.
5261 (find_row_edges): Rename from find_row_end. Accept additional
5262 arguments for minimum and maximum buffer positions seen by
5263 display_line for this row. Don't use iterator to find the
5264 position following the maximum one; instead, increment the
5265 position found by display_line directly. Fix logic; eol_pos
5266 should be tested before the rest. Handle the case of characters
5267 delivered from display vector (bug#6036). Fix tests related to
5268 it->method. Handle the truncated_on_right_p rows.
5269 (RECORD_MAX_MIN_POS): New macro.
5270 (display_line): Use it to record the minimum and maximum buffer
5271 positions for glyphs in the row being assembled. Record the
5272 position of the newline that terminates the line. If word wrap is
5273 in effect, restore minimum and maximum positions seen up to the
5274 wrap point, when iterator returns to it.
5275 (try_window_reusing_current_matrix): Give up if in bidi-reordered
5276 row and cursor not already at point. Restore original pre-bidi
5277 code for unidirectional buffers.
5278
5279 * dispnew.c (increment_row_positions, check_matrix_invariants):
5280 Increment and check row->start.pos and row->end.pos, in addition
5281 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
5282
5283 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
5284 Display truncated_on_left_p and truncated_on_right_p flags.
5285 Formatting fixes.
5286 (pmtxrows): Display the ordinal number of each row. Don't display
5287 rows beyond the last one.
5288
5289 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
5290 it is not copied by bidi_copy_it.
5291
5292 2010-05-22 Eli Zaretskii <eliz@gnu.org>
5293
5294 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
5295 (Bug#6237)
5296
5297 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * image.c (Fimage_flush): Rename from image-refresh.
5300
5301 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
5304 just one window.
5305
5306 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
5307 (clear_image_cache): If the number of cached images is unusually
5308 large, decrease the cache eviction delay (Bug#6230).
5309
5310 2010-05-21 Glenn Morris <rgm@gnu.org>
5311
5312 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
5313 Move these rules to ns.mk.
5314 * ns.mk: New file.
5315
5316 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
5317
5318 * Makefile.in (CANNOT_DUMP): New, set by configure.
5319 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
5320
5321 2010-05-20 Juri Linkov <juri@jurta.org>
5322
5323 * fileio.c (Fdelete_file): Change interative spec to use
5324 `read-file-name' like in `find-file-read-args' where the default
5325 value is `default-directory' instead of `buffer-file-name'.
5326 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
5327
5328 2010-05-20 Kevin Ryde <user42@zip.com.au>
5329
5330 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
5331 (Voverriding_terminal_local_map, Vsystem_key_alist)
5332 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
5333
5334 2010-05-20 Glenn Morris <rgm@gnu.org>
5335
5336 * Makefile.in (DEPDIR): New constant.
5337 (DEPFLAGS): Set with configure, not cpp.
5338 (MKDEPDIR): New, set by configure.
5339 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
5340 (clean): Use $DEPDIR.
5341 (deps_frag): Include from configure.
5342 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
5343 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
5344
5345 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
5346 reallocation of the cache. (Bug#6210)
5347
5348 2010-05-19 Glenn Morris <rgm@gnu.org>
5349
5350 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
5351
5352 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
5353 (GNULIB_VAR): Remove.
5354 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
5355
5356 * m/ibms390x.h (LINKER):
5357 * m/macppc.h (LINKER) [GNU_LINUX]:
5358 * s/aix4-2.h (ORDINARY_LINK):
5359 * s/cygwin.h (LINKER):
5360 * s/darwin.h (ORDINARY_LINK):
5361 * s/gnu.h (ORDINARY_LINK):
5362 * s/netbsd.h (LINKER):
5363 * s/usg5-4.h (ORDINARY_LINK):
5364 Move to configure.
5365
5366 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
5367
5368 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
5369
5370 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
5371 prevent stack overflow if number of arguments is too large
5372 (Bug#6214).
5373
5374 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * charset.c (load_charset_map_from_file): Don't call close after fclose.
5377
5378 2010-05-18 Glenn Morris <rgm@gnu.org>
5379
5380 * s/gnu-linux.h: Combine two conditionals.
5381
5382 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
5383 $(POST_ALLOC_OBJ).
5384
5385 * Makefile.in (RALLOC_OBJ): New, set by configure.
5386 (rallocobj): Replace with the previous variable.
5387 (otherobj): Use $RALLOC_OBJ.
5388
5389 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
5390 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
5391
5392 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
5393 (gmallocobj, vmlimitobj): Replace with previous two variables.
5394 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
5395
5396 2010-05-17 Glenn Morris <rgm@gnu.org>
5397
5398 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
5399 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
5400
5401 2010-05-16 Glenn Morris <rgm@gnu.org>
5402
5403 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
5404
5405 * Makefile.in (clean): Get rid of HAVE_NS conditional.
5406
5407 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
5408 trailing "/".
5409
5410 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
5411 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
5412
5413 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
5414 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
5415 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
5416 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
5417 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
5418
5419 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
5420 Remove ${STARTFLAGS}, nothing ever sets it.
5421
5422 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5423
5424 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
5425
5426 2010-05-16 Glenn Morris <rgm@gnu.org>
5427
5428 * Makefile.in (LIBX_BASE): Always define.
5429
5430 * Makefile.in (LIBX_OTHER): Move out of cpp section.
5431
5432 * Makefile.in (LIBXT): Always define.
5433
5434 2010-05-15 Glenn Morris <rgm@gnu.org>
5435
5436 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
5437
5438 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
5439 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
5440
5441 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5442
5443 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
5444 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
5445
5446 * emacs.c (main): Initialize initial-environment and
5447 process-environment before generating from env, not after.
5448
5449 Handle --version reasonably in CANNOT_DUMP configuration.
5450 * emacs.c (emacs_version, emacs_copyright): New string variables.
5451 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
5452 (syms_of_emacs): Defvar them, and initialize them from the C
5453 string variables.
5454 (main): If initialization hasn't been done, print initial version
5455 info from the C strings, instead of starting an interactive session.
5456
5457 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5458
5459 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
5460 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
5461 (bidi_paragraph_init): Remove redundant assertion that we are at
5462 the beginning of a line after call to bidi_find_paragraph_start.
5463
5464 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
5465 (syms_of_xdisp): Defsubr it.
5466
5467 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
5468
5469 * Makefile.in: Fix MSDOS-related comments.
5470
5471 2010-05-15 Glenn Morris <rgm@gnu.org>
5472
5473 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
5474 (really-lwlib, really-oldXMenu): Always define.
5475 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
5476
5477 * Makefile.in: Simplify cpp conditional.
5478
5479 * Makefile.in (${ns_appdir}): Simplify using umask.
5480
5481 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
5482
5483 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5484
5485 * eval.c (specbind): Remove left-over duplicate test.
5486 Disallow let-binding frame-local vars. Add comment.
5487
5488 2010-05-14 Eli Zaretskii <eliz@gnu.org>
5489
5490 Make the cache of bidi iterator states dynamically allocated.
5491 * bidi.c (bidi_cache_shrink): New function.
5492 (bidi_init_it): Call it.
5493 (bidi_cache_iterator_state): Enlarge the cache if needed.
5494
5495 * bidi.c (bidi_move_to_visually_next): Rename from
5496 bidi_get_next_char_visually. All callers changed.
5497
5498 2010-05-14 Kenichi Handa <handa@m17n.org>
5499
5500 * dispextern.h (struct composition_it): New member reversed_p.
5501
5502 * composite.c (composition_compute_stop_pos): Search backward if
5503 ENDPOS < CHARPOS.
5504 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
5505 Set CMP_IT->reversed_p.
5506 (composition_update_it): Pay attention to CMP_IT->reversed_p.
5507
5508 * xdisp.c (set_iterator_to_next):
5509 Call composition_compute_stop_pos with negative ENDPOS if we are
5510 scanning backward. Call composition_compute_stop_pos if scan
5511 direction is changed.
5512 (next_element_from_buffer): Call composition_compute_stop_pos with
5513 negative ENDPOS if we are scanning backward.
5514 (next_element_from_composition): Pay attention to
5515 IT->cmp_it.reversed_p.
5516
5517 2010-05-14 Kenichi Handa <handa@m17n.org>
5518
5519 * font.c (font_range): Return the range for the font found at first.
5520
5521 2010-05-14 Glenn Morris <rgm@gnu.org>
5522
5523 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
5524
5525 * Makefile.in (mktime, X11, register): Move undefs to configure.
5526
5527 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
5528 (MSDOS_X_OBJ): New variable.
5529 (MSDOS_SUPPORT_REAL): New constant.
5530 (MSDOS_SUPPORT): Set as a variable, not with cpp.
5531 (obj): Use MSDOS_X_OBJ.
5532 (lisp): Use MSDOS_SUPPORT as a variable.
5533
5534 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
5535 (GPM_MOUSE_SUPPORT): Now it's a constant.
5536 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
5537 not cpp.
5538
5539 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
5540 (ns_appresdir): Remove, unused.
5541
5542 * Makefile.in (SHELL): Move outside cpp section.
5543
5544 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
5545
5546 2010-05-13 Glenn Morris <rgm@gnu.org>
5547
5548 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
5549 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
5550
5551 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
5552 HAVE_WINDOW_SYSTEM must be too.
5553
5554 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
5555 (lisp): Remove WINNT_SUPPORT.
5556
5557 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
5558 Let configure set these variables (to empty) in this case as well.
5559
5560 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
5561 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
5562
5563 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
5564 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
5565 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
5566 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
5567 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
5568 the values output by configure.
5569 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
5570
5571 2010-05-12 Glenn Morris <rgm@gnu.org>
5572
5573 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
5574 (LINKER_WAS_SPECIFIED): Remove.
5575
5576 * Makefile.in (LIB_GCC): Set using configure, not cpp.
5577 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
5578 * m/arm.h (LIB_GCC) [GNU_LINUX]:
5579 * s/cygwin.h (LIB_GCC):
5580 * s/freebsd.h (LIB_GCC):
5581 * s/gnu-linux.h (LIB_GCC):
5582 * s/msdos.h (LIB_GCC):
5583 * s/netbsd.h (LIB_GCC):
5584 Move to configure.
5585
5586 2010-05-11 Karel Klic <kklic@redhat.com>
5587
5588 * ftfont.c: Fix incorrect parentheses of #if condition for
5589 definining M17N_FLT_USE_NEW_FEATURE.
5590
5591 2010-05-11 Glenn Morris <rgm@gnu.org>
5592
5593 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
5594 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
5595
5596 2010-05-10 Eli Zaretskii <eliz@gnu.org>
5597
5598 * xdisp.c (init_iterator): Don't turn on bidi reordering in
5599 unibyte buffers. See
5600 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
5601
5602 2010-05-10 Glenn Morris <rgm@gnu.org>
5603
5604 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
5605 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
5606 (LIBES): Use LIBS_SYSTEM as a variable.
5607 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
5608 * s/aix4-2.h (LIBS_SYSTEM):
5609 * s/freebsd.h (LIBS_SYSTEM):
5610 * s/hpux10-20.h (LIBS_SYSTEM):
5611 * s/sol2-6.h (LIBS_SYSTEM):
5612 * s/unixware.h (LIBS_SYSTEM):
5613 Move to configure.
5614
5615 * s/aix4-2.h (MAIL_USE_LOCKF):
5616 * s/bsd-common.h (MAIL_USE_FLOCK):
5617 * s/darwin.h (MAIL_USE_FLOCK):
5618 * s/gnu-linux.h (MAIL_USE_FLOCK):
5619 * s/irix6-5.h (MAIL_USE_FLOCK):
5620 * s/template.h (MAIL_USE_FLOCK):
5621 Move to configure.
5622
5623 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * Version 23.2 released.
5626
5627 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5628
5629 * composite.c (autocmp_chars): Save point as marker before calling
5630 auto-composition-function (Bug#5984).
5631
5632 * lisp.h (restore_point_unwind): Add prototype.
5633
5634 * fileio.c (restore_point_unwind): Remove static attribute.
5635
5636 2010-05-08 Kenichi Handa <handa@m17n.org>
5637
5638 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
5639 new feature of libotf and m17n-flt.
5640 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
5641 Call OTF_check_features even if no specific feature is given.
5642 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
5643 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
5644 that OUT is NULL. Use OTF_drive_gsub_with_log and
5645 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
5646 OTF_drive_gpos.
5647 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
5648 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
5649 Setup mflt_enable_new_feature and mflt_try_otf.
5650
5651 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
5652
5653 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
5654
5655 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
5656 box and toolbar (Bug #6139).
5657 (xg_create_tool_bar): Remove comment (Bug #6139).
5658 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
5659 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
5660
5661 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
5664 Update dependencies.
5665
5666 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5667
5668 * fringe.c (update_window_fringes): Set up truncation bitmaps for
5669 R2L lines.
5670
5671 2010-05-08 Glenn Morris <rgm@gnu.org>
5672
5673 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
5674
5675 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
5676 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
5677 (termcapobj): Replace with TERMCAP_OBJ.
5678 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
5679 (LIBES): Use LIBS_TERMCAP as a variable.
5680
5681 * s/freebsd.h (osreldate.h): No longer include, since this file
5682 does not use __FreeBSD_version any more.
5683
5684 * s/aix4-2.h (TERMINFO):
5685 * s/cygwin.h (TERMINFO):
5686 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
5687 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
5688 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
5689 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
5690 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
5691 * s/irix6-5.h (TERMINFO):
5692 * s/netbsd.h (LIBS_TERMCAP):
5693 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
5694 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
5695 * s/usg5-4.h (TERMINFO):
5696 Move to configure.
5697
5698 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5699
5700 * eval.c (unbind_to): Don't unbind a local binding into the global
5701 binding when the local binding disappeared. Inversely, don't unbind
5702 a global binding into a newly created local binding.
5703 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
5704 can specify the frame to use, when applicable. Adjust callers.
5705
5706 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
5707 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
5710
5711 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5712
5713 * w32fns.c: Include w32.h.
5714 (Fw32_shell_execute): Decode the error message before passing it
5715 to `error'. (Bug#6126)
5716
5717 * msdos.c (dos_set_window_size):
5718 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
5719 instead of `XSYMBOL (foo)->value'.
5720
5721 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5722
5723 Fix the MS-DOS build, broken by autoconfiscation.
5724
5725 * Makefile.in: Don't use Make-style comments past the "start of
5726 cpp stuff" line.
5727 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
5728
5729 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
5730 edited directly by msdos/sed1v2.inp).
5731
5732 2010-05-07 Glenn Morris <rgm@gnu.org>
5733
5734 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
5735 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
5736 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
5737 move out of cpp section.
5738 * s/freebsd.h (LD_SWITCH_SYSTEM):
5739 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
5740 * s/netbsd.h (LD_SWITCH_SYSTEM):
5741 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
5742
5743 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5744
5745 Define LIB_STANDARD and START_FILES using autoconf.
5746 * s/usg5-4.h (LIB_STANDARD):
5747 * s/netbsd.h (START_FILES):
5748 * s/irix6-5.h (LIB_STANDARD):
5749 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
5750 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
5751 * s/freebsd.h (START_FILES):
5752 * s/darwin.h (START_FILES):
5753 * s/cygwin.h (START_FILES):
5754 * s/aix4-2.h (LIB_STANDARD):
5755 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
5756 * Makefile.in (STARTFILES): Rename to START_FILES, define using
5757 autoconf, not cpp.
5758
5759 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
5760
5761 Remove NEED_BSDTTY and NEED_UNISTD_H.
5762 * s/hpux10-20.h (NEED_BSDTTY): Remove.
5763 * s/aix4-2.h (NEED_UNISTD_H): Remove.
5764 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
5765 <sys/ptyio.h> and <unistd.h>.
5766
5767 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
5768
5769 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
5770 * s/gnu.h (START_FILES): Remove empty definition.
5771
5772 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
5773
5774 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
5775
5776 2010-05-06 Glenn Morris <rgm@gnu.org>
5777
5778 * Makefile.in (CPP, LN_S): Remove unused variables.
5779
5780 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5781
5782 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
5783
5784 2010-05-05 Lawrence Mitchell <wence@gmx.li>
5785
5786 * m/sparc.h: Fix typo in earlier change.
5787
5788 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5789
5790 Misc tweaks.
5791 * eval.c (Fdefvaralias): Remove unintended nested if.
5792 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
5793
5794 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
5795
5796 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
5797
5798 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5799
5800 Remove BSD_PGRPS.
5801 * s/bsd-common.h (BSD_PGRPS): Remove undef.
5802 * s/gnu-linux.h (BSD_PGRPS): Remove.
5803 * term.c (dissociate_if_controlling_tty):
5804 * sysdep.c (narrow_foreground_group, widen_foreground_group)
5805 (init_sys_modes, reset_sys_modes):
5806 * emacs.c (main):
5807 * callproc.c (Fcall_process, child_setup): Remove code depending
5808 on BSD_PGRPS.
5809
5810 Remove POSIX_SIGNALS.
5811 * s/usg5-4.h (POSIX_SIGNALS):
5812 * s/netbsd.h (POSIX_SIGNALS):
5813 * s/msdos.h (POSIX_SIGNALS):
5814 * s/ms-w32.h (POSIX_SIGNALS):
5815 * s/hpux11.h (POSIX_SIGNALS):
5816 * s/gnu.h (POSIX_SIGNALS):
5817 * s/gnu-linux.h (POSIX_SIGNALS):
5818 * s/freebsd.h (POSIX_SIGNALS):
5819 * s/darwin.h (POSIX_SIGNALS):
5820 * s/cygwin.h (POSIX_SIGNALS):
5821 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
5822 * s/unixware.h:
5823 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
5824 * process.c (create_process):
5825 * syssignal.h:
5826 * sysdep.c (wait_for_termination, init_signals):
5827 * process.c (create_process):
5828 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
5829 remove all code that assumes the contrary.
5830
5831 2010-05-04 Glenn Morris <rgm@gnu.org>
5832
5833 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
5834 variable.
5835 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
5836 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
5837 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
5838 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
5839 LD_SWITCH_SYSTEM_tmp.
5840 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
5841 New variables, set by configure.
5842
5843 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
5844 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
5845 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
5846 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
5847 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
5848
5849 * s/aix4-2.h (C_SWITCH_SYSTEM):
5850 * m/alpha.h (C_SWITCH_MACHINE):
5851 Move to configure.in.
5852 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
5853 New variables, set by configure.
5854 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
5855 $c_switch_machine and $c_switch_system.
5856
5857 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5858
5859 * s/hpux10-20.h (LIB_STANDARD): New definition.
5860 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
5861 on it, not used anymore.
5862
5863 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5864
5865 * eval.c (internal_condition_case_n): Rename from
5866 internal_condition_case_2.
5867 (internal_condition_case_2): New function.
5868
5869 * xdisp.c (safe_call): Use internal_condition_case_n.
5870
5871 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
5872 (internal_delete_file, Frename_file): Callers changed.
5873
5874 * buffer.c (Fkill_buffer):
5875 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
5876
5877 * lisp.h: Update prototypes.
5878
5879 2010-05-03 Glenn Morris <rgm@gnu.org>
5880
5881 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
5882 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
5883 (LIBXT): Set with configure, not cpp.
5884 (LIBX): Remove.
5885 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
5886
5887 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5888
5889 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
5890 The FreeBSD is not needed, the default works, Solaris version is
5891 not needed, and the remaining case is not supported by configure.
5892
5893 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
5894
5895 * xsmfns.c (CHDIR_OPT): New define.
5896 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
5897 restarting emacs.
5898
5899 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
5900 shut_down_emacs.
5901
5902 * emacs.c (USAGE1): Mention --chdir.
5903 (main): Handle --chdir.
5904 (standard_args): Add --chdir.
5905 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
5906 #5552).
5907
5908 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5909
5910 Remove LD_SWITCH_MACHINE.
5911 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
5912 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
5913
5914 Clean up IRIX code.
5915 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
5916 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
5917
5918 Clean up AIX code.
5919 * m/ibmrs6000.inp: Remove file, unused.
5920 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
5921 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
5922 definition ...
5923 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
5924
5925 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
5926 unused.
5927
5928 2010-05-01 Eli Zaretskii <eliz@gnu.org>
5929
5930 Emulate POSIX_SIGNALS on MS-Windows.
5931
5932 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
5933 (SIG_SETMASK, SIG_UNBLOCK): Define.
5934
5935 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
5936 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
5937 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
5938
5939 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
5940 New stubs.
5941
5942 Miscellaneous fixes of bidi display.
5943
5944 * xdisp.c (find_row_end): New function, refactored from display_line.
5945 (display_line): Use it.
5946 (extend_face_to_end_of_line): In almost-filled rows, extend only
5947 if the row is R2L and not continued.
5948 (display_line): Fix prepending of truncation glyphs to R2L rows.
5949 Preserve overlay and string info in row->end.
5950 (insert_left_trunc_glyphs): Support addition of left truncation
5951 glyphs to R2L rows.
5952 (set_cursor_from_row): Don't place cursor on the vertical border
5953 glyph between adjacent windows. Fix a crash when a display string
5954 is continued to the next line. Don't return zero if cursor was
5955 found by `cursor' property of a display string.
5956 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
5957 test for that explicitly.
5958
5959 2010-05-01 Glenn Morris <rgm@gnu.org>
5960
5961 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
5962 for clarity.
5963 (OTHER_OBJ): Remove.
5964 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
5965 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
5966
5967 2010-05-01 Karel Klíč <kklic@redhat.com>
5968
5969 * fileio.c (Ffile_selinux_context): Context functions may return null.
5970
5971 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5972
5973 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
5974
5975 2010-04-30 Glenn Morris <rgm@gnu.org>
5976
5977 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
5978 (OTHER_OBJ): Define as a separate variable, for clarity.
5979
5980 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
5981
5982 * xsettings.c: include limits.h and update file comment.
5983
5984 2010-04-30 Glenn Morris <rgm@gnu.org>
5985
5986 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
5987 Set with configure, not cpp.
5988 (LIBW): Remove, replace with $TOOLKIT_LIBW.
5989
5990 * Makefile.in (mallocobj): Remove.
5991 (otherobj): Simplify using @OTHER_OBJ@.
5992
5993 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
5994 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
5995 Don't bother making nsgui.h dependency platform-specific.
5996
5997 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
5998
5999 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * process.c (read_process_output, exec_sentinel): Don't burp if the
6002 sentinel/filter kills the current buffer (bug#6060).
6003
6004 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
6005 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
6006 Remove unused var `args'.
6007 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
6008 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
6009 * doc.c (store_function_docstring): Use XSETCAR.
6010
6011 2010-04-28 Glenn Morris <rgm@gnu.org>
6012
6013 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
6014 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
6015
6016 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
6017
6018 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
6019 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
6020
6021 * Makefile.in (FONT_OBJ): New, set by configure.
6022 (FONT_DRIVERS): Use $FONT_OBJ.
6023
6024 * Makefile.in (LIBXMU): Set with configure, not cpp.
6025 * s/aix4-2.h (LIBXMU):
6026 * s/hpux10-20.h (LIBXMU):
6027 Remove definition, now set in configure.
6028
6029 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
6030
6031 * m/amdx86-64.h [i386]: Move this test to configure.in.
6032
6033 2010-04-27 Glenn Morris <rgm@gnu.org>
6034
6035 * Makefile.in (LIBXTR6): Set with configure, not cpp.
6036 * s/unixware.h (NEED_LIBW): Remove definition.
6037
6038 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
6039 (TOOLKIT_LIBW): New, set by configure.
6040 (@X_TOOLKIT_TYPE@): No longer define it.
6041
6042 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
6043 (MOTIF_LIBW): Set with configure, not cpp.
6044 * s/aix4-2.h (LIB_MOTIF):
6045 * s/gnu-linux.h (LIB_MOTIF):
6046 * s/unixware.h (LIB_MOTIF): Move to configure.in.
6047
6048 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6049
6050 Reduce CPP usage.
6051 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
6052 (obj): Use autoconf for unexec instead of cpp.
6053 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
6054 definitions and undefs. Inline definitions in the only user.
6055 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
6056
6057 2010-04-27 Glenn Morris <rgm@gnu.org>
6058
6059 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
6060 since the defaults (set by the system file) are fine in most cases.
6061 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
6062 * m/ibms390x.h (START_FILES, LIB_STANDARD):
6063 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
6064 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
6065 Remove definitions, since they are set correctly in s/gnu-linux.h.
6066 * s/freebsd.h (START_FILES, LIB_STANDARD):
6067 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
6068 * s/hpux10-20.h (START_FILES):
6069 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
6070 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
6071
6072 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
6073 (MOTIF_LIBW): Use $LIBXP.
6074 (otherobj): Use $WIDGET_OBJ.
6075
6076 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6077
6078 * Makefile.in (LIBS_MACHINE): Remove, unused.
6079
6080 Use autoconf instead of cpp for LIB_MATH.
6081 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
6082 * s/cygwin.h (LIB_MATH): Likewise.
6083 * Makefile.in (LIB_MATH): Do not define with cpp.
6084 (LIBES): Use autoconf for LIB_MATH.
6085
6086 2010-04-26 Kenichi Handa <handa@m17n.org>
6087
6088 * composite.c (Ffind_composition_internal): Fix the return value
6089 for an automatic composition.
6090
6091 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6092
6093 Remove all NO_ARG_ARRAY uses.
6094 * fns.c (concat2, concat3, nconc2):
6095 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
6096 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
6097 * m/xtensa.h (NO_ARG_ARRAY):
6098 * m/template.h (NO_ARG_ARRAY):
6099 * m/sparc.h (NO_ARG_ARRAY):
6100 * m/sh3.h (NO_ARG_ARRAY):
6101 * m/mips.h (NO_ARG_ARRAY):
6102 * m/macppc.h (NO_ARG_ARRAY):
6103 * m/iris4d.h (NO_ARG_ARRAY):
6104 * m/intel386.h (NO_ARG_ARRAY):
6105 * m/ibms390x.h (NO_ARG_ARRAY):
6106 * m/ibms390.h (NO_ARG_ARRAY):
6107 * m/ibmrs6000.h (NO_ARG_ARRAY):
6108 * m/ia64.h (NO_ARG_ARRAY):
6109 * m/hp800.h (NO_ARG_ARRAY):
6110 * m/arm.h (NO_ARG_ARRAY):
6111 * m/amdx86-64.h (NO_ARG_ARRAY):
6112 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
6113
6114 2010-04-25 Eli Zaretskii <eliz@gnu.org>
6115
6116 * xdisp.c (display_line): Don't assume 2nd call to
6117 get_next_display_element cannot return zero. (Bug#6030)
6118 (iterate_out_of_display_property): New function, body from pop_it.
6119 (pop_it): Use it.
6120
6121 2010-04-24 Glenn Morris <rgm@gnu.org>
6122
6123 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
6124 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
6125 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
6126 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
6127
6128 2010-04-24 Eli Zaretskii <eliz@gnu.org>
6129
6130 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
6131 use `get_next_display_element' and `set_iterator_to_next' to
6132 advance to the next character, when looking for the character that
6133 begins the next row.
6134
6135 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
6136 definition of "struct Lisp_Symbol".
6137
6138 2010-04-24 Glenn Morris <rgm@gnu.org>
6139
6140 * Makefile.in (CRT_DIR): New variable, set by configure.
6141 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
6142 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
6143
6144 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6145
6146 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
6147
6148 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
6149
6150 Remove redundant flags.
6151 * s/freebsd.h (C_SWITCH_SYSTEM):
6152 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
6153 * s/netbsd.h (C_SWITCH_SYSTEM):
6154 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
6155 of these.
6156
6157 Simplify m/intel386.h.
6158 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
6159 user: ecrt0.c.
6160 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
6161 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
6162 the only user: s/unixware.h.
6163 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
6164 from m/intel386.h.
6165 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
6166 moved here from m/intel386.h.
6167
6168 * m/mips.h: Remove #if 0 code.
6169
6170 2010-04-23 Eli Zaretskii <eliz@gnu.org>
6171
6172 Fix display of composed characters from L2R scripts in bidi buffers.
6173 * xdisp.c (set_iterator_to_next, next_element_from_composition):
6174 After advancing IT past the composition, resync the bidi iterator
6175 with IT's position. (Bug#5977)
6176
6177 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6178
6179 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
6180 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
6181
6182 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
6185
6186 2010-04-23 Eli Zaretskii <eliz@gnu.org>
6187
6188 Support `display' text properties and overlay strings in bidi buffers.
6189 * xdisp.c (pop_it): When the stack is popped after displaying
6190 from a string, bidi-iterate to exit from the text portion covered
6191 by the `display' property or overlay. (Bug#5988, bug#5920)
6192
6193 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6194
6195 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
6196 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
6197
6198 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
6199 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
6200
6201 Simplify STARTFILES definition.
6202 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
6203 relying on Makefile.in to define it.
6204 * s/cygwin.h (START_FILES): Likewise.
6205 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
6206
6207 Clean up Solaris code.
6208 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
6209 (LIB_MOTIF): Remove, configure takes care of this.
6210 (NOT_USING_MOTIF): Remove, unused.
6211 * xrdb.c: Remove #if 0-ed #include.
6212 (SYSV): Remove conditional for old SysV.
6213 * sysdep.c (closedir): Remove conditional code for Solaris,
6214 Solaris has closedir.
6215
6216 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
6217
6218 * xsettings.c (read_and_apply_settings): Check if current_font is
6219 NULL before strcmp (Bug#6001).
6220
6221 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 Clean up HP-UX files.
6224 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
6225 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
6226 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
6227 * s/hpux10-20.h: ... to the only user, here.
6228
6229 2010-04-21 Eli Zaretskii <eliz@gnu.org>
6230
6231 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
6232 use buffer-local values of paragraph-start and paragraph-separate.
6233 <paragraph_start_re, paragraph_separate_re>: Rename from
6234 fallback_paragraph_start_re and fallback_paragraph_separate_re.
6235 (Bug#5992)
6236
6237 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6238
6239 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
6240 current_tool_bar_style are new.
6241 (store_config_changed_event): Rename from store_font_changed_event.
6242 (XSETTINGS_TOOL_BAR_STYLE): New define.
6243 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
6244 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
6245 HAVE_XFT.
6246 (something_changedCB): store_font_changed_event is now
6247 store_config_changed_event.
6248 (parse_settings): Rename from parse_xft_settings. Read
6249 non-xft xsettings outside #ifdef HAVE_XFT.
6250 (read_settings): Renamed from read_xft_settings.
6251 (apply_xft_settings): Take current settings as parameter. Do not
6252 call read_(xft)_settings.
6253 (read_and_apply_settings): New function.
6254 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
6255 read_and_apply_settings if there are settings to be read.
6256 (init_xsettings): Renamed from init_xfd_settings.
6257 Call read_and_apply_settings unconditionally.
6258 (xsettings_initialize): Call init_xsettings.
6259 (Ftool_bar_get_system_style): New function.
6260 (syms_of_xsettings): Define Qmonospace_font_name and
6261 Qtool_bar_style. Initialize current_tool_bar_style to nil.
6262 defsubr Stool_bar_get_system_style. Fprovide on
6263 dynamic-setting.
6264 Move misplaced HAVE_GCONF
6265
6266 * xsettings.h (Ftool_bar_get_system_style): Declare.
6267
6268 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
6269 Qtext, Qboth, Qboth_horiz are new.
6270 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
6271 Vtool_bar_style, tool_bar_max_label_size.
6272
6273 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
6274
6275 * keyboard.c: QClabel is new.
6276 (parse_tool_bar_item): Take out QClabel from tool bar items.
6277 Try to construct a label if ther is no QClabel.
6278 (syms_of_keyboard): Intern :label as QClabel.
6279
6280 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
6281 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
6282 New.
6283
6284 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
6285 dynamic-setting.el.
6286
6287 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
6288 (xg_make_tool_item, xg_show_toolbar_item): New function.
6289 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
6290 Call xg_make_tool_item to make a tool bar item.
6291 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
6292
6293 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
6294 into account for toolbars.
6295
6296 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6297
6298 * data.c (make_blv): Declarations before code (Bug#5993).
6299
6300 2010-04-21 Glenn Morris <rgm@gnu.org>
6301
6302 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
6303 Define using autoconf, not cpp.
6304 (LIBXSM): New variable, set by autoconf.
6305 (LIBXT): Use $LIBXSM.
6306
6307 2010-04-21 Dan Nicolaescu <local_user@dannlt>
6308
6309 Remove NOMULTIPLEJOBS, unused.
6310 * s/template.h (NOMULTIPLEJOBS):
6311 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
6312
6313 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
6314 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
6315 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
6316 detects -znocombreloc and passes it to the linker
6317 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
6318
6319 2010-04-21 Glenn Morris <rgm@gnu.org>
6320
6321 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
6322
6323 2010-04-21 Karel Klíč <kklic@redhat.com>
6324
6325 * Makefile.in (LIBSELINUX_LIBS): New.
6326 (LIBES): Add $LIBSELINUX_LIBS.
6327 * eval.c, lisp.h (call7): New function.
6328 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
6329 (Ffile_selinux_context, Fset_file_selinux_context):
6330 New functions.
6331 (Fcopy_file): New parameter preserve-selinux-context.
6332 (Frename_file): Preserve selinux context when renaming by copy-file.
6333
6334 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
6335 Eli Zaretskii <eliz@gnu.org>
6336
6337 Don't depend on cm.c or termcap.c on Windows, use stubs.
6338 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
6339 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
6340 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
6341 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
6342 (sys_tputs, sys_tgetstr): New stubs.
6343 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
6344 (tputs, tgetstr): New; define to sys_*.
6345
6346 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
6347
6348 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
6349
6350 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
6353 Just signal a warning rather than an error when inside a let.
6354 (Fmake_variable_frame_local): Add the same test.
6355
6356 * font.c (syms_of_font): Make the style table vars read-only.
6357
6358 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
6359 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
6360
6361 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
6362
6363 2010-04-20 Eli Zaretskii <eliz@gnu.org>
6364
6365 Fix R2L paragraph display on TTY.
6366
6367 * xdisp.c (unproduce_glyphs): New function.
6368 (display_line): Use it when produced glyphs are discarded from R2L
6369 glyph rows.
6370 (append_composite_glyph): In R2L rows, prepend the glyph rather
6371 than appending it.
6372
6373 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
6374 rather than append it. Set up the resolved_level and bidi_type
6375 attributes of the appended glyph.
6376 (produce_special_glyphs): Mirror the backslash continuation
6377 character in R2L lines.
6378
6379 Implement display of R2L paragraphs in GUI sessions.
6380
6381 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
6382 append_stretch_glyph.
6383 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
6384 off-by-one error in computing x at end of text in the row.
6385 (append_stretch_glyph): In reversed row, prepend the glyph rather
6386 than append it. Set resolved_level and bidi_type of the glyph.
6387 (extend_face_to_end_of_line): If the row is reversed, prepend a
6388 stretch glyph whose width is such that the rightmost glyph will be
6389 drawn at the right margin of the window. Fix off-by-one error on
6390 TTY frames in testing whether a line needs face extension. Fix
6391 face extension at ZV. If this is the last glyph row, use
6392 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
6393 region face.
6394 (set_cursor_from_row, display_line): Use
6395 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
6396 row->continuation_lines_width.
6397 (next_element_from_buffer): Don't call bidi_paragraph_init if we
6398 are at ZV. Fixes a crash when reseated to ZV by
6399 try_window_reusing_current_matrix.
6400 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
6401 which happens with R2L glyph rows. Fixes a crash when inserting a
6402 character at end of an R2L line.
6403 (set_cursor_from_row): Don't be fooled by truncated rows: don't
6404 treat them as having zero-width characters. Improve comments.
6405 Don't reverse pos_before and pos_after for reversed glyph rows.
6406 Set cursor.x to negative value when the cursor might be on the
6407 left fringe.
6408 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
6409 left fringe, not the right one.
6410 (notice_overwritten_cursor, draw_phys_cursor_glyph)
6411 (erase_phys_cursor): For reversed cursor_row, support cursor on
6412 the left fringe.
6413
6414 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
6415 of continuation indicators on the fringes.
6416 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
6417 left fringe.
6418
6419 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
6420 draw cursor on the left fringe.
6421
6422 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
6423 cursor on the left fringe.
6424
6425 * dispnew.c (update_text_area): Handle reversed desired rows when
6426 the cursor is on the left fringe.
6427 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
6428 below, not by 0, for when the cursor is on the left fringe.
6429
6430 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
6431
6432 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
6433 widget is a scrollbar.
6434
6435 2010-04-20 Kenichi Handa <handa@m17n.org>
6436
6437 * charset.c (char_charset): Consider Vcharset_non_preferred_head
6438 only when the arg CHARSET_LIST is nil.
6439
6440 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 Make variable forwarding explicit rather the using special values.
6443 Basically, this makes the structure of buffer-local values and object
6444 forwarding explicit in the type of Lisp_Symbols rather than use
6445 special Lisp_Objects for that. This tends to lead to slightly more
6446 verbose code, but is more C-like, simpler, and makes it easier to make
6447 sure we handled all cases, among other things by letting the compiler
6448 help us check it.
6449 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
6450 Removing forwarding objects.
6451 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
6452 (struct Lisp_Symbol): Make the various forms of variable-forwarding
6453 explicit rather than hiding them inside Lisp_Object "values".
6454 (XFWDTYPE): New macro.
6455 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
6456 (XBUFFER_LOCAL_VALUE): Remove.
6457 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
6458 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
6459 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
6460 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
6461 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
6462 Remove the Lisp_Misc_* header.
6463 (struct Lisp_Buffer_Local_Value): Redefine.
6464 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
6465 (struct Lisp_Misc_Any): Add filler to get the right size.
6466 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
6467 Lisp_Intfwd.
6468 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
6469 (DEFVAR_KBOARD): Allocate a forwarding object.
6470 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
6471 (let_shadows_global_binding_p): New function.
6472 (union Lisp_Val_Fwd): New type.
6473 (make_blv): New function.
6474 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
6475 (store_symval_forwarding, swap_in_global_binding, Fboundp)
6476 (swap_in_symval_forwarding, find_symbol_value, Fset)
6477 (let_shadows_buffer_binding_p, set_internal, default_value)
6478 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
6479 (Fkill_local_variable, Fmake_variable_frame_local)
6480 (Flocal_variable_p, Flocal_variable_if_set_p)
6481 (Fvariable_binding_locus):
6482 * xdisp.c (select_frame_for_redisplay):
6483 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
6484 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
6485 * frame.c (store_frame_param):
6486 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
6487 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
6488 value structure.
6489 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
6490 (clone_per_buffer_values): Only adjust markers into the current buffer.
6491 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
6492 (Fbuffer_local_value, set_buffer_internal_1)
6493 (swap_out_buffer_local_variables):
6494 Adapt to the new symbol value structure.
6495 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
6496 (defvar_per_buffer): Take a new arg for the fwd object.
6497 (buffer_lisp_local_variables): Return a proper alist (different fix
6498 for bug#4138).
6499 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
6500 (Fgarbage_collect): Don't handle buffer_defaults specially.
6501 (mark_object): Handle new symbol value structure rather than the old
6502 special Lisp_Misc_* objects.
6503 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
6504 * term.c (set_tty_color_mode):
6505 * bidi.c (bidi_initialize): Don't access the ->value field directly.
6506 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
6507 a buffer_local_flags.
6508 * print.c (print_object): Get rid of impossible forwarding objects.
6509
6510 2010-04-19 Eli Zaretskii <eliz@gnu.org>
6511
6512 * bidi.c (bidi_get_type, bidi_get_category)
6513 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
6514 (bidi_type_of_next_char, bidi_level_of_next_char):
6515 Declare static. Use `INLINE' rather than `inline'.
6516
6517 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
6518
6519 * dired.c (Ffile_attributes): Fix typo in docstring.
6520
6521 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
6522
6523 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
6524 NSInteger (Bug#5811).
6525
6526 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6527
6528 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
6529 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
6530
6531 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6532
6533 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
6534
6535 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6536
6537 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
6538 terminal frames (Bug#5837).
6539
6540 2010-04-19 Eli Zaretskii <eliz@gnu.org>
6541
6542 * .gdbinit (xsubchartable): New command.
6543
6544 2010-04-19 Eli Zaretskii <eliz@gnu.org>
6545
6546 * xdisp.c (display_line): Don't write beyond the last glyph row in
6547 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
6548 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
6549 and
6550 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
6551
6552 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6553
6554 * alloc.c (Fpurecopy): Hash-cons if requested.
6555 (syms_of_alloc): Update purify-flag docstring.
6556
6557 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
6558
6559 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
6560 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
6561
6562 2010-04-17 Eli Zaretskii <eliz@gnu.org>
6563
6564 Fix a crash when an NSM character is inserted at BEGV.
6565
6566 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
6567 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
6568 NEUTRAL_B or UNKNOWN_BT.
6569
6570 2010-04-16 Eli Zaretskii <eliz@gnu.org>
6571
6572 * xdisp.c (set_cursor_from_row): Don't consider possibility of
6573 other rows with cursor unless they are different from this row and
6574 this row is part of a continued line. (Bug#5943)
6575
6576 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6577
6578 * s/freebsd.h: Restore osreldate.h include.
6579 Suggested by Naohiro Aota.
6580
6581 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
6582
6583 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
6584
6585 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
6586
6587 * s/cygwin.h: Avoid linking against static libgcc.
6588
6589 2010-04-15 Juri Linkov <juri@jurta.org>
6590
6591 * window.c: Add Qscroll_command.
6592 Remove Vscroll_preserve_screen_position_commands.
6593 (window_scroll_pixel_based, window_scroll_line_based): Check the
6594 `scroll-command' property on the last command instead of searching
6595 the last command in Vscroll_preserve_screen_position_commands.
6596 (syms_of_window): Initialize and staticpro `Qscroll_command'.
6597 Put Qscroll_command property on Qscroll_up and Qscroll_down.
6598 (scroll-preserve-screen-position): Doc fix.
6599 (Vscroll_preserve_screen_position_commands): Remove variable.
6600
6601 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6602
6603 * xdisp.c (message): Do not use NO_ARG_ARRAY.
6604
6605 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
6606
6607 Reduce cpp use in Makefile.in.
6608 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
6609 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
6610 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
6611 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
6612 (CRT0_COMPILE): Remove, inline it in the only user.
6613
6614 2010-04-14 Juri Linkov <juri@jurta.org>
6615
6616 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
6617 `scroll-up-command' and `M-v' from `scroll-down' to
6618 `scroll-down-command'.
6619
6620 2010-04-14 Juri Linkov <juri@jurta.org>
6621
6622 * window.c (Vscroll_preserve_screen_position_commands): New variable
6623 with the default value as the list of Qscroll_down and Qscroll_up.
6624 (window_scroll_pixel_based, window_scroll_line_based): Search the
6625 last command in the list Vscroll_preserve_screen_position_commands
6626 instead of comparing with Qscroll_up and Qscroll_down.
6627
6628 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
6629
6630 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
6631 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
6632 does that.
6633
6634 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
6635 to zero.
6636
6637 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6638
6639 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
6640
6641 Try to solve the problem of spurious EOF chars in long lines of text
6642 sent to interactive subprocesses.
6643 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
6644 (system_process_attributes): Remove unused var `ttotal'.
6645 * process.c (send_process): Don't bother breaking long line with EOF
6646 chars when talking to ttys any more.
6647 (wait_reading_process_output): Output a warning when called in such
6648 a way that it could block without being interruptible.
6649
6650 Try to detect file modification within the same second.
6651 * buffer.h (struct buffer): New field modtime_size.
6652 * buffer.c (reset_buffer): Initialize it.
6653 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
6654 (Fverify_visited_file_modtime): Check it.
6655 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
6656 (Fset_visited_file_modtime): Set (or clear) it.
6657
6658 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * process.c (status_notify): Remove unused var `ro'.
6661
6662 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
6663
6664 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
6665 more than one visual (Bug#5938).
6666
6667 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6668
6669 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
6670 Undefine.
6671
6672 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6673
6674 Remove C_SWITCH_SYSTEM_TEMACS.
6675 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
6676 (malloc, realloc, free): Use emacs, not temacs for conditional
6677 definition.
6678
6679 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
6680 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
6681
6682 Use autoconf, not cpp for some variables.
6683 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
6684 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
6685 (ALL_CFLAGS): Use them as make variables.
6686 (really-lwlib, really-oldXMenu): Do not pass them.
6687
6688 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
6689
6690 * xmenu.c (apply_systemfont_to_dialog): New.
6691 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
6692
6693 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * process.c (exec_sentinel): Preserve current-buffer.
6696
6697 * process.c (read_process_output): Move the save-current-buffer to
6698 apply to both the filter and the non-filter branches.
6699
6700 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
6701
6702 * s/msdos.h (UNEXEC): New definition.
6703
6704 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6705
6706 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
6707 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
6708
6709 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
6710 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
6711 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
6712 TRY_WINDOW_CHECK_MARGINS.
6713
6714 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
6715 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
6716 width only when it is for padding.
6717
6718 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
6719
6720 * xfns.c (Fx_show_tip): Call try_window in a loop until
6721 fonts_changed_p is zero (Bug#2423).
6722
6723 2010-04-08 Eli Zaretskii <eliz@gnu.org>
6724
6725 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
6726 the end of TEXT_AREA. (Bug#5856)
6727
6728 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
6729
6730 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
6731 HAVE_GCONF.
6732
6733 2010-04-08 Eli Zaretskii <eliz@gnu.org>
6734
6735 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
6736 prev.orig_type, for resolving type of NSM. (Bug#5858)
6737
6738 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
6739
6740 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
6741 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
6742 in current_font.
6743 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
6744 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
6745 New functions.
6746 (syms_of_xsettings): Initialize current_font.
6747 defsubr Sfont_get_system_normal_font.
6748
6749 * xsettings.h (Ffont_get_system_normal_font)
6750 (xsettings_get_system_normal_font): Declare.
6751
6752 * xfns.c (extern xlwmenu_default_font): Remove.
6753 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
6754 to xlwmenu.c.
6755
6756 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
6757 menu items in UTF-8.
6758
6759 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
6760 (apply_systemfont_to_menu): New function.
6761 (set_frame_menubar, create_and_show_popup_menu): Call
6762 apply_systemfont_to_menu.
6763
6764 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6765
6766 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
6767 FRAME_LINE_TO_PIXEL_Y.
6768
6769 * xterm.c (x_set_window_size_1): Don't add border_width/height to
6770 pixelwidth/height.
6771
6772 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6773
6774 Simplify code for HP machines.
6775 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
6776 for GNU_LINUX, not needed.
6777 (UNEXEC, NEED_BSDTTY): Move definitions...
6778 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
6779
6780 * m/iris4d.h (UNEXEC): Move definition ...
6781 * s/irix6-5.h (UNEXEC): ... here.
6782
6783 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
6784
6785 * xfns.c (set_machine_and_pid_properties): New function.
6786 (Fx_create_frame): Call set_machine_and_pid_properties.
6787
6788 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6789
6790 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
6791 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
6792 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
6793
6794 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
6795 in this function. (Bug#5703)
6796
6797 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * nsterm.h: Fix last change.
6800
6801 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
6802
6803 * m/intel386.h (NO_REMAP): Move definition ...
6804 * s/msdos.h (NO_REMAP): ... here.
6805
6806 * m/vax.h (CRT0_DUMMIES): Remove, unused.
6807
6808 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
6809 used on those platforms.
6810
6811 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6812
6813 Remove extern errno declarations.
6814 * xterm.c:
6815 * xrdb.c:
6816 * w32term.c:
6817 * unexec.c:
6818 * unexaix.c:
6819 * sysdep.c:
6820 * process.c:
6821 * lread.c:
6822 * keyboard.c:
6823 * floatfns.c:
6824 * filelock.c:
6825 * fileio.c:
6826 * emacs.c (main):
6827 * ecrt0.c:
6828 * dispnew.c:
6829 * callproc.c:
6830 * buffer.c: Remove errno extern declarations.
6831 * s/netbsd.h (NEED_ERRNO): Remove.
6832
6833 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
6834
6835 Remove all uses of LIBX11_SYSTEM.
6836 * Makefile.in (LIBX11_SYSTEM): Remove.
6837 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
6838 instead.
6839
6840 2010-04-01 Eli Zaretskii <eliz@gnu.org>
6841
6842 Remove support for DJGPP v1.x (bug#5813).
6843
6844 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
6845 * s/msdos.h:
6846 * unexec.c (make_hdr, copy_text_and_data):
6847 * sysdep.c (wait_for_termination, sys_subshell):
6848 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
6849 (IT_set_terminal_modes, __write, _rename, gethostname)
6850 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
6851 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
6852 the value of __DJGPP__.
6853 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
6854 compatibility code.
6855 * lread.c:
6856 * gmalloc.c (memalign):
6857 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
6858 * emacs.c (main):
6859 * dosfns.c (init_dosfns):
6860 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
6861
6862 2010-04-01 Eli Zaretskii <eliz@gnu.org>
6863
6864 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
6865 string with `cursor' property comes from an `after-string'
6866 overlay. (Bug#5816)
6867
6868 2010-04-01 Glenn Morris <rgm@gnu.org>
6869
6870 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
6871 Define as Makefile variables.
6872 (LIBX): Use above variables rather than directly using autoconf.
6873
6874 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
6875
6876 Clean up BSD_SYSTEM use.
6877 * xterm.c:
6878 * process.c:
6879 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
6880 for including <sys/ioctl.h>.
6881 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
6882 code is only used for MSDOS.
6883
6884 2010-03-31 Juri Linkov <juri@jurta.org>
6885
6886 * image.c: Add `Qextension_data'.
6887 (syms_of_image): Initialize and staticpro `Qextension_data'.
6888 (Fimage_metadata): Rename from `Fimage_extension_data'.
6889 (gif_load): Put GIF extension data to the property
6890 `Qextension_data'.
6891
6892 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
6895 * nsterm.h: Fix prototype.
6896
6897 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6898
6899 * xdisp.c (highlight_trailing_whitespace): Support highlight of
6900 trailing whitespace in right-to-left rows.
6901
6902 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 Get rid of the direct_output optimizations.
6905 * keyboard.c (nonundocount): Remove extern declaration.
6906 (command_loop_1): Remove brittle optimisation for cheap and
6907 common operations.
6908 * xdisp.c (redisplay_internal): Don't bother checking
6909 redisplay_performed_directly_p any more.
6910 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
6911 any more.
6912 * dispnew.c (redisplay_performed_directly_p)
6913 (direct_output_for_insert, direct_output_forward_char):
6914 * dispextern.h (redisplay_performed_directly_p)
6915 (direct_output_for_insert, direct_output_forward_char): Remove.
6916 * cmds.c (nonundocount): Make it static.
6917
6918 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
6919
6920 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
6921
6922 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
6923
6924 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
6925 invisible (Bug#5766).
6926
6927 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
6928
6929 * xdisp.c (x_consider_frame_title, update_window_cursor):
6930 Remove HAVE_NS conditionals.
6931 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
6932
6933 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
6934 filename for the title.
6935 (ns_set_doc_edited): Do nothing if the selected window is a
6936 minibuffer window.
6937
6938 * nsterm.h: Add prototypes for ns_set_name_as_filename and
6939 ns_set_doc_edited.
6940
6941 * nsterm.m: Remove unneeded prototype.
6942
6943 2010-03-31 Glenn Morris <rgm@gnu.org>
6944
6945 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
6946 in the DOC file. (Bug#5336)
6947
6948 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6949
6950 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
6951
6952 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * window.c (keys_of_window): Remove redundant/overridden bindings.
6955
6956 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6957
6958 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
6959 Restore original behavior when the iterator is not bidi_p.
6960
6961 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6962
6963 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
6964
6965 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6966
6967 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
6968 are outside the range of cached character positions.
6969
6970 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
6971
6972 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
6973
6974 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6975
6976 Initial support for bidirectional editing.
6977
6978 * Makefile.in (obj): Include bidi.o.
6979 (bidi.o): New target.
6980
6981 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
6982 ($(BLD)/bidi.$(O)): New target.
6983
6984 * bidi.c: New file.
6985
6986 * buffer.h (struct buffer): New members bidi_display_reordering
6987 and bidi_paragraph_direction.
6988
6989 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
6990 and bidi_paragraph_direction.
6991 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
6992 and bidi-paragraph-direction.
6993 (Fbuffer_swap_text): Swap the values of
6994 bidi_display_reordering and bidi_paragraph_direction.
6995
6996 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
6997 (bidi_type_t, bidi_dir_t): New types.
6998 (bidi_saved_info, bidi_stack, bidi_it): New structures.
6999 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
7000 prev_stop, base_level_stop, and eol_pos.
7001 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
7002 (IT_STACK_SIZE): Enlarge to 5.
7003 (struct glyph_row): New member reversed_p.
7004 <string_buffer_position>: Update prototype.
7005 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
7006 glyph_row if bidi_it.paragraph_dir == R2L.
7007 (struct glyph): New members resolved_level and bidi_type.
7008
7009 * dispnew.c (direct_output_forward_char): Give up if we need bidi
7010 processing or buffer's direction is right-to-left.
7011 (prepare_desired_row): Preserve the reversed_p flag.
7012 (row_equal_p): Compare the reversed_p attributes as well.
7013
7014 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
7015 bidi_init_it and set it->paragraph_embedding from the current
7016 buffer's value of bidi_paragraph_direction.
7017 (reseat_1): Initialize bidi_it.first_elt.
7018 (set_iterator_to_next, next_element_from_buffer): Use the value of
7019 paragraph_embedding to determine the paragraph direction.
7020 (set_iterator_to_next): Under bidi reordering, call
7021 bidi_get_next_char_visually. Call bidi_paragraph_init if the
7022 new_paragraph flag is set in the bidi iterator.
7023 (next_element_from_buffer): If bidi_it.first_elt is set,
7024 initialize paragraph direction and find the first character to
7025 display in the visual order. If reseated to a middle of a line,
7026 prime the bidi iterator starting at the line's beginning. Handle
7027 the situation where we overstepped stop_charpos due to
7028 non-linearity of the bidi iteration. Likewise for when we back up
7029 beyond the previous stop_charpos. When moving across stop_charpos,
7030 record it in prev_stop.
7031 (display_line): Set row->end and it->start for the next row to the
7032 next character in logical order. Always extend reversed_p rows to
7033 the end of line, even if they end at ZV. Copy the reversed_p flag
7034 to the next glyph row. Keep calling set_cursor_from_row for
7035 bidi-reordered rows even if we already have a possible candidate
7036 for cursor position. Set row_end after all the row's glyphs have
7037 been produced, by looping over the glyphs. Record the position
7038 after EOL in it->eol_pos, and use it to set end_pos of the last
7039 row produced for a continued line.
7040 <Qright_to_left, Qleft_to_right>: New variables.
7041 (syms_of_xdisp): Initialize and staticpro them.
7042 (string_buffer_position_lim): New function.
7043 (string_buffer_position): Most of code moved to
7044 string_buffer_position_lim. Last argument and return value are
7045 now EMACS_INT; all callers changed.
7046 (set_cursor_from_row): Rewritten to support bidirectional text and
7047 reversed glyph rows.
7048 (text_outside_line_unchanged_p, try_window_id): Disable
7049 optimizations if we are reordering bidirectional text and the
7050 paragraph direction can be affected by the change.
7051 (append_glyph, append_composite_glyph)
7052 (produce_image_glyph, append_stretch_glyph): Set the
7053 resolved_level and bidi_type members of each glyph.
7054 (append_glyph): If the glyph row is reversed, prepend the glyph
7055 rather than appending it.
7056 (handle_stop_backwards): New function.
7057 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
7058 (reseat): call handle_stop_backwards to recompute prev_stop and
7059 base_level_stop for the new position.
7060 (handle_invisible_prop): Under bidi iteration, skip invisible text
7061 using bidi_get_next_char_visually. If we are `reseat'ed, init the
7062 paragraph direction. Update IT->prev_stop after skipping
7063 invisible text.
7064 (move_it_in_display_line_to): New variables prev_method
7065 and prev_pos. Compare for strict equality in
7066 BUFFER_POS_REACHED_P.
7067 (try_cursor_movement): Examine all the candidate rows that occlude
7068 point, to return the best match. If rows are bidi-reordered
7069 and point moved backwards, back up to the row that is not a
7070 continuation line, and start looking for a suitable row from
7071 there.
7072
7073 * term.c (append_glyph): Reverse glyphs by pre-pending them,
7074 rather than appending, if the glyph_row's reversed_p flag is set.
7075 Set the resolved_level and bidi_type members of each glyph.
7076
7077 * .gdbinit (pbiditype): New command.
7078 (pgx): Use it to display bidi level and type of the glyph.
7079 (pitx): Display some bidi information about the iterator.
7080 (prowlims, pmtxrows): New commands.
7081
7082 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7083
7084 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
7085 * s/usg5-4.h (LIBS_DEBUG):
7086 * s/irix6-5.h (C_DEBUG_SWITCH):
7087 * s/gnu-linux.h (LIBS_DEBUG):
7088 * s/darwin.h (LIBS_DEBUG):
7089 * s/bsd-common.h (LIBS_DEBUG):
7090 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
7091 * m/iris4d.h (LIBS_DEBUG):
7092 * m/hp800.h (LIBS_DEBUG): Remove definitions.
7093
7094 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
7095 (LIBS_DEBUG): Remove definition.
7096
7097 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
7098
7099 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
7100 Windows.
7101
7102 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7103
7104 * process.c (Fmake_network_process): Don't call turn_on_atimers around
7105 `connect' (Bug#5723).
7106
7107 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
7108
7109 * process.c (Fmake_network_process): Call `select' for interrupted
7110 `connect' rather than creating new socket (Bug#5173).
7111
7112 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
7113
7114 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
7115
7116 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
7117
7118 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
7119
7120 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7121
7122 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
7123 XLoadQueryFont.
7124
7125 2010-03-24 Kenichi Handa <handa@m17n.org>
7126
7127 * coding.c (decode_coding_ccl): Fix previous change for the
7128 multibyte case.
7129 (encode_coding_ccl): Don't setup ccl program here. Fix for the
7130 case that the output buffer is fullfilled.
7131 (encode_coding): Setup ccl program here.
7132
7133 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7134
7135 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
7136
7137 Simplify LIBS_MACHINE definitions.
7138 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
7139 * m/iris4d.h (LIBS_MACHINE): Likewise.
7140 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
7141 * s/aix4-2.h (LIBS_SYSTEM): ... here.
7142 * s/netbsd.h: Remove commented out code.
7143
7144 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7145
7146 Remove dead code dealing with POSIX_SIGNALS.
7147 * atimer.c (set_alarm): Remove dead code, all USG systems define
7148 POSIX_SIGNALS.
7149 * data.c (arith_error): Likewise.
7150 * keyboard.c (input_available_signal, handle_user_signal)
7151 (interrupt_signal): Likewise.
7152 * process.c (sigchld_handler): Likewise.
7153 (create_process): Remove if 0 code. Remove HPUX conditional when
7154 !defined (POSIX_SIGNALS), it cannot be true.
7155 * syssignal.h: Remove USG5_4 and USG conditionals when
7156 !POSIX_SIGNALS, they cannot be true.
7157
7158 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
7159 NO_SOCK_SIGIO, not used anymore.
7160
7161 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7162
7163 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
7164 support vax on BSDs.
7165
7166 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
7167 * s/aix4-2.h (ORDINARY_LINK): ... here.
7168
7169 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7170
7171 * Makefile.in (abs_builddir): Define.
7172 (bootstrap_exe): Use it.
7173 (VPATH): Use $(srcdir) instead of @srcdir@.
7174
7175 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * Makefile.in (bootstrap_exe): Use an absolute name.
7178
7179 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7180
7181 Remove support for old GNU/Linux using libc version 5.
7182 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
7183 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
7184
7185 Consolidate redundant definitions in s/bsd-common.h.
7186 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7187 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7188 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
7189 doing it in all files that include this one.
7190 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7191 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7192 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7193 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7194 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7195 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7196 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7197 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7198 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7199
7200 Consolidate redundant definitions.
7201 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
7202 it's undefined in all files that include this one.
7203 (POSIX_SIGNALS): Define here instead of doing it in all files that
7204 include this one.
7205 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7206 (POSIX_SIGNALS): Do not define.
7207 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7208 (POSIX_SIGNALS): Do not define.
7209 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7210 (POSIX_SIGNALS): Do not define.
7211
7212 Remove support for old UNIX System V systems.
7213 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
7214 * s/usg-5-4-2.h: Remove.
7215
7216 Remove support for Solaris on PPC and for old versions.
7217 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
7218 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
7219 that cancel each other.
7220 * s/sol2-3.h:
7221 * s/sol2-4.h:
7222 * s/sol2-5.h: Remove.
7223 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
7224 (NO_REMAP): Remove, unused.
7225 (UNEXEC): Move definition ...
7226 * s/aix4-2.h (UNEXEC): ... here.
7227
7228 * s/openbsd.h: Remove support for non-ELF and for systems that do
7229 not support shared libraries.
7230 * s/netbsd.h:
7231 * s/freebsd.h: Likewise.
7232
7233 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7234
7235 Remove non-working support for lynxos 3.0.
7236 * s/lynxos.h: Remove file.
7237
7238 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
7239 COFF_BSD_SYMBOLS, nothing defines it anymore.
7240
7241 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7242
7243 Remove obsolete uses of HAVE_SHM.
7244 * emacs.c (standard_args):
7245 (Fdump_emacs):
7246 (syms_of_emacs): Remove code depending on HAVE_SHM.
7247
7248 * alloc.c: Remove HAVE_SHM dependent definition.
7249
7250 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
7251
7252 2010-03-18 Glenn Morris <rgm@gnu.org>
7253
7254 * emacs.c (USAGE4): Hard-code bug address.
7255 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
7256 (bug_reporting_address): Remove.
7257 (main): Don't call bug_reporting_address.
7258
7259 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
7260 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
7261
7262 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * xfns.c (Fx_create_frame):
7265 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
7266 on left.
7267
7268 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
7269
7270 * editfns.c (Fformat): Account for string precision when computing
7271 field width (Bug#5710).
7272
7273 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7274
7275 * xfns.c (Fx_create_frame): Set default to Qright.
7276
7277 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
7278 all window systems.
7279
7280 2010-03-12 Eli Zaretskii <eliz@gnu.org>
7281
7282 These changes remove termcap.c from the build on Posix platforms.
7283 * Makefile.in (termcapobj): Move termcap.o from here...
7284 (MSDOS_OBJ): ...to here.
7285 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
7286 now identical to when LIBS_TERMCAP is defined.
7287
7288 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
7289
7290 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
7291
7292 * config.in: Regenerated. (See top-level ChangeLog.)
7293
7294 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7295
7296 * Branch for 23.2.
7297
7298 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 Cleanup setup of gl_state in various parts of the code.
7301 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
7302 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
7303 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
7304 (skip_chars):
7305 * regex.c (regex_compile): Use it.
7306 (re_compile_pattern): Don't set gl_state.current_syntax_table since
7307 it's now set in regex_compile when/if we need it.
7308
7309 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 Make it possible to C-g in a tight bytecode loop again (bug#5680).
7312 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
7313 (QUIT): Use it to consolidate code and remove redundancy.
7314 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
7315
7316 * regex.c (regex_compile): Setup gl_state as well.
7317
7318 * syntax.c (skip_chars): Setup gl_state (bug#3823).
7319 (in_classes): Use CONSP before XCAR/XCDR.
7320
7321 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7322
7323 * keymap.c (Fwhere_is_internal): Use Fequal to compare
7324 definitions, so that keyboard macros are correctly handled
7325 (Bug#5481).
7326
7327 2010-03-02 Eli Zaretskii <eliz@gnu.org>
7328
7329 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
7330 text that could be relocated inside the call to emacs_mule_char.
7331 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
7332 (CODING_DECODE_CHAR): Add a comment describing its purpose.
7333
7334 2010-03-02 Kenichi Handa <handa@m17n.org>
7335
7336 * character.c (parse_str_as_multibyte): Fix handling of the
7337 multibyte form of raw-bytes.
7338 (str_as_multibyte): Likewise.
7339
7340 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
7341 form of raw-bytes.
7342
7343 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7344
7345 * charset.c (load_charset_map_from_file)
7346 (load_charset_map_from_vector): Zero out allocated
7347 charset_map_entries before using them.
7348
7349 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
7350
7351 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
7352
7353 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7354
7355 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
7356 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
7357
7358 2010-02-26 Kenichi Handa <handa@m17n.org>
7359
7360 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
7361
7362 * xdisp.c (reseat_to_string): Fix previous change.
7363
7364 2010-02-26 David Reitter <david.reitter@gmail.com>
7365
7366 * nsfont.m (nsfont_draw): ns_antialias_text should be a
7367 Lisp_Object (Bug#4736).
7368
7369 2010-02-25 Kenichi Handa <handa@m17n.org>
7370
7371 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
7372
7373 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
7374
7375 * xterm.c (XTflash): Move declarations before statements.
7376
7377 * gtkutil.c (xg_get_gdk_display): Remove (unused).
7378 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
7379 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
7380 (xg_create_tool_bar): Remove unused variables.
7381 (x_wm_set_size_hint): Move declarations before statements.
7382 (xg_create_frame_widgets): Remove variable grav.
7383
7384 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7385
7386 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
7387
7388 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * term.c (fatal): Add a final \n if needed (bug#5596).
7391
7392 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
7393
7394 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
7395
7396 2010-02-18 Glenn Morris <rgm@gnu.org>
7397
7398 * callint.c (Finteractive): Doc fix.
7399
7400 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7401
7402 * coding.c (record_conversion_result):
7403 Handle CODING_RESULT_INSUFFICIENT_DST.
7404 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
7405 memory allocation error.
7406
7407 2010-02-17 Kenichi Handa <handa@m17n.org>
7408
7409 * coding.c (decode_coding_ccl): Don't setup ccl program here.
7410 Fix for the case that the output buffer is fullfilled.
7411 (decode_coding): Setup ccl program here. Keep looping when the
7412 decoder stopped because the output buffer is
7413 fullfilled (bug#5534).
7414
7415 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
7416
7417 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
7418
7419 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
7420 bug #5571.
7421 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
7422 overdrawn.
7423
7424 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
7425
7426 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
7427 doing_interact here.
7428 (ice_connection_closed): New function.
7429 (x_session_check_input, smc_die_CB, ice_io_error_handler)
7430 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
7431 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
7432 returns I/O error.
7433 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
7434 bug #5512.
7435
7436 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
7437
7438 * nsfont.m (nsfont_open): The system's value for the font descent
7439 is negative, so round it down to avoid clipping.
7440
7441 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7442
7443 * charset.c (load_charset_map_from_file)
7444 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
7445 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
7446
7447 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * charset.c (load_charset_map_from_file): Allocate large
7450 charset_map_entries structure on the heap rather than the stack.
7451 (Bug#5526).
7452
7453 2010-01-31 Kenichi Handa <handa@m17n.org>
7454
7455 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
7456 size in NAME is invalid, return -1 (Bug#5396).
7457
7458 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
7461 <deactivated@gmail.com> (Bug#3605).
7462
7463 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
7464
7465 * fileio.c (Frename_file): Correctly rename symlinks to
7466 directories (Bug#5496).
7467
7468 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
7469
7470 * nsterm.m (ns_ring_bell): Handle visible bell like X.
7471
7472 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
7473
7474 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
7475
7476 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7477
7478 * frame.c (DEFAULT_ROWS): Change default to 35.
7479
7480 * xfns.c (x_default_font_parameter): Change default XFT font to
7481 monospace-10 (Bug#3643).
7482
7483 2010-01-29 Eli Zaretskii <eliz@gnu.org>
7484
7485 * w32inevt.c (key_event): Remove unnecessary comparison of
7486 event->uChar.AsciiChar with 128.
7487
7488 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7489
7490 * fileio.c (Frename_file): Fix last change (Bug#5487).
7491
7492 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
7493
7494 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
7495
7496 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
7497
7498 * xfns.c (Fx_create_frame): Remove window size matching code from
7499 2010-01-15.
7500 (x_get_current_desktop, x_get_desktop_workarea): Remove.
7501
7502 2010-01-27 Jason Rumney <jasonr@gnu.org>
7503
7504 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
7505 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7506
7507 2010-01-27 Kenichi Handa <handa@m17n.org>
7508
7509 * regex.c (analyse_first): Fix setting of fastmap for unibyte
7510 pattern string (Bug#4209).
7511
7512 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7513
7514 * fileio.c (Frename_file): Call copy-directory and
7515 delete-directory for directories, in order to handle cross-device
7516 renaming (Bug#3353).
7517
7518 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
7519
7520 * xfns.c (Fx_create_frame): If frame height is too big, try
7521 sizes 24 and 10. Bug #3643.
7522
7523 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 Try and fix bug#788, hopefully for real this time.
7526 * keymap.c (shadow_lookup): Add `remap' arg.
7527 (describe_map, describe_vector): Update calls to shadow_lookup.
7528 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
7529 `remapped' so this flag is applicable to `sequence'. Be careful to
7530 perform remapping during shadow_lookup check of remapped_sequences.
7531
7532 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
7533
7534 * image.c (png_load): Use png_sig_cmp instead of the obsolete
7535 png_check_sig, which has been removed in libpng 1.4.
7536
7537 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7538
7539 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
7540 lacks this header file).
7541
7542 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7543
7544 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
7545 as in Emacs 22.
7546
7547 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7548
7549 * lisp.h (make_pure_string): String pointer arg now points to const.
7550
7551 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
7552 args now point to const.
7553
7554 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7555
7556 * lread.c (Fload): Don't treat files without .elc extension as
7557 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
7558 them. (bug#5303)
7559
7560 2010-01-20 Kenichi Handa <handa@m17n.org>
7561
7562 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
7563 treat the source as actual byte sequence.
7564
7565 2010-01-19 Alan Mackenzie <acm@muc.de>
7566
7567 Fix spurious before-change-functions invocation from (insert ?\n).
7568 * textprop.c (set_text_properties): Rename parameter
7569 `signal_after_change_p' to `coherent_change_p', and make the
7570 invocation of `modify_region' conditional on it.
7571
7572 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
7573
7574 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
7575 for debug purpose.
7576 (syms_of_xsettings): Declare xft-settings.
7577
7578 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7579
7580 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
7581
7582 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * xterm.c (event_handler_gdk): Block input (Bug#5037).
7585
7586 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
7587
7588 * emacs.c (standard_args): Adjust arg priorities to reflect how
7589 they are processed in startup.el.
7590
7591 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
7592
7593 * Makefile.in (lisp, shortlisp): Update.
7594
7595 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
7598 code, link the new kboard into all_kboard before running Lisp code,
7599 and protect the new terminal with GCPRO (Bug#5365).
7600 (x_term_init): Remove unused var `atom'.
7601 (x_delete_display, x_delete_terminal): Remove unused var `i'.
7602
7603 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
7604
7605 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
7606 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
7607 to find out usable size of the desktop. Don't make frames larger than
7608 this. Bug #3643.
7609
7610 2010-01-15 Kenichi Handa <handa@m17n.org>
7611
7612 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
7613
7614 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
7615
7616 * nsterm.m (Qnone): Define.
7617
7618 * nsfns.m (Qnone): Move definition to nsterm.m.
7619
7620 2010-01-14 Kenichi Handa <handa@m17n.org>
7621
7622 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
7623 systems.
7624
7625 2010-01-14 Kenichi Handa <handa@m17n.org>
7626
7627 Make auto-composition work on all buffers even if they are
7628 fundamental mode.
7629
7630 * composite.c (Vauto_composition_mode): New variable.
7631 (composition_compute_stop_pos): Check Vauto_composition_mode
7632 instead of Vauto_composition_function.
7633 (composition_adjust_point, Ffind_composition_internal): Likewise.
7634 (syms_of_composite): Declare Lisp variable
7635 "auto-composition-mode" here.
7636
7637 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
7640 during call to vendor-specific-keysyms (Bug#5365).
7641
7642 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7643
7644 * keyboard.c (input_available_signal) [SYNC_INPUT]:
7645 Call SIGNAL_THREAD_CHECK (Bug#5333).
7646
7647 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
7648 Call SIGNAL_THREAD_CHECK.
7649
7650 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 Try to fix bug#5314. This is probably not the final word, tho.
7653 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
7654 recent-auto-save-p as a side-effect.
7655 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
7656 * buffer.c (Fkill_buffer, reset_buffer):
7657 * editfns.c (Fsubst_char_in_region):
7658 * fileio.c (Finsert_file_contents, Fdo_auto_save)
7659 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
7660
7661 2010-01-13 Kenichi Handa <handa@m17n.org>
7662
7663 Display buffer name, etc. in mode line by composing correctly.
7664
7665 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
7666 STRING is not nil.
7667 (display_mode_element): Adjust for the change of
7668 decode_mode_spec and display_line.
7669 (decode_mode_spec): Change arg MULTIBYTE to STRING.
7670 (display_string): Handle the case that STRING is non-null and
7671 LISP_STRING is not nil.
7672
7673 * xterm.c (x_draw_composite_glyph_string_foreground):
7674 Pay attention to s->face->overstrike.
7675
7676 * composite.c (composition_reseat_it): Don't check PT if STRING is
7677 non nil.
7678
7679 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7680
7681 * keyboard.c (read_char): Don't apply previous change when current
7682 buffer is unchanged by command execution.
7683
7684 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
7685
7686 * keyboard.c (read_char): Return after executing from special map.
7687
7688 2010-01-12 Glenn Morris <rgm@gnu.org>
7689
7690 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
7691 bug-gnu-emacs rather than emacs-pretest-bug.
7692
7693 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
7694
7695 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
7696 initializing the Lisp variables that depend on them.
7697
7698 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7699
7700 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
7701 Clear areas that will not be updated after change of menu bar lines.
7702 Clear the menu bar window's current matrix when the window gets empty.
7703
7704 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
7705
7706 * intervals.h, textprop.c (extend_property_ranges): Return value
7707 and args changed. Discard properties that begin at or after the
7708 new end (Bug#5306).
7709
7710 * editfns.c (Fformat): Caller changed.
7711
7712 * nsterm.m (ns_set_default_prefs): Delete function.
7713 (syms_of_nsterm): Initialize ns_command_modifier,
7714 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
7715 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
7716
7717 * xdisp.c (pos_visible_p): Check for invisible text at the correct
7718 position (Bug#4040).
7719
7720 2010-01-09 Eli Zaretskii <eliz@gnu.org>
7721
7722 * editfns.c (Ffloat_time): Doc fix.
7723
7724 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
7725
7726 * xfns.c (Fx_create_frame): Don't create frame larger than display
7727 by default bug#3643.
7728
7729 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7730
7731 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
7732 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
7733 windows above internal border.
7734
7735 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
7736 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
7737 windows above internal border.
7738
7739 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
7740 tool bar windows specially.
7741
7742 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
7743
7744 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
7745 specially.
7746 (XTflash): Take account of menu bar height.
7747
7748 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
7749 specially.
7750
7751 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
7752
7753 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
7754 also be true before we can return early (bug #5339).
7755
7756 2010-01-06 David Reitter <david.reitter@gmail.com>
7757
7758 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
7759 (Fns_display_usable_bounds): Rewrite, computing bounds properly
7760 (Bug#3233).
7761
7762 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
7763
7764 * font.c (font_open_entity): Enable chache and call cached_font_ok
7765 for the driver if defined.
7766 (QCuser_spec): New symbol.
7767 (font_spec_from_name): Save name as user-spec.
7768 (font_load_for_lface): Keep user-spec instead of name.
7769 (font_open_by_name): Save name as user-spec.
7770 (syms_of_font): Initialize QCuser_spec.
7771 (font_clear_prop): Clear name if it exists in font (bug#5157).
7772
7773 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
7774 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
7775 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
7776
7777 * font.h (struct font_driver): Add cached_font_ok.
7778
7779 * xterm.c (x_clear_frame): Queue draw for scroll bars.
7780
7781 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
7782
7783 * xterm.c (x_new_font): Move code for setting rows/cols before
7784 resizing ...
7785 (x_set_window_size): ... to here. Bug #2568.
7786
7787 * gtkutil.c (xg_clear_under_internal_border): New function.
7788 (xg_frame_resized, xg_frame_set_char_size):
7789 Call xg_clear_under_internal_border.
7790 (xg_update_scrollbar_pos): Clear under old scroll bar position.
7791
7792 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
7793
7794 * keyboard.c (read_key_sequence): Catch keyboard switch after
7795 making a new tty frame (Bug#5095).
7796
7797 2010-01-05 Kenichi Handa <handa@m17n.org>
7798
7799 * fontset.c (fontset_find_font): Fix getting the frame pointer.
7800
7801 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
7804 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
7805 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
7806
7807 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
7808
7809 * dbusbind.c (xd_add_watch): Improve debug message.
7810 (xd_remove_watch): Improve debug message. If DATA is the session
7811 bus, unset D-Bus session environment.
7812 (Fdbus_init_bus): Pass the bus as argument to
7813 dbus_connection_set_watch_functions. (Bug#5283)
7814
7815 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7816
7817 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
7818
7819 * lread.c (syms_of_lread): Make it clearer that these are the
7820 names of loaded files (Bug#5068).
7821
7822 * eval.c (run_hook_with_args): Handle the case where the global
7823 value has the obsolete single-function form (Bug#5026).
7824
7825 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
7826
7827 * minibuf.c (Fall_completions): Minor optimization.
7828
7829 2009-12-26 Eli Zaretskii <eliz@gnu.org>
7830
7831 * .gdbinit (pgx): Fix display of composite glyphs.
7832 Display cmp.from and cmp.to as well.
7833 (pitx): Fix last change.
7834
7835 2009-12-25 Kenichi Handa <handa@m17n.org>
7836
7837 * composite.h (composition_adjust_point): Update prototype.
7838
7839 * composite.c (composition_reseat_it): Don't make a composition
7840 spanning over point.
7841 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
7842 composable characters.
7843 (composition_adjust_point): New arg NEW_PT. Callers changed.
7844
7845 * keyboard.c (command_loop_1): Force redisplay if the last point
7846 was within a composition.
7847 (adjust_point_for_property): Don't adjust point for automatic
7848 composition when called after buffer modification.
7849
7850 2009-12-19 Eli Zaretskii <eliz@gnu.org>
7851
7852 * .gdbinit (pitx): Don't use enum names, use their values.
7853 Remove reference to non-existing value GET_FROM_COMPOSITION.
7854 (pgx): Don't use enum names, use their values.
7855 (pitmethod): New helper command.
7856 (pitx): Use it to display iteration method.
7857 (pgrowit): New command.
7858
7859 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
7860
7861 Update dependencies in Makefile.in.
7862
7863 * Makefile.in (alloc.o): Depend on termhooks.h.
7864 (atimer.o): Depend on blockinput.h.
7865 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
7866 and frame.h.
7867 (callint.o): Depend on systime.h, coding.h, and composite.h.
7868 (callproc.o): Depend on buffer.h.
7869 (casefiddle.o): Don't depend on charset.h.
7870 (casetab.o): Depend on character.h.
7871 (ccl.o): Depend on composite.h.
7872 (chartab.o): Depend on ccl.h.
7873 (cm.o): Depend on dispextern.h.
7874 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
7875 (coding.o): Don't depend on $(INTERVALS_H).
7876 (composite.o): Don't depend on dispextern.h explicitly (it's in
7877 $(INTERVALS_H)). Depend on ccl.h.
7878 (data.o): Depend on systime.h, coding.h, composite.h,
7879 dispextern.h, font.h, and ccl.h.
7880 (dired.o): Depend on composite.h.
7881 (dispnew.o): Depend on coding.h. Don't depend explicitly on
7882 composite.h (it's in $(INTERVALS_H)).
7883 (doc.o): Depend on systime.h, coding.h, and composite.h.
7884 (editfns.o): Don't depend explicitly on dispextern.h.
7885 (emacs.o): Depend on frame.h and coding.h.
7886 (eval.o): Depend on coding.h, composite.h, and xterm.h.
7887 (fileio.o): Depend on frame.h and commands.h. Don't depend
7888 explicitly on dispextern.h.
7889 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
7890 composite.h.
7891 (fns.o): Don't depend on termhooks.h.
7892 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
7893 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
7894 coding.h, $(INTERVALS_H), window.h, xterm.h.
7895 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
7896 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
7897 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
7898 fontset.h, ccl.h, and ftfont.h.
7899 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
7900 (gtkutil.o): Depend on dispextern.h and composite.h.
7901 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
7902 termhooks.h, and ccl.h.
7903 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
7904 (intervals.o): Depend on systime.h and coding.h.
7905 (keyboard.o): Depend on composite.h and coding.h.
7906 (keymap.o): Depend on coding.h and frame.h.
7907 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
7908 (macros.o): Depend on systime.h, coding.h, and composite.h.
7909 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
7910 and atimer.h.
7911 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
7912 dispextern.h explicitly.
7913 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
7914 Don't depend explicitly on dispextern.h and composite.h.
7915 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
7916 (regex.o): Don't depend on charset.h.
7917 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
7918 (search.o): Don't depend explicitly on composite.h.
7919 (sound.o): Depend on atimer.h and systime.h.
7920 (syntax.o): Don't depend explicitly on composite.h.
7921 (sysdep.o): Depend on coding.h and composite.h.
7922 (term.o): Depend on xterm.h and buffer.h.
7923 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
7924 (textprop.o): Don't depend on dispextern.h explicitly.
7925 (undo.o): Depend on dispextern.h.
7926 (window.o): Depend on coding.h and termhooks.h. Don't depend on
7927 dispextern.h and composite.h explicitly.
7928 (xdisp.o): Depend on ccl.h.
7929 (xfaces.o): Depend on coding.h and ccl.h.
7930 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
7931 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
7932 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
7933 ftfont.h.
7934 (xgselect.o): New dependency.
7935 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
7936 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
7937 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
7938 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
7939 (xsmfns.o): Depend on frame.h and dispextern.h.
7940 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
7941 sysselect.h.
7942
7943 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
7944
7945 * font.c (Fclear_font_cache): Pass correct cache argument to
7946 font_clear_cache.
7947
7948 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
7949
7950 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
7951 twice.
7952
7953 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
7954
7955 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
7956 calling file-remote-p. Reported by Jim Meyering.
7957
7958 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
7959
7960 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
7961 avoid compiler warnings. (Bug #5217)
7962
7963 2009-12-14 Kenichi Handa <handa@m17n.org>
7964
7965 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
7966 in 8-bit encoding.
7967
7968 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
7969
7970 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
7971 tooltip windows.
7972
7973 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
7974
7975 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
7976 Xatom_net_window_type.
7977
7978 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
7979 Xatom_net_window_type.
7980
7981 * xterm.c (my_log_handler): New function.
7982 (x_term_init): Set my_log_handler as log handler during gtk_init
7983 so we can filter out buggy messages. (Bug #5120).
7984
7985 * xterm.c (xg_scroll_callback): Parameter list changed,
7986 use parameter GtkScrollType to determine scroll/line/page.
7987 Only allow dragging if a button < 4 is grabbed (bug #5177).
7988 (xg_end_scroll_callback): New function.
7989 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
7990 xg_create_scroll_bar.
7991
7992 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
7993 (scroll_end_callback): Remove.
7994 (xg_create_scroll_bar): Add parameter end_callback, bind it to
7995 button-release-event. Replace value-changed event with change-value,
7996 bug #5177.
7997 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
7998 bug #5177.
7999
8000 * gtkutil.h (XG_LAST_SB_DATA): Remove.
8001 (xg_create_scroll_bar): Add GCallback end_callback.
8002
8003 * xftfont.c (QClcdfilter): New variable.
8004 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
8005 (syms_of_xftfont): Initialize QClcdfilter.
8006
8007 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
8008
8009 * xsettings.c (struct xsettings): Add member seen.
8010 (parse_xft_settings): Update member seen with what we have read.
8011 Return non-zero if Xft-settings have been parsed, 0 otherwise.
8012 (apply_xft_settings): Only update Xft settings with what member seen
8013 indicates as new.
8014
8015 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8016
8017 * dispextern.h (struct text_pos): Use EMACS_INT.
8018 (struct glyph): Use EMACS_INT for charpos.
8019 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
8020 region_beg_charpos, region_end_charpos,
8021 redisplay_end_trigger_charpos, and also for
8022 iterator_stack_entry.end_charpos and
8023 iterator_stack_entry.stop_charpos.
8024
8025 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
8026
8027 * gtkutil.c (scroll_end_callback): New function (bug #5177).
8028 (xg_create_scroll_bar): Call scroll_end_callback on button release
8029 event (bug #5177).
8030 (xg_event_is_for_scrollbar): != replaced with ==.
8031
8032 2009-12-12 Kenichi Handa <handa@m17n.org>
8033
8034 * ftfont.c (struct ftfont_info): New member matrix.
8035 (ftfont_open): Setup xftfont_info->matrix.
8036 (MFLTFontFT): New member matrix.
8037 (FLOOR, CEIL, ROUND): New macros.
8038 (ftfont_get_metrics): Handle matrix transformation.
8039 (ftfont_shape_by_flt): New arg matrix. Callers changed.
8040
8041 * xftfont.c (struct xftfont_info): New member matrix.
8042 (xftfont_open): Setup xftfont_info->matrix.
8043
8044 2009-12-10 Kenichi Handa <handa@m17n.org>
8045
8046 * xdisp.c (append_space_for_newline): Consider face-remapping.
8047
8048 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
8049
8050 * xsettings.c: Include "keyboard.h".
8051
8052 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
8053
8054 Fix implicit function declarations.
8055 * cmds.c: Include "frame.h".
8056 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
8057 * frame.h: Move declaration of delete_frame outside of
8058 HAVE_WINDOW_SYSTEM.
8059
8060 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
8061
8062 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
8063
8064 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
8065 GTK builds.
8066
8067 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
8068
8069 * unexelf.c (unexec): Don't search for .data twice.
8070
8071 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
8072
8073 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
8074 if push failed.
8075 (handle_line_prefix): Set avoid_cursor_p here. Check return value
8076 of push_display_prop (Bug#5000).
8077
8078 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
8079 value of font_list_entities (Bug#5085).
8080
8081 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
8082
8083 Fix `string-to-number' to deal consistently with integers and floats.
8084 * lread.c (isfloat_string): New argument ignore_trailing to accept all
8085 trailing characters, not just whitespace.
8086 (read1): Pass new arg 0 to keep old behavior.
8087 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
8088 trailing chars, as it is already done for integers. Doc fixes.
8089 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
8090
8091 2009-12-04 Eli Zaretskii <eliz@gnu.org>
8092
8093 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
8094 Delete unused enumeration value.
8095
8096 2009-12-03 Eli Zaretskii <eliz@gnu.org>
8097
8098 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
8099
8100 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
8101
8102 * process.c (Fmake_network_process): Fix up the tests for
8103 "connectionless socket", so they DTRT for seqpacket sockets as well.
8104
8105 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * process.c (Qseqpacket): New symbol.
8108 (HAVE_SEQPACKET): New macro.
8109 (Fmake_network_process): Accept new :type `seqpacket'.
8110 (init_process): Add `seqpacket' feature when applicable.
8111 (syms_of_process): Initialize Qseqpacket.
8112
8113 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8114
8115 * font.c (font_load_for_lface, font_open_by_name): Don't store name
8116 if entity is Qnil.
8117
8118 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * print.c (print_preprocess): Preprocess the key_and_value table of
8121 hashtables, even tho they're "hidden" (bug#5082).
8122
8123 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
8124
8125 * frame.c (frame_make_pointer_invisible)
8126 (frame_make_pointer_visible): Declare f before statements.
8127
8128 2009-11-28 Eli Zaretskii <eliz@gnu.org>
8129
8130 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
8131 omitted dependencies on lisp.h.
8132
8133 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
8134
8135 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
8136 is NULL.
8137
8138 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
8139
8140 * frame.c (frame_make_pointer_invisible)
8141 (frame_make_pointer_visible): Just return if there isn't any selected
8142 frame.
8143
8144 * search.c (simple_search): Remove warning by making *p const.
8145
8146 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
8147
8148 * xdisp.c (power_letter): Remove duplicate const.
8149
8150 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
8151
8152 * term.c (delete_tty): Remove check for last terminal (bug#4970).
8153
8154 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
8155 defaults (bug #5025).
8156
8157 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * insdel.c (adjust_markers_for_delete): Move it in the
8160 right direction! (bug#4803)
8161
8162 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8163
8164 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
8165
8166 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
8167
8168 2009-11-24 Glenn Morris <rgm@gnu.org>
8169
8170 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
8171
8172 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
8173
8174 * Makefile.in: Must create deps for ecrt0.o in its rule.
8175
8176 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
8177 because that is what Gtk+ font dialog understands.
8178
8179 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
8180 of Fcopy_sequence.
8181 (font_open_by_name): Put name given into QCname for font-object returned.
8182
8183 * frame.c (x_set_font): Save original font name as frame parameter
8184 font-parameter.
8185
8186 * xsettings.c (set_default_xft_settings): New function.
8187 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
8188 is found.
8189
8190 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
8191
8192 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
8193 searching backwards through multibyte buffer.
8194
8195 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
8196
8197 * xterm.c: #include xgselect.h.
8198 (x_initialize): Call xgselect_initialize.
8199
8200 * xsettings.c (something_changedCB): C++ comments => C comments.
8201 (init_gconf): Do not deal with any GLib file descriptors, xg_select
8202 does that now.
8203
8204 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
8205 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
8206 (scroll_bar_button_cb): Remove.
8207 (create_menus): C++ comments => C comments. Don't bind grab-notify
8208 event.
8209 (xg_create_scroll_bar): Don't bind button-press-event and
8210 button-release-event.
8211
8212 * process.c: Include xgselect.h if defined (USE_GTK) ||
8213 defined (HAVE_GCONF).
8214 (wait_reading_process_output): Call xg_select for the same condition.
8215
8216 * xgselect.c (xg_select): New function to better integrate with
8217 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
8218
8219 * xgselect.h: New file, declare xg_select, xgselect_initialize.
8220
8221 * Makefile.in (XOBJ): Add xgselect.o.
8222
8223 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
8224
8225 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
8226 Remove ignored second argument. All callers changed.
8227 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
8228 (RE_STRING_CHAR_AND_LENGTH): Likewise.
8229 * xdisp.c (string_char_and_length): Likewise.
8230
8231 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
8232
8233 * xterm.c (x_new_font):
8234 * print.c (print_object):
8235 * cmds.c (Fself_insert_command): Move declarations before statements.
8236
8237 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8238
8239 * s/cygwin.h: Remove unneeded linker flags.
8240
8241 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
8242
8243 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
8244
8245 * xsettings.h: Declare xsettings_get_system_font.
8246
8247 * xsettings.c (xsettings_get_system_font): New function.
8248 (init_gconf): No use initiating gconf unless we have Xft also.
8249 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
8250 HAVE_GCONF.
8251
8252 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
8253 add a blank entry so it doesn't collapse into nothing.
8254
8255 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * lread.c (Funintern): Comment out last change.
8258
8259 2009-11-19 Richard Stallman <rms@gnu.org>
8260
8261 * lread.c (Funintern): Error if symbol is t or nil.
8262
8263 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * insdel.c (make_gap_larger): Don't make as many assumptions about the
8266 representation of Lisp integers.
8267 Reported by MJ Chan <mjchan.inbox@gmail.com>.
8268
8269 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
8270
8271 * lisp.h: Remove declaration of Ffont_get_system_font.
8272 * xfns.c: Move include of "xsettings.h".
8273 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
8274
8275 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8276
8277 * xsettings.c (something_changedCB, Ffont_get_system_font):
8278 Check use_system_font.
8279 (syms_of_xsettings): DEFVAR font-use-system-font.
8280
8281 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
8282
8283 * xfns.c (x_default_font_parameter): Remove dead assignment.
8284
8285 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
8286
8287 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8288
8289 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
8290 not have FC_LCD_*. #define them if not there.
8291
8292 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
8293
8294 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
8295
8296 * xterm.c (handle_one_xevent): Call xft_settings_event for
8297 ClientMessage, PropertyNotify and DestroyNotify.
8298 (x_term_init): If we have XFT, get DPI from Xft.dpi.
8299 Call xsettings_initialize.
8300
8301 * xftfont.c (xftfont_fix_match): New function.
8302 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
8303 Call xftfont_fix_match after XftFontMatch.
8304
8305 * xfont.c (xfont_driver): Initialize all members.
8306
8307 * xfns.c (x_default_font_parameter):
8308 Try font from Ffont_get_system_font.
8309 Do not get font from x_default_parameter if we got one from
8310 Ffont_get_system_font.
8311 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
8312
8313 * w32font.c (w32font_driver): Initialize all members.
8314
8315 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
8316
8317 * lisp.h: Declare syms_of_xsettings.
8318
8319 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
8320 Handle CONFIG_CHANGED_EVENT.
8321
8322 * ftfont.c (ftfont_filter_properties): New function.
8323
8324 * frame.c (x_set_font): Remove unused variable lval.
8325
8326 * font.h (struct font_driver): Add filter_properties.
8327
8328 * font.c (font_put_extra): Don't return if val is nil, it means
8329 boolean option is off.
8330 (font_parse_fcname): Collect all extra properties in extra_props
8331 and call filter_properties for all drivers with extra_props and
8332 font as parameter.
8333 (font_open_entity): Do not use cache, it does not pick up new
8334 fontconfig settings like hinting.
8335 (font_load_for_lface): If spec had a name in it, store it in entity.
8336
8337 * emacs.c (main): Call syms_of_xsettings.
8338
8339 * config.in: HAVE_GCONF is new.
8340
8341 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
8342 xsettings.o is new.
8343
8344 2009-11-17 Kenichi Handa <handa@m17n.org>
8345
8346 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
8347 back to the default font in case that no suitable font is found.
8348
8349 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8350
8351 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
8352 Suggested by Chad Brown <yandros@mit.edu>.
8353 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
8354
8355 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
8356
8357 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
8358
8359 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
8360
8361 * Makefile.in: Ignore errors from mkdir when creating deps directory.
8362
8363 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
8364
8365 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
8366 has a parent.
8367
8368 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
8369 dependency files in deps/. Include those files into Makefile.
8370
8371 * config.in: Generated (AUTO_DEPEND).
8372
8373 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8374
8375 * dbusbind.c (Vdbus_registered_objects_table): Rename from
8376 Vdbus_registered_functions_table, because it contains also
8377 properties. Fix docstring.
8378 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
8379
8380 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * alloc.c (mark_object): Don't reprocess marked strings.
8383 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
8384 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
8385
8386 2009-11-13 Kenichi Handa <handa@m17n.org>
8387
8388 * category.c (word_boundary_p): Adjust for the change of the
8389 semantics of Vword_combining_categories.
8390 (Vword_combining_categories): Describe the slight change of the
8391 semantics.
8392
8393 2009-11-13 Eli Zaretskii <eliz@gnu.org>
8394
8395 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
8396
8397 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
8398
8399 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * xdisp.c (syms_of_xdisp): Fix typo in last change.
8402
8403 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
8404
8405 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
8406
8407 2009-11-11 David Reitter <david.reitter@gmail.com>
8408
8409 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
8410 variables to fix 2009-11-09 change.
8411
8412 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8413
8414 * process.c (ifflag_def): Make flag_sym constant.
8415 (Fnetwork_interface_info): Use a constant pointer.
8416 (ifflag_table):
8417 * xfns.c (cursor_bits):
8418 * xdisp.c (power_letter):
8419 * termcap.c (speeds, esctab):
8420 * sysdep.c (baud_convert):
8421 * keyboard.c (lispy_accent_codes, modifier_names):
8422 * image.c (xbm_format, xpm_format, pbm_format, png_format)
8423 (jpeg_format, tiff_format, gif_format, svg_format)
8424 (interlace_start, interlace_increment, gs_format):
8425 * gtkutil.c (separator_names):
8426 * fringe.c (swap_nibble):
8427 * fns.c (base64_value_to_char, base64_char_to_value):
8428 * fileio.c (make_temp_name_tbl):
8429 * coding.c (suffixes): Make constant.
8430
8431 * frame.c (make_initial_frame):
8432 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
8433 build_string.
8434 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
8435
8436 * s/freebsd.h:
8437 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
8438
8439 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
8440 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
8441
8442 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
8443 * xterm.c (syms_of_xterm):
8444 * xfaces.c (syms_of_xfaces):
8445 * xdisp.c (syms_of_xdisp):
8446 * lread.c (syms_of_lread):
8447 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
8448 build_string.
8449
8450 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
8451
8452 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * fns.c (Fplist_get): Merge the active and the commented out code.
8455
8456 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
8457
8458 * keyboard.h: Declare timer_check.
8459
8460 * keyboard.c (timer_check_2): New function that does what the old
8461 timer_check did.
8462 (timer_check): Call timer_check_2 until -1 or a non-zero time is
8463 returned, i.e. don't return -1 with timers pending.
8464
8465 * process.c: Remove extern declaration of timer_check.
8466
8467 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
8468 even if timer_check returned -1.
8469
8470 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
8471 xg_dialog_data.
8472 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
8473 the event loop.
8474 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
8475 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
8476 Destroy the dialog after xg_dialog_run.
8477
8478 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8479
8480 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
8481
8482 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
8483
8484 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
8485
8486 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
8487
8488 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
8489
8490 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
8493 w32menu.c, and nsmenu.m.
8494 Simplify the obsolete case where position is nil.
8495 (cleanup_popup_menu): New function, moved from nsmenu.m.
8496 (struct skp): Remove slot `notreal'.
8497 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
8498 adjust callers.
8499 (single_menu_item): Adjust call to parse_menu_item.
8500 (syms_of_menu): Defsubr x-popup-menu.
8501 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
8502 (keymap_panes): Don't export any more.
8503 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
8504 (xmenu_show): Declare.
8505 * keyboard.c (parse_menu_item): Remove arg `notreal'.
8506 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
8507 * keyboard.h (parse_menu_item): Update declaration.
8508 * xmenu.c (Fx_popup_menu): Remove.
8509 (syms_of_xmenu): Don't defsubr x-popup-menu.
8510 * w32menu.c (Fx_popup_menu): Remove.
8511 (syms_of_w32menu): Don't defsubr x-popup-menu.
8512 * nsmenu.m (cleanup_popup_menu): Remove.
8513 (ns_menu_show): Rename from ns_popup_menu and remove all the code
8514 moved to menu.c's Fx_popup_menu.
8515 (Fx_popup_menu): Remove.
8516 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
8517 menu_items (it's done in menu.c already).
8518
8519 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
8522 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
8523
8524 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8525
8526 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
8527 xmenu_show. Hide any tooltip before opening a menu.
8528 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
8529 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
8530
8531 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8532
8533 Let integers use up 2 tags to give them one extra bit and thus double
8534 their range.
8535 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
8536 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
8537 New macros.
8538 (enum Lisp_Type): Use them. Give explicit values.
8539 (Lisp_Type_Limit): Remove.
8540 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
8541 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
8542 Pay attention to USE_2_TAGS_FOR_INTS.
8543 (INTEGERP): Use LISP_INT_TAG_P.
8544 * fns.c (internal_equal): Simplify the default case.
8545 (sxhash): Use case_Lisp_Int.
8546 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
8547 any more.
8548 (Ftype_of): Use case_Lisp_Int.
8549 (store_symval_forwarding): Take into account the fact that Ints can
8550 now have more than one tag.
8551 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
8552 (buffer_slot_type_mismatch):
8553 * xfaces.c (face_attr_equal_p):
8554 * print.c (print_object):
8555 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
8556 Use case_Lisp_Int.
8557
8558 2009-11-06 Eli Zaretskii <eliz@gnu.org>
8559
8560 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
8561
8562 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
8563 warning.
8564
8565 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
8566
8567 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
8568
8569 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
8570
8571 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
8572 ButtonPressRelease and MotionNotify (bug#4870).
8573
8574 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
8575
8576 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
8577
8578 * xterm.c (syms_of_xterm):
8579 * xselect.c (syms_of_xselect):
8580 * xmenu.c (syms_of_xmenu):
8581 * xfns.c (syms_of_xfns):
8582 * xfaces.c (syms_of_xfaces):
8583 * xdisp.c (syms_of_xdisp):
8584 * window.c (syms_of_window):
8585 * w32fns.c (syms_of_w32fns):
8586 * undo.c (syms_of_undo):
8587 * textprop.c (syms_of_textprop):
8588 * terminal.c (syms_of_terminal):
8589 * syntax.c (syms_of_syntax):
8590 * sound.c (syms_of_sound):
8591 * search.c (syms_of_search):
8592 * print.c (syms_of_print):
8593 * minibuf.c (syms_of_minibuf):
8594 * macros.c (syms_of_macros):
8595 * keymap.c (syms_of_keymap, initial_define_key)
8596 (initial_define_lispy_key):
8597 * keyboard.c (syms_of_keyboard):
8598 * insdel.c (syms_of_insdel):
8599 * image.c (syms_of_image):
8600 * fringe.c (syms_of_fringe):
8601 * frame.c (syms_of_frame):
8602 * fontset.c (syms_of_fontset):
8603 * fns.c (syms_of_fns):
8604 * fns.c (syms_of_fns):
8605 * fileio.c (syms_of_fileio):
8606 * fileio.c (syms_of_fileio):
8607 * eval.c (syms_of_eval):
8608 * doc.c (syms_of_doc):
8609 * dispnew.c (syms_of_display):
8610 * dired.c (syms_of_dired):
8611 * dbusbind.c (syms_of_dbusbind):
8612 * data.c (syms_of_data):
8613 * composite.c (syms_of_composite):
8614 * coding.c (syms_of_coding):
8615 * cmds.c (syms_of_cmds):
8616 * charset.c (define_charset_internal, syms_of_character):
8617 * ccl.c (syms_of_ccl):
8618 * category.c (syms_of_category, init_category_once):
8619 * casetab.c (syms_of_casetab):
8620 * casefiddle.c (syms_of_casefiddle):
8621 * callint.c (syms_of_callint):
8622 * bytecode.c (syms_of_bytecode):
8623 * buffer.c (keys_of_buffer, syms_of_buffer):
8624 * alloc.c (syms_of_alloc):
8625 * process.c (syms_of_process, init_process):
8626 * lread.c (syms_of_lread, init_obarray):
8627 * font.c (build_style_table):
8628 * emacs.c (syms_of_emacs, main): Replace calls to intern with
8629 intern_c_string, calls to make_pure_string with
8630 make_pure_c_string. Use pure_cons instead of Fcons.
8631
8632 * process.c (socket_options): Make it const.
8633 (set_socket_option, init_process): Use a const pointer.
8634
8635 * lread.c (intern_c_string): New function.
8636 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
8637 (defvar_int): Uset it. Make the name const char*.
8638
8639 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
8640 (defvar_int): Update prototypes.
8641 (DEFUN, EXFUN): Support for prototypes is now required.
8642 (intern_c_string): New prototype.
8643 (struct Lisp_Subr): Make symbol_name constant.
8644
8645 * font.c (struct table_entry): Remove unused member. Make NAMES
8646 constant.
8647 (weight_table, slant_table, width_table): Make constant.
8648
8649 * emacs.c (struct standard_args): Make name and longname constant.
8650
8651 * character.h (DEFSYM): Use intern_c_string.
8652
8653 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * alloc.c (make_pure_c_string): New function.
8656
8657 * eval.c (Fautoload): Purecopy all arguments.
8658
8659 2009-11-05 Kenichi Handa <handa@m17n.org>
8660
8661 * fileio.c (Finsert_file_contents): Be sure set coding-system of
8662 the buffer in case of replace.
8663
8664 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8665
8666 * puresize.h (BASE_PURESIZE): Increase to 1620000.
8667
8668 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
8671 when applicable (bug#4851).
8672
8673 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
8674 (P_): Support for prototypes is now required.
8675
8676 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8677
8678 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
8679 (Bug#4827).
8680
8681 2009-10-30 Eli Zaretskii <eliz@gnu.org>
8682
8683 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
8684
8685 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8686
8687 * puresize.h (BASE_PURESIZE): Increase to 1470000.
8688
8689 * lread.c (Fload): Purecopy the file name when building
8690 Vpreloaded_file_list.
8691
8692 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
8693
8694 * w32fns.c (syms_of_w32fns): Change default value of
8695 w32-scroll-lock-modifier to nil. (Bug#2827)
8696
8697 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8698
8699 * minibuf.c (Fall_completions): Fix typos in docstring.
8700
8701 2009-10-26 Andreas Schwab <schwab@redhat.com>
8702
8703 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
8704
8705 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8706
8707 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
8708 For delta < 0, skip check that only makes sense when the mini-window
8709 is going to be enlarged. (Bug#4534)
8710
8711 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
8712
8713 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
8714 string in menu maps (Bug#4471).
8715
8716 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8717
8718 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
8719 FRAME_NS_VIEW on terminal frames (Bug#4765).
8720
8721 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
8722
8723 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
8724 DBUS_TYPE_UINTnn separately to get proper sign extension.
8725
8726 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
8727 can properly handle unsigned types.
8728 (make_uid, make_gid): Remove.
8729
8730 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
8731 types again.
8732
8733 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
8734 (system_process_attributes): Likewise.
8735
8736 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
8737
8738 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
8739
8740 * eval.c (Fautoload): Purecopy the filename. Simplify.
8741
8742 * category.c (Fdefine_category): Purecopy docstring.
8743
8744 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
8745
8746 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
8747
8748 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
8749
8750 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
8751
8752 * window.c (Fwindow_edges, Fwindow_pixel_edges)
8753 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
8754 (Bug#4775).
8755
8756 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
8759 (init_fileio_once):
8760 * lisp.h (init_fileio_once): Remove.
8761 * emacs.c (main): Don't call init_fileio_once.
8762
8763 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8764
8765 * puresize.h (BASE_PURESIZE): Increase to 1430000.
8766
8767 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
8768
8769 * doprnt.c (doprnt): Fix overflow check.
8770
8771 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
8772
8773 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
8774
8775 * xterm.h (x_wait_for_event): Declare it.
8776
8777 * xterm.c (pending_event_wait): New variable.
8778 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
8779 see pending_event_wait.eventtype.
8780 (handle_one_xevent): Don't change gravity when parent changes.
8781 (x_new_font): Call change_frame_size with new rows/columns before we
8782 try to resize the frame.
8783 (x_wait_for_event): New function.
8784 (x_set_window_size_1): Don't change gravity unless change_gravity
8785 is set.
8786 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
8787 don't change frame size, instead wait for the ConfigureNotify.
8788 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
8789 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
8790 (x_initialize): Initialize pending_event_wait.
8791
8792 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
8793 size.
8794
8795 * widget.c (EmacsFrameSetValues): Add comment.
8796 (EmacsFrameSetCharSize): Just call x_set_window_size.
8797
8798 * gtkutil.c (xg_frame_set_char_size): Flush events and call
8799 x_wait_for_event.
8800 (flush_and_sync): Remove again.
8801 (xg_get_font_name): Suggest monospace if no previous font is known.
8802
8803 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
8806 8th bit, since that only made sense in the ASCII world (bug#4751).
8807
8808 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8809
8810 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
8811 processing pending events when event is filtered for input method.
8812 (Bug#3681)
8813
8814 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
8815
8816 * fns.c: Add #endif accidentally removed in previous change.
8817
8818 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8819
8820 * fns.c: Remove code for unsupported system: MAC_OS.
8821 * image.c: Likewise. Include setjmp.h.
8822
8823 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
8824
8825 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
8826 pixel -1 (bug #4742).
8827
8828 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8829
8830 * process.c (create_pty): Remove conditionals for no longer
8831 supported systems: UNIPLUS and RTU.
8832
8833 * xterm.c:
8834 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
8835
8836 * alloc.c: Do not define struct catchtag.
8837 * eval.c: Move struct catchtag definition ...
8838 * lisp.h: ... here.
8839
8840 * image.c: Move png.h #include earlier to avoid warnings.
8841
8842 * xterm.c:
8843 * xsmfns.c:
8844 * xselect.c:
8845 * xrdb.c:
8846 * xmenu.c:
8847 * xftfont.c:
8848 * xfont.c:
8849 * xfns.c:
8850 * xfaces.c:
8851 * xdisp.c:
8852 * window.c:
8853 * widget.c:
8854 * w32xfns.c:
8855 * w32uniscribe.c:
8856 * w32term.c:
8857 * w32select.c:
8858 * w32reg.c:
8859 * w32proc.c:
8860 * w32menu.c:
8861 * w32inevt.c:
8862 * w32heap.c:
8863 * w32font.c:
8864 * w32fns.c:
8865 * w32console.c:
8866 * w32.c:
8867 * w16select.c:
8868 * vm-limit.c:
8869 * unexsol.c:
8870 * unexec.c:
8871 * unexcw.c:
8872 * unexaix.c:
8873 * undo.c:
8874 * tparam.c:
8875 * textprop.c:
8876 * terminfo.c:
8877 * terminal.c:
8878 * termcap.c:
8879 * term.c:
8880 * syntax.c:
8881 * sound.c:
8882 * sheap.c:
8883 * search.c:
8884 * scroll.c:
8885 * region-cache.c:
8886 * regex.c:
8887 * ralloc.c:
8888 * process.c:
8889 * print.c:
8890 * nsterm.m:
8891 * nsselect.m:
8892 * nsmenu.m:
8893 * nsimage.m:
8894 * nsfont.m:
8895 * nsfns.m:
8896 * msdos.c:
8897 * minibuf.c:
8898 * menu.c:
8899 * marker.c:
8900 * macros.c:
8901 * keymap.c:
8902 * keyboard.c:
8903 * intervals.c:
8904 * insdel.c:
8905 * indent.c:
8906 * gtkutil.c:
8907 * ftxfont.c:
8908 * ftfont.c:
8909 * fringe.c:
8910 * frame.c:
8911 * fontset.c:
8912 * font.c:
8913 * fns.c:
8914 * floatfns.c:
8915 * filelock.c:
8916 * fileio.c:
8917 * emacs.c:
8918 * editfns.c:
8919 * dosfns.c:
8920 * doprnt.c:
8921 * doc.c:
8922 * dispnew.c:
8923 * dired.c:
8924 * dbusbind.c:
8925 * data.c:
8926 * composite.c:
8927 * coding.c:
8928 * cmds.c:
8929 * cm.c:
8930 * chartab.c:
8931 * charset.c:
8932 * character.c:
8933 * ccl.c:
8934 * category.c:
8935 * casetab.c:
8936 * casefiddle.c:
8937 * callproc.c:
8938 * callint.c:
8939 * bytecode.c:
8940 * buffer.c:
8941 * atimer.c: Include setjmp.h. (Bug#4643)
8942
8943 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 Remove leftover table unibyte_to_multibyte_table.
8946 * character.c (unibyte_to_multibyte_table): Remove.
8947 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
8948 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
8949 * character.h (UNIBYTE_TO_CHAR): New macro.
8950 (MAKE_CHAR_MULTIBYTE): Use it.
8951 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
8952 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
8953 (message_dolog, set_message_1):
8954 * search.c (Freplace_match):
8955 * editfns.c (Fcompare_buffer_substrings):
8956 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
8957 (concat):
8958 * insdel.c (copy_text, count_size_as_multibyte):
8959 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
8960 * term.c (produce_glyphs):
8961 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
8962 * regex.c (RE_CHAR_TO_MULTIBYTE):
8963 * cmds.c (internal_self_insert):
8964 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
8965
8966 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
8967
8968 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8969
8970 * puresize.h (BASE_PURESIZE): Increase to 1310000.
8971
8972 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
8973
8974 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
8975
8976 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8977
8978 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
8979 still needed under Tiger.
8980
8981 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
8982
8983 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
8984 __Apple__.
8985
8986 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
8987
8988 2009-10-15 Kenichi Handa <handa@m17n.org>
8989
8990 * print.c (print_object): Escape a symbol like "2E10" too.
8991
8992 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
8993
8994 Cleanups and changes for 64-bit compile under Snow Leopard.
8995 Based on suggestions by Erik Charlebois.
8996
8997 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
8998
8999 * nsfont.m (ns_char_width): Replace deprecated call.
9000 (ns_findfonts, nsfont_list_family): Use long format in printf, and
9001 cast argument.
9002 (nsfont_open): Use ns_char_width() everywhere.
9003 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
9004
9005 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
9006
9007 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
9008 where appropriate.
9009
9010 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
9011 where appropriate.
9012 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
9013 Use stringWithUTF8String.
9014 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
9015
9016 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
9017 Add formal protocol mention to inheritance.
9018 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
9019
9020 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
9021 Fix printf format.
9022 (ns_query_color): Use CGFloat where appropriate.
9023 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
9024 (EmacsScroller-mouseDown:): Use long format in printf, and cast
9025 argument.
9026
9027 * config.in (NS_HAVE_NSINTEGER): Drop.
9028
9029 * dbusbind.c (dbus-method-return-internal)
9030 (dbus-method-error-internal): Use long format in printf, and cast
9031 argument.
9032
9033 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
9034 in printf, and cast argument.
9035
9036 * process.c (list_processes_1): Use long format in printf, and
9037 cast argument.
9038
9039 2009-10-11 Glenn Morris <rgm@gnu.org>
9040
9041 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
9042
9043 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
9044
9045 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
9046 menu bar with a small width so it doesn't enlarge the frame.
9047
9048 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
9049
9050 * fontset.c (Fset_fontset_font): Fix typos in error messages.
9051
9052 2009-10-06 Glenn Morris <rgm@gnu.org>
9053
9054 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
9055 SOME_MACHINE_LISP (this enters indirectly via DOC).
9056
9057 2009-10-05 Eli Zaretskii <eliz@gnu.org>
9058
9059 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
9060
9061 2009-10-04 Eli Zaretskii <eliz@gnu.org>
9062
9063 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
9064 Doc fix.
9065
9066 2009-10-03 Martin Rudalics <rudalics@gmx.at>
9067
9068 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
9069
9070 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
9071
9072 * lisp.h (Qdelete_directory_internal): Remove, because it is not
9073 used anymore outside fileio.c.
9074
9075 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
9076
9077 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9078
9079 * lisp.h (Qdelete_directory_internal):
9080 Declare, instead of Qdelete_directory.
9081
9082 * w32fns.c (Fsystem_move_file_to_trash): Use it.
9083
9084 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * eval.c (Fcalled_interactively_p): Add `kind' argument.
9087
9088 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
9089
9090 * fileio.c (Fdelete_directory_internal): Rename from
9091 Fdelete_directory. It is not a command anymore. It has no file
9092 name handler.
9093
9094 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * xdisp.c (get_next_display_element): Use an enum in last change.
9097
9098 2009-09-28 Kenichi Handa <handa@m17n.org>
9099
9100 * xdisp.c (get_next_display_element): Pay attention to
9101 unibyte_display_via_language_environment in handling
9102 Vnobreak_char_display.
9103
9104 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9105
9106 * nsterm.h (ns_app_name): New extern variable.
9107
9108 * nsterm.m (ns_app_name): New variable.
9109 (ns_term_init): Set and use it.
9110 (ns_term_shutdown): Use it.
9111
9112 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
9113 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
9114
9115 * nsfns.m (ns_set_name_iconic, ns_set_name)
9116 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
9117 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
9118
9119 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
9120 Remove double-casting in client_data comparison.
9121
9122 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9123
9124 * keyboard.c (make_lispy_event): Remember last wheel direction.
9125 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
9126
9127 2009-09-26 Glenn Morris <rgm@gnu.org>
9128
9129 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
9130 internal.elc. Add term/pc-win.elc.
9131 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
9132 term/x-win.elc.
9133 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
9134 term/w32-win.elc.
9135 (NS_SUPPORT): New.
9136 (lisp): Add NS_SUPPORT.
9137 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
9138
9139 2009-09-25 David Reitter <david.reitter@gmail.com>
9140
9141 * nsmenu.m (EmacsMenu-clear): Recognize application menu
9142 on Mac OS X 10.6+ (bug#4513).
9143
9144 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9145
9146 * frame.c (xrdb_get_resource): Return nil for empty string resources;
9147 some parts of Emacs code (like font selection) don't grok them.
9148 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
9149
9150 2009-09-24 Andreas Schwab <schwab@redhat.com>
9151
9152 * coding.c (decode_coding_iso_2022): Fix operator precedence.
9153
9154 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9155
9156 * dired.c (Fdirectory_files): Fix typo in docstring.
9157
9158 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9159
9160 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
9161 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
9162 (EmacsScroller-setPosition:portion:whole:): Remove -display call
9163 under GNUstep.
9164 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
9165
9166 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
9167 glyph advancement.
9168
9169 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9170
9171 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
9172 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
9173
9174 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
9175 deleted (bug #4492).
9176
9177 * nsfont.m (Vns_reg_to_script): New lisp variable.
9178 (syms_of_nsfont): Declare it.
9179 (ns_registry_to_script): New function.
9180 (ns_get_req_script): Call it.
9181 (ns_findfonts): Don't give up on non-unicode registry.
9182
9183 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
9184
9185 2009-09-20 Tom Tromey <tromey@redhat.com>
9186
9187 * eval.c (find_handler_clause): Make stack-trace-on-error work in
9188 batch mode (bug#4228).
9189
9190 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
9191
9192 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
9193 carefully. (Bug #4339)
9194
9195 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9196
9197 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
9198
9199 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9200
9201 * emacs.c (inhibit_x_resources): Update doc string for NS.
9202 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
9203 legacy code for -NXHost. Fix error printf in daemon case.
9204
9205 * nsterm.h (ns_no_defaults): Remove.
9206
9207 * nsterm.m (ns_no_defaults): Remove.
9208 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
9209 (ns_use_qd_smoothing): Remove legacy variable.
9210 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
9211 don't update the NSWindow itself.
9212 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
9213 state detection and store user rect ourselves. (Bug #3581)
9214
9215 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
9216 ns_use_qd_smoothing.
9217
9218 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
9219 platform versions. Drop support for emacs-20-style face specs.
9220 (x-close-connection): Drop PSFlush() under OS X.
9221 (x-focus-frame): Activate the app first. (Bug #4180)
9222
9223 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9224
9225 * emacs.c (inhibit_x_resources): New variable.
9226 (main) [HAVE_NS]: Don't process --quick command line option.
9227 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
9228
9229 * lisp.h (inhibit_x_resources): Declare it extern.
9230
9231 * w32reg.c (x_get_string_resource):
9232 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
9233
9234 2009-09-17 Eli Zaretskii <eliz@gnu.org>
9235
9236 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
9237 Add lisp/term/internal.elc.
9238
9239 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
9242 (bug#4461).
9243
9244 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9245
9246 * puresize.h (BASE_PURESIZE): Increase to 1290000.
9247
9248 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
9249 (OBJECTS_MACHINE): Remove, unused.
9250
9251 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * frame.c (x_get_resource_string): Remove unused.
9254
9255 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
9256
9257 * xterm.c (x_new_font): Call change_frame_size before calling
9258 x_set_window_size, in case frame size won't change.
9259
9260 * frame.c (x_set_font): Remove dead code.
9261
9262 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9263
9264 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
9265
9266 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9267
9268 * lread.c (Fload): Don't output a message after loading an obsolete
9269 package any more (done in Lisp now).
9270
9271 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * fns.c (syms_of_fns): Doc fix (Bug#4227).
9274
9275 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * keymap.c (Fwhere_is_internal): Use nconc2.
9278
9279 2009-09-11 Alan Mackenzie <acm@muc.de>
9280
9281 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
9282 batch mode.
9283
9284 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
9285
9286 * xdisp.c (display_mode_element): Detect cycles.
9287
9288 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * keymap.c (where_is_internal): Don't erroneously return nil right after
9291 filling the cache.
9292 (where_is_internal_1): Fix up typo.
9293
9294 2009-09-11 Glenn Morris <rgm@gnu.org>
9295
9296 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
9297 share a common doc-string.
9298
9299 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * keymap.c (get_keymap): Return the actual keymap symbol rather than
9302 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
9303
9304 * keymap.c (QCadvertised_binding): New constant.
9305 (syms_of_keymap): Initialize it.
9306 (Fwhere_is_internal): Try and use bindings from :advertised-binding
9307 if applicable.
9308
9309 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
9312 (parse_menu_item): Streamline since bindings are recomputed all the
9313 time anyway. Don't bother checking Vdefine_key_rebound_commands any
9314 more and don't support lmenu's menu-alias any more either.
9315
9316 * keymap.c (where_is_internal_data): Make noindirect a boolean.
9317 (where_is_internal): Strip it down to only traverse the keymaps.
9318 Move the cache handling from Fwhere_is_internal to here.
9319 (Fwhere_is_internal): Move the handling of remapping and the choice of
9320 the best binding from where_is_internal to here.
9321 Unify the cached/noncached paths, so remapping is also handled
9322 correctly when the cache is used, and so the cache can be used to
9323 speed up remap-handling when applicable.
9324 Give preference to non-remapped bindings.
9325 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
9326 non-remapped bindings.
9327 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
9328 command remapping.
9329
9330 * xdisp.c (display_mode_element): Move list length limit from 50 to
9331 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
9332
9333 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
9334
9335 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
9336
9337 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
9340 (Bug#4334)
9341
9342 * keymap.c (where_is_internal): Filter out shadowed remappings.
9343 Assume that where_is_internal returns unshadowed bindings to simplify
9344 the code and get rid of the gotos. Use ASIZE.
9345
9346 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
9347
9348 * xterm.c (x_focus_changed): If we get a focusout and pointer
9349 is invisible, make it visible.
9350
9351 * xterm.h: Remove condition for declaration of
9352 x_*_window_to_frame.
9353
9354 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
9357 initial terminal as well.
9358
9359 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
9360
9361 * xterm.h: Rename x_non_menubar_window_to_frame to
9362 x_menubar_window_to_frame.
9363
9364 * xterm.c: Remove declarations also in xterm.h.
9365 (XTmouse_position): Do not return valid positions
9366 for clicks in the menubar and the toolbar for Gtk+.
9367
9368 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
9369 if the widget for the event has the same top level as a frame,
9370 return the frame.
9371 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
9372 internal windows, bug #4122.
9373 (x_non_menubar_window_to_frame): Remove.
9374
9375 2009-09-02 Glenn Morris <rgm@gnu.org>
9376
9377 * buffer.c (default-major-mode): Move most of the doc from here...
9378 (major-mode): ... to here.
9379
9380 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9381
9382 * process.c (wait_reading_process_output): Keep the descriptor
9383 when pty is used by a non-child process, e.g., in I/O buffer of
9384 GDB this allows inferior to be restarted.
9385
9386 2009-08-29 Eli Zaretskii <eliz@gnu.org>
9387
9388 * xdisp.c (redisplay_internal): Remove redundant test and collapse
9389 both branches into one.
9390
9391 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
9394 (main): Use enable-multibyte-characters rather than
9395 default-enable-multibyte-characters. Output a warning message when
9396 running a unibyte session.
9397
9398 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9399
9400 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
9401 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
9402 (copy_data_segment): Also copy __program_vars section.
9403 (copy_dyld_info) [LC_DYLD_INFO]: New function.
9404 (dump_it) [LC_DYLD_INFO]: Use it.
9405
9406 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
9407
9408 2009-08-28 Eli Zaretskii <eliz@gnu.org>
9409
9410 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
9411 $(SRC)/buildobj.h.
9412 (buildobj.h): Renamed from $(SRC)/buildobj.h.
9413 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
9414 $(SRC)/buildobj.h.
9415 (clean): Add buildobj.h.
9416
9417 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
9418
9419 * print.c (print_object): Set escapeflag to 1 when printing
9420 hashtable keys and values.
9421
9422 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * lread.c (read_integer): Use doubles (and potentially return a float
9425 number) as we do in string-to-number.
9426 (read1): Use strtol to read integers, signal errors on strtol's
9427 overflow and use floats if strtol's output is too large for
9428 Elisp integers.
9429
9430 2009-08-27 Eli Zaretskii <eliz@gnu.org>
9431
9432 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
9433 (make-buildobj-SH): Fix last change.
9434 (SRC): Move to before where it's first used.
9435
9436 2009-08-27 Kenichi Handa <handa@m17n.org>
9437
9438 * process.c (send_process): Use encode_coding_object instead of
9439 encode_coding_string to perform eol-conversion even if the string
9440 is unibyte.
9441
9442 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
9443 character.
9444
9445 * cmds.c (Fself_insert_command): Avoid unnecessay
9446 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
9447
9448 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9449
9450 * callproc.c (Fcall_process): Remove always true #if.
9451
9452 * lisp.h: Replace #if 0 code for checking with text pointing to
9453 the --enable-checking configure flag.
9454
9455 * emacs.c (main): Mention the --enable-profiling configure flag
9456 instead of using CFLAGS.
9457
9458 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
9459
9460 * Makefile.in (buildobj.h): New target.
9461 (doc.o): Depend on it.
9462 (temacs${EXEEXT}): Don't generate buildobj.lst.
9463 (mostlyclean): Delete buildobj.h, not buildobj.lst.
9464 * makefile.w32-in ($(SRC)/buildobj.h): New target.
9465 ($(BLD)/doc.$(O)): Depend on it.
9466 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
9467 provided by Eli Zaretskii.)
9468 ($(TEMACS)): Don't generate buildobj.lst.
9469 * doc.c: Include buildobj.h.
9470 (buildobj): New static variable.
9471 (Fsnarf_documentation): Use it, instead of opening and reading
9472 buildobj.lst.
9473
9474 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9475
9476 * dbusbind.c (Fdbus_call_method)
9477 (Fdbus_call_method_asynchronously): Use English numeric format for
9478 timeout values in doc string.
9479
9480 2009-08-25 Kenichi Handa <handa@m17n.org>
9481
9482 * alloc.c (mark_char_table): New function.
9483 (mark_object): Use mark_char_table for a char-table.
9484
9485 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
9486 (CHAR_TABLE_REF): Use it.
9487
9488 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
9489
9490 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
9491 before invoking the newly build emacs to check for load-path
9492 shadowing.
9493
9494 2009-08-22 Glenn Morris <rgm@gnu.org>
9495
9496 * Makefile.in (bootstrap_exe): New variable.
9497 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
9498 Use ${bootstrap_exe}.
9499
9500 2009-08-22 Eli Zaretskii <eliz@gnu.org>
9501
9502 * coding.h (encode_coding_string): Don't encode unibyte strings.
9503 (Bug#4047)
9504
9505 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
9506
9507 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
9508
9509 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
9510 intended as hotfix only.
9511 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
9512
9513 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9514
9515 * nsterm.m (ns_get_color): Update documentation properly for last
9516 change, and clean up loose ends in the code left by it. Fix
9517 longstanding bug with 16-bit hex parsing, and add support for
9518 yet another X11 format (rgb:r/g/b) for compatibility.
9519 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
9520 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
9521
9522 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
9525
9526 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9527
9528 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
9529 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
9530 (xd_initialize, xd_pending_messages): Check, whether
9531 $DBUS_SESSION_BUS_ADDRESS is set.
9532
9533 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9534
9535 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
9536
9537 * nsterm.m (ns_get_color): Remove incompatible color formats again.
9538
9539 2009-08-20 Glenn Morris <rgm@gnu.org>
9540
9541 * emacs.c (system-type): Doc fix.
9542
9543 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
9546 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
9547
9548 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9549
9550 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
9551 New functions.
9552 (xd_initialize): Revert change from 2009-08-16.
9553
9554 2009-08-18 Kenichi Handa <handa@m17n.org>
9555
9556 * fontset.c (Ffontset_font): If a nil element is found in a
9557 font-group vector, return nil.
9558
9559 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9560
9561 * process.c (status_notify): Don't perform redisplay.
9562 (Fdelete_process, list_processes_1, process_send_signal):
9563 Expliticly perform redisplay.
9564 (wait_reading_process_output): Always check process status, but
9565 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
9566
9567 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
9568
9569 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
9570 (XFLOAT_INIT): New macro for storing a float value.
9571 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
9572 * fns.c (sxhash): Copy out the value of a float in order to
9573 examine its bytes.
9574 * dbusbind.c (xd_append_arg): Likewise.
9575
9576 * emacs.c (main): Don't call syms_of_data twice.
9577
9578 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
9579
9580 * dbusbind.c (xd_initialize): Add connection file descriptor to
9581 input_wait_mask, in order to let select() detect, whether a new
9582 message has been arrived.
9583 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
9584
9585 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
9586
9587 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
9588 New functions.
9589
9590 * lisp.h (xd_pending_messages): Declare.
9591
9592 * keyboard.c (readable_events): Call xd_pending_messages.
9593
9594 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9595
9596 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
9597
9598 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
9599
9600 * buffer.c (set_buffer_internal_1)
9601 (swap_out_buffer_local_variables): Check for unbound local
9602 variables (Bug#4138).
9603
9604 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9605
9606 * process.c (create_pty): Fix last change.
9607
9608 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
9611 (xbm_load_image): Caller changed.
9612 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
9613
9614 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9615
9616 * process.c (create_pty): New function.
9617 (Fstart_process): Use it to allow Emacs to just associate a pty
9618 with the buffer. See associated change in gdb-mi.el.
9619 (list_processes_1): Deal with no program name.
9620 (start_process_unwind): Use pid == -2 to mean no process.
9621
9622 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * cmds.c (nonundocount): New global variable.
9625 (keys_of_cmds): Initialize it.
9626 (Fself_insert_command): Use it to combine upto 20 sequential chars
9627 into a single undo entry, just like the Qself_insert_command code in
9628 keyboard.c does.
9629 Call frame_make_pointer_invisible, also like the Qself_insert_command
9630 code in keyboard.c does.
9631 * keyboard.c (command_loop_1): Use the new global nonundocount rather
9632 than its own local replacement for it.
9633
9634 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
9635
9636 * fns.c (concat): Don't re-set string length to its current value.
9637
9638 * coding.h (decode_coding_string, encode_coding_string):
9639 Use SBYTES macro.
9640
9641 * doprnt.c (doprnt_lisp): Delete unused function.
9642 (doprnt): Merge with doprnt1, discarding lispstrings code.
9643 * lisp.h (doprnt_lisp): Don't declare.
9644
9645 2009-08-07 Juri Linkov <juri@jurta.org>
9646
9647 * puresize.h (BASE_PURESIZE): Increase to 1270000.
9648
9649 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9650
9651 * print.c (syms_of_print): Undo previous change.
9652
9653 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
9654
9655 * lread.c (read1, syms_of_lread): Read hashtables back from the
9656 readable format.
9657
9658 * print.c (print_preprocess, print_object): Print hashtables fully
9659 and readably.
9660 (syms_of_print): Provide 'hashtable-print-readable.
9661
9662 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9663
9664 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
9665 no family set.
9666 (nsfont_open): Handle case when entity has no family.
9667
9668 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9669
9670 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
9671 element, not a list, for match case.
9672
9673 2009-07-28 Kenichi Handa <handa@m17n.org>
9674
9675 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
9676 rigidly.
9677
9678 * xfont.c (xfont_list_pattern): Don't ignore the return value of
9679 font_parse_xlfd. Check font properties more rigidly.
9680
9681 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9682
9683 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
9684 bsd-common.h.
9685
9686 2009-07-27 Kenichi Handa <handa@m17n.org>
9687
9688 * xfaces.c (face_with_height): Call font_clear_prop.
9689
9690 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9691
9692 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
9693
9694 * xterm.c (x_term_init): Use Qx.
9695
9696 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
9697
9698 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
9699 (ns_get_color): Revert 2009-07-16 change.
9700
9701 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9702
9703 * lread.c (syms_of_lread) <force_load_messages>: New variable.
9704 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
9705
9706 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
9707
9708 * coding.h (decode_coding_string, encode_coding_string):
9709 Use SCHARS macro.
9710
9711 * lread.c: Rewrite 2009-07-21 changes.
9712 (load_depth): Delete.
9713 (Qload_in_progress): New variable.
9714 (load_unwind): Don't reference load_depth or load_in_progress.
9715 (Fload): Likewise; specbind Qload_in_progress instead.
9716 (init_lread): Don't initialize load_depth.
9717 (syms_of_lread): Initialize and protect Qload_in_progress.
9718
9719 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9720
9721 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
9722
9723 2009-07-23 Yavor Doganov <yavor@gnu.org>
9724
9725 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
9726
9727 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9728
9729 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
9730 Bugs 3792, 3720, 2402.
9731 (ns_lookup_indexed_color): Check for bad index.
9732 (ns_index_color): Init unused slot to 0.
9733 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
9734 Bug 3714, possibly 3082.
9735
9736 2009-07-22 Jason Rumney <jasonr@gnu.org>
9737
9738 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
9739 Position IME window at cursor (Bug#2570).
9740 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
9741 (globals_of_w32fns): Dynamically load functions required above.
9742
9743 * w32term.c (w32_draw_window_cursor): Send message to reposition
9744 any IME window.
9745
9746 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9747
9748 * fileio.c: Revert 2009-07-16 changes.
9749 (Vauto_save_include_big_deletions): New variable.
9750 (Fdo_auto_save): Disable auto-save only if
9751 auto-save-include-big-deletions is nil.
9752
9753 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9754
9755 * xdisp.c (move_it_to): For continued lines ending in a tab, take
9756 the overflowed pixels into account (Bug#3879).
9757
9758 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
9759
9760 * lread.c (load_depth): New variable.
9761 (Fload, load_unwind, init_lread): Set it to the load recursion
9762 depth; set load_in_progress as a simple boolean based on the
9763 current load_depth. (Bug#3892)
9764
9765 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9766
9767 * nsfont.m (ns_has_attribute): Remove.
9768 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
9769
9770 2009-07-18 Juri Linkov <juri@jurta.org>
9771
9772 * process.c (Fset_process_query_on_exit_flag): Mention killing
9773 a buffer in docstring.
9774
9775 2009-07-17 Kenichi Handa <handa@m17n.org>
9776
9777 * casetab.c (shuffle): Fix the logic of setting up the cycle.
9778
9779 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9780
9781 * nsfns.m (Fns_set_alpha): Remove function.
9782 (syms_of_nsfns): Don't defsubr it.
9783
9784 * nsterm.m (ns_get_color): Remove incompatible color formats.
9785 (ns_color_to_lisp): Generate #rrggbb color format string.
9786
9787 2009-07-16 Richard Stallman <rms@gnu.org>
9788
9789 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
9790 (Fset_buffer_auto_saved): Handle save_length = -2.
9791
9792 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
9793
9794 * xterm.c (Qx_gtk_map_stock): New var.
9795
9796 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
9797 of calling intern each time.
9798
9799 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9800
9801 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
9802 does tiling.
9803
9804 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
9805
9806 2009-07-14 Kenichi Handa <handa@m17n.org>
9807
9808 * font.c (font_vconcat_entity_vectors): New function.
9809 (struct font_sort_data): New member font_driver_preference.
9810 (font_compare): Check font_driver_preference.
9811 (font_sort_entities): The format of the first argument changed.
9812 (font_delete_unmatched): Likewise.
9813 (font_list_entities): The return type changed.
9814 (font_select_entity): The format of the second argument changed.
9815 (font_find_for_lface): Adjuste for the above changes.
9816 Don't suppress the checking of C even if the repertory supports it.
9817 (Flist_fonts): Adjust for the above changes.
9818
9819 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
9820 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
9821 Reject a font who has adstyle property that is different from a
9822 langname derived from registry property.
9823 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
9824
9825 2009-07-13 Eli Zaretskii <eliz@gnu.org>
9826
9827 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
9828 local copy of dirfilename.
9829
9830 2009-07-13 Kenichi Handa <handa@m17n.org>
9831
9832 * chartab.c (sub_char_table_ref_and_range): Fix the range check
9833 against max_char.
9834
9835 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
9836 calling XSYMBOL (sym).
9837
9838 2009-07-11 Eli Zaretskii <eliz@gnu.org>
9839
9840 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
9841 New function.
9842 (directory_files_internal) [WINDOWSNT]:
9843 Bind w32-get-true-file-attributes to either t or nil, depending whether
9844 the filesystem of the directory is fast or slow.
9845
9846 * w32.c (logon_network_drive): Don't assume PATH is an absolute
9847 file name.
9848 (is_slow_fs): New function.
9849 (stat): Use it to determine whether to issue more system calls to
9850 get accurate file attributes, when w32-get-true-file-attributes is
9851 `local'.
9852
9853 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
9854
9855 * xfns.c (Fx_select_font): Remember last font selected in
9856 x_last_font_name and use that the next time. Also try the frame
9857 parameter font-parameter as default to the font dialog.
9858
9859 2009-07-10 Kenichi Handa <handa@m17n.org>
9860
9861 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
9862
9863 2009-07-09 Eli Zaretskii <eliz@gnu.org>
9864
9865 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
9866
9867 * w32.c (stat): Treat UNC file names as residing on remote
9868 drives. (Bug#3542)
9869
9870 2009-07-09 Kenichi Handa <handa@m17n.org>
9871
9872 * fontset.c (fontset_find_font): Fix previous change.
9873
9874 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9875
9876 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
9877 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
9878 error flag.
9879
9880 2009-07-08 Kenichi Handa <handa@m17n.org>
9881
9882 * fontset.c (fontset_find_font): Fix the logic of handling
9883 charset_matched.
9884 (font_for_char): Delete unused var.
9885 (generate_ascii_font_name): Delete it.
9886
9887 * coding.h (JIS_TO_SJIS2): Fix the code range check.
9888
9889 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
9890 (encode_coding_sjis): Fix the code range check.
9891
9892 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9893
9894 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
9895 (Fexpand_file_name): Copy string data properly (Bug#3772).
9896
9897 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
9898
9899 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
9900 first MapNotify.
9901
9902 2009-07-07 Kenichi Handa <handa@m17n.org>
9903
9904 * character.h (unibyte_has_multibyte_table): Delete extern.
9905 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
9906
9907 * charset.c (Fset_charset_priority): Update charset_unibyte.
9908 (syms_of_charset): Initialize charset_unibyte.
9909
9910 * character.c (unibyte_has_multibyte_table): Delete it.
9911 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
9912 charset_unibyte.
9913 (multibyte_char_to_unibyte_safe): Likewise.
9914 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
9915
9916 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
9917 (x_produce_glyphs): Likewise.
9918
9919 * .gdbinit (xcharset): Fix the treating $arg0.
9920
9921 2009-07-04 Eli Zaretskii <eliz@gnu.org>
9922
9923 Emulation of `getloadavg' on MS-Windows.
9924 * w32.c: Include float.h.
9925 (g_b_init_get_native_system_info, g_b_init_get_system_times)
9926 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
9927 (get_native_system_info, get_system_times): New functions.
9928 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
9929 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
9930 (globals_of_w32): Initialize g_b_init_get_native_system_info,
9931 g_b_init_get_system_times, and num_of_processors.
9932
9933 2009-07-03 Jason Rumney <jasonr@gnu.org>
9934
9935 * w32term.c (w32_initialize): Use standard types.
9936
9937 2009-07-03 Eli Zaretskii <eliz@gnu.org>
9938
9939 * dired.c (Ffile_attributes): Decode user and group names by the
9940 locale's encoding. (Bug#3443)
9941
9942 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
9943
9944 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
9945 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
9946
9947 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
9948
9949 * term.c (init_tty): Remove spurious #ifdef.
9950
9951 * m/mips.h: Mention this file is also used for netbsd.
9952 * m/pmax.h: Remove file.
9953
9954 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9955
9956 * xterm.h (struct x_display_info): Add invisible_cursor.
9957 (struct x_output): Add current_cursor.
9958
9959 * xterm.c (XTtoggle_invisible_pointer): New function.
9960 (x_define_frame_cursor): Don't define cursor if invisible or the
9961 same as before. Set current_cursor.
9962 (x_create_terminal): Set toggle_invisible_pointer_hook.
9963
9964 * xfns.c (make_invisible_cursor): New function.
9965 (x_set_mouse_color): Call make_invisible_cursor.
9966 Set current_cursor.
9967 (x_window): Set current_cursor.
9968
9969 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
9970
9971 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
9972 inserting a character.
9973 (read_avail_input): Call frame_make_pointer_visible.
9974
9975 * frame.c (Vmake_pointer_invisible): New variable.
9976 (frame_make_pointer_invisible, frame_make_pointer_visible):
9977 New functions.
9978 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
9979
9980 * frame.h: Declare frame_make_pointer_invisible and
9981 frame_make_pointer_visible.
9982 (struct frame): Add pointer_invisible.
9983
9984 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
9985
9986 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
9987 frame isn't visible.
9988 (xg_frame_resized): If width/height is -1, get size of window
9989 from X server.
9990
9991 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
9992 for MapNotify.
9993
9994 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
9995 here or call change_frame_size. Just call flush_and_sync.
9996 (flush_and_sync): Reintroduce.
9997
9998 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9999
10000 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
10001
10002 * xterm.c (x_handle_net_wm_state): Also look for sticky.
10003 (x_term_init): Initialize Xatom_net_wm_state_sticky.
10004
10005 * frame.h: Declare Qsticky.
10006
10007 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
10008
10009 * nsfns.m (ns_frame_parm_handlers): Ditto.
10010
10011 * frame.c: Declare Qsticky.
10012 (frame_parms): Add sticky.
10013
10014 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
10015
10016 * xterm.h: Declare x_set_sticky.
10017
10018 * xterm.c (x_set_sticky): New function.
10019
10020 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
10021 (xg_tool_bar_menu_proxy): Attach enter/leave events to
10022 xg_tool_bar_proxy_help_callback.
10023
10024 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
10025
10026 * frame.c: Qmaximized is new.
10027 (x_set_frame_parameters): Do not handle fullscreen specially.
10028 Only set width and height if explicitly set.
10029 (x_set_fullscreen): Handle Qmaximized.
10030 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
10031 (syms_of_frame): Initialize Qmaximized.
10032
10033 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
10034 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
10035
10036 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
10037 for Expose event. Add call to x_check_fullscreen for MapNotify event.
10038 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
10039 set gravity to NorthWestGravity when USE_GTK.
10040 (set_wm_state): New function.
10041 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
10042 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
10043 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
10044 or the case when no window manager is running. That means remove calls
10045 to x_real_positions and x_fullscreen_adjust.
10046
10047 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
10048 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
10049 flush_and_sync.
10050 (xg_height_changed): New function.
10051 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
10052 and gtk_window_set_policy. Set frame gravity after parsing the
10053 geometry string.
10054 (xg_update_frame_menubar, free_frame_menubar)
10055 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
10056 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
10057 Remove calls to xg_frame_set_char_size.
10058
10059 2009-07-01 Kenichi Handa <handa@m17n.org>
10060
10061 * keyboard.c (decode_keyboard_code): New function.
10062 (tty_read_avail_input): Decode the input bytes if necessary.
10063
10064 * coding.c (setup_coding_system):
10065 Initialize coding->carryover_bytes to 0.
10066 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
10067 use Qno_conversion.
10068
10069 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10070
10071 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
10072
10073 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
10074
10075 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
10076
10077 2009-06-30 Jason Rumney <jasonr@gnu.org>
10078
10079 * w32term.c (w32_initialize): Use GetModuleHandle for library that
10080 is already loaded.
10081 Set user model ID if supported (bug#1849).
10082
10083 2009-06-29 Jim Meyering <meyering@redhat.com>
10084
10085 Remove useless if-before-xfree test.
10086 * nsfont.m (nsfont_close): Remove useless test.
10087 * term.c (delete_tty): Likewise.
10088 * w32.c (system_process_attributes): Likewise.
10089 * w32font.c (w32font_close): Likewise.
10090 * xfaces.c (x_free_gc): Likewise.
10091 * xselect.c (buffer): Likewise.
10092
10093 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
10094
10095 * process.c (send_process): Keep decoded string in a local
10096 variable and protect it from GC. (Bug#3521)
10097
10098 2009-06-28 Eli Zaretskii <eliz@gnu.org>
10099
10100 * term.c (create_tty_output) [MSDOS]: #ifdef away.
10101 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
10102
10103 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10104
10105 * xdisp.c (start_display, handle_face_prop)
10106 (move_it_vertically_backward, cursor_row_fully_visible_p)
10107 (redisplay_window, try_window_id, produce_image_glyph):
10108 Delete some #ifdef-ed out code chunks that are now obsolete.
10109
10110 * xterm.c (x_update_window_begin, x_new_focus_frame)
10111 (x_scroll_bar_handle_click, handle_one_xevent)
10112 (handle_one_xevent, XTread_socket, x_focus_on_frame)
10113 (x_make_frame_visible, x_make_frame_invisible)
10114 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
10115 code chunks that are now obsolete.
10116
10117 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
10118
10119 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
10120 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
10121 for hours, when optimzation is enabled.
10122 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
10123 (xd_read_message): Make them static.
10124
10125 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
10126
10127 * term.c (turn_on_face): Allow simultaneously bold and dim
10128 terminal faces (Bug#3530).
10129
10130 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
10133
10134 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
10135 truncation glyphs (Bug#3686).
10136
10137 2009-06-27 Glenn Morris <rgm@gnu.org>
10138
10139 * m/pmax.h: Restore file, with only netbsd portions.
10140
10141 2009-06-26 David Reitter <david.reitter@gmail.com>
10142
10143 * nsterm.m (keydown): Avoid infinite loop.
10144
10145 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
10146
10147 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
10148 the arg FORCE_SYMBOL.
10149
10150 2009-06-25 Kenichi Handa <handa@m17n.org>
10151
10152 * fontset.c (fontset_find_font): When a usable rfont_def is found
10153 in a fallback font-group, make it the first element of the group.
10154
10155 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
10156
10157 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
10158
10159 2009-06-24 Kenichi Handa <handa@m17n.org>
10160
10161 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
10162 set for C.
10163 (fontset_font): Record the availability of a font for C both in
10164 the realized fontsets of the current one and the default one.
10165
10166 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10167
10168 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
10169 conditional, it is always defined on AIX.
10170
10171 2009-06-23 Miles Bader <miles@gnu.org>
10172
10173 * window.c (Vrecenter_redisplay): New variable.
10174 (syms_of_window): Initialize it.
10175 (Qtty): New extern declaration.
10176 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
10177
10178 2009-06-23 Jim Meyering <meyering@redhat.com>
10179
10180 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
10181 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
10182 pointer dereferences are guaranteed to be valid.
10183
10184 2009-06-23 Kenichi Handa <handa@m17n.org>
10185
10186 * emacs.c (main): Call init_font ().
10187
10188 * font.h (Vfont_log): Extern it.
10189 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
10190
10191 * font.c (font_sort_entities, font_list_entities)
10192 (font_matching_entity, font_open_entity)
10193 (font_close_object): Change font_add_log to FONT_ADD_LOG.
10194 (Vfont_log): Delete static.
10195 (font_log_env_checked): Delete this variable.
10196 (font_add_log): Don't check font_log_env_checked.
10197 (font_deferred_log): Check Vfont_log.
10198 (init_font): New function.
10199
10200 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
10201
10202 * w32font.c: Change font_add_log to FONT_ADD_LOG.
10203
10204 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
10205
10206 * xfont.c: Change font_add_log to FONT_ADD_LOG.
10207
10208 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
10209 (face_for_char): Don't call font_deferred_log here.
10210 (font_for_char): Likewise.
10211
10212 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
10213
10214 * w32term.c (x_draw_glyph_string): Use the glyph string's width
10215 rather than its background_width for drawing the overline and
10216 underline (Bug#489).
10217
10218 * xterm.c (x_draw_glyph_string): Use the glyph string's width
10219 rather than its background_width for drawing the overline and
10220 underline (Bug#489).
10221 (xg_default_icon_file): New variable.
10222 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
10223 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
10224
10225 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
10226 (load_overlay_strings): Remove externs.
10227 (fast_find_position): Function deleted.
10228 (mouse_face_from_buffer_pos): New function, based on
10229 fast_find_position. Correctly handle before-strings,
10230 display-strings, and after-strings (Bug#1220).
10231 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
10232
10233 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
10234
10235 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
10236 (move_it_in_display_line_to, move_it_in_display_line_to)
10237 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
10238
10239 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
10240
10241 * Branch for 23.1.
10242
10243 2009-06-21 Jason Rumney <jasonr@gnu.org>
10244
10245 * w32term.c (keyboard_codepage): New static variable.
10246 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
10247 (w32_read_socket) [WM_CHAR]: Use it to decode character
10248 input (bug#3237).
10249 (w32_initialize): Initialize it.
10250 (codepage_for_locale): New function.
10251
10252 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
10253
10254 * process.c (status_message): Pass Faset index argument as a lisp
10255 object, so as to work with USE_LISP_UNION_TYPE.
10256
10257 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10258
10259 * coding.c (Ffind_coding_systems_region_internal):
10260 Cache checked characters.
10261
10262 2009-06-18 Kenichi Handa <handa@m17n.org>
10263
10264 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
10265
10266 2009-06-18 Andreas Schwab <aschwab@redhat.com>
10267
10268 * xdisp.c (redisplay_internal): Check that the frame is still
10269 live after redisplay of its windows.
10270 (redisplay_windows): Check that the window is still live.
10271
10272 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
10273
10274 * coding.c (detect_coding_utf_16): Fix previous change.
10275
10276 2009-06-16 Kenichi Handa <handa@m17n.org>
10277
10278 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
10279 UTF-16 by checking the dispersion of Eth and Oth bytes.
10280
10281 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
10282
10283 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
10284
10285 2009-06-15 Kenichi Handa <handa@m17n.org>
10286
10287 * process.c (status_message): Fix previous change. Be sure to
10288 decode a localized string.
10289
10290 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10291
10292 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
10293 add comment explaining why.
10294
10295 2009-06-14 Sidney Markowitz <sidney@sidney.com>
10296
10297 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
10298
10299 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
10300
10301 * nsfont.m (ns_attribute_value): Remove.
10302 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
10303 (ns_has_attribute): Shrink the normal range.
10304 (ns_findfonts): Don't worry about requested spec in determining
10305 need for synthItal.
10306 (ns_get_covering_families): Retain scriptToFamilies.
10307
10308 2009-06-14 Seiji Zenitani <zenitani@mac.com>
10309
10310 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
10311
10312 2009-06-11 Kenichi Handa <handa@m17n.org>
10313
10314 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
10315 overhang for the static composition case.
10316
10317 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10318
10319 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
10320 overhang for the automatic composition case.
10321
10322 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
10323 composition case.
10324
10325 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
10326
10327 * xdisp.c (get_next_display_element): When handling wrap-prefix
10328 and line-prefix, treat \n as a control character (bug#3502).
10329
10330 2009-06-10 Kenichi Handa <handa@m17n.org>
10331
10332 * font.c (font_parse_family_registry): Fix for one-char foundry.
10333 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
10334
10335 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
10336
10337 * process.c (status_message): Fix handling of multibyte signal
10338 string (Bug#3499).
10339
10340 2009-06-09 Jim Meyering <meyering@redhat.com>
10341
10342 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
10343 color name is missing.
10344
10345 2009-06-09 Kenichi Handa <handa@m17n.org>
10346
10347 * charset.c (Fmap_charset_chars): In docstring, state clearly that
10348 FROM-CODE and TO-CODE are codepoints of CHARSET.
10349
10350 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
10351
10352 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
10353
10354 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
10355
10356 Changes to support :script/:lang/:otf in NS font driver.
10357 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
10358 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
10359 indicate not part of font driver interface, and change callers.
10360 (ns_get_family): Remove pointless null check.
10361 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
10362 ns_spec_to_descriptor, ns_descriptor_to_entity.
10363 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
10364 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
10365 (ns_spec_to_descriptor, ns_descriptor_to_entity)
10366 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
10367 (ns_get_req_script, ns_accumulate_script_ranges)
10368 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
10369 New functions.
10370 (nsfont_list, nsfont_match): Use ns_findfonts.
10371 (nsfont_open): Use font descriptor instead of traits.
10372 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
10373 (dump_glyphstring): Rename to ns_dump_glyphstring.
10374
10375 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
10376
10377 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
10378
10379 * fontset.c (fontset_from_font): Remove NS-specific code.
10380
10381 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
10382
10383 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
10384 nonactive windows.
10385
10386 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
10387
10388 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
10389
10390 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10391
10392 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
10393
10394 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
10395
10396 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
10397 account for the overflowing of newlines into the last glyph on the
10398 display line (Bug#3482).
10399
10400 2009-06-05 David Reitter <david.reitter@gmail.com>
10401
10402 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
10403 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
10404 Fns_selection_exists_p, Fns_selection_owner_p.
10405
10406 2009-06-03 Jason Rumney <jasonr@gnu.org>
10407
10408 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
10409 available. (Bug#3379)
10410
10411 2009-05-29 Kenichi Handa <handa@m17n.org>
10412
10413 * coding.c (get_translation_table):
10414 Check Venable_character_translation.
10415
10416 2009-05-26 David Reitter <david.reitter@gmail.com>
10417
10418 * nsterm.m (ns_raise_frame): Only raise frame if visible.
10419 (x_make_frame_visible): Move frame to front rather than calling
10420 ns_raise_frame().
10421 (keyDown:): Do not swallow events that aren't re-sent if frame
10422 isn't key window.
10423 (drawRect:): Do not set visibility/iconified flags because
10424 drawRect may be called by NSView even if the frame is hidden.
10425
10426 * nsfns.m (Fx_create_frame): Follow other ports in
10427 determining visibility; default to t. Ensure async_visible is set.
10428
10429 2009-05-23 Eli Zaretskii <eliz@gnu.org>
10430
10431 * dired.c (Ffile_attributes): Doc fix.
10432
10433 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
10434
10435 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
10436
10437 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
10440 and xfont_scratch_props.
10441 (syms_of_xfont): Do it here instead.
10442 (xfont_find_ccl_program): Delete, unused.
10443 (xfont_open): Delete unused var `i'.
10444
10445 2009-05-21 Kenichi Handa <handa@m17n.org>
10446
10447 * fontset.c (Qlatin): Don't make it static.
10448
10449 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
10450 New functions.
10451 (xfont_scripts_cache, xfont_scratch_props): New variables.
10452 (Qlatin, Vscalable_fonts_allowed): Extern it.
10453 (xfont_list_pattern): Argument changed. Callers changed.
10454 Check Vscalable_fonts_allowed. Check the support of a script.
10455 (xfont_list): Don't reject a font spec with :script property.
10456 (xfont_has_char): Fix setting of encoding.
10457 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
10458 xfont_scratch_props.
10459
10460 2009-05-19 Kenichi Handa <handa@m17n.org>
10461
10462 * font.c (font_sort_entities): Rename from font_sort_entites.
10463 Callers changed.
10464
10465 2009-05-18 Kenichi Handa <handa@m17n.org>
10466
10467 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
10468
10469 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
10472 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
10473
10474 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10475
10476 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
10477 (x_delete_terminal): Dissociate resource database from display and
10478 then call XrmDestroyDatabase before closing display.
10479
10480 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10481
10482 * nsterm.m (ns_read_socket): Remove unused variable.
10483 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
10484 whether selected frame is viable before raising it (based on patch
10485 by David Reitter), and improve commentary.
10486 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
10487
10488 2009-05-15 Kenichi Handa <handa@m17n.org>
10489
10490 * font.c (Ffont_spec): Check arguments.
10491
10492 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
10493
10494 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
10495 weight when testing attributes (Bug#3282).
10496
10497 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10498
10499 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
10500 what we expect to get in the next ConfigureNotify event.
10501
10502 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
10503 before Xft one (Bug#1696).
10504
10505 2009-05-07 David Reitter <david.reitter@gmail.com>
10506
10507 * nsfns.m (Fx_display_planes): Compute bitplanes using
10508 NSBitsPerPixelFromDepth (Bug#3207).
10509
10510 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
10511
10512 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
10513
10514 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
10515
10516 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
10517
10518 2009-05-07 David Reitter <david.reitter@gmail.com>
10519
10520 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
10521 Respect mouse face background.
10522
10523 2009-05-07 David Reitter <david.reitter@gmail.com>
10524
10525 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
10526 Mouse movement/highlight: bracket drawing operations
10527 in ns_update_begin and ns_update_end.
10528
10529 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * nsfns.m (ns_get_screen): Rewrite.
10532 Don't presume selected-frame is of type `ns'.
10533
10534 * font.c (font_update_drivers): Sanity fallback to avoid disabling
10535 all drivers.
10536
10537 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
10538
10539 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10540
10541 * keyboard.h (add_user_signal): Fix typo in extern.
10542
10543 * lisp.h (add_user_signal): Remove extern.
10544
10545 * unexelf.c (unexec): Consider a section to precede the .bss section
10546 if its addresses overlap that of .bss.
10547 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
10548 instead of dumping process.
10549
10550 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10551
10552 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
10553
10554 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
10557
10558 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
10559
10560 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
10561 any statements.
10562
10563 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
10564
10565 * process.c (read_process_output): Make sure the current buffer is
10566 always restored.
10567
10568 * coding.c (record_conversion_result): Don't modify
10569 Vlast_code_conversion_error for successful result.
10570 (alloc_destination): Don't clobber conversion result. (Bug#1650)
10571
10572 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10573
10574 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
10575 (load_charset_map): Remove unnecessary code.
10576
10577 2009-04-30 David Reitter <david.reitter@gmail.com>
10578
10579 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
10580 through f24.
10581
10582 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
10583
10584 * xfaces.c (face_at_buffer_position): New arg base_face_id.
10585
10586 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
10587 face_at_buffer_position.
10588 (face_before_or_after_it_pos, get_next_display_element)
10589 (note_mouse_highlight): Update face_at_buffer_position call.
10590
10591 * term.c (term_mouse_highlight):
10592 * msdos.c (IT_note_mouse_highlight):
10593 * fontset.c (Finternal_char_font):
10594 * font.c (font_at, font_range): Update face_at_buffer_position call.
10595
10596 * dispextern.h (face_at_buffer_position): Update prototype.
10597
10598 2009-04-30 Kenichi Handa <handa@m17n.org>
10599
10600 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
10601
10602 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
10603
10604 * callproc.c (Fcall_process): Fix GC protection. Make sure
10605 current buffer is always restored.
10606
10607 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10608
10609 * atimer.c (init_atimer): Also clear stopped_atimers.
10610
10611 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
10612
10613 * process.c (create_process): Clean up merger residues of
10614 2008-07-17 change.
10615
10616 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
10617
10618 * lread.c (Vread_circle): New variable.
10619 (read1): Disable recursive read if Vread_circle is nil.
10620
10621 2009-04-29 Kenichi Handa <handa@m17n.org>
10622
10623 * fontset.h (set_default_ascii_font): Delete extern.
10624
10625 * fontset.c (set_default_ascii_font): Delete this unused function.
10626
10627 * frame.c (x_set_font): When ARG is a font-object, check if the
10628 font-object matches with the ASCII font-spec of the frame's
10629 fontset. If not, create a new fontset for the frame. (Bug #3075)
10630
10631 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
10632
10633 * fns.c (Flocale_info): Protect vector from GC during decoding.
10634
10635 * process.c (Fstart_process): Protect argv strings from GC during
10636 encoding.
10637
10638 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
10639
10640 * sysdep.c: Include <ctype.h>.
10641
10642 2009-04-27 David Reitter <david.reitter@gmail.com>
10643
10644 * nsfont.m (nsfont_open): Remove unused variable shrink.
10645 Remove commented-out code.
10646
10647 2009-04-26 Johan Bockgård <bojohan@gnu.org>
10648
10649 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
10650
10651 2009-04-25 Jason Rumney <jasonr@gnu.org>
10652
10653 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
10654
10655 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10656
10657 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
10658 Swap bytes in short integer if fringe bitmap width > 8.
10659
10660 2009-04-23 Kenichi Handa <handa@m17n.org>
10661
10662 * xfaces.c (Fx_list_fonts): If a font size is specified in
10663 PATTERN, set it in returned scalable fonts.
10664
10665 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
10666
10667 * keyboard.c (Fset_input_meta_mode): Doc fix.
10668
10669 * dispnew.c (Fsend_string_to_terminal): Doc fix.
10670
10671 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
10672
10673 * coding.c (Fterminal_coding_system): Doc fix.
10674
10675 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
10676 (Fx_display_pixel_height, Fx_display_planes)
10677 (Fx_display_color_cells, Fx_server_max_request_size)
10678 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10679 (Fx_display_mm_height, Fx_display_mm_width)
10680 (Fx_display_backing_store, Fx_display_visual_class)
10681 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
10682 Doc fixes, replacing "terminal id" with "terminal object".
10683 (check_x_display_info): Handle terminal objects instead of
10684 terminal ids.
10685
10686 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
10687 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
10688 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
10689 Doc fixes, replacing "terminal id" with "terminal object".
10690
10691 2009-04-21 Kenichi Handa <handa@m17n.org>
10692
10693 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
10694 (font_score): Check AVGWIDTH too.
10695
10696 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
10697 worst case.
10698 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
10699 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
10700
10701 2009-04-19 Jason Rumney <jasonr@gnu.org>
10702
10703 The following changes fix Bug#3005 for wide glyphs on each platform,
10704 without reintroducing Bug#1258 for stretch glyphs.
10705
10706 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
10707 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
10708 get_phys_cursor_geometry.
10709
10710 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
10711 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
10712 using get_phys_cursor_geometry.
10713
10714 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
10715 correctly calculated.
10716
10717 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
10718
10719 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
10720 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
10721 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
10722 is deprecated.
10723
10724 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
10725
10726 * font.c (font_put_frame_data): Use xfree instead of free.
10727
10728 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
10729
10730 * w32font.c (Qja, Qko): Remove declarations.
10731 (syms_of_w32font): Don't DEFSYM them.
10732
10733 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
10734
10735 * font.c (Qja, Qko): Move definitions here from ftfont.c.
10736
10737 * font.h (Qja, Qko): Extern them.
10738
10739 * ftfont.c (Qja, Qko): Remove declarations.
10740
10741 * xfont.c (Qja, Qko): Remove declarations.
10742
10743 2009-04-17 Kenichi Handa <handa@m17n.org>
10744
10745 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
10746 string from a vector to handle Latin-1 characters correctly.
10747
10748 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
10749 entity even if the cache hits.
10750
10751 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
10752
10753 * search.c (boyer_moore): Use zero as marker value for a possible
10754 match instead of depending on overflow behavior. (Bug#2844)
10755
10756 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
10757 * lisp.h: Adjust prototypes.
10758
10759 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
10760
10761 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
10762 change (Bug#3003).
10763
10764 2009-04-16 Kenichi Handa <handa@m17n.org>
10765
10766 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
10767
10768 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
10769 adstyle.
10770
10771 * ftfont.c (Qja, Qko): Don't make them static.
10772 (enum ftfont_cache_for): New enum.
10773 (fc_charset_table): Undo the previous change.
10774 (ftfont_get_latin1_charset): Delete it.
10775 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
10776 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
10777 non-scarable font, try to get AVERAGE_WIDTH.
10778 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
10779 Change ft_face_cache from a list of a hash-table. Don't check
10780 `ja' and `ko' adstyle here.
10781 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
10782 FTFONT_CACHE_FOR_CHARET.
10783 (ftfont_get_charset): Undo the previous change.
10784 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
10785 (ftfont_close): Likewise.
10786 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
10787
10788 * font.c (font_sort_entites): Change the meaning of the arg
10789 BEST-ONLY. Don't optimize for VEC of lenght 1.
10790 (font_select_entity): Just return the value of font_sort_entites.
10791
10792 * xfaces.c (merge_face_vectors): Reflect font properties in
10793 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
10794 font_clear_prop if a face attribute doesn't change.
10795
10796 * charset.h (charset_ksc5601): Extern it.
10797
10798 * charset.c (charset_ksc5601): New variable.
10799 (Fdefine_charset_internal): Set charset_ksc5601.
10800 (init_charset_once): Initialize charset_ksc5601 to -1.
10801
10802 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
10803
10804 * fileio.c (history_delete_duplicates): Remove unused declaration.
10805
10806 * callint.c (history_delete_duplicates): New declaration.
10807 (Fcall_interactively): Remove command history duplicates when
10808 history_delete_duplicates is true.
10809
10810 2009-04-14 Eli Zaretskii <eliz@gnu.org>
10811
10812 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
10813
10814 2009-04-14 Kenichi Handa <handa@m17n.org>
10815
10816 * font.c (Ffont_info): Fix docstring. Fix the second element of
10817 the returned value (bug#2949).
10818
10819 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
10820
10821 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
10822
10823 2009-04-14 Kenichi Handa <handa@m17n.org>
10824
10825 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
10826 encoding charset is ascii_compatible.
10827
10828 * charset.c (Fdefine_charset_internal): Make charset
10829 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
10830 code_offset is 0, and covers all ASCII characters.
10831
10832 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
10835 (ns_string_to_pasteboard_internal):
10836 * nsmenu.m (process_dialog):
10837 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
10838 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
10839 * lisp.h (Fx_load_color_file): Declare.
10840
10841 2009-04-13 Kenichi Handa <handa@m17n.org>
10842
10843 * font.c (font_delete_unmatched): Preserve the order of list elements.
10844 (font_select_entity): Suppress the code to optimize for the same
10845 kind of fonts.
10846 (font_load_for_lface): Get a font that supports at least ASCII
10847 characters.
10848
10849 * ftfont.c (Qja, Qko): New variables.
10850 (fc_charset_table): Delete uniquifier data for iso8859-1.
10851 (ftfont_get_latin1_charset): New function.
10852 (get_adstyle_property): New function.
10853 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
10854 bitmap fonts.
10855 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
10856 Delete iso-8859-1 range from the charset of fonts whose adstyle is
10857 `ko' or `ja'.
10858 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
10859 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
10860 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
10861 property.
10862 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
10863 (syms_of_ftfont): DEFSYM Qja and Qko.
10864
10865 2009-04-09 Kenichi Handa <handa@m17n.org>
10866
10867 * charset.c (map_charset_chars): For a charset of `superset'
10868 method, fix calculation of code range.
10869
10870 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
10871 from the list of extra properties.
10872 (font_clear_prop): Be sure to delete `:name' font property.
10873
10874 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10875
10876 * dispnew.c (redraw_overlapping_rows): Fix detection of
10877 overlapping for topmost and bottommost rows.
10878
10879 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
10880
10881 2009-04-06 Jason Rumney <jasonr@gnu.org>
10882
10883 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
10884
10885 2009-04-06 Kenichi Handa <handa@m17n.org>
10886
10887 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
10888
10889 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
10890
10891 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10892
10893 * ftfont.c (ftfont_open): Fix checking of the return value of
10894 FT_Load_Char. Fix setting font->underline_thickness.
10895
10896 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
10897
10898 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
10899 (Fterminal_parameters, Fterminal_parameter)
10900 (Fset_terminal_parameter): In doc string, refer to terminal
10901 objects rather than terminal ids.
10902
10903 2009-04-04 Eli Zaretskii <eliz@gnu.org>
10904
10905 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
10906 ret_lim_data. (Bug#2867)
10907
10908 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
10909
10910 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
10911 so they don't get wider than the window, matching 2006-01-23
10912 change to the partner function in xdisp.c (Bug#2800).
10913
10914 2009-04-03 Kenichi Handa <handa@m17n.org>
10915
10916 * print.c (print_object): Make each lowest sub_char_table start a
10917 new line (Bug#2866).
10918
10919 2009-04-02 Kenichi Handa <handa@m17n.org>
10920
10921 * fontset.c (fontset_font): Record no-font when a fontset
10922 explicitly tells not to try another font-specs.
10923
10924 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
10925
10926 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
10927
10928 2009-03-30 Kenichi Handa <handa@m17n.org>
10929
10930 * fontset.c (fontset_from_font): Specify only registry in a
10931 font-spec for all characters supported by that registry.
10932
10933 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
10934 even if HAVE_M17N_FLT is not defined.
10935
10936 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
10937
10938 * ftfont.c: Conditionalize prototyping and use of
10939 ftfont_variation_glyphs.
10940
10941 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10942
10943 * frame.c (delete_frame): Work around compiler bug.
10944
10945 * editfns.c (general_insert_function): Adjust to insdel.c changes.
10946 * insdel.c (prepare_to_modify_buffer, signal_before_change):
10947 Some more EMACS_INT.
10948 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
10949
10950 * xdisp.c (dump_glyph): Fix typo.
10951
10952 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
10953 (adjust_markers_gap_motion, adjust_markers_for_delete)
10954 (adjust_markers_for_insert, adjust_point)
10955 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
10956 (make_gap, copy_text, count_size_as_multibyte, insert)
10957 (insert_and_inherit, insert_before_markers)
10958 (insert_before_markers_and_inherit, insert_1)
10959 (count_combining_before, count_combining_after, insert_1_both)
10960 (insert_from_string, insert_from_string_before_markers)
10961 (insert_from_string_1, insert_from_gap, insert_from_buffer)
10962 (insert_from_buffer_1, adjust_after_replace)
10963 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
10964 (replace_range_2, del_range, del_range_1, del_range_byte)
10965 (del_range_both, del_range_2, modify_region)
10966 (prepare_to_modify_buffer, signal_before_change)
10967 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
10968 for buffer positions and sizes.
10969 * lisp.h: Adjust prototypes accordingly.
10970
10971 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
10972 (non_regular_inserted, non_regular_nbytes, read_non_regular)
10973 (Finsert_file_contents): Use EMACS_INT for buffer positions.
10974
10975 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
10976
10977 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
10978
10979 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
10980 lines and columns so we keep the same pixel height and width.
10981
10982 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
10983 the property _NET_WM_STATE has changed.
10984 (x_handle_net_wm_state): New function to update frame parameter
10985 fullscreen.
10986 (x_term_init): Initialize atoms for _NET_WM_STATE.
10987
10988 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
10989
10990 2009-03-27 Kevin Ryde <user42@zip.com.au>
10991
10992 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
10993 Gpm_GetEvent as an error that justifies closing the filedescriptor.
10994 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
10995 (Fgpm_mouse_stop): Pass that new parameter.
10996 * termhooks.h (close_gpm): Adjust prototype.
10997
10998 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10999
11000 * lisp.h (Fx_focus_frame): Declare.
11001
11002 * callint.c (Fcall_interactively): For '^' just delegate the work to
11003 handle-shift-selection.
11004 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
11005
11006 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
11007
11008 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
11009
11010 * data.c (Qinteractive_form): New variable.
11011 (Finteractive_form): Use it.
11012
11013 * eval.c (Fcommandp): Use Qinteractive_form.
11014
11015 2009-03-24 Jason Rumney <jasonr@gnu.org>
11016
11017 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
11018 Calculate total size precisely. Decode environment variables
11019 before substituting. (Bug#38)
11020
11021 2009-03-24 Kenichi Handa <handa@m17n.org>
11022
11023 * font.c (find_font_encoding): Return Qnil for unsupported
11024 encoding (Bug#2722).
11025
11026 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
11027
11028 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
11029 that gdpy is set.
11030
11031 2009-03-22 Alan Mackenzie <acm@muc.de>
11032
11033 * callint.c (Finteractive): Clarify the doc string - even
11034 promptless elements need \n separators.
11035
11036 2009-03-22 Jason Rumney <jasonr@gnu.org>
11037
11038 * w32term.c (syms_of_w32term): Doc fix for
11039 x-use-underline-position-properties.
11040
11041 2009-03-21 Eli Zaretskii <eliz@gnu.org>
11042
11043 * w32.c (getpwuid): Change argument type to unsigned.
11044 (struct w32_id): Change type of `rid' member to unsigned.
11045 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
11046 argument ID to unsigned. All callers changed.
11047 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
11048
11049 2009-03-20 Eli Zaretskii <eliz@gnu.org>
11050
11051 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
11052 negative, produce a float value.
11053
11054 * dired.c (make_uid, make_gid): New functions.
11055 (Ffile_attributes): Use them to avoid negative UID and GID.
11056
11057 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
11058
11059 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
11060 (syms_of_keyboard) <command-hook-internal, input-method-function>:
11061 Fix typos in docstrings.
11062
11063 2009-03-19 Kenichi Handa <handa@m17n.org>
11064
11065 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
11066 changed, use font_load_for_lface to get a new font object.
11067 Call free_realized_fontset after handling ASCII font change.
11068
11069 * frame.c (x_set_font): Handle the case that ARG is a cons.
11070
11071 2009-03-19 Glenn Morris <rgm@gnu.org>
11072
11073 * fileio.c (Fsubstitute_in_file_name): Doc fix.
11074
11075 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
11076
11077 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
11078
11079 2009-03-19 Kenichi Handa <handa@m17n.org>
11080
11081 * charset.c (load_charset_map_from_file): When a mapfile can't be
11082 loaded, signal an error.
11083
11084 2009-03-18 Eli Zaretskii <eliz@gnu.org>
11085
11086 * dired.c (Ffile_attributes): Make sure UID and GID are always
11087 positive, even if the value is too large for a positive EMACS_INT.
11088 Doc fix.
11089
11090 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
11091
11092 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11093
11094 * xmenu.c (xdialog_show): Move Fredisplay call ...
11095 (Fx_popup_dialog): ... here.
11096
11097 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * dired.c (file_name_completion): Disable the first optimization just
11100 installed, since it is not implemented correctly.
11101
11102 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 * dired.c (file_name_completion): Check completion-ignored-extensions
11105 only if the entry can affect bestmatch.
11106 Stop the search early, as Ftry_completion already does.
11107
11108 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
11109
11110 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
11111
11112 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
11113
11114 * keyboard.c (parse_menu_item): Don't display remappings as menu
11115 equivalent bindings (Bug#788).
11116
11117 2009-03-15 Jason Rumney <jasonr@gnu.org>
11118
11119 * w32term.h (WM_EMACS_PAINT): New message.
11120 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
11121 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
11122 before passing to lisp thread. (Bug#950)
11123
11124 2009-03-14 David Reitter <david.reitter@gmail.com>
11125
11126 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
11127 variable as it was never reset.
11128 (ns_term_init): Remove initialization of Lisp-settable defaults
11129 and ns_expand_space.
11130 (-setPanelFromDefaultValues): Remove ns_expand_space.
11131 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
11132 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
11133 i.e. no additional spacing, similar to Carbon port.
11134
11135 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
11136 * nsfns.m (ns-popup-prefs-panel): Remove.
11137
11138 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
11139
11140 * sound.c (alsa_configure): Remove call to deprecated
11141 snd_pcm_sw_params_set_xfer_align.
11142
11143 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
11144
11145 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
11146 after clicking in a detached tool bar.
11147 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
11148
11149 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
11152 int/Lisp_Object mixup).
11153
11154 2009-03-13 Kenichi Handa <handa@m17n.org>
11155
11156 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
11157 Handle NAME nil and t correctly. Callers changed.
11158 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
11159 (set_fontset_font): Change ARG to a vector. Handle range_list in
11160 ARG correctly.
11161 (Fset_fontset_font): Fix the case that TARGET is both a script
11162 name and charset name. Adjust the arg to set_fontset_font for
11163 the above change.
11164 (fontset_from_font): Fix previous change.
11165 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
11166 entry. If FONTSET is the default fontset, don't set the extra
11167 slot of the returning char-table.
11168
11169 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
11170
11171 * nsfns.m (Fx_close_connection): Doc fix.
11172 (Fns_do_applescript): Reflow docstring.
11173 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
11174 (Fx_display_pixel_width, Fx_display_pixel_height)
11175 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
11176 Fix typos in docstrings.
11177 (Fns_set_alpha): Fix typos in error messages.
11178
11179 2009-03-12 David Reitter <david.reitter@gmail.com>
11180
11181 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
11182 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
11183 were used for such events.
11184
11185 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
11186 (toggleToolbar, performDragOperation, runHelp): Use it.
11187
11188 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
11189 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
11190
11191 2009-03-11 Kenichi Handa <handa@m17n.org>
11192
11193 * font.h (font_open_by_spec): Extern it.
11194
11195 * font.c (font_open_by_spec): New function.
11196 (font_open_by_name): Use font_open_by_spec.
11197
11198 * frame.c (x_set_font): When ARG is a font-object, don't alter the
11199 fontset of the frame.
11200
11201 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
11202 modify the default font of frames that use this fontset.
11203 (num_auto_fontsets): New variable.
11204 (fontset_from_font): Use num_auto_fontsets to decide a fontset
11205 name. Be sure to set FONTSET_ASCII to the correct font name.
11206 (update_auto_fontset_alist): New function.
11207
11208 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
11209
11210 * makefile.w32-in: Update dependencies.
11211
11212 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11213
11214 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
11215
11216 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
11219
11220 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
11221
11222 * lread.c (Feval_buffer): Doc fix.
11223
11224 2009-03-09 Kenichi Handa <handa@m17n.org>
11225
11226 * charset.c (Qfile_name_handler_alist): Extern it.
11227 (load_charset_map_from_file): Temporarily bind
11228 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
11229
11230 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
11231
11232 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
11233 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
11234
11235 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11236
11237 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
11238 (x_set_window_size): Change back to calculated method of setting
11239 toolbar height under Cocoa. (Bug#2546)
11240 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
11241 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
11242
11243 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
11244
11245 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
11246 accelerator in parens under GNUstep.
11247
11248 2009-03-06 Kenichi Handa <handa@m17n.org>
11249
11250 These changes are to detect incorrect composition sequence without
11251 looking ahead the source. (Bug#2370)
11252
11253 * coding.h: Include "composite.h".
11254 (enum compisition_state): New enum.
11255 (struct compisition_status): New struct.
11256 (struct iso_2022_spec): New member cmp_status.
11257 (struct emacs_mule_spec): New struct.
11258 (struct coding_system): New members ctext_extended_segment_len and
11259 embedded_utf_8. Change the union member
11260 spec.emacs_mule_full_support to spec.emacs_mule.
11261
11262 * coding.c (CODING_ISO_CMP_STATUS): New macro.
11263 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
11264 (MAX_ANNOTATION_LENGTH): Define to 5.
11265 (ADD_COMPOSITION_DATA): New arg nbytes.
11266 (emacs_mule_char): New arg cmp_status.
11267 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
11268 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
11269 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
11270 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
11271 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
11272 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
11273 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
11274 (EMACS_MULE_COMPOSITION_END): New macro.
11275 (emacs_mule_finish_composition): New function.
11276 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
11277 (decode_coding_emacs_mule): Avoid long looking ahead while
11278 handling composition.
11279 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
11280 (ENCODE_COMPOSITION_RULE): New macro.
11281 (finish_composition): New function.
11282 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
11283 (DECODE_COMPOSITION_START): New implementation.
11284 (DECODE_COMPOSITION_END): Likewise.
11285 (STORE_COMPOSITION_RULE): New macro.
11286 (decode_coding_iso_2022): Avoid long looking ahead while handling
11287 composition, CTEXT extended segment, and embedded UTF-8.
11288 (setup_coding_system): For a coding of type iso-2022, reset
11289 CODING_ISO_EXTSEGMENT_LEN (coding) and
11290 CODING_ISO_EMBEDDED_UTF_8 (coding).
11291 (get_translation): Delete arguments last_block, from_nchars,
11292 to_nchars. Callers changed.
11293 (produce_chars): Don't modify charbuf. Adjusted for the change of
11294 get_translation.
11295 (produce_composition): Adjust for the new annotation sequence.
11296 (handle_composition_annotation): Likewise.
11297 (consume_chars): Adjust for the change of get_translation.
11298
11299 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
11300
11301 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
11302
11303 2009-03-05 Kenichi Handa <handa@m17n.org>
11304
11305 * font.c (font_select_entity): New function.
11306 (font_find_for_lface): Use font_select_entity to select a font.
11307
11308 * fontset.c (fontset_find_font): If a font found without
11309 restricting to the characters C doesn't support C, try to find a
11310 font with C restriction.
11311
11312 2009-03-04 Nikolaj Schumacher <me@nschum.de>
11313
11314 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
11315
11316 2009-03-04 Jason Rumney <jasonr@gnu.org>
11317
11318 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
11319 characters that have already been read. (Bug#2569)
11320
11321 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
11322 Log an error message if check_image_size failed.
11323 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
11324 (gs_load): Mention max-image-size in size error message. (Bug#2560)
11325
11326 2009-03-02 Eli Zaretskii <eliz@gnu.org>
11327
11328 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
11329 when decoding process output.
11330
11331 2009-03-01 Richard M Stallman <rms@gnu.org>
11332
11333 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
11334
11335 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
11336
11337 2009-02-28 Eli Zaretskii <eliz@gnu.org>
11338
11339 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
11340 (decode_coding_emacs_mule, decode_coding_iso_2022)
11341 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11342 (decode_coding_raw_text, decode_coding_charset)
11343 (setup_coding_system, decode_eol, decode_coding, consume_chars):
11344 Honor inhibit-eol-conversion. (Bug #2186)
11345
11346 2009-02-28 Jason Rumney <jasonr@gnu.org>
11347
11348 * coding.c (detect_coding_charset): If not checking latin extra,
11349 fail on characters between 0x80 and 0xA0. (Bug#2354)
11350
11351 2009-02-28 Eli Zaretskii <eliz@gnu.org>
11352
11353 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
11354 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
11355
11356 2009-02-27 Glenn Morris <rgm@gnu.org>
11357
11358 * callint.c (Finteractive): Doc fix.
11359
11360 2009-02-27 Kenichi Handa <handa@m17n.org>
11361
11362 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
11363
11364 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
11365
11366 * font.c (font_style_to_value): Set value for unknown symbols to
11367 100 instead of 255.
11368 (weight_table, slant_table, width_table): Treat "unspecified" as
11369 the default value.
11370
11371 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
11372
11373 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
11374
11375 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
11376
11377 * lread.c (Fload): Stop checking Vloads_in_progress and signal
11378 error as soon as a recursive load is detected.
11379
11380 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11381
11382 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
11383 before caching.
11384
11385 2009-02-24 Kenichi Handa <handa@m17n.org>
11386
11387 * fontset.c (fontset_find_font): Fix the condition for checking
11388 unavailable font.
11389
11390 2009-02-24 Glenn Morris <rgm@gnu.org>
11391
11392 * xfaces.c (Finternal_set_font_selection_order): Remove leading
11393 whitespace that confuses documentation.
11394
11395 2009-02-23 Miles Bader <miles@gnu.org>
11396
11397 * process.c (Flist_system_processes, Fprocess_attributes)
11398 (syms_of_process): Rename `system-process-attributes' to
11399 `process-attributes'.
11400
11401 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
11402
11403 * coding.h (struct coding_system): Make safe_charsets a pointer to
11404 unsigned char.
11405 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
11406 being 255.
11407 (SAFE_CHARSET_P): Likewise.
11408 (setup_iso_safe_charsets): Properly setup safe_charsets.
11409 (Fdefine_coding_system_internal): Likewise.
11410 (setup_coding_system): Likewise. Remove unneeded casts.
11411 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
11412 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
11413 unneeded casts.
11414
11415 * insdel.c (del_range_2): Don't modify gap contents when called
11416 from decode_coding_object. (Bug#1809)
11417
11418 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
11419
11420 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
11421 Qfont_object.
11422 (Ftype_of): Recognize font objects.
11423
11424 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
11425
11426 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
11427 moved to data.c.
11428
11429 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11430
11431 * nsterm.m (x_make_frame_invisible): Unset async_visible,
11432 async_iconified. Based on a patch by Christian Lynbech
11433 <christian.lynbech@tieto.com>.
11434 (EmacsView-windowDidMiniaturize:): Unset async_visible.
11435
11436 2009-02-20 Glenn Morris <rgm@gnu.org>
11437
11438 * syntax.c (Fskip_chars_forward): Fix doc typo.
11439
11440 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
11441
11442 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
11443
11444 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
11445
11446 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
11447
11448 2009-02-19 Kenichi Handa <handa@m17n.org>
11449
11450 * coding.c (detect_coding): Preserve coding->mode.
11451 Don't overflow coding->carryover. (Bug#2370)
11452
11453 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
11454
11455 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
11456
11457 2009-02-18 Kenichi Handa <handa@m17n.org>
11458
11459 * font.c (font_check_otf_features): Fix handling of `nil' element.
11460 (Ffont_spec): Describe :lang and :otf in the docstring.
11461
11462 2009-02-16 Andreas Schwab <schwab@suse.de>
11463
11464 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
11465 string.
11466
11467 2009-02-16 Kenichi Handa <handa@m17n.org>
11468
11469 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
11470 (Bug#1723)
11471
11472 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
11473
11474 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
11475
11476 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
11477 (handle_line_prefix): Suppress wrapping of wrap prefixes.
11478
11479 2009-02-14 Eli Zaretskii <eliz@gnu.org>
11480
11481 * msdos.c (MAX_SCREEN_BUF): New macro.
11482 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
11483 Encode the entire run of glyphs sharing the same face, instead of
11484 doing that one glyph at a time (fixes a bug with displaying
11485 double-size characters).
11486
11487 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
11488
11489 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
11490
11491 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
11492 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
11493 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
11494
11495 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
11496 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
11497
11498 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * keyboard.c (adjust_point_for_property): Allow stopping between two
11501 invisible areas.
11502
11503 2009-02-12 Jason Rumney <jasonr@gnu.org>
11504
11505 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
11506 (add_font_entity_to_list): Call check_face_name even when family
11507 is unspecified.
11508
11509 * w32term.c (x_display_pixel_height, x_display_pixel_width):
11510 Release DC when finished. Use NULL window to refer to desktop.
11511 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
11512
11513 * w32font.c (add_font_entity_to_list): Fix check for substituted
11514 raster fonts. (Bug#2219)
11515
11516 2009-02-12 Kenichi Handa <handa@m17n.org>
11517
11518 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
11519 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
11520 (autocmp_chars): Use fast_looking_at. Don't compose more
11521 characters than MAX_COMPOSITION_COMPONENTS.
11522 (find_automatic_composition): While looking forward and backward,
11523 check static composition. Fix where to stop looking forward.
11524 (composition_adjust_point): Fix checking of static composition.
11525 (Fcomposition_get_gstring): Pay attention to
11526 MAX_COMPOSITION_COMPONENTS.
11527
11528 * lisp.h (fast_looking_at): Extern it.
11529
11530 * search.c (fast_looking_at): New function.
11531
11532 * term.c (encode_terminal_code): Adjust for the change of
11533 <struct glyph>.u.cmp.to.
11534 (append_composite_glyph): Likewise.
11535
11536 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
11537 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
11538 composition.
11539 (append_composite_glyph): Adjust for the change of
11540 <strcut glyph>.u.cmp.to.
11541
11542 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
11543
11544 * casetab.c (init_casetab_once):
11545 * coding.c (ALLOC_CONVERSION_WORK_AREA):
11546 * font.c (font_update_lface):
11547 * fontset.c (Fnew_fontset):
11548 * ftfont.c (ftfont_drive_otf):
11549 * xfont.c (xfont_open):
11550 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
11551
11552 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11553
11554 * fileio.c (Fwrite_region): !NILP -> CONSP.
11555
11556 2009-02-10 Andreas Schwab <schwab@suse.de>
11557
11558 * process.c (send_process): Properly relocate pointer into data
11559 when using encoded data. (Bug#2272)
11560
11561 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
11562
11563 * coding.c (detect_coding_charset): Fix previous change.
11564
11565 2009-02-08 Jason Rumney <jasonr@gnu.org>
11566
11567 * w32fns.c (w32_hide_hourglass): Handle case where frame
11568 disappeared while hourglass was displayed. (Bug #2193)
11569
11570 2009-02-07 Andreas Schwab <schwab@suse.de>
11571
11572 * unexelf.c (unexec): Fix error message.
11573
11574 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
11575
11576 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
11577 when modal window is active. (Bug #2152)
11578 (applicationShouldTerminate:): Remove now-unneeded while loop
11579 around NSRunAlertPanel.
11580
11581 * nsmenu.m (popupSession): New file-global variable.
11582 (pop_down_menu): End the popupSession before closing dialog.
11583 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
11584 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
11585 don't query NSApp for events (just sleep instead).
11586
11587 2009-02-07 Eli Zaretskii <eliz@gnu.org>
11588
11589 * coding.c (syms_of_coding) <translation-table-for-input>:
11590 Modify doc string to discourage use for character code unification.
11591
11592 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11593
11594 * atimer.c (run_timers): Update pending_atimers.
11595
11596 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
11597
11598 * image.c (svg_load_image): Fix last change.
11599
11600 * xfns.c (Fx_create_frame): Signal an error if no font is
11601 found (Bug#2147).
11602
11603 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
11604
11605 * character.c (syms_of_character) <script-representative-chars>:
11606 Fix typo in docstring.
11607
11608 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11609
11610 * nsmenu.m (pop_down_menu): New function.
11611 (ns_popup_dialog): Call it on unwind.
11612 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
11613 call timer_check() (Bug#2154).
11614 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
11615 handling_signal is set.
11616 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
11617
11618 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
11619
11620 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
11621
11622 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
11623
11624 * keyboard.c (poll_for_input_1, handle_async_input):
11625 Set handling_signal under HAVE_NS.
11626
11627 2009-02-04 Glenn Morris <rgm@gnu.org>
11628
11629 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
11630
11631 2009-02-04 Kenichi Handa <handa@m17n.org>
11632
11633 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
11634
11635 * charset.c (Fchar_charset): New optional arg restriction.
11636
11637 * coding.h (coding_system_charset_list): Extern it.
11638
11639 * coding.c (coding_system_charset_list): New function.
11640
11641 * composite.c: Include coding.h and termhooks.h.
11642 (composition_gstring_p): Fix for the terminal case.
11643 (composition_gstring_width): Likewise.
11644 (fill_gstring_body): Likewise.
11645 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
11646 the frame.
11647 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
11648 is within a composition.
11649 (Fcomposition_get_gstring): Fix the terminal case.
11650
11651 * term.c (encode_terminal_code): Fix handling of composition.
11652 (produce_composite_glyph): For static composition, get pixel_width
11653 from struct composition.
11654
11655 2009-02-02 Andreas Schwab <schwab@suse.de>
11656
11657 * unexelf.c (unexec): Handle unaligned bss offset.
11658
11659 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11660
11661 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
11662 XT,w32read_socket changes to ns_read_socket.
11663
11664 * keyboard.c (handle_interrupt): Don't call
11665 quit_throw_to_read_char() under NS.
11666
11667 * blockinput.h: Remove NS-specific code.
11668
11669 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
11670
11671 * dispnew.c (window_change_signal): Don't try to get the size of a
11672 suspended tty frame.
11673 * term.c (Fresume_tty): Resize if the size has changed while the
11674 tty was suspended.
11675
11676 * alloc.c (mark_stack): Properly conditionalize previous change.
11677
11678 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
11679
11680 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
11681 * w32term.c (w32_read_socket) [SYNC_INPUT]:
11682 Remove; this code is not used on Windows.
11683
11684 2009-01-30 Eli Zaretskii <eliz@gnu.org>
11685
11686 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
11687 EOLs that also has stray ^M characters.
11688
11689 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
11690
11691 * atimer.c (run_timers, alarm_signal_handler):
11692 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
11693 * w32inevt.c (w32_console_read_socket):
11694 * w32term.c (w32_read_socket):
11695 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
11696
11697 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
11698
11699 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
11700 Initialize it as a relative filename pattern.
11701 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
11702 (Fcall_process_region): Simplify temp file creation using
11703 temporary-file-directory.
11704
11705 2009-01-29 Eli Zaretskii <eliz@gnu.org>
11706
11707 * msdos.c: Rename pending_signals to msdos_pending_signals.
11708 (sig_suspender, sigprocmask): Adjust.
11709
11710 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
11711
11712 * keyboard.c (pending_signals): New var.
11713 (poll_for_input, input_available_signal, init_keyboard): Set it.
11714 (process_pending_signals): New function.
11715
11716 * lisp.h (QUIT): Check pending_signals instead of
11717 interrupt_input_pending. Use process_pending_signals.
11718
11719 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
11720
11721 * process.c (wait_reading_process_output): Use process_pending_signals.
11722
11723 * sysdep.c (emacs_write): Use process_pending_signals.
11724
11725 * xterm.c (XTread_socket): Update pending_signals.
11726
11727 * w32term.c (w32_read_socket): Update pending_signals.
11728
11729 * w32inevt.c (w32_console_read_socket): Update pending_signals.
11730
11731 2009-01-29 Kenichi Handa <handa@m17n.org>
11732
11733 * xftfont.c (xftfont_has_char): New function.
11734 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
11735
11736 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
11737
11738 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
11739 under GNUstep.
11740 (ns_query_color): New declaration.
11741
11742 * nsterm.m (ns_confirm_quit): New variable.
11743 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
11744 (EmacsApp-applicationShouldTerminate:): Use it.
11745 (EmacsPrefsController): Let user set it.
11746 (ns_query_color): New function.
11747 (ns_defined_color): Use it.
11748 (ns_initialize): Drop.
11749 (ns_term_init): Add two lines from ns_initialize(), and set
11750 input_interrupt_mode to nil.
11751
11752 * image.c (svg_load_image): Don't right-shift background RGB when
11753 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
11754
11755 2009-01-28 Kenichi Handa <handa@m17n.org>
11756
11757 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
11758 (fontset_get_font_group): Remember that no font-group is specified
11759 for C.
11760
11761 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * fns.c (concat): Check for string overflow (bug#1787).
11764
11765 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
11766 Quadruple undo limits (bug#1501).
11767
11768 2009-01-27 Kenichi Handa <handa@m17n.org>
11769
11770 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
11771 directly use GT_Get_Char_index.
11772
11773 * xftfont.c (struct xftfont_info): New member `index'.
11774
11775 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
11776 (Ffontset_font): Adjust for the change of fontset entry.
11777
11778 2009-01-26 Kenichi Handa <handa@m17n.org>
11779
11780 * fontset.c (fontset_find_font): Fix handling of non-cons return
11781 value of fontset_get_font_group.
11782 (fontset_font): Revert last change.
11783
11784 2009-01-26 Jason Rumney <jasonr@gnu.org>
11785
11786 * w32font.c (w32font_list_internal): Return quickly if registry is
11787 unknown. Simplify final return.
11788 (add_font_entity_to_list): Break complex logic down into more
11789 manageable chunks. Move unknown registry check to
11790 w32font_list_internal.
11791
11792 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
11793
11794 Changes to remove Feval calls from GUI under NS.
11795
11796 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
11797 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
11798 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
11799
11800 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
11801 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
11802 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
11803 instead of NON_ASCII_KEYSTROKE_EVENT.
11804 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
11805 (EmacsApp-applicationShouldTerminate:): Query user.
11806 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
11807 instead of Feval.
11808
11809 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
11810
11811 * keyboard.c (kbd_buffer_get_event): Check for it.
11812 (keys_of_keyboard): Define lispy keys for
11813 ns-put/unput-working-text.
11814
11815 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
11816 versions.
11817 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
11818
11819 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
11820
11821 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
11822 setting current_buffer directly. (Bug#2044)
11823
11824 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
11825
11826 * fontset.c (fontset_font): If we know there is no font, don't do
11827 any work. (Bug#1952, bug#1990).
11828
11829 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
11830
11831 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11832
11833 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
11834 (ns_no_defaults): New declaration.
11835 (main): Use it.
11836
11837 * nsterm.h (ns_no_defaults): New declaration.
11838
11839 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
11840
11841 * nsterm.m (ns_no_defaults): New variable.
11842 (ns_initialize): Don't read defaults when ns_no_defaults.
11843 (EmacsView-readSelectionFromPasteboard:)
11844 (writeSelectionToPasteboard:types:): New stubbed-out methods for
11845 NSServicesRequests protocol. (Bug#1435)
11846 (ns_dumpglyphs_stretch): New function.
11847 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
11848 of 2008-11-15 to other terms. (Bug#615)
11849
11850 * nsimage.m (setPixmapData:): Set to ignore image DPI.
11851
11852 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
11853
11854 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
11855 call for Sparc64.
11856
11857 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11858
11859 * nsfns.m:
11860 * nsgui.h:
11861 * nsmenu.m:
11862 * nsselect.m:
11863 * nsterm.h:
11864 * nsterm.m: Remove '23' comments that indicated code added during
11865 update from emacs-20 -> emacs-23.
11866
11867 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11868
11869 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
11870 ns_alternate_modifier. (Bug#1217)
11871
11872 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
11873 Display all shortcuts, including those w/o super modifier.
11874
11875 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
11876
11877 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
11878
11879 * fileio.c (Vwrite_region_post_annotation_function)
11880 (Vwrite_region_annotation_buffers): New vars.
11881 (build_annotations_unwind): Just reset
11882 Vwrite_region_annotation_buffers.
11883 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
11884 Call write-region-post-annotation-function.
11885 (build_annotations): Add to Vwrite_region_annotation_buffers if
11886 buffer changes.
11887
11888 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11889
11890 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
11891 Tiger.
11892 * nsfns.m (ns_do_applescript):
11893 Conditionalize typeUTF16ExternalRepresentation on Tiger.
11894
11895 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
11896
11897 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
11898
11899 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11900
11901 * nsmenu.m (NSMENUPROFILE): Change #if style.
11902
11903 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
11904
11905 * nsterm.m (x_set_frame_alpha): Add prototype.
11906 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
11907 handle Ctrl-tab. (Bug#1841)
11908 (ns_get_color): Use unsigned long long for scanned hex string value.
11909 (ns_term_shutdown): Abort on non SIGTERM signals.
11910 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
11911 (EmacsPrefsController-setPanelFromDefaultValues): New function.
11912 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
11913 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
11914 (ns_defined_color): Fix settings of the XColor variable fields:
11915 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
11916
11917 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
11918 DPI. (Bug#1316)
11919 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
11920 values in onTiger section.
11921
11922 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
11923
11924 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
11925 Check return value of font_spec_from_name.
11926 (Fx_list_fonts): Doc fix. (Bug#1951)
11927
11928 * font.c (font_spec_from_name): Return Qnil if font name could not
11929 be parsed.
11930 (font_parse_name): Treat a `?' character as part of an XLFD.
11931
11932 * fns.c (Fsubstring): Doc fix.
11933
11934 2009-01-19 Kenichi Handa <handa@m17n.org>
11935
11936 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
11937 (ftfont_list): Likewise.
11938
11939 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
11940
11941 * dbusbind.c (Fdbus_register_signal):
11942 * process.c (conv_sockaddr_to_lisp):
11943 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
11944
11945 * callproc.c (Fgetenv_internal): Doc fix.
11946
11947 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
11948
11949 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
11950 it is not even used.
11951
11952 2009-01-16 Glenn Morris <rgm@gnu.org>
11953
11954 * font.c (Ffont_variation_glyphs): Silence compiler.
11955
11956 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
11957
11958 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
11959 Reported by David Robinow <drobinow@gmail.com>.
11960
11961 2009-01-15 Kenichi Handa <handa@m17n.org>
11962
11963 * coding.c (detect_coding_system): Fix handling of null_byte_found.
11964
11965 2009-01-14 Jason Rumney <jasonr@gnu.org>
11966
11967 * frame.c (x_set_font): Always store a font to the font parameter,
11968 never a fontset. (Bug#1562)
11969
11970 2009-01-14 Kenichi Handa <handa@m17n.org>
11971
11972 * coding.c (TWO_MORE_BYTES): New macro.
11973 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
11974
11975 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
11976
11977 * font.c (font_clear_prop): If clearing the family, clear the font
11978 width index too.
11979
11980 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
11981
11982 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
11983
11984 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
11985 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
11986 functions, use sizeof.
11987
11988 2009-01-12 Martin Rudalics <rudalics@gmx.at>
11989
11990 * keyboard.c (read_char): Fix case where last_nonmenu_event
11991 returned a bad value with submenus. (Bug#447)
11992
11993 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
11994
11995 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
11996 family, clear the font width index too.
11997
11998 2009-01-11 Jason Rumney <jasonr@gnu.org>
11999
12000 * keyboard.c (cmd_error_internal): Exit when errors occur before
12001 frame creation and not in daemon mode. (Bug#1836)
12002
12003 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
12004
12005 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
12006 of a display vector, backtrack.
12007 (try_window_reusing_current_matrix): Check glyph type before
12008 referencing charpos member.
12009
12010 2009-01-10 Eli Zaretskii <eliz@gnu.org>
12011
12012 Fix Bug #876:
12013
12014 * coding.c (inhibit_null_byte_detection): New variable.
12015 (detect_coding, detect_coding_system): Don't pay attention to null
12016 bytes if inhibit_null_byte_detection is non-zero.
12017 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
12018 <inhibit-iso-escape-detection>: Doc fix.
12019
12020 2009-01-09 Jason Rumney <jasonr@gnu.org>
12021
12022 * w32font.c (add_font_entity_to_list): Don't report unknown
12023 Windows charset as any unrecognized registry. (Bug#1548)
12024 Only report Unicode Plane 2 fonts as unicode-sip.
12025
12026 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
12027
12028 * xfaces.c (Fx_font_family_list): Delete function.
12029 Move compatibility version to faces.el.
12030
12031 * font.c (Ffont_family_list): Return a list of strings, not symbols.
12032
12033 2009-01-09 Martin Rudalics <rudalics@gmx.at>
12034
12035 * frame.c (x_set_frame_parameters): Remember requested value for
12036 fullscreen before it's reset by the parameter handler.
12037
12038 2009-01-09 Glenn Morris <rgm@gnu.org>
12039
12040 * keyboard.c (last_command_char): For clarity, rename to...
12041 (last_command_event): ... and update all users.
12042 (last_input_char): For clarity, rename to...
12043 (last_input_event): ... and update all users.
12044 (last-command-char, last-input-char): Move to subr.el as aliases.
12045 * cmds.c, commands.h: Update for last_command_char rename.
12046
12047 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
12048
12049 * font.c (font_open_for_lface): Handle unspecified height attribute.
12050
12051 2009-01-08 Jason Rumney <jasonr@gnu.org>
12052
12053 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
12054 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
12055 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
12056 Don't declare.
12057 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
12058 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
12059
12060 2009-01-07 Kenichi Handa <handa@m17n.org>
12061
12062 * fileio.c (Finsert_file_contents): In the case of replace,
12063 remember the coding system used for decoding in
12064 coding_system (Bug#1039).
12065
12066 * coding.c (decode_coding_utf_8): Check byte_after_cr before
12067 breaking the loop. (Bug#870)
12068 (decode_coding_utf_16, decode_coding_emacs_mule)
12069 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12070 (decode_coding_charset): Likewise.
12071
12072 2009-01-05 Martin Rudalics <rudalics@gmx.at>
12073
12074 * frame.c (x_set_frame_parameters): Make sure height (width) get
12075 applied when fullwidth (fullheight) is set. (Bug#1522)
12076
12077 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
12078
12079 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
12080 (utc_base): Declare as ULONGLONG, not long double.
12081 (convert_time_raw): Delete.
12082 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
12083 (initialize_utc_base): New function.
12084 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
12085 (convert_from_time_t): Use initialize_utc_base; compute result with
12086 64-bit arithmetic.
12087 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
12088
12089 2009-01-03 Eli Zaretskii <eliz@gnu.org>
12090
12091 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
12092 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
12093 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
12094 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
12095 [!subprocesses]: Define.
12096 (syms_of_process) [!subprocesses]: Intern and staticpro them.
12097 (Flist_system_processes, Fsystem_process_attributes)
12098 [!subprocesses]: Call list_system_processes and
12099 system_process_attributes instead of returning Qnil.
12100
12101 * dosfns.c (system_process_attributes, list_system_processes):
12102 New functions.
12103
12104 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
12105
12106 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
12107 Don't use the default (no-op) implementation.
12108
12109 2009-01-03 Jason Rumney <jasonr@gnu.org>
12110
12111 * keyboard.c (parse_modifiers_uncached): Wheel events are
12112 clicks (bug#687).
12113
12114 * w32term.c (x_query_colors, x_query_color): New functions.
12115
12116 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
12117 (svg_load_image): Cast returned pointers from dynamically loaded
12118 functions. Eliminate W32 specific code.
12119
12120 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
12121
12122 * nsfns.m (x_set_foreground_color, x_set_background_color)
12123 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
12124 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
12125 x_ prefix instead of ns_. Update references.
12126 (syms_of_nsfns): Add a FIXME comment.
12127
12128 * nsterm.m (x_set_cursor_type): New prototype.
12129 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
12130
12131 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
12132 for Solaris instead of incorrectly providing Qutime and Qcutime.
12133
12134 2009-01-02 Eli Zaretskii <eliz@gnu.org>
12135
12136 * w32.c (process_times): Compute sum of utime and stime.
12137 (system_process_attributes): Add Qtime to the alist.
12138
12139 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
12140 and add them to the alist.
12141
12142 * process.c (top level) <Qtime, Qctime>: New variables.
12143 (syms_of_process): staticpro them.
12144 (Fsystem_process_attributes): Add their documentation to the doc
12145 string.
12146
12147 * process.h: Declare Qtime and Qctime.
12148
12149 2009-01-02 Jason Rumney <jasonr@gnu.org>
12150
12151 * image.c (Qgobject): New symbol.
12152 (syms_of_image): Initialize it.
12153 (init_svg_functions): Load some functions from gobject library.
12154
12155 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
12156
12157 * frame.c (make_terminal_frame): Remove redundant code and useless
12158 block.
12159
12160 2009-01-01 Andreas Schwab <schwab@suse.de>
12161
12162 * process.c (conv_sockaddr_to_lisp): Add workaround for
12163 getsockname bug on BSD.
12164
12165 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
12166
12167 * xfns.c (x_create_tip_frame): Set border width of the X window.
12168
12169 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
12170
12171 2009-01-01 Jason Rumney <jasonr@gnu.org>
12172
12173 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
12174 Don't block input, as per earlier xterm.c changes.
12175
12176 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
12177
12178 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
12179 (ns_appkit_version_int): New function.
12180 (x-server-version): Use ns_appkit_version_int and follow 21+
12181 convention of returning 3 integers.
12182
12183 2008-12-30 Kenichi Handa <handa@m17n.org>
12184
12185 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
12186 (CHAR_SURROGATE_PAIR_P): New macro.
12187
12188 * font.h (struct font_driver): New member get_variation_glyphs.
12189
12190 * font.c (font_range): Don't require a font for a variation selector.
12191 (Ffont_variation_glyphs): New function.
12192 (syms_of_font): Defsubr it.
12193
12194 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
12195 ftfont_variation_glyphs.
12196 (setup_otf_gstring): New function.
12197 (ftfont_drive_otf): Use it.
12198 (ftfont_shape_by_flt): Handle variation selector.
12199 (ftfont_variation_glyphs): New function.
12200
12201 2008-12-30 Martin Rudalics <rudalics@gmx.at>
12202
12203 * frame.c (Vemacs_iconified): Remove.
12204
12205 2008-12-30 Jason Rumney <jasonr@gnu.org>
12206
12207 * frame.c (store_frame_param, x_get_arg): Enable newer code on
12208 WINDOWSNT too, as related changes have already been synced. (Bug#117)
12209
12210 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
12211
12212 * indent.c (Fvertical_motion): Don't advance iterator if we have
12213 reseated to the desired position.
12214
12215 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
12216 checking for pos match.
12217
12218 2008-12-30 Kenichi Handa <handa@m17n.org>
12219
12220 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
12221 just get the low 8-bit of the code.
12222
12223 * font.c (font_intern_prop): Validate str as multibyte.
12224
12225 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12226
12227 * dispextern.h (struct face): Move lface and hash from the middle
12228 of bitfields.
12229
12230 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
12231
12232 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12233
12234 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
12235 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
12236 instead of intervals.h.
12237
12238 2008-12-26 Andreas Schwab <schwab@suse.de>
12239
12240 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
12241 cons.
12242
12243 2008-12-26 Martin Rudalics <rudalics@gmx.at>
12244
12245 * textprop.c (Qminibuffer_prompt): New variable.
12246 (syms_of_textprop): Initialize it.
12247 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
12248 in minibuffer-prompt face. (Bug#1662)
12249
12250 2008-12-25 Jason Rumney <jasonr@gnu.org>
12251
12252 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
12253
12254 2008-12-24 Jason Rumney <jasonr@gnu.org>
12255
12256 * ralloc.c (r_alloc_reset_variable): New function.
12257
12258 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
12259 record of what points where. (Bug#716)
12260
12261 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
12262
12263 * minibuf.c (read_minibuf): Follow the non-interactive case when
12264 running as a daemon, before detaching.
12265
12266 2008-12-22 Andreas Schwab <schwab@suse.de>
12267
12268 * buffer.c (init_buffer): Use realloc instead of xrealloc.
12269 * gtkutil.c (free_widget_value): Use xfree instead of free.
12270
12271 2008-12-22 Martin Rudalics <rudalics@gmx.at>
12272
12273 * frame.c (delete_frame): New function derived from
12274 Fdelete_frame to handle Qnoelisp value for FORCE argument.
12275 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
12276 (Fdelete_frame): Call delete_frame. Remove line from doc-string
12277 saying that FORCE non-nil doesn't run `delete-frame-functions'.
12278 * frame.h: Extern delete_frame.
12279 * window.c (window_loop):
12280 * terminal.c (delete_terminal):
12281 * xterm.c (x_connection_closed):
12282 * xfns.c (Fx_hide_tip):
12283 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
12284
12285 2008-12-21 Jason Rumney <jasonr@gnu.org>
12286
12287 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
12288 when character maps to .notdef character.
12289
12290 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
12293
12294 2008-12-20 Jason Rumney <jasonr@gnu.org>
12295
12296 * frame.c (Fmake_terminal_frame): Raise an error when called from
12297 a graphical frame on Windows. (Bug#1325)
12298
12299 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
12300
12301 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
12302
12303 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * minibuf.c (Fread_buffer): Doc fix.
12306
12307 2008-12-20 Jason Rumney <jasonr@gnu.org>
12308
12309 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
12310 server name in UNC paths. (Bug#719)
12311
12312 * coding.c (decode_coding): Clear chars_at_source flag when using
12313 charbuf. (Bug#1035)
12314
12315 2008-12-19 Daniel Engeler <engeler@gmail.com>
12316
12317 * sysdep.c (serial_configure): Fix typo.
12318
12319 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
12320
12321 * sysdep.c: Include alloca.h.
12322 (system_process_attributes): Add implementation for Solaris.
12323
12324 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
12325
12326 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
12327
12328 Reorganize implementation of Flist_system_processes and
12329 Fsystem_process_attributes. No functional changes.
12330 * process.c: Don't #include pwd.h, grp.h and limits.h.
12331 (Flist_system_processes): Just call list_system_processes.
12332 (Fsystem_process_attributes): Just call system_process_attributes.
12333 (procfs_list_system_processes, time_from_jiffies)
12334 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
12335 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
12336
12337 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
12338 (list_system_processes): Rename from
12339 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
12340 Provide a do nothing implementation.
12341 (system_process_attributes): Rename from
12342 procfs_list_system_processes.
12343 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
12344 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
12345
12346 * w32.c (list_system_processes): Rename from
12347 w32_list_system_processes.
12348 (system_process_attributes): Rename from
12349 w32_system_process_attributes.
12350
12351 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
12352
12353 * process.h (w32_list_system_processes)
12354 (w32_system_process_attributes): Remove.
12355 (list_system_processes, system_process_attributes):
12356 New prototypes.
12357
12358 2008-12-19 Kenichi Handa <handa@m17n.org>
12359
12360 * xfont.c (xfont_decode_coding_xlfd): New function.
12361 (xfont_encode_coding_xlfd): New function.
12362 (xfont_list_pattern): Decode XLFD by iso-8859-1.
12363 (xfont_list): Decode and encode XLFD by iso-8859-1.
12364 (xfont_match): Likewise.
12365 (xfont_list_family): Likewise.
12366 (xfont_open): Likewise.
12367
12368 * ftfont.c (ftfont_open): Generate a multibyte string if given
12369 names are utf-8.
12370
12371 * xftfont.c (xftfont_open): Generate a multibyte string if given
12372 names are utf-8.
12373
12374 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
12375
12376 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
12377 changed.
12378 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
12379 clicked on a detached tool bar button.
12380
12381 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
12382
12383 * emacs.c (main): Print and error and exit when no data is read
12384 from the pipe.
12385
12386 2008-12-17 Jason Rumney <jasonr@gnu.org>
12387
12388 * w32font.c (w32font_has_char): Always return -1.
12389
12390 2008-12-16 Kenichi Handa <handa@m17n.org>
12391
12392 * font.c (font_open_entity): Fix previous change.
12393
12394 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
12395
12396 * process.c: Include <limits.h>.
12397
12398 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
12399
12400 * font.c (font_update_drivers): Fix mistake in reconstructing the
12401 driver list.
12402
12403 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
12404
12405 * font.c (font_clear_cache): Fix format of font cache data.
12406
12407 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
12408
12409 * xftfont.c (xftfont_open): Free Xft font pattern if
12410 XftFontOpenPattern fails.
12411
12412 * xterm.c (x_free_frame_resources): Remove extraneous call to
12413 free_frame_faces.
12414
12415 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
12416
12417 * xterm.c (x_delete_display): Move xim_close_dpy call to
12418 x_delete_terminal.
12419 (x_delete_terminal): Call xim_close_dpy.
12420
12421 2008-12-13 Jason Rumney <jasonr@gnu.org>
12422
12423 * w32font.c (intern_font_name): New function.
12424 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
12425 (w32font_open_internal, Fx_select_font): Decode font name.
12426 (fill_in_logfont, list_all_matching_fonts): Encode font name.
12427
12428 * w32font.h (intern_font_name): Declare new function.
12429
12430 * w32uniscribe.c (add_opentype_font_name_to_list):
12431 Use intern_font_name.
12432
12433 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
12434
12435 * frame.c (Fdelete_frame): Call free_font_driver_list.
12436
12437 * font.c (free_font_driver_list): Implement missing function.
12438
12439 * w32term.c (w32_term_init): Don't initialize the image cache
12440 here; it will be done in init_frame_faces.
12441
12442 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
12443 (struct x_display_info): Remove unused member null_pixel. New
12444 member xim_callback_data.
12445
12446 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
12447 (xim_initialize): Save pointer to callback function data.
12448 (xim_close_dpy): Free callback function data. Call XCloseIM,
12449 reverting 2008-11-04 change by David Smith.
12450 (x_term_init): Don't initialize the image cache here; it will be
12451 done in init_frame_faces. Remove ancient "null_pixel" cruft.
12452 (x_delete_display): Free x_dnd_atoms member.
12453
12454 2008-12-13 Kenichi Handa <handa@m17n.org>
12455
12456 * font.c (font_rescale_ratio): Moved from xfaces.c.
12457 Argument type changed. Handle a font-spec too.
12458 (font_score): Check Vface_font_rescale_alist.
12459 (font_open_entity): Likewise. (Bug#1547)
12460
12461 * xfaces.c (font_rescale_ratio): Moved to font.c.
12462
12463 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
12464
12465 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
12466
12467 2008-12-12 Jason Rumney <jasonr@gnu.org>
12468
12469 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
12470 Vwindow_system_version to the real w32 major version.
12471
12472 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
12473
12474 * term.c (init_tty): Move setting the terminal name before the
12475 potential user: maybe_fatal.
12476
12477 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
12478
12479 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
12480 all callers changed. Call free_frame_faces to free the face cache.
12481
12482 2008-12-11 Jason Rumney <jasonr@gnu.org>
12483
12484 * w32font.c (fill_in_logfont): Don't assume symbol script means
12485 SYMBOL_CHARSET. (Bug#547)
12486
12487 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
12488 size for surrogates. (Bug#1096, bug#872)
12489
12490 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
12491
12492 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
12493
12494 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
12495
12496 * process.c (Fsystem_process_attributes, syms_of_process):
12497 Fix typo in name of Ssystem_process_attributes.
12498 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
12499
12500 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
12501
12502 * syntax.c (Fmodify_syntax_entry): Doc fix.
12503
12504 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
12505
12506 * font.c (Ffont_spec): Move usage to end of docstring.
12507
12508 2008-12-10 Jason Rumney <jasonr@gnu.org>
12509
12510 * w32font.c (Qcham): New symbol.
12511 (font_supported_scripts): Add cham, and comments for other new
12512 scripts in bitfield from OpenType spec.
12513 (add_font_entity_to_list): Limit unicode-sip fonts to those that
12514 contain characters beyond the bmp.
12515
12516 2008-12-10 Kenichi Handa <handa@m17n.org>
12517
12518 * ftfont.c (fc_charset_table): Add "unicode-sip".
12519 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
12520 Qunicode_sip.
12521
12522 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
12523
12524 * coding.c (QCdefault_char): Rename from QCdefalut_char.
12525 (Fcoding_system_put): Use QCdefault_char.
12526 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
12527
12528 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
12529
12530 * xftfont.c (syms_of_xftfont): Fix typo.
12531
12532 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
12533
12534 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12535
12536 * emacs.c (main): Close daemon_pipe on exec.
12537
12538 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
12539
12540 * termchar.h (struct tty): New members termcap_term_buffer and
12541 termcap_strings_buffer.
12542
12543 * term.c (encode_terminal_code): Free any previous memory blocks
12544 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
12545 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
12546 All callers changed.
12547 (init_tty): Store termcap data and string buffers in new struct
12548 tty members termcap_term_buffer and termcap_strings_buffer.
12549 (delete_tty): Free them.
12550 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
12551
12552 2008-12-07 Seiji Zenitani <zenitani@mac.com>
12553
12554 * nsfns.m (ns_set_background_color): Remove code duplication.
12555 It was a substitute for face-transparency on OS X 10.3.
12556
12557 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
12558
12559 * coding.c (make_conversion_work_buffer): Disable buffer
12560 modification hooks in the work buffer.
12561
12562 2008-12-05 Eli Zaretskii <eliz@gnu.org>
12563
12564 * process.c (procfs_system_process_attributes): If `nread' has a
12565 negative value, assign zero to it.
12566
12567 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
12568
12569 * eval.c (Vdebug_on_error): Doc fix.
12570
12571 2008-12-05 Kenichi Handa <handa@m17n.org>
12572
12573 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
12574 second character is a combining character.
12575
12576 2008-12-05 Eli Zaretskii <eliz@gnu.org>
12577
12578 * process.c (procfs_system_process_attributes): Don't use cmd,
12579 cmdsize, and q without initializing them first.
12580
12581 2008-12-04 Jason Rumney <jasonr@gnu.org>
12582
12583 * w32font.c (w32font_draw): Initialize orig_clip before getting
12584 it, and delete it when finished.
12585
12586 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
12587
12588 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
12589 case when running as a daemon before detaching.
12590
12591 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
12592
12593 * w32.c (init_environment): Don't unload library shell32.dll.
12594
12595 2008-12-03 Kenichi Handa <handa@m17n.org>
12596
12597 * font.c (font_at): Set `multibyte' at first.
12598
12599 * coding.c (decode_coding_charset): Check type of an element of
12600 vector VALIDS.
12601 (encode_coding_emacs_mule): Be sure to set `code'.
12602
12603 * fontset.c (face_for_char): Handle invalid charset property correctly.
12604 (font_for_char): Likewise.
12605
12606 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
12607
12608 * font.c (Fopen_font): Compute pixel size correctly.
12609 (font_update_lface): Handle fonts with corrupted size specs,
12610 i.e. non-int and non-float.
12611
12612 * ftfont.c (ftfont_match): Initialize entity variable.
12613 (ftfont_resolve_generic_family): Avoid using uninitialized var.
12614 (ftfont_list_family): Initialize list var earlier.
12615
12616 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
12617
12618 * xterm.c (x_draw_glyph_string): Fall back on
12619 underline_minimum_offset for underline position.
12620
12621 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12622
12623 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
12624
12625 * character.c (c_string_width): Specify the type for LEN.
12626
12627 2008-12-03 Kenichi Handa <handa@m17n.org>
12628
12629 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
12630 (decode_coding_utf_8): Likewise.
12631 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
12632 (produce_chars): Initialize consumed_chars to 0.
12633
12634 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
12635
12636 * keyboard.c (make_lispy_position): Only use PT if the selected
12637 window is current.
12638
12639 2008-12-02 Andreas Schwab <schwab@suse.de>
12640
12641 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
12642
12643 * doprnt.c (doprnt1): Fix size of charbuf.
12644
12645 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
12646
12647 * keyboard.c (timer_check): Revert last change.
12648
12649 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
12650
12651 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
12652
12653 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
12654
12655 * makefile.w32-in: Update dependencies.
12656 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
12657
12658 2008-12-01 Andreas Schwab <schwab@suse.de>
12659
12660 * font.c (register_font_driver): Use xmalloc.
12661 (font_put_frame_data): Likewise.
12662
12663 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
12664
12665 * xfaces.c (realize_x_face): Make abort condition clearer.
12666
12667 * gtkutil.c (update_frame_tool_bar): Initialize variable.
12668
12669 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
12670
12671 * keyboard.c (timer_check): After a timer runs, ensure that the
12672 selected window's buffer is current.
12673
12674 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
12675
12676 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
12677 It was accidentally restored by the Unicode merge.
12678
12679 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
12680
12681 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
12682
12683 * w32proc.c: Include "coding.h".
12684 (Fw32_short_file_name): Encode filename passed to Windows API.
12685 (Fw32_long_file_name): Encode filename passed to Windows API and
12686 decode back the result. (Bug#1433)
12687
12688 2008-11-29 Kenichi Handa <handa@m17n.org>
12689
12690 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
12691 not before accessing it.
12692
12693 * charset.c (Fdefine_charset_internal): After calculating
12694 min_char, max_char, and fastmap, copy the charset structure again.
12695 (encode_char): Fix the previous change.
12696
12697 2008-11-28 Seiji Zenitani <zenitani@mac.com>
12698
12699 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
12700
12701 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
12702
12703 * nsterm.m (x_set_frame_alpha): New function.
12704
12705 2008-11-27 Eli Zaretskii <eliz@gnu.org>
12706
12707 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
12708
12709 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
12710
12711 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
12712 pointer to check_face_name.
12713
12714 2008-11-27 Kenichi Handa <handa@m17n.org>
12715
12716 * category.h (SET_CATEGORY_SET): Call set_category_set.
12717 (set_category_set): Extern it.
12718
12719 * category.c (hash_get_category_set): New function.
12720 (Fmodify_category_entry): Adjusted for the change of
12721 char_table_ref_and_range. Call hash_get_category_set to get a
12722 category set to store in the table.
12723
12724 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
12725 Funify_charset.
12726
12727 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
12728 (DECODE_CHAR): Check if the decoder vector is ready.
12729 (ENCODE_CHAR): Check if the encoder char-table is ready.
12730 (maybe_unify_char): Extern it.
12731
12732 * charset.c (Vchar_unified_charset_table): Delete it.
12733 (inhibit_load_charset_map): New variable.
12734 (temp_charset_work): New variable.
12735 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
12736 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
12737 New macros.
12738 (load_charset_map): Meaning of control_flag changed. If
12739 inhibit_load_charset_map is nonzero, setup a table in
12740 temp_charset_work.
12741 (load_charset): New argument control_flag.
12742 (map_charset_for_dump): New function.
12743 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
12744 map_charset_for_dump.
12745 (Fdefine_charset_internal): If the charset method is MAP, load
12746 mapping tables by calling load_charset.
12747 (Funify_charset): Don't load a mapping table but directly set
12748 Vchar_unify_table.
12749 (maybe_unify_char): New function.
12750 (decode_char): Don't handle the deleted method MAP_DEFERRED.
12751 Handle the case of inhibit_load_charset_map being nonzero.
12752 (encode_char): Don't handle the deleted method MAP_DEFERRED.
12753 Handle the case of inhibit_load_charset_map being nonzero.
12754 (Fclear_charset_maps): Just free temp_charset_work.
12755 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
12756 variable.
12757
12758 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
12759 change of char_table_ref_and_range.
12760 (char_table_ref_and_range): Change the meaning of argument FROM
12761 and TO. Now the caller must provide initial values for *FROM
12762 and *TO.
12763
12764 * fontset.c (fontset_add): Adjusted for the change of
12765 char_table_ref_and_range.
12766 (fontset_get_font_group): Likewise.
12767 (Ffontset_info): Likewise.
12768
12769 * keymap.c (describe_vector): Adjusted for the change of
12770 char_table_ref_and_range. For char-table, put boundary between
12771 non-ASCII and 8-bit characters.
12772
12773 * print.c (print_object): For bool-vector, delete unnecessary
12774 check of ASCII_BYTE_P.
12775
12776 2008-11-26 Jason Rumney <jasonr@gnu.org>
12777
12778 * w32font.c (w32font_open_internal): Don't include external
12779 leading in font height. (Bug#879)
12780
12781 2008-11-26 Glenn Morris <rgm@gnu.org>
12782
12783 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
12784 redefinition with ifdef. (Bug#1383)
12785
12786 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
12787
12788 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
12789
12790 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
12791
12792 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
12793 New EmacsView methods.
12794 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
12795 Fixes bug #1048,1357,1414.
12796
12797 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
12798
12799 Fix bug #1362.
12800 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
12801 is not an indexed color.
12802 * nsterm.m (free_indexed_color): Add argument checking.
12803 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
12804
12805 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
12806
12807 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
12808 Document confirm-after-completion value for
12809 minibuffer-completion-confirm.
12810
12811 2008-11-24 Jason Rumney <jasonr@gnu.org>
12812
12813 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
12814 warning.
12815
12816 2008-11-23 Jason Rumney <jasonr@gnu.org>
12817
12818 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
12819 restored before returning.
12820
12821 * w32font.c (check_face_name): New function.
12822 (add_font_entity_to_list): Use it to filter out common substituted
12823 fonts. (Bug#642)
12824
12825 2008-11-22 Martin Rudalics <rudalics@gmx.at>
12826
12827 * buffer.c (Fswitch_to_buffer): Reword and mention new option
12828 confirm-nonexistent-file-or-buffer in doc-string.
12829
12830 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
12833 Fix copy/paste typo. Add checks.
12834
12835 2008-11-21 Kenichi Handa <handa@m17n.org>
12836
12837 * coding.c (detect_coding_iso_2022): Reject invalid composition
12838 sequence.
12839 (DECODE_COMPOSITION_START): If the current source is the last
12840 block, and the current composition doesn't end, regard this
12841 sequence as invalid.
12842 (decode_coding_iso_2022): Handle invalid composition sequence.
12843
12844 2008-11-20 Martin Rudalics <rudalics@gmx.at>
12845
12846 * window.c (coordinates_in_window): Don't return
12847 ON_VERTICAL_BORDER for the rightmost position of a mode/header
12848 line when the window is not the rightmost one. (Bug#1372)
12849
12850 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
12851
12852 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
12853
12854 2008-11-15 Eli Zaretskii <eliz@gnu.org>
12855
12856 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
12857 and bright_bg if noninteractive is non-zero.
12858
12859 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12860
12861 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
12862 x_draw_glyph_string_background.
12863
12864 * w32term.c (x_draw_glyph_string): Likewise.
12865
12866 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
12867
12868 * xterm.c (x_draw_glyph_string): Stop drawing the background of
12869 the next glyph string once past the overhang width.
12870
12871 * nsterm.m (ns_draw_glyph_string): Likewise.
12872
12873 * w32term.c (x_draw_glyph_string): Likewise.
12874
12875 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
12876
12877 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
12878 double file close.
12879
12880 2008-11-14 Martin Rudalics <rudalics@gmx.at>
12881
12882 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
12883 dedicated status of window before attempting to display another
12884 buffer in it.
12885
12886 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
12887
12888 * msdos.c (Fmsdos_long_file_names):
12889 (syms_of_msdos) <dos-unsupported-char-glyph>:
12890 * dosfns.c (Fint86): Fix typos in docstrings.
12891
12892 2008-11-14 Eli Zaretskii <eliz@gnu.org>
12893
12894 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
12895
12896 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12897
12898 * puresize.h (BASE_PURESIZE): Increase to 1260000.
12899
12900 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
12901
12902 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
12903
12904 * frame.h: Negative alpha means "don't touch".
12905
12906 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
12907
12908 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
12909
12910 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
12911
12912 * hftctl.c:
12913 * chpdef.h:
12914 * acldef.h: Remove files used only for systems no longer supported.
12915
12916 * Makefile.in: Fix .o alphabetical ordering.
12917 (hftctl.o): Remove dependency, file removed.
12918 (keymap.o, print.o): Depend on charset.h.
12919
12920 2008-11-10 Kenichi Handa <handa@m17n.org>
12921
12922 * character.c (Fget_byte): Fix and make it faster for unibyte target.
12923
12924 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
12925
12926 * dired.c (file_name_completion): If completion_ignore_case is
12927 enabled, ignore case when checking completion-regexp-list.
12928
12929 2008-11-08 Eli Zaretskii <eliz@gnu.org>
12930
12931 * vm-limit.c (get_lim_data): Fix last change.
12932
12933 2008-11-08 Kenichi Handa <handa@m17n.org>
12934
12935 * character.c (Fget_byte): New function.
12936 (syms_of_character): Defsubr Fget_byte.
12937
12938 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
12939
12940 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
12941 cursor position is valid after scrolling.
12942
12943 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
12944
12945 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
12946
12947 2008-11-06 Glenn Morris <rgm@gnu.org>
12948
12949 * xterm.c (handle_one_xevent): Don't let popup menus cause
12950 mouse-autoselect-window related window switching. (Bug#1261)
12951
12952 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
12953
12954 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
12955
12956 2008-11-04 Andreas Schwab <schwab@suse.de>
12957
12958 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
12959
12960 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
12961
12962 * xfns.c (Fx_wm_set_size_hint): New function.
12963
12964 2008-11-03 Martin Rudalics <rudalics@gmx.at>
12965
12966 * textprop.c (Fprevious_single_char_property_change): Return 0
12967 when there's no change in a string. (Bug#1301)
12968
12969 2008-11-02 Martin Rudalics <rudalics@gmx.at>
12970
12971 * frame.c (do_switch_frame): New argument NORECORD passed to
12972 Fselect_window.
12973 (Fselect_frame): New argument NORECORD passed to
12974 do_switch_frame.
12975 (Fset_frame_selected_window): New argument NORECORD passed to
12976 Fselect_frame.
12977 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
12978 in call of do_switch_frame.
12979 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
12980 Handle NORECORD argument in call of Fselect_frame.
12981 * lisp.h (do_switch_frame, Fselect_frame)
12982 (Fset_frame_selected_window): Adjust declarations.
12983 * window.c (select_frame_norecord): New function.
12984 (run_window_configuration_change_hook): Use it and call
12985 Fselect_frame with NORECORD set.
12986 (Fselect_window): Pass NORECORD to Fselect_frame.
12987 (Fset_window_configuration): Handle NORECORD argument in call of
12988 do_switch_frame.
12989 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
12990 Fset_frame_selected_window.
12991 * keyboard.c (command_loop_1): Handle NORECORD in call of
12992 Fselect_frame (currently ifdefd).
12993
12994 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
12995
12996 * emacs.c (USAGE2): Untabify.
12997
12998 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * composite.c (fill_gstring_header): Fix copy/paste typo.
13001
13002 2008-10-31 Martin Rudalics <rudalics@gmx.at>
13003
13004 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
13005 (Fother_window): Rename argument and rewrite doc-string.
13006 (select_window_norecord): Fix return value. (Bug#1276)
13007
13008 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
13009
13010 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
13011 new frames overriding foreground for tooltips. Based on similar patch
13012 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
13013
13014 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
13015
13016 * emacs.c (Fdaemon_initialized): Initialize nfd.
13017
13018 2008-10-29 Martin Rudalics <rudalics@gmx.at>
13019
13020 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
13021 (Fwindow_text_height): Clarify doc-strings.
13022 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
13023 doc-string of window-scroll-functions.
13024
13025 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13026
13027 * category.c (syms_of_category): Fix typo in docstring.
13028
13029 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
13030
13031 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
13032 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
13033 Fix typos in docstrings.
13034
13035 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
13036
13037 * emacs.c (daemon_pipe): Make non-static.
13038 (IS_DAEMON): Move definition ...
13039 * lisp.h (IS_DAEMON): ... here.
13040 (daemon_pipe): Declare.
13041 (is_daemon): Remove.
13042 * dispnew.c (init_display): Use IS_DAEMON.
13043
13044 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13045
13046 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
13047 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
13048
13049 * emacs.c (is_daemon): Remove.
13050 (main): Don't set is_daemon.
13051 (IS_DAEMON): New macro.
13052 (Fdaemonp, Fdaemon_initialized): Use it.
13053 (Fdaemon_initialized): Write a char into the pipe to make sure the
13054 parent exits.
13055 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
13056
13057 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
13058
13059 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
13060 over-sized glyph, draw it with the default glyph width.
13061
13062 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
13063 glyph, draw it with the default glyph width.
13064
13065 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
13066 glyph, draw it with the default glyph width.
13067
13068 * xdisp.c (try_scrolling): When computing the distance from the
13069 scroll margin to PT, try moving some distance past the window
13070 bottom before giving up.
13071
13072 2008-10-27 Martin Rudalics <rudalics@gmx.at>
13073
13074 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
13075 (Fset_window_buffer): Explain in doc-string that a window can be
13076 "strongly" dedicated to its buffer.
13077
13078 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
13079
13080 * emacs.c (daemon_name): New variable.
13081 (main): Deal with --daemon=SERVER_NAME.
13082 (Fdaemonp): Return a name if one was passed to --daemon.
13083
13084 2008-10-26 Romain Francoise <romain@orebokech.com>
13085
13086 * emacs.c (daemon_pipe): New variable.
13087 (main): Create a pipe before forking, make the parent exit only after
13088 the child has closed its end of the pipe. Move closing the
13089 descriptors ...
13090 (Fdaemon_initialized): ... here. New function.
13091
13092 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
13095 the previous unoptimized table.
13096
13097 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
13098 the distinction between non-nil and non-t value of `dedicated'.
13099
13100 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
13101
13102 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
13103 read_char_minibuf_menu_text is large enough to hold the menu string.
13104
13105 2008-10-25 Martin Rudalics <rudalics@gmx.at>
13106
13107 * window.c (Fget_buffer_window, Fdelete_windows_on)
13108 (Freplace_buffer_in_windows): Make buffer argument optional and
13109 rename to buffer_or_name.
13110
13111 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
13112
13113 * xdisp.c (handle_single_display_spec, handle_display_prop):
13114 Undo 2005-05-16 change.
13115 (handle_stop): Pop iterator if it's loaded with an empty string.
13116 (get_overlay_strings_1): Don't save iterator if it's loaded with
13117 an empty string (bug#1201).
13118
13119 2008-10-24 Kenichi Handa <handa@m17n.org>
13120
13121 * ftfont.c (ftfont_otf_features): Fix previous change.
13122 (ftfont_otf_capability): Check FeatureList.FeatureCount before
13123 calling ftfont_otf_features.
13124
13125 2008-10-24 Kenichi Handa <handa@m17n.org>
13126
13127 * font.c (font_match_p): Fix for the case that a vector of
13128 characters is in script-representative-chars.
13129
13130 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
13131
13132 * dbusbind.c (xd_in_read_queued_messages): New variable.
13133 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
13134 (xd_read_queued_messages): Catch Qdbus_error from the macros.
13135 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
13136 macro. (Bug#1186)
13137
13138 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
13139
13140 * s/sol2-10.h: New file.
13141
13142 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
13143
13144 * xdisp.c (fill_glyph_string): Fix typo in source (though the
13145 poor beast has survived 9+ years and the jump from xterm.c!).
13146
13147 2008-10-23 Martin Rudalics <rudalics@gmx.at>
13148
13149 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
13150 Reword doc-string.
13151 (Fbury_buffer): In doc-string say what happens to the buffer's window.
13152
13153 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
13154
13155 * character.c (syms_of_character) <script-representative-chars>:
13156 <unicode-category-table>: Doc fixes.
13157
13158 2008-10-23 Noah Friedman <friedman@splode.com>
13159
13160 * coding.c (make_conversion_work_buffer): Check that
13161 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
13162 Fget_buffer_create.
13163
13164 2008-10-23 Kenichi Handa <handa@m17n.org>
13165
13166 * font.c (font_add_log): Check the values of extra properties.
13167
13168 2008-10-22 Martin Rudalics <rudalics@gmx.at>
13169
13170 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
13171 Reword doc-string.
13172 (Fset_window_parameter): Use NILP.
13173 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
13174 (Frecenter): Use "selected" instead of "current" window in doc-strings.
13175
13176 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
13177
13178 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
13179
13180 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13181
13182 * nsfns.m (ns_appkit_version): New function.
13183 (x-server-version): Use it.
13184 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
13185 (x-server-vendor): Don't check_ns().
13186
13187 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
13188
13189 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
13190
13191 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
13192 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
13193
13194 2008-10-22 Kenichi Handa <handa@m17n.org>
13195
13196 * syntax.c (scan_words): Call word_boundary_p instead of comparing
13197 scripts.
13198
13199 * category.c (word_boundary_p): Check scripts instead of charset.
13200 Handle nil value in word-separating-categories and
13201 word-combining-categories.
13202 (syms_of_category): Fix docstrings of word-separating-categories
13203 and word-combining-categories.
13204
13205 2008-10-21 Eli Zaretskii <eliz@gnu.org>
13206
13207 * coding.c (Fencode_coding_region, Fdecode_coding_region)
13208 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
13209
13210 2008-10-21 Martin Rudalics <rudalics@gmx.at>
13211
13212 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
13213 Rename arg "buffer" to "buffer_or_name".
13214 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
13215 it optional.
13216 (no_switch_window): Remove since the return value is not used.
13217 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
13218 Consider window as dedicated when Fwindow_dedicated_p returns a
13219 non-nil value.
13220 * lisp.h: Remove prototype for no_switch_window.
13221
13222 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
13223
13224 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
13225 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
13226
13227 2008-10-21 Kenichi Handa <handa@m17n.org>
13228
13229 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
13230 check Vlatin_extra_code_table.
13231
13232 2008-10-20 Eli Zaretskii <eliz@gnu.org>
13233
13234 * fileio.c (Fset_file_modes): Doc fix.
13235
13236 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
13237
13238 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
13239 in arrays.
13240
13241 2008-10-19 Martin Rudalics <rudalics@gmx.at>
13242
13243 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
13244 Mention kill-buffer in doc-string.
13245 (Fset_window_buffer): Reinsert tem check removed in last commit.
13246 (Fenlarge_window, Fshrink_window): Have argument names and
13247 doc-string follow Elisp manual more closely.
13248
13249 2008-10-18 Eli Zaretskii <eliz@gnu.org>
13250
13251 * fileio.c (Fset_file_modes): Doc fix.
13252
13253 2008-10-18 Martin Rudalics <rudalics@gmx.at>
13254
13255 * window.c (Fwindow_width, Fset_window_start)
13256 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
13257 (Fdelete_windows_on, Freplace_buffer_in_windows):
13258 Make doc-strings follow code and Elisp manual more closely.
13259 (Fwindow_dedicated_p): Make window argument optional.
13260 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
13261 (Fset_window_buffer): Respect any non-nil dedicated value for
13262 window. Rename "buffer" argument to "buffer_or_name".
13263
13264 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
13265
13266 * m/sh3.h: New file, machine description for SuperH.
13267
13268 2008-10-17 Martin Rudalics <rudalics@gmx.at>
13269
13270 * window.c (Fsplit_window): Rename arg horflag to horizontal.
13271
13272 2008-10-17 Kenichi Handa <handa@m17n.org>
13273
13274 * ftfont.c (ftfont_otf_features): Fix indexing
13275 gsub_gpos->FeatureList.Feature. Check the validity of indices.
13276
13277 2008-10-16 Magnus Henoch <mange@freemail.hu>
13278
13279 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
13280 (Fdbus_call_method_asynchronously): Ditto.
13281 This change makes C-h f display the argument list.
13282
13283 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
13284
13285 * fileio.c (Fexpand_file_name): Doc fix.
13286
13287 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
13288 of :foreground and :background equivalent to unspecified (20.x
13289 compatibility).
13290
13291 2008-10-15 Eli Zaretskii <eliz@gnu.org>
13292
13293 * buffer.c (syms_of_buffer): Doc fix.
13294
13295 2008-10-14 Kenichi Handa <handa@m17n.org>
13296
13297 * font.c (font_clear_prop): When clearing font width, clear the
13298 average width field too.
13299
13300 2008-10-12 Andreas Schwab <schwab@suse.de>
13301
13302 * ftfont.c (ftfont_shape_by_flt): Make static.
13303 * ftfont.h (ftfont_shape_by_flt): Don't declare.
13304
13305 * font.c: Don't include <m17n-flt.h>.
13306
13307 2008-10-10 Eli Zaretskii <eliz@gnu.org>
13308
13309 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
13310
13311 2008-10-09 Eli Zaretskii <eliz@gnu.org>
13312
13313 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
13314 away code.
13315
13316 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
13317
13318 * dispnew.c (update_text_area): Avoid looping due to large glyph
13319 overhangs (bug#1070).
13320
13321 2008-10-09 Kenichi Handa <handa@m17n.org>
13322
13323 * fontset.c (face_for_char): If face->fontset is negative, just
13324 return ascii_face.
13325
13326 * font.c (font_delete_unmatched): Fix previous change.
13327 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
13328
13329 2008-10-09 Martin Rudalics <rudalics@gmx.at>
13330
13331 * frame.c (Fraise_frame): On text-only terminals select frame in
13332 order to make it visible. (Bug#1061)
13333
13334 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
13335
13336 * fontset.c (fontset_find_font): Check frame validity.
13337
13338 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
13339
13340 * gtkutil.c (xg_display_open): Reset default display if none exists.
13341 (xg_display_close): Allow Emacs to close all displays (bug#985).
13342
13343 2008-10-06 Andreas Schwab <schwab@suse.de>
13344
13345 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
13346
13347 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
13348
13349 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
13350
13351 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
13352
13353 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
13354 during initialization.
13355
13356 2008-10-04 Eli Zaretskii <eliz@gnu.org>
13357
13358 * xdisp.c (redisplay_internal): If frame switched, redisplay the
13359 whole thing on MSDOS frames as well as on a TTY.
13360
13361 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
13362 well as for TTY.
13363 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
13364 well as on a TTY.
13365
13366 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
13367 as well as for TTY.
13368
13369 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
13370
13371 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
13372 MSDOS frames as well.
13373
13374 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
13375
13376 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
13377 correct arguments.
13378 * menu.c (find_and_return_menu_selection): Add cast.
13379
13380 2008-10-03 Glenn Morris <rgm@gnu.org>
13381
13382 * emacs.c (USAGE1): Add --daemon.
13383
13384 2008-10-02 Eli Zaretskii <eliz@gnu.org>
13385
13386 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
13387 100, so it's in percents as advertised.
13388
13389 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
13390
13391 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
13392 (ns_output.current_cursor, ns_output.desired_cursor)
13393 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
13394 (FRAME_NEW_CURSOR_COLOR): Remove.
13395
13396 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
13397 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
13398 enumeration (HOLLOW_BOX_CURSOR, etc.).
13399
13400 * nsterm.m (ns_frame_rehighlight): Remove commented code.
13401 (draw_window_cursor): Simplify code.
13402 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
13403 Don't change cursor type. In latter, call rehighlight instead of doing
13404 updates manually.
13405 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
13406 Use core Emacs cursor types.
13407
13408 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
13409
13410 2008-10-02 Martin Rudalics <rudalics@gmx.at>
13411
13412 * process.c (Faccept_process_output): Fix doc-string.
13413
13414 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13415
13416 * gmalloc.c (__sbrk): Also define for uClibc.
13417
13418 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
13419 for uClibc.
13420
13421 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13422
13423 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
13424 styles.
13425 (nsfont_open): Reenable the cache.
13426
13427 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13428
13429 * font.c (font_matching_entity): Reflect ATTRS in font selection.
13430 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
13431
13432 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13433
13434 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
13435 a suspended terminal.
13436
13437 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
13438
13439 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
13440
13441 2008-09-30 Eli Zaretskii <eliz@gnu.org>
13442
13443 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
13444
13445 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
13446
13447 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
13448 in a continued line coincides with a line beginning.
13449
13450 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
13451
13452 * nsfont.m (nsfont_trait_distance): Fix bug.
13453 (nsfont_list): Return a list rather than a vector (syncs with Handa
13454 changes of 2008-05-14).
13455 (nsfont_open): Improve logging.
13456
13457 2008-09-29 Andreas Schwab <schwab@suse.de>
13458
13459 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
13460
13461 2008-09-28 Martin Rudalics <rudalics@gmx.at>
13462
13463 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
13464 name as char-resolve-modifiers.
13465 Reported by: Markus Triska <markus.triska@gmx.at>
13466
13467 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
13468
13469 * dispnew.c (init_display): Return earlier when running as a daemon.
13470
13471 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13472
13473 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
13474
13475 2008-09-27 Eli Zaretskii <eliz@gnu.org>
13476
13477 * composite.c (Fcomposition_get_gstring)
13478 (Fcompose_region_internal, Fcompose_string_internal)
13479 (Ffind_composition_internal): Doc fix.
13480 (syms_of_composite) <compose-chars-after-function>: Doc fix.
13481 (syms_of_composite) <auto-composition-function>: Doc fix.
13482 (syms_of_composite) <composition-function-table>: Doc fix.
13483
13484 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
13485
13486 * search.c (wordify): New argument for lax word-ends.
13487 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
13488
13489 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13490
13491 * lisp.h (is_daemon): Declare.
13492 * dispnew.c (init_display): Do not try to initialize the terminal
13493 when running as a daemon.
13494
13495 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
13496
13497 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
13498 x_display_pixel_height.
13499
13500 2008-09-22 Martin Rudalics <rudalics@gmx.at>
13501
13502 * undo.c (record_point): Don't call Fundo_boundary for first
13503 change. (Bug#731)
13504
13505 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
13506
13507 * emacs.c (Fdaemonp): Doc fix.
13508
13509 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
13510
13511 * emacs.c (main): Place #ifdef in the proper place.
13512
13513 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13514
13515 * emacs.c (standard_args): Add --daemon.
13516 (main): Disconnect from the terminal when --daemon is passed.
13517 (is_daemon): New variable.
13518 (Fdaemonp): New function.
13519 (syms_of_emacs): Defsubr it.
13520
13521 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
13522
13523 * xdisp.c (get_next_display_element): Handle string display
13524 correctly when checking for the end of a box run.
13525
13526 2008-09-20 Glenn Morris <rgm@gnu.org>
13527
13528 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
13529 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
13530 (Frename_file): Avoid copying to trash if a rename involves
13531 a delete. (Bug#964).
13532
13533 2008-09-20 Eli Zaretskii <eliz@gnu.org>
13534
13535 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
13536 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
13537 frames as well as termcap frames.
13538 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
13539 get_named_tty.
13540
13541 2008-09-19 Eli Zaretskii <eliz@gnu.org>
13542
13543 * process.c (procfs_system_process_attributes): Fix cmdline in
13544 case /proc/PID/cmdline is empty.
13545
13546 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
13547 x_display_pixel_height.
13548
13549 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
13550
13551 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
13552
13553 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
13554 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
13555
13556 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
13557
13558 * dispextern.h (struct it): Move line_wrap away from the middle of
13559 bitfields. Move voffset in struct iterator_stack_entry after the
13560 bitfields. Move tab_width near after another short.
13561
13562 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
13563
13564 * frame.h (struct frame): Move alpha from the middle of bitfields.
13565
13566 * window.h (struct window): Move frozen_window_start_p after the
13567 rest of the bitfields to reduce padding.
13568
13569 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
13570
13571 * xterm.h (x_display_info): Remove `height' and `width' members.
13572
13573 * nsterm.h (ns_display_info): Remove `height' and `width' members.
13574
13575 * w32term.h (w32_display_info): Remove `height', `width',
13576 `height_in', and `width_in' members.
13577
13578 * xterm.c (x_display_pixel_height, x_display_pixel_width):
13579 New functions.
13580 (x_calc_absolute_position): Use them.
13581 (x_term_init): Omit removed `height' and `width' members.
13582
13583 * w32term.c (x_display_pixel_height, x_display_pixel_width):
13584 New functions.
13585 (w32_read_socket, x_calc_absolute_position): Use them.
13586 (w32_initialize_display_info, w32_term_init): Omit removed members
13587 of w32_display_info.
13588
13589 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
13590 New functions.
13591 (ns_initialize_display_info): Omit removed members of ns_display_info.
13592
13593 * xterm.c (x_display_pixel_height, x_display_pixel_width):
13594 New functions.
13595 (x_calc_absolute_position): Use them.
13596 (x_term_init): Omit removed `height' and `width' members.
13597
13598 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
13599 (compute_tip_xy):
13600 * frame.c (x_fullscreen_adjust):
13601 * xmenu.c (menu_position_func): Use x_display_pixel_height and
13602 x_display_pixel_width.
13603
13604 2008-09-18 Kenichi Handa <handa@m17n.org>
13605
13606 * composite.c (fill_gstring_header): Don't check FROM and TO here.
13607 (composition_compute_stop_pos): Fix handling of static composition.
13608 (Fcomposition_get_gstring): Check FROM and TO at first.
13609
13610 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13611
13612 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
13613 mixup (YAILOM).
13614
13615 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
13616
13617 * indent.c (Fvertical_motion): Use position reported by iterator
13618 instead of PT for determining screen motion (bug#943).
13619
13620 2008-09-17 Romain Francoise <romain@orebokech.com>
13621
13622 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
13623
13624 2008-09-17 Kenichi Handa <handa@m17n.org>
13625
13626 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
13627
13628 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
13629 if necessary.
13630
13631 2008-09-16 Kenichi Handa <handa@m17n.org>
13632
13633 * coding.c (make_conversion_work_buffer): Avoid calling
13634 Fget_buffer_create if it is not necessary.
13635
13636 2008-09-15 Martin Rudalics <rudalics@gmx.at>
13637
13638 * window.c (Fselect_window): Don't update window_select_count and
13639 use_time when norecord is not nil.
13640
13641 2008-09-14 Kenichi Handa <handa@m17n.org>
13642
13643 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
13644 specpdl_ptr.
13645
13646 2008-09-12 Kenichi Handa <handa@m17n.org>
13647
13648 * indent.c (scan_for_column): Don't handle automatic composition
13649 if the current buffer is not associated with a window.
13650
13651 * composite.c (composition_reseat_it): If the current buffer is
13652 not associated with a window, ignore the automatic composition.
13653 (find_automatic_composition): Likewise.
13654
13655 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13656
13657 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
13658 (Fgpm_mouse_stop): Use it.
13659 * termhooks.h (close_gpm): Declare.
13660 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
13661 connection if Gpm_GetEvent fails.
13662
13663 * window.c (set_window_buffer): Always preserve current-buffer.
13664
13665 2008-09-12 Glenn Morris <rgm@gnu.org>
13666
13667 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
13668
13669 2008-09-11 Glenn Morris <rgm@gnu.org>
13670
13671 * charset.c (charset-map-path): Doc fix.
13672
13673 2008-09-10 Kenichi Handa <handa@m17n.org>
13674
13675 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
13676
13677 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
13678 compose a grapheme cluster with the preceding base glyph.
13679
13680 * composite.c (composition_compute_stop_pos): Fix previous change.
13681 Reset cmp_it->id to -1 at first.
13682
13683 2008-09-10 Glenn Morris <rgm@gnu.org>
13684
13685 * Makefile.in (character.o, chartab.o): Fix config.h typo.
13686
13687 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
13688
13689 * keyboard.c (read_key_sequence): Reapply translation maps when
13690 switching keyboards.
13691
13692 2008-09-09 Kenichi Handa <handa@m17n.org>
13693
13694 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
13695 characters.
13696
13697 * composite.c (FORWARD_CHAR): Fix calculation
13698 of (POSITION).pos_byte.
13699 (composition_compute_stop_pos): Limit the search of composition to
13700 at most 500 characters ahead. If we reach the limit or find a
13701 newline, set cmp_it->ch to -2 and return 0.
13702 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
13703
13704 2008-09-08 Kenichi Handa <handa@m17n.org>
13705
13706 * indent.c (Fvertical_motion): Be sure to set
13707 it_overshoot_expected if it.cmp_it.id is non-negative.
13708
13709 2008-09-07 Andreas Schwab <schwab@suse.de>
13710
13711 * callproc.c (Fcall_process): Don't hold references to string data
13712 across garbage collection. Move initialisation of new_argv down
13713 to avoid compiler bug.
13714
13715 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13716
13717 * process.c (Fsystem_process_attributes): Doc fix.
13718
13719 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
13720
13721 * callproc.c (Fcall_process): Canonicalize current directory name.
13722
13723 * xdisp.c (move_it_to): When moving by vpos, ensure that the
13724 iterator advances to the next line if the current line ends in a
13725 continued tab.
13726
13727 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
13728
13729 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
13730 member to point to cmp_from.
13731
13732 * xdisp.c: Doc fix for references to gidx data member.
13733
13734 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
13737
13738 2008-09-07 Kenichi Handa <handa@m17n.org>
13739
13740 * composite.c (FORWARD_CHAR): Check STOP after
13741 incrementing (POSITION).pos.
13742
13743 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13744
13745 * process.c (Fsystem_process_attributes): Doc fix.
13746
13747 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
13748
13749 * keyboard.c (Ftop_level): Doc fix.
13750
13751 2008-09-06 Eli Zaretskii <eliz@gnu.org>
13752
13753 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
13754 minibuffer, don't let lower part of menu invade the echo area.
13755
13756 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
13757 "char *q" to access menu text and advance through it. Revert the
13758 change that displayed ">" instead of ASCII character 0x10.
13759
13760 2008-09-05 Eli Zaretskii <eliz@gnu.org>
13761
13762 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
13763 toggle boxes and radio buttons on MS-DOS as well.
13764
13765 2008-09-05 Kenichi Handa <handa@m17n.org>
13766
13767 * composite.c (autocmp_chars): Check lookback count.
13768 (composition_compute_stop_pos): Set cmp_it->lookback.
13769 (composition_reseat_it): Check lookback count.
13770 (struct position_record): New struct.
13771 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
13772 (find_automatic_composition): New function.
13773 (composition_adjust_point): Use find_automatic_composition.
13774
13775 * dispextern.h (struct composition_it): New member lookback.
13776
13777 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
13778
13779 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
13780 if moving by a single line.
13781
13782 2008-09-02 Andreas Schwab <schwab@suse.de>
13783
13784 * xterm.c (x_delete_display): Fix merge error.
13785
13786 * fileio.c (Fexpand_file_name): Remove unused variables.
13787
13788 2008-09-02 Eli Zaretskii <eliz@gnu.org>
13789
13790 * fileio.c (Fexpand_file_name): Copy argument `name' into local
13791 storage on all platforms, not just on DOS_NT.
13792
13793 2008-09-02 Jason Rumney <jasonr@gnu.org>
13794
13795 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
13796 Ensure mouse is not grabbed after menu is finished.
13797
13798 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
13799
13800 * xfaces.c (Finternal_set_alternative_font_family_alist)
13801 (Finternal_set_alternative_font_registry_alist): Properly copy
13802 entire alist structure.
13803
13804 2008-09-01 Kenichi Handa <handa@m17n.org>
13805
13806 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
13807 representative chars of the script is a vector.
13808 (ftfont_list): Handle the case where the representative chars of
13809 the script is a vector.
13810
13811 * character.c (syms_of_character): Docstring of
13812 script-representative-chars fixed.
13813
13814 2008-08-31 Eli Zaretskii <eliz@gnu.org>
13815
13816 * msdos.c (BUILD_CHAR_GLYPH): New macro.
13817 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
13818 the menu. Allocate larger buffer for `text', to account for
13819 possible ^C characters.
13820
13821 2008-08-31 Martin Rudalics <rudalics@gmx.at>
13822
13823 * xdisp.c (prepare_menu_bars): Don't call
13824 Vwindow_size_change_functions with arg Qt.
13825
13826 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * font.h (font_range):
13829 * fileio.c (report_file_error):
13830 * composite.c (composition_update_it): Yet another int/Lisp_Object
13831 mixup (YAILOM).
13832
13833 2008-08-30 Glenn Morris <rgm@gnu.org>
13834
13835 * data.c (Fmake_variable_frame_local): Doc fix.
13836
13837 * frame.c (Fmodify_frame_parameters): Doc fix.
13838
13839 2008-08-30 Eli Zaretskii <eliz@gnu.org>
13840
13841 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
13842 needed by GetTokenInformation.
13843 (w32_system_process_attributes): Check return values of all system
13844 APIs.
13845
13846 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
13847 only when the state changes.
13848 (IT_update_begin, IT_update_end): Add termscript trace.
13849
13850 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
13851 clipboard is unavailable. Set dst to NULL if it doesn't point to
13852 malloc'ed data.
13853 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
13854 passing random values to xfree.
13855
13856 * dispnew.c (init_display): Set `tty's association in frame's
13857 parameters alist to the name of the terminal device, if that is known.
13858
13859 2008-08-29 Jason Rumney <jasonr@gnu.org>
13860
13861 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
13862
13863 2008-08-29 Eli Zaretskii <eliz@gnu.org>
13864
13865 * composite.c (fill_gstring_body): Avoid compiler warnings.
13866
13867 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
13868 LGLYPH_SET_CODE to avoid compiler warnings.
13869
13870 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
13871
13872 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
13873
13874 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
13875 LGLYPH_SET_CODE.
13876
13877 2008-08-29 Kenichi Handa <handa@m17n.org>
13878
13879 * fileio.c (report_file_error): Don't downcase the first character
13880 of errstring if it is still unibyte.
13881
13882 2008-08-29 Kenichi Handa <handa@m17n.org>
13883
13884 These changes are to re-implement the automatic composition so
13885 that it doesn't use text properties.
13886
13887 * Makefile.in (ftfont.o): Depend on composite.h.
13888 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
13889
13890 * character.h (Vunicode_category_table): Extern it.
13891
13892 * character.c (Vunicode_category_table): New variable.
13893 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
13894
13895 * chartab.c (optimize_sub_char_table): Perform more greedy
13896 optimization.
13897
13898 * composite.h (enum composition_method):
13899 Delete COMPOSITION_WITH_GLYPH_STRING.
13900 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
13901 (Vcomposition_function_table): Extern it.
13902 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
13903 (composition_gstring_put_cache, composition_gstring_from_id)
13904 (composition_gstring_p, composition_gstring_width)
13905 (composition_compute_stop_pos, composition_reseat_it)
13906 (composition_update_it, composition_adjust_point): Extern them.
13907 (Fcomposition_get_gstring): EXFUN it.
13908
13909 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
13910 (Vcomposition_function_table)
13911 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
13912 (gstring_hash_table, gstring_work, gstring_work_headers):
13913 New variables.
13914 (gstring_lookup_cache, composition_gstring_put_cache)
13915 (composition_gstring_from_id, composition_gstring_p)
13916 (composition_gstring_width, fill_gstring_header)
13917 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
13918 (composition_reseat_it, composition_update_it)
13919 (composition_adjust_point, Fcomposition_get_gstring): New functions.
13920 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
13921 and gstring_work_headers. DEFVAR_LISP composition-function-table.
13922 Defsubr composition_get_gstring.
13923
13924 * dispextern.h (struct glyph): New union u.cmp. Delete the member
13925 cmp_id.
13926 (struct glyph_string): Delete the member gidx. New members
13927 cmp_id, cmp_from, and cmp_to.
13928 (enum it_method): Delete GET_FROM_COMPOSITION.
13929 (struct composition_it): New struct.
13930 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
13931 Delete c, len, cmp_id, cmp_len in u.comp.
13932
13933 * font.h (enum lgstring_indices): Delete it.
13934 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
13935 (enum lglyph_indices): Likewise.
13936 (font_range): Adjust extern.
13937 (font_fill_lglyph_metrics): Extern it.
13938
13939 * font.c (QCf): New variable.
13940 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13941 (font_prepare_composition): Delete this function.
13942 (font_range): Type and arguments changed.
13943 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
13944 (font_fill_lglyph_metrics): New function.
13945 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
13946 (syms_of_font): DEFSYM QCf. Delete defsubr for
13947 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
13948 Defsubr Sfont_shape_gstring.
13949
13950 * fontset.h (font_for_char): Extern it.
13951
13952 * fontset.c (font_for_char): New function.
13953
13954 * ftfont.c: Include composite.h.
13955 (ftfont_resolve_generic_family): Add langset "en" to pattern.
13956 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13957
13958 * indent.c: Include composite.h and dispextern.h.
13959 (check_composition): Delete this function.
13960 (scan_for_column): Handle composition by
13961 composition_compute_stop_pos, composition_reseat_it, and
13962 composition_update_it.
13963 (compute_motion): Likewise.
13964 (Fvertical_motion): Fix checking of composition.
13965
13966 * keyboard.c (adjust_point_for_property): Check composition by
13967 composition_adjust_point.
13968
13969 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
13970 struct glyph_string.
13971
13972 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
13973 (append_composite_glyph): Adjust for the change of struct it and
13974 struct glyph.
13975 (produce_composite_glyph): Likewise.
13976
13977 * w32term.c (x_draw_composite_glyph_string_foreground):
13978 Adjust for the change of struct glyph_string.
13979 (x_draw_glyph_string): Likewise.
13980
13981 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
13982 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13983
13984 * xdisp.c: Include font.h.
13985 (it_props): Delete the entry for Qauto_composed.
13986 (init_iterator): Initialize it->cmp_it.id to -1.
13987 (compute_stop_pos): Call composition_compute_stop_pos.
13988 (face_before_or_after_it_pos): Adjust for the change of struct it.
13989 (handle_auto_composed_prop): Delete it.
13990 (handle_composition_prop): Handle only static composition.
13991 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
13992 from xassert. Initialize it->cmp_it.stop_pos.
13993 (push_it): Adjust for the change of struct it.
13994 (pop_it): Likewise.
13995 (get_next_element): Delete next_element_from_composition.
13996 (CHAR_COMPOSED_P): New macro.
13997 (get_next_display_element): For automatic composition, get a face
13998 from the font in the glyph-string.
13999 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
14000 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
14001 (next_element_from_string): Check if the character at the current
14002 position is composed by CHAR_COMPOSED_P.
14003 (next_element_from_buffer): Likewise.
14004 (next_element_from_composition): Adjust for the change of struct it.
14005 Update it->cmp_it.
14006 (dump_glyph): Adjust for the change of struct glyph.
14007 (fill_composite_glyph_string): Adjust for the change of struct
14008 it and struct glyph. Don't handle automatic composition here.
14009 (fill_gstring_glyph_string): New function.
14010 (x_get_glyph_overhangs): Handle automatic composition.
14011 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
14012 (BUILD_GSTRING_GLYPH_STRING): New macro.
14013 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
14014 automatic composition.
14015 (append_composite_glyph): Adjust for the change of struct it and
14016 struct glyph.
14017 (x_produce_glyphs): Adjust for the change of struct it.
14018
14019 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14020 the change of struct glyph_string.
14021 (x_draw_glyph_string): Likewise.
14022
14023 2008-08-29 Glenn Morris <rgm@gnu.org>
14024
14025 * buffer.c (word-wrap): Doc fix.
14026 * xdisp.c (truncate-partial-width-windows): Doc fix.
14027 Increase default to 50.
14028
14029 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
14030
14031 * xdisp.c (update_tool_bar_unwind): New function.
14032 (update_tool_bar): Temporarily set selected frame before building
14033 tool-bar items.
14034
14035 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
14036
14037 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
14038 snprintf, respectively.
14039 (xd_append_arg): Convert strings with Fstring_make_unibyte.
14040
14041 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
14042
14043 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
14044 LDFLAGS to GNUstep CC invocation.
14045
14046 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
14047
14048 * indent.c (Fvertical_motion): Revert last change. Handle the
14049 general case where we are moving forward, and PT spans multiple
14050 screen lines.
14051
14052 * eval.c (find_handler_clause): Temporarily increase
14053 max-lisp-eval-depth while printing the backtrace buffer, to
14054 guarantee that help-mode code can run.
14055
14056 2008-08-27 Eli Zaretskii <eliz@gnu.org>
14057
14058 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
14059 colors under -rv.
14060 (IT_set_frame_parameters): Don't swap foreground and background
14061 colors if `(reverse . t)' is present in the frame properties.
14062 (internal_terminal_init): Call init_frame_faces only for the
14063 initial frame.
14064
14065 2008-08-27 Andreas Schwab <schwab@suse.de>
14066
14067 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
14068
14069 2008-08-27 Andreas Schwab <schwab@suse.de>
14070
14071 * search.c (search_buffer): Set char_base to zero only at the end.
14072
14073 2008-08-27 Kenichi Handa <handa@m17n.org>
14074
14075 * fileio.c (report_file_error): Fix handling of multibyte error string.
14076
14077 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
14078
14079 * xterm.c (x_term_init): Temporarily hide the partially
14080 initialized terminal while calling vendor-specific-keysyms.
14081
14082 2008-08-26 Eli Zaretskii <eliz@gnu.org>
14083
14084 * msdos.c (internal_terminal_init): Most initializations done only
14085 once, especially initial_screen_colors[] and termscript open.
14086
14087 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
14088
14089 * eval.c (Fcondition_case): Doc fix.
14090
14091 * widgetprv.h (EmacsFramePart): Change font member to the new font
14092 struct.
14093
14094 * widget.c: Include character.h and font.h for XSETFONT.
14095 (setup_frame_gcs): Compute X font id from font struct, just once.
14096
14097 2008-08-26 Eli Zaretskii <eliz@gnu.org>
14098
14099 * term.c (get_named_tty): Fix last change.
14100
14101 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
14102
14103 * indent.c (Fvertical_motion): If moving forward starting from a
14104 multi-line string, move the iterator to the last line of that string.
14105
14106 2008-08-25 Eli Zaretskii <eliz@gnu.org>
14107
14108 * frame.c (do_switch_frame): Mark previously displayed frame as
14109 obscured for FRAME_MSDOS_P frames as well.
14110
14111 2008-08-24 Eli Zaretskii <eliz@gnu.org>
14112
14113 * frame.c (make_terminal_frame): Initialize f->terminal,
14114 f->terminal->reference_count, and scroll bars on MS-DOS as well.
14115 Set the top frame to newly created frame.
14116 (Fmake_terminal_frame): Reuse the_only_display_info.
14117
14118 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
14119 estimating available memory.
14120
14121 2008-08-23 David Reitter <david.reitter@gmail.com>
14122
14123 * nsterm.m (ns_draw_window_cursor): Don't call
14124 NSDisableScreenUpdates and NSEnableScreenUpdates on
14125 non-NS_IMPL_COCOA systems.
14126
14127 2008-08-23 Andreas Schwab <schwab@suse.de>
14128
14129 * process.c (procfs_system_process_attributes): Fix use of
14130 uninitialized variables.
14131
14132 2008-08-23 Eli Zaretskii <eliz@gnu.org>
14133
14134 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
14135
14136 * dispnew.c (init_display): Remove MS-DOS specific conditions for
14137 calling tty-set-up-initial-frame-faces.
14138
14139 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
14140 Allow MSDOS frames along with X frames.
14141
14142 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
14143 addition to output_termcap.
14144
14145 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
14146
14147 * termchar.h (FRAME_TTY): Support output_msdos_raw.
14148 (struct tty_display_info) [MSDOS]: Add fields related to mouse
14149 highlight.
14150
14151 * process.c [!subprocesses]: Define QCname.
14152 (syms_of_process): Intern and staticpro it.
14153
14154 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
14155 Adjust for changes in encoding/decoding routines.
14156 Use encode_coding_object and decode_coding_object instead of
14157 encode_coding and decode_coding.
14158
14159 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
14160
14161 * dosfns.c: Include frame.h before termhooks.h.
14162 (dos_cleanup): Use CURTTY ()->termscript instead of a global
14163 variable termscript.
14164
14165 * s/msdos.h (USER_FULL_NAME): Define.
14166 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
14167
14168 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
14169 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
14170 pw->pw_gecos.
14171
14172 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
14173 SELECTED_FRAME as additional (1st) argument.
14174 (tty_read_avail_input): Handle output_msdos_raw in
14175 addition to output_termcap.
14176
14177 * msdos.c: Include frame.h before termhooks.h.
14178 (mouse_on, mouse_off, mouse_moveto, mouse_init)
14179 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
14180 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
14181 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
14182 (IT_set_terminal_modes, IT_reset_terminal_modes)
14183 (IT_set_frame_parameters): Use tty->termscript instead of a global
14184 variable termscript.
14185 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
14186 global variable terminal_coding. Don't refer to
14187 Vnonascii_translation_table.
14188 (internal_terminal_init): Set Vwindow_system in current_kboard.
14189 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
14190 Announce date and time of session start, if termscript is open.
14191 Don't zero out the_only_display_info (it is done in
14192 term.c:init_tty). Open termscript only of not already open.
14193 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
14194 here instead of dos_ttraw. Don't initialize display if this is an
14195 initial tty. Don't set FRAME_FONT.
14196 (Vwindow_system_version): Bump to 23.
14197 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
14198 is available, set up mouse_position_hook.
14199 (dos_ttraw, IT_set_terminal_modes): If called with initial
14200 terminal, do nothing.
14201 (IT_set_frame_parameters): Handle the Qtty_type frame
14202 parameter by calling internal_terminal_init.
14203 (dos_set_window_size, show_mouse_face)
14204 (clear_mouse_face, IT_note_mode_line_highlight)
14205 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
14206 (dos_rawgetc): Use tty_display_info instead of x_display_info.
14207 (initialize_msdos_display): New function.
14208 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
14209 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
14210 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
14211 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
14212 Accept additional argument: a pointer to a frame. Update all callers.
14213 (request_sigio, unrequest_sigio): Don't define, now defined on
14214 sysdep.c.
14215 (IT_write_glyphs): Rewrite to use encode_terminal_code.
14216
14217 * term.c [MSDOS]: Include msdos.h.
14218 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
14219 conditional to DOS_NT. Allow only one call to this function in a
14220 session. Don't allocate a new struct tty_display_info; instead,
14221 reuse the_only_display_info. Call get_tty_size to get screen
14222 dimensions. Call init_baud_rate to set bad_rate.
14223 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
14224 (Fsuspend_tty) [MSDOS]: Don't close input and output.
14225 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
14226 (get_tty_terminal, get_named_tty, Ftty_type)
14227 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
14228 output_termcap.
14229 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
14230 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
14231 only when subprocesses are supported.
14232
14233 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
14234 f->output_data.x.
14235 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
14236 terminal devices.
14237
14238 * msdos.h: Remove definition of struct x_display_info and struct
14239 x_output.
14240 (FRAME_FONT): Use output_data.tty.
14241 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
14242 (struct x_display_info): Rename from display_info. Update all users in
14243 msdos.c.
14244 (struct x_output): Remove background_pixel and foreground_pixel.
14245 (the_only_display_info): Rename from the_only_x_display.
14246 (dos_ttraw): Update prototype.
14247
14248 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
14249 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
14250
14251 2008-08-23 Jason Rumney <jasonr@gnu.org>
14252
14253 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
14254 (fn_TIFFSetDirectory): New library function used.
14255 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
14256 (tiff_load): Use :index to select among multiple images. Set count
14257 property when multiple images exist.
14258 (gif_format): Use :index, not :image.
14259
14260 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
14261
14262 * xdisp.c (try_scrolling): Check INT_MAX instead of
14263 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
14264 to obtain INT_MAX.
14265
14266 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
14267
14268 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
14269
14270 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
14271
14272 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
14273 GNUstep library location.
14274
14275 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
14276
14277 * xfaces.c (x_update_menu_appearance): Check validity of menu font
14278 before using it.
14279
14280 * puresize.h (BASE_PURESIZE): Increase to 1250000.
14281
14282 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14283
14284 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
14285 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
14286 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
14287 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
14288 (EmacsApp-cursor_blink_handler): Remove declaration.
14289 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
14290 match 01 Feb 2008 changes in xterm.c.
14291 (ns_read_socket): Add cast to avoid warning.
14292 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
14293 GNUstep.
14294
14295 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
14296
14297 * xselect.c (x_get_foreign_selection): Return nil if desired
14298 selection could not be obtained, instead of signalling an error.
14299
14300 2008-08-20 David Reitter <david.reitter@gmail.com>
14301
14302 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
14303 * nsterm.m: Remove ns-specific code for cursor blinking.
14304 (ns_draw_window_cursor): Clear cursor properly rather than
14305 redrawing the area. Respect width of bar cursors.
14306 These changes enable the use of generic blink-cursor-mode and
14307 generic cursor types in NS and support smooth cursor movements (do
14308 not blink off after command).
14309 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
14310 Nextstep, too.
14311
14312 2008-08-19 Kenichi Handa <handa@m17n.org>
14313
14314 * font.c (Vfont_log_deferred): New variable.
14315 (font_add_log): Check Vfont_log_deferred.
14316 (font_deferred_log): New function.
14317
14318 * font.h (font_deferred_log): Extern it.
14319
14320 * fontset.c (reorder_font_vector): Use encoding charset of fonts
14321 for sorting.
14322 (face_for_char): Use deferred log.
14323
14324 2008-08-18 Kenichi Handa <handa@m17n.org>
14325
14326 * fontset.c (face_for_char): Add font log.
14327
14328 * font.c (font_add_log): Add the font properties :script, :lang,
14329 and :otf in the log.
14330
14331 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
14332
14333 * xdisp.c: Remove dead code.
14334 (handle_invisible_prop, next_overlay_string): Defer call to
14335 setup_for_ellipsis.
14336 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
14337
14338 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
14339
14340 * xfaces.c (lookup_derived_face): Properly handle possible zero
14341 return value of get_lface_attributes.
14342 (merge_faces): Don't tell lookup_derived_face to signal an error
14343 if face is not found.
14344
14345 * dired.c (Fdirectory_files): Doc fix.
14346
14347 * process.c (make_process): Initialize kill_without_query struct
14348 member.
14349
14350 2008-08-15 Eli Zaretskii <eliz@gnu.org>
14351
14352 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
14353 Alternative calculation of totphys for Visual Studio 6.
14354
14355 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
14356
14357 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
14358 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
14359 All users changed.
14360 (stat): Only root directory passed to GetDriveType. Allow RAM
14361 disk as well as local fixed disk when w32-get-true-file-attributes
14362 is set to `local'.
14363 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
14364 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
14365 (w32_cached_id, w32_add_to_cache): New functions.
14366 (get_name_and_id): Look account names in the cache before calling
14367 lookup_account_sid.
14368 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
14369 New initialization flags.
14370 (globals_of_w32): Initialize them to zero.
14371 (w32_system_process_attributes): Use w32_cached_id and
14372 w32_add_to_cache.
14373
14374 2008-08-14 Lawrence Mitchell <wence@gmx.li>
14375
14376 * lread.c (Fread_char, Fread_char_exclusive): If no character
14377 event is read before timeout is reached, return nil, rather than
14378 converting to a number.
14379
14380 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
14381
14382 * fns.c (use_dialog_box): Doc fix.
14383
14384 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
14385 on OS X.
14386
14387 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
14388
14389 * frame.c (Qns_parse_geometry): New var.
14390 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
14391
14392 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
14393
14394 * xdisp.c (x_produce_glyphs): Handle the case when font has no
14395 space character in calculating tabs.
14396
14397 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
14398
14399 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
14400
14401 2008-08-10 Glenn Morris <rgm@gnu.org>
14402
14403 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
14404 silence gcc "limited range of data type" warnings in some
14405 make_fixnum_or_float calls.
14406
14407 2008-08-09 Eli Zaretskii <eliz@gnu.org>
14408
14409 * w32.c (w32_system_process_attributes): If the process does not
14410 exist, return nil.
14411
14412 * w32.c: Include thelp32.h, psapi.h and coding.h.
14413 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
14414 declarations.
14415 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
14416 (Process32Next_Proc): New typedefs.
14417 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
14418 (g_b_init_process32_next, g_b_init_open_thread_token)
14419 (g_b_init_impersonate_self, g_b_init_revert_to_self)
14420 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
14421 (g_b_init_get_process_working_set_size)
14422 (g_b_init_global_memory_status_ex): New static variables.
14423 (globals_of_w32): Initialize them.
14424 (create_toolhelp32_snapshot, process32_first, process32_next)
14425 (open_thread_token, impersonate_self, revert_to_self)
14426 (get_process_memory_info, get_process_working_set_size)
14427 (global_memory_status, global_memory_status_ex): New wrapper
14428 functions.
14429 (w32_list_system_processes, w32_system_process_attributes)
14430 (enable_privilege, restore_privilege, ltime, process_times):
14431 New functions.
14432 (convert_time_raw): New function.
14433 (convert_time): Remove conversion of FILETIME into time in 100
14434 nsec units, call convert_time_raw instead.
14435
14436 * process.h (w32_list_system_processes, w32_system_process_attributes):
14437 Add prototypes.
14438 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
14439 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
14440 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
14441 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
14442
14443 * process.c (Fsystem_process_attributes): Doc fix.
14444
14445 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
14446
14447 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
14448 a continued multi-char glyph; if so, advance to the actual glyph.
14449
14450 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14451
14452 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
14453
14454 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
14455 (.m.o): Use it.
14456 * config.in: Regenerate.
14457
14458 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
14459
14460 * xdisp.c (redisplay_window): Revert last change.
14461 (try_window): Check bottom scroll margin too.
14462
14463 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14464
14465 * config.in: Regenerate.
14466
14467 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
14468 -list-load-path-shadows'.
14469 (nsgui.h): Reduce number of things depending on it.
14470
14471 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
14472
14473 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
14474 instead of window-end which does the wrong thing at eob.
14475 (try_cursor_movement): Minor optimization.
14476 (redisplay_window): If scroll margin is defined, don't assume
14477 window doesn't need scrolling.
14478
14479 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14480
14481 * config.in: Regenerate.
14482
14483 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
14484 (mostlyclean): Don't delete *.d under NS.
14485
14486 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
14487
14488 2008-08-06 Kenichi Handa <handa@m17n.org>
14489
14490 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
14491
14492 2008-08-06 Andreas Schwab <schwab@suse.de>
14493
14494 * config.in: Regenerate.
14495
14496 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
14497
14498 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
14499 forcing a window start.
14500
14501 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
14502 (auto_save_1): Update modtime when auto-save-list-file-name is on.
14503
14504 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
14505
14506 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
14507 argument.
14508
14509 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
14510
14511 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
14512 <scroll-down-aggressively, before-change-functions>:
14513 <after-change-functions>: Reflow docstrings.
14514
14515 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
14516 Ken Raeburn <raeburn@gnu.org>
14517
14518 Dock menu customization, based on a patch by Ken Raeburn, plus some
14519 other fixes.
14520 * nsmenu.m (dockMenu): New variable.
14521 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
14522
14523 * nsterm.h (dockMenu): Declare.
14524
14525 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
14526 (ns_term_init): Initialize dockMenu.
14527 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
14528 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
14529 left.
14530
14531 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
14532
14533 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
14534
14535 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
14536
14537 * config.in: Regenerate.
14538
14539 2008-08-04 Seiji Zenitani <zenitani@mac.com>
14540
14541 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
14542
14543 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
14544
14545 * nsterm.h (find_and_call_menu_selection): Fix prototype.
14546
14547 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
14548
14549 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
14550
14551 * keyboard.h: Comment an #endif.
14552
14553 * lisp.h (have_menus_p): Adjust comment.
14554
14555 * menu.c (find_and_return_menu_selection): Fix comparison with
14556 client_data.
14557
14558 * nsmenu.m (popup_activated_flag): New variable.
14559 (popup_activated): New function.
14560 (menu-or-popup-active-p): New exported lisp definition.
14561 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
14562 when popup done.
14563 (ns_popup_dialog): Set popup_activated_flag.
14564
14565 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
14566 version for GNUstep (handled by conditional typedef in nsterm.m).
14567 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
14568 in rgb.txt).
14569
14570 * process.c (init_process): Use DARWIN_OS, not DARWIN.
14571
14572 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
14573
14574 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
14575
14576 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
14577 shortcircuit if popup_activated like GTK and X toolkit.
14578
14579 * m/inter386.h: Change DARWIN to DARWIN_OS.
14580
14581 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
14582 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
14583 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
14584 comment on NO_SOCK_SIGIO.
14585
14586 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
14587
14588 * nsterm.m (windowDidResize): Remove stopModal call.
14589
14590 2008-08-03 Andreas Schwab <schwab@suse.de>
14591
14592 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
14593 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
14594
14595 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
14596
14597 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
14598 Don't use uninitialized pointer variable when using getrlimit.
14599
14600 2008-08-02 Jason Rumney <jasonr@gnu.org>
14601
14602 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
14603
14604 2008-08-02 Eli Zaretskii <eliz@gnu.org>
14605
14606 * alloc.c (NSTATICS): Bump to 0x640.
14607
14608 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
14609
14610 * lisp.h: Add prototype for directory_files_internal.
14611
14612 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
14613 New functions.
14614 (syms_of_process): Defsubr them. Add initializations for various
14615 Q* symbols used in procfs_system_process_attributes.
14616 (procfs_list_system_processes, procfs_system_process_attributes)
14617 [HAVE_PROCFS]: New functions.
14618 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
14619 (procfs_get_total_memory): New functions.
14620
14621 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
14622
14623 * xfaces.c (Fx_load_color_file): Fix previous change;
14624 it is #ifdef WINDOWSNT, not WINDOWS_NT.
14625
14626 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
14627
14628 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
14629
14630 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14631
14632 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
14633
14634 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
14635
14636 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
14637
14638 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
14639 define NSApplicationDelegateReplySuccess.
14640 (EmacsView -converstationIdentifier): Use long instead of
14641 NSInteger for GNUstep, since it doesn't have NSInteger.
14642
14643 * xmenu.c: Revert last change.
14644
14645 * keyboard.h: Fix last change.
14646
14647 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
14648
14649 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
14650 on Windows.
14651
14652 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14653
14654 Warning clearing and clean-up in NS port.
14655 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
14656 Add prototypes.
14657 * nsgui.h (FACE_DEFAULT): Remove, unused.
14658 (XGCValues): Change colors to unsigned long.
14659 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
14660 nsterm.m.
14661 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
14662 (ns_list_fonts): Remove, unused.
14663 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
14664 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
14665 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
14666 (nsfont_draw): Compare face colors to 0, not nil.
14667 * nsmenu.m (struct widget_value): Drop unneeded declaration.
14668 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
14669 (-addSubmenuWithTitle:): Use NSMenuItem class.
14670 (ns_popup_menu): Use NO, not NULL, for enabled setting.
14671 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
14672 (ns_clip_to_row): Make gc arg a BOOL.
14673 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
14674 ns_clip_to_row() call.
14675 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
14676 used). Cast FRAME_FONT assignments.
14677 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
14678 (ns_string_to_lispmod): Change arg to const char.
14679 (ns_term_init): Use NSMenuItem class.
14680 (EmacsApp -openFile:): Move to different section of file.
14681 (EmacsApp -application:openFiles:): Don't return a value, call
14682 -replyToOpenOrPrint:.
14683 (EmacsView -keyDown:): Fix up cast.
14684 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
14685 (EmacsView -menuDown:): Cast tag in call to
14686 find_and_call_menu_selection().
14687 (ns_list_fonts): Remove, unused.
14688 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
14689 (ns_fontname_to_xlfd): Make static.
14690 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
14691 Remove prototypes (now in keyboard.h).
14692 (next_menubar_widget_id): Remove, unused.
14693 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
14694 Remove prototypes (now in keyboard.h).
14695 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
14696
14697 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
14698
14699 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
14700 (floatfns.o): Depend on syssignal.h.
14701 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
14702
14703 * systty.h: Fix previous change that removed BSD_TERMIOS.
14704 Add comments to #ifdefs.
14705
14706 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14707
14708 * w32fns.c (w32-load-color-file): Remove.
14709 (x-open-connection): Use renamed Fx_load_color_file.
14710 * xfaces.c (x-load-color-file): Add.
14711 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
14712 Emacs.clr.
14713 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
14714
14715 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
14716
14717 * dbusbind.c (Fdbus_call_method_asynchronously)
14718 (Fdbus_method_error_internal): New defuns.
14719 (xd_read_message): Handle also reply messages.
14720 (Vdbus_registered_functions_table): Extend docstring.
14721
14722 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
14723
14724 * keyboard.c (gobble_input): Fix previous change.
14725
14726 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
14727
14728 * bitmaps/README:
14729 * xfns.c:
14730 * termcap.c:
14731 * term.c:
14732 * syswait.h:
14733 * systty.h:
14734 * systime.h:
14735 * syssignal.h:
14736 * sysdep.c:
14737 * process.h:
14738 * process.c:
14739 * print.c:
14740 * ndir.h:
14741 * lread.c:
14742 * keyboard.c:
14743 * getpagesize.h:
14744 * floatfns.c:
14745 * fileio.c:
14746 * emacs.c:
14747 * doc.c:
14748 * dispnew.c:
14749 * dired.c:
14750 * data.c:
14751 * callproc.c:
14752 * buffer.c:
14753 * README:
14754 * Makefile.in:
14755 * s/template.h:
14756 * s/msdos.h:
14757 * m/vax.h: Remove VMS support.
14758 * s/vms.h:
14759 * vlimit.h:
14760 * uaf.h:
14761 * temacs.opt:
14762 * param.h:
14763 * ioctl.h: Remove file.
14764
14765 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
14766
14767 * s/ms-w32.h (MULTI_KBOARD): Remove.
14768 * xterm.c:
14769 * xselect.c:
14770 * xfns.c:
14771 * window.c:
14772 * w32term.c:
14773 * w32fns.c:
14774 * terminal.c:
14775 * termhooks.h:
14776 * term.c:
14777 * sysdep.c:
14778 * keyboard.h:
14779 * keyboard.c:
14780 * frame.h:
14781 * frame.c:
14782 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
14783 * config.in: Regenerate.
14784
14785 2008-07-30 Jason Rumney <jasonr@gnu.org>
14786
14787 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
14788
14789 * w32font.c (w32font_encode_char): Leave as unicode if in range.
14790 (w32font_open_internal): Get unicode version of textmetrics.
14791 Don't enable or disable glyph indices here.
14792 (w32font_open): Disable use of glyph indices.
14793
14794 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
14795
14796 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
14797
14798 * minibuf.c (Vread_buffer_function): Doc fix.
14799
14800 2008-07-30 John Paul Wallington <jpw@pobox.com>
14801
14802 * minibuf.c (read_buffer_completion_ignore_case): New var.
14803 (Fread_buffer): Use it.
14804
14805 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
14806
14807 * systty.h (sensemode): Remove empty #if. Remove reference to
14808 BSD_TERMIOS, unused.
14809
14810 * sysdep.c: Remove reference to DGUX.
14811 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
14812
14813 * config.in: Regenerate.
14814
14815 2008-07-30 Jason Rumney <jasonr@gnu.org>
14816
14817 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
14818
14819 2008-07-29 Jason Rumney <jasonr@gnu.org>
14820
14821 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
14822 is populated.
14823 (uniscribe_encode_char): Always use uniscribe.
14824 Avoid using context if cache is populated.
14825
14826 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
14827
14828 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
14829 open menu.
14830
14831 * gtkutil.c (menu_nav_ended): Remove.
14832 (create_menus): Remove signal connect for menu_nav_ended.
14833
14834 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
14835
14836 * xdisp.c (redisplay_window): Check return value of
14837 compute_window_start_on_continuation_line before forcing a window
14838 start.
14839
14840 2008-07-28 Jason Rumney <jasonr@gnu.org>
14841
14842 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
14843
14844 * w32term.c (w32_enable_unicode_output, cleartype_active):
14845 Remove obsolete display options.
14846 (x_draw_glyph_string_background): Don't use old cleartype_active
14847 workaround.
14848 (w32_initialize): Remove cleartype_active initialization.
14849 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
14850
14851 2008-07-28 Andreas Schwab <schwab@suse.de>
14852
14853 * lisp.h (init_weak_hash_tables, syms_of_font)
14854 (xd_read_queued_messages, syms_of_dbusbind): Declare.
14855 (remove_hash_entry): Don't declare.
14856 * eval.c (maybe_call_debugger): Make static and move before use.
14857 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
14858 * xdisp.c: Include "gtkutil.h" if USE_GTK.
14859 * xterm.h (x_set_frame_alpha): Declare.
14860
14861 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
14862
14863 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
14864 (create_menus): Connect selection-done to menu_nav_ended.
14865
14866 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
14867
14868 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
14869 Set Vx_resource_name to a fallback. Replace read of 'buffered'
14870 parameter with read of 'alpha' one.
14871 (Qns_frame_parameter): Remove.
14872 * nsselect.m (selection-coding-system)
14873 (next-selection-coding-system, Vselection_coding_system)
14874 (Vnext_selection_coding_system): Drop.
14875
14876 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
14877
14878 * nsfns.m (do-applescript, do_applescript): Rename to
14879 ns-do-applescript, ns_do_applescript, and move within file.
14880
14881 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14882
14883 Remove support for Mac Carbon.
14884 * mactoolbox.c:
14885 * macterm.h:
14886 * macterm.c:
14887 * macselect.c:
14888 * macmenu.c:
14889 * macgui.h:
14890 * macfns.c:
14891 * mac.c: Remove file.
14892 * s/darwin.h:
14893 * m/intel386.h:
14894 * xfaces.c:
14895 * xdisp.c:
14896 * window.c:
14897 * tparam.c:
14898 * termhooks.h:
14899 * termcap.c:
14900 * term.c:
14901 * syssignal.h:
14902 * sysselect.h:
14903 * sysdep.c:
14904 * process.c:
14905 * lread.c:
14906 * lisp.h:
14907 * keyboard.c:
14908 * image.c:
14909 * fringe.c:
14910 * frame.h:
14911 * frame.c:
14912 * fontset.c:
14913 * font.h:
14914 * font.c:
14915 * fns.c:
14916 * fileio.c:
14917 * emacs.c:
14918 * dispnew.c:
14919 * dispextern.h:
14920 * config.in:
14921 * atimer.c:
14922 * Makefile.in: Remove code for Carbon.
14923
14924 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14925
14926 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
14927
14928 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14929
14930 * macterm.h (kCGBitmapByteOrder32Host): New define for
14931 non-universal SDKs.
14932
14933 * image.c (mac_create_cg_image_from_image, image_load_image_io)
14934 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
14935
14936 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
14937 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
14938
14939 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
14940
14941 * w32inevt.c: Include dispextern.h.
14942
14943 2008-07-26 Andreas Schwab <schwab@suse.de>
14944
14945 * print.c (print_object): Fix off-by-one in last change.
14946
14947 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
14948
14949 * term.c (syms_of_term): Don't initialize default_orig_pair,
14950 default_set_foreground and default_set_background on Windows.
14951
14952 2008-07-25 Jason Rumney <jasonr@gnu.org>
14953
14954 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
14955 ScriptItemize. Clean up return value checking. Remove unused
14956 variables.
14957 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
14958 shaping engine.
14959
14960 * w32font.c (w32font_has_char): Handle the case where we can't
14961 determine the script for a character.
14962
14963 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
14964
14965 * term.c (syms_of_term): Initialize default_orig_pair,
14966 default_set_foreground, and default_set_background.
14967
14968 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
14969 clash (bug#86).
14970 (getloadavg): Callers changed.
14971
14972 * image.c (svg_load_image): Fix last change.
14973 (svg_load_image): Use rsvg_handle_get_dimensions to check that
14974 image size is valid. Use g_object_unref instead of deprecated
14975 rsvg_handle_free to free rsvg handle.
14976 (x_from_xcolors): Don't initialize pixmap (silence compiler).
14977
14978 2008-07-25 Jason Rumney <jasonr@gnu.org>
14979
14980 * w32font.c (w32font_encode_char): Encode characters outside BMP as
14981 surrogates before looking up glyph index.
14982 (w32font_text_extents): Encode as surrogates if falling back to
14983 functions that need UTF-16 wide chars.
14984
14985 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
14986 BMP as surrogates before looking up glyph index.
14987
14988 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
14989
14990 * image.c (svg_load_image): Check for failure in return value of
14991 rsvg_handle_get_pixbuf. Free rsvg handle when done.
14992
14993 2008-07-25 Jason Rumney <jasonr@gnu.org>
14994
14995 * w32font.c (Fx_select_font): Reverse sense of second arg.
14996
14997 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
15000 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
15001
15002 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
15003 (PURESIZE): Use it.
15004
15005 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15006
15007 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
15008 * m/alpha.h (TEXT_END):
15009 * m/ibmrs6000.h (TEXT_END):
15010 * m/macppc.h (TEXT_END):
15011 * s/darwin.h (TEXT_END):
15012 * s/msdos.h (TEXT_END): Remove, unused.
15013 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
15014 * s/cygwin.h: Remove comment.
15015
15016 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
15017 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
15018 * m/intel386.h (DOT_GLOBAL_START):
15019 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
15020 (USG): Remove, file not used on USG platforms.
15021
15022 * Makefile.in (HAVE_X11): Remove empty #else.
15023
15024 2008-07-24 Andreas Schwab <schwab@suse.de>
15025
15026 * fileio.c (Finsert_file_contents): Properly adjust undo list
15027 after format conversion.
15028
15029 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
15030
15031 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
15032 (menu_nav_ended): Remove.
15033 (create_menus): Remove signal connect for menu_nav_ended.
15034 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
15035 create_menus.
15036 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
15037
15038 2008-07-23 Jason Rumney <jasonr@gnu.org>
15039
15040 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
15041 with opened font.
15042 (w32font_open): Set font type to gdi.
15043
15044 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
15045
15046 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15047
15048 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
15049 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
15050 defines it.
15051 * unexec.c (ADDR_CORRECT): Define unconditionally.
15052
15053 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
15054
15055 * unexec.c: Remove code depending on !COFF and USG, the file is
15056 not used for such systems.
15057
15058 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
15059 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
15060 (LD_SWITCH_SYSTEM_1): Remove, update users.
15061
15062 * s/darwin.h (DATA_END):
15063 * m/intel386.h (DATA_END):
15064 * m/ibmrs6000.h (DATA_END):
15065 * m/alpha.h (DATA_END): Remove, unused.
15066
15067 * config.in: Regenerate.
15068 * s/ms-w32.h (subprocesses): Define unconditionally.
15069 * s/template.h (subprocesses): Update comment.
15070 * s/vms.h (subprocesses):
15071 * s/usg5-4.h (subprocesses):
15072 * s/hpux10-20.h (subprocesses):
15073 * s/gnu-linux.h (subprocesses):
15074 * s/cygwin.h (subprocesses):
15075 * s/bsd-common.h (subprocesses):
15076 * s/aix4-2.h (subprocesses):
15077 * s/darwin.h (subprocesses): Do not define, defined by default now.
15078
15079 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
15080 Remove all references.
15081 (temacs): Add GNUstep specific ld flags.
15082
15083 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
15084 similarly to what X does.
15085
15086 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15087
15088 * nsfns.m (x-list-fonts): Remove.
15089 (syms_of_nsfns): Drop the x-list-fonts declaration.
15090 * nsterm.m: Get rid of remaining "//" comments.
15091
15092 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
15093
15094 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
15095
15096 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
15097 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
15098 (Fns_own_selection_internal, Fx_disown_selection_internal)
15099 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
15100
15101 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
15102 ... */' style of docstrings. Doc fixes.
15103
15104 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15105
15106 * terminfo.c (UP, BC, PC): Undo previous change.
15107
15108 * nsfns.m: Rename ns prefixed functions/variables to the
15109 corresponding x versions. Update references.
15110
15111 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15112
15113 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
15114
15115 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15116
15117 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
15118 Remove forwarding functions.
15119 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
15120 non-static.
15121 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
15122 non-static.
15123 (ns_frame_parm_handlers): Use the new names.
15124 (syms_of_nsfns): Move to the end of file.
15125
15126 * nsterm.m (syms_of_nsterm): Move to the end of file.
15127
15128 * dispnew.c (init_display): Remove code for X10.
15129
15130 2008-07-22 Jason Rumney <jasonr@gnu.org>
15131
15132 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
15133 bare drive.
15134
15135 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15136
15137 * nsterm.m (syms_of_nsterm): Remove debugging println.
15138
15139 2008-07-22 David Reitter <david.reitter@gmail.com>
15140
15141 * nsfns.m (do_applescript, F_do_applescript): NS version of the
15142 Carbon implementation of the same functionality: execute arbitrary
15143 AppleScript code.
15144
15145 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
15146
15147 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
15148 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
15149 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
15150 (Fx_display_mm_height, Fx_display_mm_width)
15151 (Fx_display_backing_store, Fx_display_visual_class)
15152 (Fx_display_save_under, Fx_open_connection)
15153 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
15154 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
15155 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
15156 (Fx_display_pixel_width, Fx_display_pixel_height)
15157 (Fx_display_usable_bounds, Fx_display_planes)
15158 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
15159 ... */' style of docstrings.
15160
15161 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
15162
15163 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
15164 on this platform.
15165 (mips):
15166 * m/iris4d.h (mips): Do not define.
15167 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
15168
15169 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
15170
15171 * image.c:
15172 * nsfns.m:
15173 * nsselect.m:
15174 * nsterm.h:
15175 * nsterm.m: Rename ns prefixed functions/variables to the
15176 corresponding x versions. Update references.
15177
15178 * m/ibms390x.h (NO_REMAP): Do not undefine.
15179
15180 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
15181
15182 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
15183
15184 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
15185 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
15186 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
15187 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
15188 (Fns_display_mm_height, Fns_display_mm_width)
15189 (Fns_display_backing_store, Fns_display_visual_class)
15190 (Fns_display_save_under, Fns_open_connection)
15191 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
15192 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
15193 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
15194 (Fns_display_pixel_width, Fns_display_pixel_height)
15195 (Fns_display_usable_bounds, Fx_display_planes)
15196 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
15197
15198 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
15199
15200 * print.c (print_object): Check print_depth before searching for
15201 circularities.
15202
15203 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
15204
15205 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
15206 only sprintf.
15207
15208 2008-07-21 Kenichi Handa <handa@m17n.org>
15209
15210 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
15211
15212 2008-07-20 Andreas Schwab <schwab@suse.de>
15213
15214 * syntax.c (find_start_pos, find_start_value)
15215 (find_start_value_byte, find_start_begv, find_defun_start)
15216 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
15217
15218 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15219
15220 * s/sol2-3.h: Insert contents of s/sol2.h.
15221 (LD_SWITCH_SYSTEM): Remove redundant definition.
15222 * s/sol2.h: Remove, unused.
15223
15224 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15225
15226 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
15227
15228 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15229
15230 * Makefile.in (ns_appdir): Fix typo in find command.
15231
15232 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15233
15234 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
15235
15236 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
15237 added not supported anymore.
15238
15239 * s/usg5-4-2.h (LIBS_SYSTEM):
15240 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
15241
15242 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
15243 * s/lynxos.h (GETPGRP_NO_ARG):
15244 * s/hpux10-20.h (NO_SIOCTL_H):
15245 * s/gnu.h (GETPGRP_NO_ARG):
15246 * s/gnu-linux.h (NO_SIOCTL_H):
15247 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
15248 * s/cygwin.h (GETPGRP_NO_ARG):
15249 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
15250 (C_DEBUG_SWITCH): Remove duplicate definition.
15251
15252 * m/ibms390.h: Remove boilerplate comments.
15253
15254 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
15255
15256 * process.c (HAVE_SERIAL): Consolidate ifdefs.
15257 (wait_reading_process_output): Remove code for SunOS, platform not
15258 supported anymore. Use SOLARIS2 instead of sun.
15259
15260 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15261
15262 * font.c (font_open_by_name): Under NS, default lface height to zero.
15263 (font_open_for_lface): Under NS, set size based on frame fontsize.
15264 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
15265 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
15266
15267 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15268
15269 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
15270 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
15271 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
15272 YES/NO.
15273 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
15274 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
15275 * Makefile.in (clean): Clear out build destination dir.
15276
15277 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15278
15279 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
15280 xterm, xselect.
15281 * lisp.h: Remove declaration of hash_remove.
15282 * nsgui.h: Remove redefinitions of hash_remove.
15283 * fns.c (hash_remove): Rename to hash_remove_from_table.
15284
15285 2008-07-19 Seiji Zenitani <zenitani@mac.com>
15286
15287 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
15288 strdup() the family UTF8String before modifying it.
15289
15290 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15291
15292 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
15293 NS_FACE_BACKGROUND with 0 instead of nil.
15294 * nsfont.m (nsfont_draw): Same.
15295
15296 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
15297
15298 * nsfns.m (ns_set_background_color): Fix crash.
15299
15300 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
15301
15302 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
15303
15304 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
15305
15306 * puresize.h (BASE_PURESIZE): Increase to 1240000.
15307
15308 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15309
15310 * gtkutil.c: Include <config.h> instead of "config.h".
15311
15312 * lisp.h (Foverlay_buffer): Add EXFUN.
15313
15314 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
15315 child process to complete child_setup. Undo 2005-09-21 change.
15316
15317 * s/darwin.h: Mention setsid after vfork.
15318
15319 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15320
15321 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
15322 Depend on macgui.h.
15323
15324 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
15325 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
15326
15327 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
15328 and f19.
15329 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
15330
15331 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
15332 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
15333 Remove enumerators.
15334
15335 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
15336 Check if FACE_FROM_ID returns NULL.
15337
15338 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
15339
15340 * w32inevt.c (change_frame_size): Remove extern declaration.
15341 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
15342 change_frame_size.
15343
15344 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
15345
15346 * getloadavg.c: Revert last change (2008-07-15).
15347
15348 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
15349
15350 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
15351 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
15352 from configure.
15353
15354 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
15355
15356 * s/sol2.h:
15357 * s/sol2-4.h: Reorganize conditionals.
15358
15359 * ecrt0.c: Remove code depending on m68000, not used anymore.
15360
15361 * fns.c (hash_remove): Make static.
15362 * lisp.h (hash_remove): Don't prototype.
15363
15364 * m/ibmrs6000.h:
15365 * m/ibms390x.h:
15366 * m/macppc.h: Remove boilerplate comments.
15367
15368 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
15369 Solaris, which does not need them.
15370
15371 * m/vax.h: Remove comments about unsupported systems.
15372
15373 * s/darwin.h: Reorganize ifdefs.
15374
15375 2008-07-17 Andreas Schwab <schwab@suse.de>
15376
15377 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
15378
15379 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
15380
15381 Use SDATA. Follow coding convention of placing operators at
15382 beginning of next line rather than end of previous line, and placing
15383 spaces around infix operators.
15384
15385 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
15386 in case it was defined already.
15387 USE @GNUSTEP_MAKEFILES@ rather than envvars.
15388 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
15389 ns_default.
15390 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
15391 Lisp_Objects.
15392 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
15393 (ns_defined_color, ns_color_to_lisp): Declare.
15394 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
15395 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
15396 it's accepted even with USE_LISP_UNION_TYPE.
15397 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
15398 (update_frame_tool_bar): Remove apparently obsolete tests for
15399 non-integerness of f->tool_bar_lines.
15400 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
15401 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
15402 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
15403 (nsfont_open): Don't confuse NULL for Qnil.
15404 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
15405 * menu.h (find_and_call_menu_selection):
15406 * menu.c (find_and_call_menu_selection): Use just int for vector size.
15407 (find_and_return_menu_selection): Always return something.
15408 * frame.h: Include dispextern.h for Display_Info.
15409 (display_x_get_resource): Declare.
15410
15411 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
15412
15413 * syntax.c: Remove stdio.h include accidentally introduced in
15414 Emacs.app commit.
15415 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
15416 NS_IMPL_COCOA.
15417 * keyboard.c (handle_async_input, input_available_signal): Remove
15418 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
15419
15420 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
15421
15422 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
15423 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
15424 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
15425 Use SDATA.
15426
15427 * keymap.c: Remove all NS-specific code.
15428 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
15429 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
15430 where_is_preferred_modifier, return a different value depending on how
15431 preferred is the binding.
15432 (where_is_internal): Adjust accordingly.
15433 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
15434 Adjust to new preferred_sequence_p.
15435 (syms_of_keymap): Declare `where-is-preferred-modifier'.
15436 * keyboard.c (parse_solitary_modifier): Not static any more.
15437 * keyboard.h (parse_solitary_modifier): Declare.
15438
15439 2008-07-16 Andreas Schwab <schwab@suse.de>
15440
15441 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
15442 of easymenu.
15443
15444 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
15445
15446 * xdisp.c (move_it_in_display_line): Account for word wrap, so
15447 that we don't move off the line.
15448
15449 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
15450
15451 * keyboard.c (Qsuper): Remove.
15452 (parse_menu_item): Don't call where_is_internal specially for NS.
15453
15454 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15455
15456 * s/gnu-linux.h: Remove boilerplate comments.
15457
15458 * m/alpha.h (__ELF__): Consolidate conditions.
15459
15460 * m/m68k.h (linux): Use GNU_LINUX instead.
15461 Remove boilerplate comments.
15462
15463 * m/intel386.h: Undo refactoring from previous change.
15464 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
15465 too, remove dead code.
15466 (linux): Use GNU_LINUX instead.
15467
15468 2008-07-16 Jason Rumney <jasonr@gnu.org>
15469
15470 * w32gui.h: Repeat 26 June changes lost by last change.
15471
15472 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15473
15474 * systty.h: Remove code for Aix on 386, unsupported platform.
15475
15476 * s/ms-w32.h: Remove boilerplate comments.
15477 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
15478
15479 * s/gnu-linux.h (TERM): Remove support.
15480 (HAVE_SYSVIPC): Remove, unused.
15481 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
15482 for this system.
15483
15484 * process.c: Remove support for IRIS, unused.
15485 Remove support for TERM, not relevant anymore.
15486
15487 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
15488 used with the definition.
15489
15490 * s/aix4-2.h (static): Do not undef.
15491
15492 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
15493 only used on Aix.
15494 (HAVE_SYSVIPC): Remove, unused.
15495
15496 * m/hp800.h (CANNOT_DUMP): Do not undef.
15497
15498 * m/alpha.h: Fix comment.
15499
15500 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
15501 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
15502 used by this configuration.
15503 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
15504 * unexec.c: Remove code depending on HPUX and
15505 USG_SHARED_LIBRARIES, not used with this file. Remove code
15506 depending on IRIS, unused. Remove if 0-ed code.
15507
15508 * s/template.h: Remove comments about static.
15509
15510 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
15511 Remove if 0-ed code.
15512 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
15513 were the same as the default.
15514 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
15515 Remove boilerplate comments.
15516 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
15517 (HAVE_SYSVIPC): Remove, unused.
15518 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
15519
15520 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
15521 Remove boilerplate comments.
15522 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
15523 Remove boilerplate comments.
15524 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
15525 Remove boilerplate comments.
15526 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
15527
15528 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
15529 USG systems which do not use DATA_SEG_BITS.
15530 Refactor code. Remove boilerplate comments.
15531
15532 * m/ibms390.h:
15533 * m/m68k.h:
15534 * s/bsd-common.h:
15535 * s/cygwin.h:
15536 * s/darwin.h:
15537 * s/freebsd.h:
15538 * s/gnu.h:
15539 * s/msdos.h: Remove boilerplate comments.
15540
15541 * m/iris4d.h: Remove boilerplate comments and code for systems that
15542 do not use this file.
15543 (IRIS_4D): Remove, unused.
15544
15545 * m/mips.h: Remove boilerplate comments and code for systems that
15546 do not use this file.
15547 (SIGN_EXTEND_CHAR):
15548 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
15549 * unexmips.c: Remove file, unused.
15550
15551 * editfns.c (Fuser_full_name): Replace the only use of
15552 USER_FULL_NAME with its value.
15553 * config.in: Regenerate.
15554
15555 2008-07-16 David Reitter <david.reitter@gmail.com>
15556
15557 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
15558 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
15559
15560 2008-07-16 Glenn Morris <rgm@gnu.org>
15561
15562 * emacs.c (system-type): Doc fix.
15563
15564 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
15565
15566 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
15567 If the cache doesn't work, let's fix it, rather than work around it.
15568
15569 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15570
15571 * Makefile.in: Correct additions for nsfont.o in last commit.
15572 * nsfont.m: New file (forgot last commit).
15573
15574 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
15575
15576 * callproc.c (set_initial_environment): Initialize
15577 Vprocess_environment under CANNOT_DUMP (fixes crash when
15578 batch-compiling for bootstrap).
15579
15580 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
15581 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15582
15583 * frame.c (make_initial_frame): Call init_frame_faces(f) in
15584 CANNOT_DUMP case -- fix crash due to different init order.
15585
15586 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15587
15588 Changes and additions for NeXTstep windowing system (Cocoa and
15589 GNUstep) support.
15590
15591 * Makefile.in:
15592 * config.in: Support defines and build commands for NS port.
15593 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
15594 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
15595 * dispextern.h: Include nsgui.h and add needed typedefs under NS
15596 windowing.
15597 (struct face): Add synth_ital field.
15598 * dispnew.c: Include nsterm.h when compiling under NS windowing.
15599 (init_display): Initialize Vinitial_window_system to "ns" when so
15600 compiled.
15601 * emacs.c: Include GSConfig.h when compiling under GNUstep.
15602 (display_arg): Use under NS.
15603 (main): Under NS, allocate autorelease pool and handle command line
15604 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
15605 (standard_args): Add NS-specific args.
15606 (shut_down_emacs): Shut down NS terminal if compiled under NS.
15607 * font.c (DEFAULT_ENCODING): New variable.
15608 (font_find_for_lface): Use it.
15609 (syms_of_font): Load syms_of_nsfont under NS.
15610 * font.h: Declare nsfont_driver when compiled under NS.
15611 * fontset.c: When compiling under NS, include nsterm.h.
15612 (fontset_from_font): Autoconstruct fontset under NS.
15613 * frame.c (various): Under NS, include nsterm.h, add Qns window system
15614 symbol, document and use it.
15615 (do_switch_frame): When for_deletion under Cocoa, add
15616 Fraise_frame(Qnil).
15617 (x_set_frame_parameters): Ensure font attribute changes are picked up.
15618 (x_get_arg): Allow "yes" and "no" as boolean values.
15619 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
15620 Qright under Cocoa.
15621 (focus-follows-mouse): Default to 0 under NS.
15622 * frame.h (enum output_method): Add output_ns.
15623 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
15624 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
15625 (FRAME_WINDOW_P): NS-specific definition.
15626 * fringe.c (max_used_fringe_bitmap): Make public.
15627 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
15628 (getloadavg): Use NeXT code under descendant OS's.
15629 * image.c (includes and header section, x_create_bitmap_from_data)
15630 (x_create_bitmap_from_file, free_bitmap_record, image_background)
15631 (image_background_transparent, x_clear_image_1)
15632 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
15633 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
15634 (x_to_xcolors, x_from_xcolors, x_disable_image)
15635 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
15636 other GUIs, including XPM support using code originally written for
15637 Carbon GUI.
15638 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
15639 using NS API.
15640 (image_ascent): Use font metrics macros instead of direct struct field
15641 access.
15642 * keyboard.c (includes): Add nsterm.h when compiling under NS.
15643 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
15644 Also, handle NS as GTK for menu bar purposes.
15645 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
15646 toolkit where they differ.
15647 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
15648 use cachelist, still needed under NS.
15649 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
15650 (struct widget_value): Define it here for menu.c.
15651 * keymap.c (includes): Include modifier internals.
15652 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
15653 NS.
15654 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
15655 support for preferring sequences using certain modifiers, specified by
15656 the FIRSTONLY argument.
15657 * lisp.h (hash_remove): Rename to avoid name clash when compiling
15658 under NS GNUstep implementation.
15659 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
15660 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
15661 * menu.c: Include nsterm.h under NS.
15662 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
15663 (free_menubar_widget_tree_value, update_submenu_strings)
15664 (find_and_call_menu_selection): Treat NS as X and NT.
15665 (find_and_return_menu_selection): New function, used for popup menus.
15666 * nsgui.h:
15667 * nsterm.h:
15668 * nsfns.m:
15669 * nsimage.m:
15670 * nsmenu.m:
15671 * nsselect.m:
15672 * nsterm.m: New files.
15673 * process.c (wait_reading_process_output): Under NS, call ns_select()
15674 instead of plain select().
15675 * syntax.c (char_quoted): Under NS, avoid a crash when called near
15676 beginning of buffer.
15677 * sysselect.h (init_process): Rename when compiling under Cocoa to
15678 avoid name conflict.
15679 * termhooks.h (display_info): Add ns_display_info to union.
15680 * terminal.c (Fterminal_live_p): Add ns to terminal types.
15681 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
15682 COCOA environment.
15683 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
15684 unexec() signature. (Note, this will dump, but the resulting file
15685 crashes; unexosx is used instead; keeping around for reference and
15686 possible aid in getting dump working under GNUstep.)
15687 * w32gui.h (button_type, widget_value): Remove definitions (now in
15688 keyboard.h).
15689 * window.c: Include nsterm.h when compiling under NS.
15690 * xdisp.c (includes): Include nsterm.h when compiling under NS.
15691 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
15692 other GUI windowing systems.
15693 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
15694 GTK.
15695 (x_consider_frame_title): Under NS, set icon type and frame
15696 modified-state indicator; use ns_set_name_as_filename() when using
15697 formatted title.
15698 (update_window_cursor): Make public when compiling under NS.
15699 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
15700 (hourglass_atimer, Vhourglass_delay
15701 * xfaces.c (header section, init_frame_faces, clear_font_table)
15702 (defined_color, unload_color, x_face_list_fonts)
15703 (prepare_face_for_display): Add NS support parallel to other GUIs.
15704 Emulate GCs like other non-X GUIs.
15705 (split_font_name): Don't lowercase font name under NS.
15706 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
15707 under NS.
15708 * s/darwin.h: Add support for compilation under NS.
15709
15710 2008-07-15 Jason Rumney <jasonr@gnu.org>
15711
15712 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
15713 (w32_show_hourglass): Rename from show_hourglass.
15714 (w32_hide_hourglass): Rename from hide_hourglass.
15715 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
15716 (Vhourglass_delay): Declare extern.
15717 (hourglass_started): Remove.
15718
15719 * xdisp.c (Vhourglass_delay): Remove static.
15720 (hourglass_started, start_hourglass, cancel_hourglass):
15721 Don't include these versions on WINDOWSNT.
15722
15723 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15724
15725 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
15726 variables (formerly in xfns.c).
15727 (show_hourglass, hide_hourglass): New prototypes (same).
15728 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
15729 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
15730 in xfns.c).
15731 (syms_of_xdisp): Declare/initialize display-hourglass,
15732 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
15733 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
15734 formerly in xfns.c.
15735 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
15736 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
15737 (start_hourglass, cancel_hourglass): Remove.
15738 (show_hourglass, hide_hourglass): Remove prototypes and static
15739 modifiers.
15740 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
15741 hourglass_atimer, hourglass_shown_p declaration/initialization.
15742 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
15743 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
15744 (start_hourglass, cancel_hourglass): Remove.
15745 (show_hourglass, hide_hourglass): Remove prototypes and static
15746 modifiers.
15747 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
15748 hourglass_atimer, hourglass_shown_p declaration/initialization.
15749 * w32fns.c (display_hourglass_p, Vhourglass_delay)
15750 (DEFAULT_HOURGLASS_DELAY): Remove.
15751 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
15752 hourglass_shown_p declaration/initialization.
15753
15754 2008-07-14 Jason Rumney <jasonr@gnu.org>
15755
15756 * w32fns.c (w32_get_arg): Remove wrapper function.
15757 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
15758 directly.
15759 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
15760
15761 2008-07-14 Kenichi Handa <handa@m17n.org>
15762
15763 * xfont.c (xfont_open): Add workaround for X's bug.
15764
15765 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15766
15767 * fontset.c: Include <stdio.h> unconditionally.
15768
15769 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
15770
15771 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
15772 for filtering.
15773
15774 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15775
15776 * s/vms.h: Use __GNUC__ instead of _GNUC_.
15777
15778 * m/macppc.h:
15779 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
15780
15781 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
15782 (SPECIAL_EMACS_INT):
15783 * m/ia64.h (SPECIAL_EMACS_INT):
15784 * m/amdx86-64.h (SPECIAL_EMACS_INT):
15785 * s/gnu.h (NLIST_STRUCT):
15786 * s/aix4-2.h (X11R5_INHIBIT_I18N):
15787 * s/gnu-linux.h (LINUX):
15788 * s/msdos.h (HAVE_FACES):
15789 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
15790
15791 * systty.h:
15792 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
15793 anymore.
15794
15795 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
15796
15797 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
15798 always defined as int.
15799
15800 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
15801 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
15802 * s/gnu-linux.h (HAVE_WAIT_HEADER):
15803 * s/freebsd.h (HAVE_WAIT_HEADER):
15804 * s/bsd-common.h (HAVE_UNION_WAIT):
15805 * s/aix4-2.h (HAVE_WAIT_HEADER):
15806 * m/mips.h (HAVE_UNION_WAIT):
15807 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
15808 (COFF, static): Do not define, they are undefined later in the file.
15809
15810 * process.c (update_status): Don't use a union.
15811 (status_convert):
15812 (sigchld_handler): Use int instead of WAITTYPE.
15813
15814 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
15815
15816 * indent.c (Fvertical_motion): Restore hscroll before moving to
15817 goal column.
15818
15819 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
15820
15821 * lisp.h: Remove left over code.
15822
15823 2008-07-11 Andreas Schwab <schwab@suse.de>
15824
15825 * lisp.h: Fix logic in last change.
15826
15827 * menu.h: New file.
15828 * menu.c: Include it.
15829 * xmenu.c: Likewise.
15830 * Makefile.in: Update dependencies.
15831
15832 2008-07-11 Kenichi Handa <handa@m17n.org>
15833
15834 * fontset.c (fontset_from_font): Cancel the previous change.
15835
15836 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
15837
15838 * lisp.h:
15839 * w32heap.c:
15840 * emacs.c:
15841 * alloc.c: Replace all references of NO_UNION_TYPE with
15842 USE_LISP_UNION_TYPE.
15843
15844 * m/xtensa.h (NO_UNION_TYPE):
15845 * m/vax.h (NO_UNION_TYPE):
15846 * m/template.h (NO_UNION_TYPE):
15847 * m/sparc.h (NO_UNION_TYPE):
15848 * m/mips.h (NO_UNION_TYPE):
15849 * m/macppc.h (NO_UNION_TYPE):
15850 * m/m68k.h (NO_UNION_TYPE):
15851 * m/iris4d.h (NO_UNION_TYPE):
15852 * m/intel386.h (NO_UNION_TYPE):
15853 * m/ibms390x.h (NO_UNION_TYPE):
15854 * m/ibms390.h (NO_UNION_TYPE):
15855 * m/ibmrs6000.h (NO_UNION_TYPE):
15856 * m/ia64.h (NO_UNION_TYPE):
15857 * m/hp800.h (NO_UNION_TYPE):
15858 * m/arm.h (NO_UNION_TYPE):
15859 * m/amdx86-64.h (NO_UNION_TYPE):
15860 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
15861 defining it the same.
15862
15863 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
15864
15865 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
15866
15867 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
15868
15869 * fileio.c:
15870 * sysdep.c:
15871 * systty.h:
15872 * m/ibmrs6000.h:
15873 * m/iris4d.h:
15874 * s/aix4-2.h:
15875 * s/freebsd.h:
15876 * s/gnu-linux.h:
15877 * s/hpux10-20.h:
15878 * s/hpux11.h:
15879 * s/netbsd.h:
15880 * s/sol2-3.h:
15881 * s/sol2-4.h:
15882 * s/sol2.h:
15883 * s/usg5-4.h:
15884 * s/vms.h: Remove references to unused variables.
15885
15886 2008-07-10 Andreas Schwab <schwab@suse.de>
15887
15888 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
15889 pattern before matching the generic family.
15890
15891 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
15892
15893 * unexec.c:
15894 * s/vms.h:
15895 * s/usg5-4-2.h:
15896 * s/sol2-5.h:
15897 * s/freebsd.h:
15898 * s/darwin.h: Remove dead code.
15899
15900 * m/template.h:
15901 * m/sparc.h:
15902 * m/mips.h:
15903 * m/m68k.h:
15904 * m/iris4d.h:
15905 * m/intel386.h:
15906 * m/ibms390x.h:
15907 * m/ibms390.h:
15908 * m/ia64.h:
15909 * m/hp800.h:
15910 * m/arm.h:
15911 * m/amdx86-64.h: Remove dead code and references to unused
15912 and compiler defined symbols.
15913
15914 * unexmips.c:
15915 * unexelf.c: Remove references to desupported systems.
15916
15917 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
15918
15919 * m/powermac.h: Remove boilerplate comments.
15920 (NO_REMAP): Remove unused definition.
15921
15922 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
15923 define them.
15924
15925 2008-07-10 Kenichi Handa <handa@m17n.org>
15926
15927 * xfont.c (xfont_open): Log the reason of failure.
15928
15929 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
15930
15931 * fontset.c (fontset_get_font_group):
15932 * font.c (font_check_otf): Specify argument types.
15933
15934 2008-07-09 Kenichi Handa <handa@m17n.org>
15935
15936 * coding.c (detect_coding_utf_8): Set detect_info->found only when
15937 non-ASCII char is found.
15938
15939 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
15940 (reorder_font_vector): Change the arg preferred_family to font.
15941 Prefer the spec matching with font.
15942 (fontset_get_font_group): New function.
15943 (fontset_find_font): Change the format of an element of a realized
15944 fontset. Use fontset_get_font_group.
15945 (fontset_font): Try the current fontset, the default fontset, the
15946 fallbacks of the current fontset, and the fallbacks of the default
15947 fontset in this order.
15948 (face_for_char): Delete the shortcut to use the current font.
15949 (fontset_from_font): Don't set fonts for Latin in the fontset.
15950
15951 * font.h (font_make_object, font_match_p): Adjust prototypes.
15952
15953 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
15954
15955 * font.c (font_make_object): New arg entity and pixelsize.
15956 (font_check_otf_features, font_check_otf): New functions.
15957 (font_match_p): Check :lang, :script, and :otf properties.
15958
15959 * xfont.c (xfont_open): Adjust it for the change of
15960 font_make_object.
15961 (xfont_text_extents): Fix initial setting of metrics.
15962
15963 * ftfont.c (struct ftfont_info): New member index, delete member
15964 fc_charset_idx. Make the member order compatible with struct
15965 xftfont_info.
15966 (fc_charset_table): Change charset names to registry names.
15967 (ftfont_pattern_entity): Delete the args registry and
15968 fc_charset_idx. Change the value of :font-entity property
15969 to (FONTNAME . INDEX). Always set :registry property to
15970 `iso10646-1'.
15971 (struct ftfont_cache_data): New struct.
15972 (ftfont_lookup_cache): New arg for_face.
15973 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
15974 (ftfont_driver): Set the member otf_capability.
15975 (ftfont_get_charset): Adjust it for the change of
15976 fc_charset_table.
15977 (OTF_TAG_SYM): New macro.
15978 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
15979 for the change of fc_charset_table.
15980 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
15981 ftfont_pattern_entity. Add FC_INDEX to objset.
15982 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
15983 and ftfont_pattern_entity.
15984 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
15985 font_make_object, struct ftfont_info.
15986 (ftfont_has_char): Use ftfont_get_fc_charset.
15987 (ftfont_otf_features, ftfont_otf_capability): New functions.
15988 (ftfont_shape): Use ftfont_get_otf.
15989 (ftfont_text_extents): Fix initial setting of metrics.
15990
15991 * xftfont.c (struct xftfont_info): New member ft_size. Make the
15992 member order compatible with struct ftfont_info.
15993 (xftfont_open): Add FC_CHARSET to the pattern. Set
15994 xftfont_info->ft_size. Don't unlock the face. Check BDF
15995 properties if appropriate.
15996 (xftfont_close): Unlock the face.
15997 (xftfont_anchor_point, xftfont_shape): Deleted.
15998 (syms_of_xftfont): Don't set members anchor_point and shape of
15999 xftfont_driver.
16000
16001 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
16002 font_make_object.
16003
16004 * w32font.c (w32font_open): Adjust it for the change of
16005 font_make_object.
16006 (w32font_open_internal): Don't set properties of font_object here.
16007
16008 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
16009
16010 * macfns.c (x_create_tip_frame):
16011 * w32fns.c (x_create_tip_frame):
16012 * xfns.c (x_create_tip_frame): Pass parameter argument to
16013 face-set-after-frame-default.
16014
16015 * xfaces.c (Finternal_merge_in_global_face): Save merged
16016 attributes for the default face back into the face vector.
16017
16018 2008-07-08 Andreas Schwab <schwab@suse.de>
16019
16020 * fontset.h: Declare fontset_from_font. Don't declare
16021 new_fontset_from_font and fontset_from_font_name.
16022 * xterm.c: Include "fontset.h".
16023 * Makefile.in (xterm.o): Update dependencies.
16024
16025 2008-07-08 Glenn Morris <rgm@gnu.org>
16026
16027 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
16028 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
16029
16030 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
16031
16032 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
16033 (x_set_frame_parameters): Don't bind it.
16034
16035 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
16036
16037 * w32fns.c (map_w32_filename): Declare extern.
16038
16039 2008-07-07 Jason Rumney <jasonr@gnu.org>
16040
16041 * w32term.c (WS_EX_LAYERED): Define if not already.
16042
16043 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
16044
16045 * xfaces.c (set_font_frame_param): Don't try to set the font
16046 parameter if it is still unspecified in the lface.
16047
16048 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
16049
16050 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
16051 face if it didn't already exist.
16052
16053 * xdisp.c (try_window_id): Give up if word-wrapping is on.
16054
16055 2008-07-05 Andreas Schwab <schwab@suse.de>
16056
16057 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
16058
16059 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
16060
16061 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
16062 word-wrapping.
16063 (IT_DISPLAYING_WHITESPACE): New macro.
16064 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
16065 when word-wrapping. Simplify word-wrapping logic. Use correct
16066 pixel positions when saving copies of the iterator.
16067 (display_line): Use proper wrap point if the last character on a
16068 line was preceded by whitespace.
16069
16070 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16071
16072 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
16073
16074 2008-07-04 Kenichi Handa <handa@m17n.org>
16075
16076 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
16077
16078 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
16079
16080 2008-07-02 Jason Rumney <jasonr@gnu.org>
16081
16082 * xfns.c (syms_of_xfns): Only define x-select-font when both
16083 HAVE_FREETYPE and USE_GTK.
16084
16085 * xdisp.c (next_element_from_display_vector): Move assignment out
16086 of if statement.
16087
16088 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
16089
16090 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
16091
16092 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
16093 (syms_of_fileio): Initialize and export them.
16094 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
16095
16096 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
16097 (Fsystem_move_file_to_trash): New function.
16098 (syms_of_w32fns): Export it to lisp.
16099
16100 2008-07-01 Jason Rumney <jasonr@gnu.org>
16101
16102 * w32font.c (w32font_text_extents): Don't count overhang as part
16103 of width.
16104
16105 2008-06-30 Miles Bader <miles@gnu.org>
16106
16107 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
16108 Add `avoid_cursor_p' field.
16109
16110 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
16111 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
16112 (append_glyph, append_composite_glyph, produce_image_glyph)
16113 (append_stretch_glyph): Initialize avoid_cursor_p.
16114 (get_it_property): Rename from `get_line_height_property'.
16115 (x_produce_glyphs): Use get_it_property.
16116 (handle_line_prefix, push_display_prop): New functions.
16117 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
16118 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
16119 New variables.
16120 (syms_of_xdisp): Initialize them.
16121
16122 2008-06-30 Kenichi Handa <handa@m17n.org>
16123
16124 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
16125 XftDefaultSubstitute (they are called in XftFontMatch).
16126 (xftfont_open): Fix args to ftfont_font_format.
16127
16128 * ftfont.c (fc_charset_table): New member lang.
16129 (ftfont_resolve_generic_family): New arg pattern.
16130 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
16131 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
16132 (ftfont_open): Fix args to ftfont_font_format.
16133 (ftfont_font_format): New arg filename.
16134
16135 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
16136
16137 * xfaces.c (Finternal_merge_in_global_face): If default face was
16138 modified, realize it again. Update the font face attribute.
16139
16140 2008-06-29 Jason Rumney <jasonr@gnu.org>
16141
16142 * w32term.c (x_set_frame_alpha): Fix logic.
16143
16144 2008-06-29 Kenichi Handa <handa@m17n.org>
16145
16146 * fontset.c (Finternal_char_font): Return font-object instead of
16147 font-name.
16148
16149 * composite.c (get_composition_id): Fix the width calculation for TAB.
16150
16151 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16152
16153 * indent.c (Fvertical_motion): Properly handle float column arg.
16154
16155 2008-06-28 Jason Rumney <jasonr@gnu.org>
16156
16157 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
16158 (pfnSetLayeredWindowAttributes): New function pointer.
16159 (w32_initialize): Initialize it when supported.
16160 (x_set_frame_alpha): New function.
16161
16162 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
16163 (w32_frame_parm_handlers): Set alpha handler.
16164
16165 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
16166
16167 2008-06-27 Jason Rumney <jasonr@gnu.org>
16168
16169 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
16170 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
16171 (w32_to_x_charset, x_to_w32_charset)
16172 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
16173 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
16174 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
16175 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
16176 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
16177 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
16178 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
16179 (Qw32_charset_unicode): Remove.
16180 (syms_of_w32fns): Update for above changes.
16181
16182 * w32font.c (w32_to_x_charset, x_to_w32_charset)
16183 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
16184 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
16185 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
16186 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
16187 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
16188 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
16189 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
16190 (syms_of_w32font): Update for above changes.
16191
16192 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
16193
16194 * s/usg5-4.h: Fix previous change: keep the correct branch of a
16195 removed #if.
16196 (USG_SHARED_LIBRARIES): Remove duplicate definition.
16197
16198 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
16199 Eli Zaretskii <eliz@gnu.org>
16200
16201 * makefile.w32-in (LOCAL_FLAGS):
16202 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
16203
16204 * sysdep.c (_spawnlp, _getpid):
16205 Declare with explicit _cdecl instead of _CRTAPI1.
16206
16207 * editfns.c (Fget_internal_run_time):
16208 Check for WINDOWSNT with #ifdef, not #if.
16209
16210 2008-06-26 Jason Rumney <jasonr@gnu.org>
16211
16212 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
16213
16214 * w32term.c (x_draw_glyph_string_foreground)
16215 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
16216 Use FONT_HANDLE macro.
16217 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
16218
16219 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
16220 (uniscribe_encode_char): Use FONT_HANDLE macro.
16221
16222 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
16223 (w32font_text_extents): Use precast w32_font.
16224 (w32font_close): Free cached metrics.
16225 (w32font_open_internal): Allocate space for name on stack.
16226
16227 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
16228
16229 * xdisp.c (extend_face_to_end_of_line): Fix last change.
16230
16231 2008-06-26 Jason Rumney <jasonr@gnu.org>
16232
16233 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
16234 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
16235
16236 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
16237
16238 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
16239
16240 2008-06-26 Jason Rumney <jasonr@gnu.org>
16241
16242 * w32bdf.c, w32bdf.h: Remove obsolete files.
16243
16244 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
16245
16246 * w32gui.h: Don't include w32bdf.h.
16247 (XCharStruct, enum w32_char_font_type, W32FontStruct):
16248 Remove obsolete font support.
16249
16250 * w32font.h (struct w32font_info): Remove compat_w32_font.
16251 Add hfont member.
16252 (FONT_COMPAT): Remove obsolete macro.
16253
16254 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
16255 (w32font_encode_char, w32font_text_extents): Use new hfont member.
16256 (w32font_open_internal): Remove compat code. Set new hfont member.
16257 (Fx_select_font): Use new hfont member.
16258
16259 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
16260 (uniscribe_encode_char): Use new hfont member.
16261
16262 * w32term.c (x_draw_glyph_string_foreground)
16263 (x_draw_composite_glyph_string_foreground): Use new hfont member.
16264 (x_draw_glyph_string): Use metrics in w32font_info.
16265
16266 2008-06-26 Kenichi Handa <handa@m17n.org>
16267
16268 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
16269
16270 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16271
16272 * unexnext.c:
16273 * m/ews4800.h:
16274 * m/hp9000s300.h:
16275 * m/ibm370aix.h:
16276 * m/mips-siemens.h:
16277 * m/ncr386.h:
16278 * m/next.h:
16279 * m/pmax.h:
16280 * m/powerpcle.h:
16281 * m/tandem-s2.h:
16282 * s/386bsd.h:
16283 * s/bsd386.h:
16284 * s/bsd4-1.h:
16285 * s/bsd4-2.h:
16286 * s/bsdos2-1.h:
16287 * s/bsdos2.h:
16288 * s/bsdos3.h:
16289 * s/bsdos4.h:
16290 * s/nextstep.h:
16291 * s/ultrix4-3.h:
16292 * s/usg5-0.h:
16293 * s/usg5-2-2.h:
16294 * s/usg5-2.h:
16295 * s/usg5-4-3.h:
16296 * s/ux4800.h:
16297 * s/uxpds.h:
16298 * s/uxpv.h: Remove support for obsolete systems.
16299 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
16300 Remove, insert contents in s/hpux10-20.h.
16301 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
16302 Remove, insert contents in s/aix4-2.h.
16303 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
16304 * s/bsd4-3.h: Rename to ...
16305 * s/bsd-common.h: ... this.
16306 * data.c:
16307 * doc.c:
16308 * ecrt0.c:
16309 * emacs.c:
16310 * fileio.c:
16311 * floatfns.c:
16312 * keyboard.c:
16313 * mem-limits.h:
16314 * print.c:
16315 * process.c:
16316 * sysdep.c:
16317 * syssignal.h:
16318 * systty.h:
16319 * syswait.h:
16320 * term.c:
16321 * unexec.c:
16322 * unexelf.c:
16323 * unexhp9k800.c:
16324 * m/hp800.h:
16325 * m/ibmrs6000.h:
16326 * m/mips.h:
16327 * m/vax.h:
16328 * s/darwin.h:
16329 * s/freebsd.h:
16330 * s/gnu.h:
16331 * s/ms-w32.h:
16332 * s/msdos.h:
16333 * s/netbsd.h:
16334 * s/template.h: Remove references to obsolete variables.
16335
16336 * Makefile.in: Add dependencies for all unexec files.
16337 (admindir): Remove unused variable.
16338 (UNEXEC_SRC): Remove references.
16339
16340 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
16341
16342 * xfns.c (x_default_font_parameter): If Xft is available, first
16343 try Monospace-12 for the default font.
16344
16345 2008-06-25 Jason Rumney <jasonr@gnu.org>
16346
16347 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
16348
16349 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16350
16351 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
16352
16353 * buffer.c (syms_of_buffer): Remove default-word-wrap.
16354
16355 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
16356
16357 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
16358 <scroll-conservatively>: Fix typo in docstring.
16359
16360 * xselect.c (Fx_send_client_event): Doc fix.
16361
16362 2008-06-25 Kenichi Handa <handa@m17n.org>
16363
16364 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
16365
16366 * font.c (font_parse_fcname): Remove unused variables.
16367 (font_sort_entites): Delete the arg SPEC. Caller changed.
16368 Fix for the case of ! best_only.
16369 (font_delete_unmatched): Check DPI and AVGWIDTH too.
16370
16371 * lisp.h (Fstring_to_unibyte): EXFUN it.
16372
16373 * character.h (str_to_unibyte): Extern it.
16374
16375 * character.c (str_to_unibyte): New function.
16376
16377 * fns.c (Fstring_to_unibyte): New function.
16378 (syms_of_fns): Defsubr it.
16379
16380 2008-06-24 Kenichi Handa <handa@m17n.org>
16381
16382 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
16383 DPI too.
16384 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
16385
16386 2008-06-24 Andreas Schwab <schwab@suse.de>
16387
16388 * Makefile.in (${lispsource}loaddefs.el): Rename from
16389 ../lisp/loaddefs.el.
16390 (bootstrap-clean): Do what distclean does but don't remove
16391 Makefile.
16392 (distclean): Depend on bootstrap-clean and remove Makefile.
16393
16394 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
16395
16396 * buffer.h (struct buffer): New member word_wrap.
16397
16398 * buffer.c (syms_of_buffer): New variables default-word-wrap and
16399 word-wrap.
16400 (init_buffer_once): Initialize them.
16401
16402 * dispextern.h (struct it): Replace bool truncate_lines_p with a
16403 line_wrap enum possessing three possible values.
16404
16405 * termopts.h: Replace truncate_partial_width_windows with
16406 Vtruncate_partial_width_windows.
16407
16408 * dispnew.c (direct_output_for_insert): Avoid direct output when
16409 inserting a space with word wrap on.
16410
16411 * indent.c (compute_motion): Obey integer values of
16412 truncate-partial-width-windows.
16413
16414 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
16415 replacing truncate_partial_width_windows.
16416 (init_iterator): If Vtruncate_partial_width_windows is an integer,
16417 truncate only if the window width is below that integer.
16418 (start_display, resize_mini_window, produce_stretch_glyph)
16419 (display_string, move_it_in_display_line_to): Use line_wrap.
16420 (back_to_previous_visible_line_start, reseat_1): Reset
16421 string_from_display_prop_p.
16422 (display_line): Extend default face to end of line when wrapping.
16423
16424 2008-06-24 Kim F. Storm <storm@cua.dk>
16425
16426 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
16427 to wrap continued lines at word boundaries.
16428
16429 2008-06-24 Jason Rumney <jasonr@gnu.org>
16430
16431 * font.c (Ffont_face_attributes): Multiply pixel size before point
16432 conversion to avoid multiplying rounding error.
16433
16434 2008-06-23 Jason Rumney <jasonr@gnu.org>
16435
16436 * w32term.c (x_draw_glyph_string_background)
16437 (x_draw_glyph_string): Remove old bdf font code.
16438
16439 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
16440
16441 2008-06-22 Kenichi Handa <handa@m17n.org>
16442
16443 * font.c (font_find_for_lface): Try the adstyle specified in
16444 the property of LFACE_FONT of LFACE (if any).
16445
16446 2008-06-21 Seiji Zenitani <zenitani@mac.com>
16447 Ryo Yoshitake <ryo@shiftmode.net>
16448
16449 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
16450
16451 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
16452
16453 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
16454 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
16455 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
16456 (witness-emacs): Remove.
16457 (lisp, shortlisp): Move loaddefs.el earlier.
16458 (mostlyclean): Forget about witness-emacs.
16459
16460 2008-06-22 Glenn Morris <rgm@gnu.org>
16461
16462 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
16463 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
16464
16465 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16466
16467 * Makefile.in (PRECOMP): Remove.
16468 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
16469 (witness-emacs): Run `compile-first'.
16470 (.el.elc): Use the new compile-onefile target.
16471
16472 2008-06-21 Kenichi Handa <handa@m17n.org>
16473
16474 * xftfont.c (xftfont_open): Handle QCembolden only when
16475 FC_EMBOLDEN is defined.
16476
16477 2008-06-21 Andreas Schwab <schwab@suse.de>
16478
16479 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
16480 (.el.elc): Likewise.
16481
16482 2008-06-21 Miles Bader <miles@gnu.org>
16483
16484 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
16485 build dir, not the lisp source dir.
16486
16487 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16488
16489 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
16490 (bootstrapclean): Remove.
16491 (.el.elc): New rule.
16492 (PRECOMP): New var.
16493 (../lisp/subdirs.el): Remove.
16494 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
16495 (witness-emacs): New target.
16496 (mostlyclean): Remove witness-emacs as well.
16497 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
16498 Add witness-emacs dependency.
16499
16500 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
16501
16502 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
16503 defined by the font.
16504
16505 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16506
16507 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
16508 (bootstrap-clean): New target that keeps TAGS around.
16509 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
16510 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
16511
16512 2008-06-20 Jason Rumney <jasonr@gnu.org>
16513
16514 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
16515 Remove obsolete font code.
16516
16517 * w32font.c (font_matches_spec): Use csb bitfield from font signature
16518 to determine language support.
16519
16520 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16521
16522 * sysdep.c (cfsetspeed): New fun extracted from the code.
16523 (cfmakeraw): Move before first use.
16524
16525 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
16526
16527 * sysdep.c (cfmakeraw): Provide fallback implementation.
16528 (serial_configure): Provide fallback implementation of cfsetspeed.
16529
16530 2008-06-20 Kenichi Handa <handa@m17n.org>
16531
16532 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
16533 the pattern.
16534
16535 * fontset.c (fontset_from_font): Copy font_spec before changing
16536 the elements.
16537
16538 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
16539
16540 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16541
16542 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
16543 for explicit `font' parameters.
16544
16545 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
16546
16547 2008-06-19 Kenichi Handa <handa@m17n.org>
16548
16549 * frame.c: Include <ctype.h>.
16550 (x_set_font_backend): Allow spacing characters in the X resource
16551 for FontBackend.
16552
16553 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * w32fns.c, xfns.c (Qfont_param): New var.
16556 (syms_of_w32fns): Initialize it.
16557 (x_default_font_parameter): Record explicit `font' into
16558 `font-parameter'.
16559
16560 2008-06-18 Kenichi Handa <handa@m17n.org>
16561
16562 * font.c (font_parse_xlfd): Fix previous change.
16563 (font_parse_fcname): Don't use :fc-unknown-spec.
16564 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
16565 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
16566 (font_add_log): Prepend the driver name to the resulting fonts.
16567
16568 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
16569 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
16570 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
16571
16572 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
16573 (QCembolden): New variables.
16574 (syms_of_xftfont): DEFSYM them.
16575 (xftfont_open): Call XftFontMatch. Don't trust the result of
16576 XftTextExtents8 if the pixel_size is less than 5.
16577
16578 2008-06-18 Andreas Schwab <schwab@suse.de>
16579
16580 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
16581 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
16582
16583 2008-06-18 Jason Rumney <jasonr@gnu.org>
16584
16585 * w32font.c (w32font_list, w32font_match): Add logging.
16586
16587 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
16588
16589 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
16590
16591 * font.c (font_parse_fcname): Store divider characters for
16592 unknown-spec list. For known key symbols, intern using correct
16593 symbol name.
16594
16595 2008-06-17 Kenichi Handa <handa@m17n.org>
16596
16597 * xfaces.c (realize_default_face): If the frame is not on window
16598 system, set the fontset of face to nil.
16599
16600 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
16601
16602 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
16603
16604 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
16605
16606 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
16607 (build_font_name_from_vector): Delete externs.
16608
16609 * xfaces.c (struct font_name): Don't declare.
16610
16611 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
16614
16615 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
16616
16617 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
16618
16619 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
16620
16621 * font.c (Ffont_spec): Fix usage in docstring.
16622 (Ffont_face_attributes): Doc fix.
16623
16624 2008-06-16 Andreas Schwab <schwab@suse.de>
16625
16626 * font.c (Ffont_face_attributes): Fix definition.
16627
16628 2008-06-16 Jason Rumney <jasonr@gnu.org>
16629
16630 * font.h (font_style_symbolic_from_value): Remove.
16631
16632 * font.c (font_style_symbolic_from_value): Remove.
16633 (font_style_symbolic): Revert to pre 2008-06-13 version.
16634
16635 * w32font.c (w32_to_fc_weight): New function.
16636 (w32font_full_name, logfont_to_fcname): Use it.
16637
16638 2008-06-16 Kenichi Handa <handa@m17n.org>
16639
16640 * font.c (font_check_object): Delete it.
16641 (font_clear_cache): Check if a font-object is alive.
16642 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
16643 font-object to nil.
16644 (font_close_object): Don't check FONT_CLOSE_OBJECT.
16645 (font_at): Don't call font_check_object.
16646 (Ffont_get): Return a symbol for :weight, :slant, and :width.
16647
16648 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16649
16650 * puresize.h (BASE_PURESIZE): Increase to 1230000.
16651
16652 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
16653
16654 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
16655
16656 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
16657
16658 * font.c (font_parse_fcname): Only one decimal point.
16659 (font_unparse_fcname): Handle data in family and foundry indices
16660 as symbols, not strings.
16661 (font_unparse_gtkname, Ffont_face_attributes): New functions.
16662
16663 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
16664
16665 * font.h (font_unparse_gtkname): Add prototype.
16666
16667 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
16668
16669 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
16670
16671 2008-06-15 Andreas Schwab <schwab@suse.de>
16672
16673 * font.c (font_update_drivers): Fix crash when no drivers match.
16674
16675 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16676
16677 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
16678 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
16679
16680 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
16681
16682 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
16683
16684 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
16685
16686 * process.c (Fserial_process_configure, Fprocess_send_eof):
16687 Use EQ to compare Lisp_Objects.
16688
16689 2008-06-13 Jason Rumney <jasonr@gnu.org>
16690
16691 * w32fns.c (Fw32_select_font): Remove old font API function.
16692
16693 * w32font.c (logfont_to_fcname): New function.
16694 (Fx_select_font): New font dialog function compatible with
16695 GTK/fontconfig version.
16696
16697 * font.c (font_style_symbolic_from_value): New function.
16698 (font_style_symbolic): Use it.
16699
16700 * font.h (font_style_symbolic_from_value): Declare new function.
16701
16702 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
16703
16704 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
16705 <font-width-table>: Fix typos in docstrings.
16706
16707 2008-06-13 Daniel Engeler <engeler@gmail.com>
16708
16709 These changes add serial port access.
16710 * process.c: Add HAVE_SERIAL.
16711 (Fdelete_process, Fprocess_status, Fset_process_buffer)
16712 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
16713 (list_processes_1, select_wrapper, Fstop_process)
16714 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
16715 (status_notify): Modify to handle serial processes.
16716 [HAVE_SERIAL] (Fserial_process_configure)
16717 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
16718 New functions.
16719 * process.h (struct Lisp_Process): Add `type'.
16720 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
16721 New functions.
16722 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
16723 serial ports.
16724 (serial_open, serial_configure): New functions.
16725 * w32.h: Add FILE_SERIAL.
16726 (struct _child_process): Add ovl_read, ovl_write.
16727
16728 2008-06-13 Kenichi Handa <handa@m17n.org>
16729
16730 * dispextern.h (enum lface_attribute_index): New member
16731 LFACE_FOUNDRY_INDEX.
16732
16733 * font.c (font_score): Delete arg alternate_families. Check only
16734 weight, slant, width, and size. Ignore the difference of alias
16735 style symbols.
16736 (font_sort_entites): Adjust for the above change. Reflect the
16737 order of font-driver to scores.
16738 (font_list_entities): Don't check alternate_familes here.
16739 (font_clear_prop): Handle foundry.
16740 (font_update_lface): Don't parse "foundry-family" form here.
16741 Handle FONT_FOUNDRY_INDEX.
16742 (font_find_for_lface): Likewise. Handle alternate families here.
16743 If registry is nil, try iso8859-1 and ascii-0.
16744 (font_open_for_lface): Pay attention to size in ENTITY.
16745 (font_open_by_name): Simplify by calling font_load_for_lface.
16746 (free_font_driver_list): Delete it.
16747 (font_update_drivers): Preserve the order of backends.
16748 (syms_of_font): Setting of sort_shift_bits adjusted for the change
16749 of font_score and font_sort_entites.
16750 (font_update_sort_order): Likewise.
16751
16752 * xfaces.c (LFACE_FOUNDRY): New macro.
16753 (check_lface_attrs): Check foundry.
16754 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
16755 (merge_face_vectors): Check foundry.
16756 (merge_face_ref): Likewise.
16757 (Finternal_set_lisp_face_attribute): Likewise.
16758 (x_update_menu_appearance): Likewise.
16759 (Finternal_get_lisp_face_attribute): Likewise.
16760 (lface_hash): Likewise.
16761 (lface_same_font_attributes_p): Likewise.
16762 (x_supports_face_attributes_p): Likewise.
16763 (tty_supports_face_attributes_p): Likewise.
16764 (Finternal_set_alternative_font_family_alist): Intern strings.
16765 (Finternal_set_alternative_font_registry_alist): Downcase strings.
16766 (realize_default_face): Set LFACE_FOUNDRY (lface).
16767
16768 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
16769 font-driver at first.
16770
16771 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
16772
16773 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16774
16775 * lread.c (Fload): Use xfree, not free on saved_doc_string.
16776
16777 2008-06-12 Jim Meyering <meyering@redhat.com>
16778
16779 Make unexec_free handle NULL the same way free does.
16780 * unexmacosx.c (unexec_free): Ignore a NULL argument.
16781
16782 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * character.h (CHAR_TO_BYTE_SAFE): New macro.
16785 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
16786 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
16787 (WEAK_ALIAS): Simplify.
16788 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
16789 when searching a unibyte buffer.
16790
16791 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
16792
16793 * xfns.c (Fx_select_font): Rename from x-font-dialog.
16794
16795 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
16796
16797 * w32font.c: Include ctype.h.
16798
16799 2008-06-11 Jason Rumney <jasonr@gnu.org>
16800
16801 * w32font.c (w32font_encode_char): Detect missing glyphs that are
16802 misreported as space.
16803 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
16804 as aliases for registry iso10646-1.
16805
16806 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
16807
16808 * buffer.c (clone_per_buffer_values): Skip `name'.
16809
16810 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
16811
16812 * font.c (font_parse_fcname): Fix last change; accept decimal
16813 points in font size.
16814
16815 2008-06-10 Jason Rumney <jasonr@gnu.org>
16816
16817 * w32uniscribe.c (add_opentype_font_name_to_list):
16818 Skip non unicode fonts.
16819
16820 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
16821
16822 * xfns.c (Fx_font_dialog): New function.
16823
16824 * gtkutil.c (xg_dialog_response_cb): Rename from
16825 xg_file_response_callback.
16826 (pop_down_dialog): Rename from pop_down_file_dialog.
16827 (xg_get_file_name): Callers changed.
16828 (xg_get_font_name): New function.
16829
16830 * gtkutil.h (xg_get_font_name): Insert prototype.
16831
16832 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
16833
16834 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
16835 x_underline_minimum_display_offset.
16836 (syms_of_xdisp): Declare it here rather than in xterm.c.
16837 * dispextern.h (underline_minimum_offset): Declare it.
16838 * w32term.c (x_draw_glyph_string): Use it.
16839 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
16840 (syms_of_xterm): Don't declare it any more.
16841 (x_draw_glyph_string): Adjust to the new name.
16842
16843 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
16844
16845 * xterm.c (x_underline_minimum_display_offset): New var.
16846 (x_draw_glyph_string): Use it.
16847 (syms_of_xterm): Declare it.
16848
16849 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
16850
16851 * font.c (font_parse_fcname): Accept GTK-style font names too.
16852
16853 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
16854
16855 * dired.c (file_name_completion): Don't return t if the match is exact
16856 but with different capitalization.
16857 * minibuf.c (Ftry_completion): Simplify.
16858
16859 * window.c (Vwindow_point_insertion_type): New var.
16860 (set_window_buffer): Use it.
16861 (syms_of_window): Init and export it to Lisp.
16862
16863 2008-06-10 Kenichi Handa <handa@m17n.org>
16864
16865 * font.h (font_intern_prop): Prototype adjusted.
16866
16867 * font.c (font_intern_prop): New arg force_symbol.
16868 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
16869 Adjust for the change of font_intern_prop.
16870
16871 * ftfont.c (ftfont_pattern_entity):
16872 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
16873 (w32_registry):
16874 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
16875 the change of font_intern_prop.
16876
16877 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
16878
16879 * w32menu.c (digest_single_submenu): Declare extern.
16880
16881 2008-06-09 Jason Rumney <jasonr@gnu.org>
16882
16883 * w32term.c (x_make_frame_visible): Use alternate restore flags.
16884
16885 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
16886 (parse_single_submenu): Remove.
16887 (digest_single_submenu): Remove.
16888 (syms_of_w32menu): Don't initialise variables that have moved
16889 to menu.c.
16890 (set_frame_menubar): Sync with version in xmenu.c.
16891 (w32_menu_show): Sync with xmenu_show in xmenu.c.
16892
16893 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
16894 Make static again.
16895
16896 2008-06-09 Jason Rumney <jasonr@gnu.org>
16897
16898 Changes to w32 files related to the move of common menu code
16899 to menu.c on 2008-06-08 by Chong Yidong.
16900
16901 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
16902 defs to w32gui.h.
16903 (single_keymap_panes, push_menu_item, push_menu_pane):
16904 Make globally visible.
16905
16906 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
16907 (local_free, malloc_widget_value, free_widget_value)
16908 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
16909 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
16910 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
16911 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
16912 (menu_items, menu_items_allocated, menu_items_used)
16913 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
16914 (init_menu_items, finish_menu_items, discard_menu_items)
16915 (grow_menu_items, push_submenu_start, push_submenu_end)
16916 (push_left_right_boundary, push_menu_pane, push_menu_item)
16917 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
16918 (free_menubar_widget_tree_value, parse_single_submenu)
16919 (update_submenu_strings): Remove functions.
16920 (xmalloc_widget_value): Remove and declare extern.
16921
16922 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
16923 (OBJ1): Build it.
16924
16925 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
16926 (local_heap, local_alloc, local_free, malloc_widget_value)
16927 (free_widget_value): Define here.
16928
16929 2008-06-09 Kenichi Handa <handa@m17n.org>
16930
16931 * font.h (Qascii_0): Extern it.
16932
16933 * font.c (Qascii_0): New variable.
16934 (syms_of_font): DEFSYM it.
16935 (font_open_by_name): If the registry "iso8859-1" fails, try also
16936 "ascii-0".
16937
16938 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
16939
16940 2008-06-08 Kenichi Handa <handa@m17n.org>
16941
16942 * .gdbinit (xfont): New command.
16943
16944 2008-06-08 Andreas Schwab <schwab@suse.de>
16945
16946 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
16947 * Makefile.in (menu.o): Update dependencies.
16948
16949 * Makefile.in (obj): Always add menu.o.
16950 * emacs.c (main): Always call syms_of_menu.
16951 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
16952
16953 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
16954
16955 * Makefile.in: Compile menu.c.
16956
16957 * lisp.h: Declare syms_of_menu.
16958
16959 * emacs.c (main): Call syms_of_menu.
16960
16961 * keyboard.h: Relocate platform-independent menu definitions from
16962 xmenu.c.
16963
16964 * menu.c: New file. Relocate platform-independent menu
16965 definitions from xmenu.c. Suggested by Adrian Robert.
16966
16967 * xmenu.c: Remove platform-independent menu definitions.
16968 (menu_items, menu_items_inuse, menu_items_allocated)
16969 (menu_items_used, menu_items_n_panes)
16970 (menu_items_submenu_depth): Move to keyboard.h.
16971 (init_menu_items, finish_menu_items, unuse_menu_items)
16972 (discard_menu_items, restore_menu_items, save_menu_items)
16973 (grow_menu_items, push_submenu_start, push_submenu_end)
16974 (push_left_right_boundary, push_menu_pane, push_menu_item)
16975 (keymap_panes, single_keymap_panes, single_menu_item)
16976 (list_of_panes, list_of_items, find_and_call_menu_selection)
16977 (xmalloc_widget_value, free_menubar_widget_value_tree)
16978 (parse_single_submenu, digest_single_submenu)
16979 (update_submenu_strings): Move to menu.c.
16980
16981 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
16982
16983 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
16984
16985 2008-06-06 Miles Bader <miles@gnu.org>
16986
16987 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
16988 face, not frame default.
16989
16990 2008-06-05 Martin Rudalics <rudalics@gmx.at>
16991
16992 * window.c (pop_up_windows, pop_up_frames)
16993 (display_buffer_reuse_frames, Vpop_up_frame_function)
16994 (Vdisplay_buffer_function, Veven_window_heights)
16995 (Vspecial_display_buffer_names, Vspecial_display_regexps)
16996 (Vspecial_display_function, Vsame_window_buffer_names)
16997 (Vsame_window_regexps, split_height_threshold)
16998 (Vsplit_window_preferred_function): Move those vars to window.el.
16999 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
17000 (Fdisplay_buffer): Move those functions to window.el.
17001 (syms_of_window): Remove corresponding declarations.
17002 (display_buffer): New function.
17003 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
17004 * dispnew.c (Flast_nonminibuf_frame): New function.
17005 * buffer.c (Fpop_to_buffer): Move to window.el.
17006
17007 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17008
17009 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
17010
17011 2008-06-05 Kenichi Handa <handa@m17n.org>
17012
17013 * coding.c (detect_coding): Fix previous change.
17014 (detect_coding_system): Likewise.
17015
17016 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17017
17018 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
17019
17020 * keymap.c (Vminibuffer_local_filename_must_match_map):
17021 Rename from Vminibuffer_local_must_match_filename_map.
17022 (syms_of_keymap):
17023 * minibuf.c (Fcompleting_read): Adjust accordingly.
17024 * commands.h: Rename declaration as well.
17025
17026 2008-06-05 Kenichi Handa <handa@m17n.org>
17027
17028 * font.c (Ffont_spec): Don't use font_parse_family_registry for
17029 family name.
17030 (Ffont_put): Likewise.
17031
17032 * fontset.c (fontset_find_font): Call font_open_for_lface with the
17033 current font-spec.
17034
17035 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
17036 is unspecified.
17037
17038 * xfaces.c (realize_x_face): If the font-related face attributes
17039 are the same as those of default face, realize a new fontset from
17040 default->fontset.
17041 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
17042
17043 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17044
17045 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
17046 (move_it_in_display_line): New wrapper.
17047
17048 * window.c (window_scroll_pixel_based_preserve_x)
17049 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
17050 (window_scroll_pixel_based, window_scroll_line_based):
17051 Use them to preserve column positions.
17052 (syms_of_window): Initialize them.
17053
17054 * indent.c (Fvertical_motion): Extend first arg to allow passing an
17055 (HPOS . VPOS) pair.
17056
17057 * dispextern.h (move_it_in_display_line): Declare.
17058
17059 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
17060
17061 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
17062 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
17063 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
17064
17065 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
17066
17067 * window.c (Fset_window_parameter): Doc fix.
17068 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
17069
17070 2008-06-04 Joakim Verona <joakim@verona.se>
17071
17072 * window.h (struct window): Add new member window_parameters.
17073
17074 * window.c (Fwindow_parameters, Fwindow_parameter)
17075 (Fset_window_parameter): New defuns.
17076 (syms_of_window): Defsubr the new defuns.
17077 (make_window): Initialize window_parameters to nil.
17078
17079 2008-06-04 John Paul Wallington <jpw@pobox.com>
17080
17081 * eval.c (Fdefmacro): Doc fix.
17082
17083 2008-06-04 Kenichi Handa <handa@m17n.org>
17084
17085 * coding.c (detect_coding): Fix handling of coding->head_ascii.
17086 Be sure to call setup_coding_system when we find a proper coding system.
17087 (detect_coding_system): Fix handling of coding->head_ascii.
17088
17089 2008-06-03 Andreas Schwab <schwab@suse.de>
17090
17091 * font.c (font_prop_validate_spacing): Fix last change.
17092
17093 2008-06-03 Kenichi Handa <handa@m17n.org>
17094
17095 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
17096 (font_parse_fcname): Fix handling of unknown key.
17097
17098 * xfont.c (xfont_list): Try an alias.
17099
17100 * charset.c (char_charset): Return NULL if the arg charset_list is
17101 specified and C doesn't belong to any of them.
17102
17103 2008-06-02 Chip Coldwell <coldwell@redhat.com>
17104
17105 * font.c (font_pixel_size): Don't take cdr of an integer.
17106
17107 2008-06-02 Jim Meyering <meyering@redhat.com>
17108
17109 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
17110 * alloc.c (xfree): Return right away for a NULL arg.
17111 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
17112 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
17113 * mac.c (create_apple_event_from_event_ref): Likewise.
17114 (create_apple_event_from_drag_ref, cfstring_create_normalized):
17115 Likewise.
17116 * doprnt.c (doprnt1): Likewise.
17117 * frame.c (frame): Likewise.
17118 * keyboard.c (wipe_kboard): Likewise.
17119 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
17120 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
17121 * term.c (tty_default_color_capabilities, maybe_fatal)
17122 (delete_tty): Likewise.
17123 * w16select.c (string): Likewise.
17124 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
17125 * w32bdf.c (w32_free_bdf_font): Likewise.
17126 * w32fns.c (w32_unload_font): Likewise.
17127 * w32font.c (w32font_close): Likewise.
17128 * window.c (size_window): Likewise.
17129 * xselect.c (receive_incremental_selection): Likewise.
17130 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
17131 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
17132 * w32.c (stat): Likewise.
17133
17134 Remove useless if-before-free tests.
17135 * editfns.c (Fset_time_zone_rule): Likewise.
17136 * lread.c (nosuffix): Likewise.
17137 * ralloc.c (get_bloc): Likewise.
17138 * regex.c (reg_free): Likewise.
17139 * xftfont.c (xftfont_open, xftfont_close): Likewise.
17140 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
17141 * xsmfns.c (smc_save_yourself_CB): Likewise.
17142
17143 2008-06-02 Kenichi Handa <handa@m17n.org>
17144
17145 * font.c (font_find_for_lface): Handle float font size.
17146 (font_open_for_lface): Likewise.
17147
17148 * xfaces.c (x_supports_face_attributes_p): Check face->font before
17149 comparing the properties.
17150
17151 2008-06-01 Jason Rumney <jasonr@gnu.org>
17152
17153 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
17154 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
17155 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
17156 Don't add empty script list.
17157 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
17158
17159 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
17160
17161 * Makefile.in (dot, dotdot): Remove, update users.
17162 ".." has been used elsewhere in the file for a long time.
17163 (LIBXT_STATIC): Remove conditional based on unused variable.
17164
17165 2008-06-01 Miles Bader <miles@gnu.org>
17166
17167 * xfaces.c (Vface_remapping_alist): New variable.
17168 (syms_of_xfaces): Initialize it.
17169 (enum named_merge_point_kind): New type.
17170 (struct named_merge_point): Add `named_merge_point_kind' field.
17171 (push_named_merge_point): Make cycle detection respect different
17172 named-merge-point kinds.
17173 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
17174 Remove face-name alias resolution.
17175 (lface_from_face_name): New definition using
17176 `lface_from_face_name_no_resolve'.
17177 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
17178 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
17179 (get_lface_attributes): New definition that layers face-remapping on
17180 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
17181 (lookup_basic_face): New function.
17182 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
17183 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
17184 `get_lface_attributes'.
17185 (face_at_buffer_position): Use `lookup_basic_face' to lookup
17186 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
17187 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
17188
17189 * xdisp.c (init_iterator): Pass base_face_id through
17190 `lookup_basic_face' when we actually use it as a face-id.
17191 (handle_single_display_prop): Use `lookup_basic_face' to lookup
17192 DEFAULT_FACE_ID.
17193
17194 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
17195 lookup the initial face-id.
17196
17197 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
17198
17199 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
17200
17201 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
17202 (Fremove_text_properties): Fix typos in docstrings.
17203
17204 2008-05-31 Kenichi Handa <handa@m17n.org>
17205
17206 * font.c (font_list_entities): Fix the car part of data to be
17207 stored in the cache.
17208
17209 * ftfont.c (ftfont_font_format): Don't use strcasestr.
17210
17211 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17212
17213 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
17214 Add a `test' argument so another predicate than `equal' can be used.
17215 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
17216 (map_char_table): Remove unused vars `c' and `i'.
17217 * lisp.h (Foptimize_char_table): Adjust declaration.
17218 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
17219
17220 2008-05-30 Kenichi Handa <handa@m17n.org>
17221
17222 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
17223 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
17224 defined.
17225
17226 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17227
17228 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
17229 (Fmake_variable_frame_local): Disallow mixing buffer-local and
17230 frame-local settings for the same variable.
17231
17232 2008-05-30 Kenichi Handa <handa@m17n.org>
17233
17234 * fontset.c (Ffont_info): Move to font.c.
17235 (syms_of_fontset): Delete defsubr of Sfont_info.
17236
17237 * font.c (font_style_to_value, font_score): Delete casting of the
17238 args to xstcasecmp.
17239 (register_font_driver): Increment num_font_drivers only when
17240 registering the driver globally.
17241 (Ffont_info): Move from fontset.c. Handle a font object too.
17242 (syms_of_font): Defsubr Sfont_info.
17243
17244 2008-05-29 Kenichi Handa <handa@m17n.org>
17245
17246 * coding.h (enum define_coding_utf8_arg_index): New enum.
17247 (enum coding_attr_index): Change coding_attr_utf_16_bom to
17248 coding_attr_utf_bom.
17249 (enum utf_bom_type): Rename from utf_16_bom_type.
17250 (struct utf_16_spec): Adjust for the above change.
17251 (struct coding_system): Add utf_8_bom in `spec' union.
17252
17253 * coding.c (CODING_UTF_8_BOM): New macro.
17254 (enum coding_category): Delete coding_category_utf_8, add
17255 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
17256 coding_category_utf_8_sig.
17257 (CATEGORY_MASK_UTF_8): Delete it.
17258 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
17259 (CATEGORY_MASK_UTF_8_SIG): New macros.
17260 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
17261 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
17262 CATEGORY_MASK_UTF_8_SIG.
17263 (CATEGORY_MASK_UTF_8): New macro.
17264 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
17265 (detect_coding_utf_8): Check BOM.
17266 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
17267 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
17268 (encode_coding_utf_16): Likewise.
17269 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
17270 (detect_coding, detect_coding_system): Handle utf-8-auto.
17271 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
17272 (syms_of_coding): Fix setting up of Vcoding_category_table.
17273
17274 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
17275
17276 * process.c (Faccept_process_output): If `millisec' is non-nil,
17277 `seconds' default to 0.
17278 (wait_reading_process_output): Also return non-nil if we read output
17279 from a non-running process.
17280
17281 2008-05-29 Jason Rumney <jasonr@gnu.org>
17282
17283 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
17284 `raster' specified.
17285 (add_font_entity_to_list): Allow non-opentype truetype fonts back
17286 in the uniscribe backend, but disallow any font that has no
17287 unicode subrange support.
17288
17289 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
17290
17291 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
17292 Fix typos in docstrings.
17293
17294 2008-05-29 Kenichi Handa <handa@m17n.org>
17295
17296 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
17297 (Fx_family_fonts): Set frame correctly.
17298
17299 2008-05-28 Jason Rumney <jasonr@gnu.org>
17300
17301 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
17302
17303 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17304
17305 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
17306 calling build_annotations.
17307
17308 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
17309
17310 * coding.c (Fdecode_coding_region, Fencode_coding_region)
17311 (Fencode_coding_string):
17312 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
17313 <latin-extra-code-table>: Fix typos in docstrings.
17314 (syms_of_coding) <coding-system-alist>: Doc fix.
17315 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
17316
17317 2008-05-28 Kenichi Handa <handa@m17n.org>
17318
17319 * fontset.c (Ffont_info): Don't call font_close_object.
17320
17321 * font.c (font_parse_family_registry): Use Ffont_put to validate
17322 foundry and family.
17323 (font_delete_unmatched): Don't check spacing.
17324 (font_list_entities): Add spacing to the spec to list fonts.
17325
17326 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
17327 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
17328
17329 * coding.c (encode_coding_raw_text): Fix previous change.
17330 (encode_coding_object): When the dst_object is a buffer and is
17331 different from src_object, move gap to PT.
17332
17333 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
17334
17335 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
17336
17337 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17338
17339 * coding.c (encode_coding_raw_text): Set coding->produced_char for
17340 all branches. Compute it differently.
17341
17342 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
17343
17344 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
17345
17346 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
17347 into "else if () ... else ...".
17348
17349 2008-05-27 Jason Rumney <jasonr@gnu.org>
17350
17351 * w32font.c (w32font_open_internal): Determine if glyph indices
17352 are likely to work here.
17353
17354 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
17355
17356 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
17357 draw overlap glyphs with appropriate highlighting.
17358
17359 2008-05-27 Kenichi Handa <handa@m17n.org>
17360
17361 * xfont.c (xfont_open): Fix calculation of font->average_width.
17362
17363 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17364
17365 * casefiddle.c (casify_object): Try to guess better whether the
17366 argument is a byte or a char.
17367
17368 2008-05-26 Andreas Schwab <schwab@suse.de>
17369
17370 * xselect.c (x_reply_selection_request): Properly handle format == 32.
17371 Always send multiples of format size.
17372
17373 * xterm.c (x_set_frame_alpha): Fix type mismatch.
17374
17375 2008-05-26 Jason Rumney <jasonr@gnu.org>
17376
17377 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
17378 (compute_metrics): Don't set failure if we just cleared the cache.
17379 (w32_weight_table): Remove unused variable.
17380 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
17381 backwards compatibility.
17382
17383 2008-05-25 Kenichi Handa <handa@m17n.org>
17384
17385 * w32term.c (x_draw_glyph_string):
17386 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
17387
17388 * xfaces.c: Delete unused function prototypes.
17389 (xstrlwr, font_frame): Delete them.
17390 (clear_face_cache): Delete unused variable.
17391
17392 * xftfont.c (xftfont_open): Delete unused variable.
17393 If underline_thickness is not 1, adjust underline_position.
17394
17395 * ftxfont.c (ftxfont_open): Delete unused variable.
17396
17397 * fontset.c (face_for_char): Optimize for the case of no charset
17398 property.
17399
17400 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
17401 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
17402 (otf_open, font_otf_capability, generate_otf_features)
17403 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17404 Comment out by surrounding "#if 0" and "#endif" for the moment.
17405 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
17406 (syms_of_font): Codes for accessing above commented out.
17407
17408 2008-05-24 Eli Zaretskii <eliz@gnu.org>
17409
17410 * w32proc.c: Include dispextern.h.
17411
17412 * w32.c: Include dispextern.h.
17413
17414 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
17415
17416 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
17417 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
17418 Fix typos in docstrings.
17419
17420 2008-05-23 Jason Rumney <jasonr@gnu.org>
17421
17422 * xsmfns.c: Remove includes that are already included by config.h.
17423
17424 2008-05-23 Kenichi Handa <handa@m17n.org>
17425
17426 * charset.c (Qemacs, charset_emacs): New variables.
17427 (char_charset): Fix for non-Unicode characters.
17428 (syms_of_charset): Define charset_emacs.
17429
17430 * w32term.c (x_draw_glyph_string): Be sure to update
17431 s->underline_thickness and s->underline_position. Be sure to draw
17432 underline within the current line area.
17433
17434 * xterm.c (x_draw_glyph_string): Be sure to update
17435 s->underline_thickness and s->underline_position. Be sure to draw
17436 underline within the current line area.
17437
17438 * fontset.c: Delete unused variables and add casting for char *
17439 throughout the file.
17440 (fontset_font): Try the fallback fonts of the current fontset
17441 before consulting the default fontset.
17442
17443 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
17444
17445 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
17446
17447 2008-05-22 Jason Rumney <jasonr@gnu.org>
17448
17449 * font.c: Don't include strings.h.
17450
17451 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
17452
17453 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
17454 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
17455 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
17456 to call xstrcasecmp.
17457
17458 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
17459
17460 * fontset.c (fs_query_fontset): Use xstrcasecmp.
17461
17462 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
17463
17464 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
17465
17466 2008-05-22 Kenichi Handa <handa@m17n.org>
17467
17468 * puresize.h (BASE_PURESIZE): Increase to 1220000.
17469
17470 * font.c (font_prop_validate_style): Adjust for the format
17471 change of font_style_table.
17472
17473 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
17474 two args.
17475
17476 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
17477 two args.
17478
17479 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17480
17481 * minibuf.c (keys_of_minibuf): Delete.
17482 * lisp.h (keys_of_minibuf): Delete.
17483 * emacs.c (main): Don't call keys_of_minibuf.
17484
17485 2008-05-22 Kenichi Handa <handa@m17n.org>
17486
17487 * ftfont.c (ftfont_resolve_generic_family): Rename from
17488 ftfont_list_generic_family. Return a single family for each
17489 generic family.
17490 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
17491 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
17492 Call font_add_log.
17493 (ftfont_match): Call font_add_log.
17494
17495 * font.h (Ffont_xlfd_name): EXFUN adjusted.
17496 (FONT_DEBUG): Define it.
17497 (font_add_log): Extern it.
17498 (font_assert): Rename from xassert.
17499
17500 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
17501 (xfont_list_family): Call font_add_log.
17502 (xfont_match): Likewise.
17503 (memq_no_quit): Delete.
17504
17505 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
17506 call of Ffont_xlfd_name.
17507
17508 * xfaces.c (struct table_entry, slant_table, weight_table)
17509 (swidth_table): Move to font.c.
17510
17511 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
17512 xassert are changed to font_assert. Delete many unused variables.
17513 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
17514 New variables.
17515 (struct table_entry): Move from xfaces.c and modified.
17516 (weight_table, slant_table, width_table): Move from xfaces.c and
17517 contents adjusted for the change of struct table_entry.
17518 (font_style_to_value, font_style_symbolic): Adjust for the
17519 format change of font_style_table.
17520 (font_parse_family_registry): Don't overwrite existing foundry and
17521 family of font_spec.
17522 (font_score): Fix calculation of diff for sizes.
17523 (font_sort_entites): Call font_add_log.
17524 (font_delete_unmatched): Return a newly created list.
17525 (font_list_entities): Fix previous change. Call font_add_log.
17526 (font_matching_entity, font_open_entity, font_close_entity):
17527 Call font_add_log.
17528 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
17529 (Finternal_set_font_style_table): Delete.
17530 (BUILD_STYLE_TABLE): New macro.
17531 (build_style_table): New function.
17532 (Vfont_log, font_log_env_checked): New variables.
17533 (font_add_log): New function.
17534 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
17535 Declare Lisp variables "font-weight-table", "font-slant-table",
17536 "font-width-table", and "font-log". Initialize font_style_table.
17537
17538 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
17539
17540 * xterm.c (x_set_frame_alpha): Move declarations before statements.
17541
17542 2008-05-21 Seiji Zenitani <zenitani@mac.com>
17543 Ryo Yoshitake <ryo@shiftmode.net>
17544
17545 * frame.c (Qalpha): Add a new frame parameter `alpha'.
17546 (Vframe_alpha_lower_limit): New variable.
17547 (x_set_alpha): New function.
17548
17549 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
17550
17551 * xfns.c (x-create-frame, Qalpha):
17552 Initialize the frame parameter `alpha'.
17553 * xterm.c (OPAQUE, OPACITY): New.
17554 (x_set_frame_alpha): New function.
17555 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
17556
17557 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
17558 * w32fns.c (w32_frame_parm_handlers): Likewise.
17559
17560 2008-05-20 Jason Rumney <jasonr@gnu.org>
17561
17562 * w32font.c (add_font_entity_to_list): Don't add non-opentype
17563 truetype fonts to opentype list.
17564
17565 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
17566
17567 * fontset.c (Ffontset_info): Doc fix.
17568 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
17569 <ignore-relative-composition>: Fix typos in docstrings.
17570
17571 * font.c (syms-of-font) <font-encoding-alist>:
17572 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
17573 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
17574 (Ffont_otf_alternates): Doc fixes.
17575
17576 2008-05-20 Kenichi Handa <handa@m17n.org>
17577
17578 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
17579 font.h through out the file.
17580 (FONT_DRIVERS): Rename from FONTOBJ.
17581 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
17582 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
17583
17584 * emacs.c (main): Call syms_of_font unconditionally.
17585
17586 * font.h (find_font_encoding): Extern it.
17587
17588 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
17589 fontset.c.
17590 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
17591 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
17592 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
17593 only when HAVE_WINDOW_SYSTEM is defined.
17594 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
17595 when HAVE_WINDOW_SYSTEM is defined.
17596
17597 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
17598 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
17599
17600 * xfaces.c: Include font.h unconditionally.
17601 (merge_face_ref, merge_face_vectors)
17602 (Finternal_set_lisp_face_attribute): Cancel the previous change.
17603
17604 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
17607 indirect_variable.
17608 * eval.c (lisp_indirect_variable): New fun.
17609 (Fuser_variable_p): Use it.
17610
17611 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17612
17613 * lisp.h (indirect_variable):
17614 * data.c (indirect_variable, let_shadows_buffer_binding_p):
17615 Use Lisp_Symbol pointers rather than Lisp_Object.
17616 Adjust callers.
17617 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
17618 To this end, change calling-convention.
17619
17620 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
17621 if some non-hidden buffers are selected by string&pred.
17622
17623 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
17624
17625 * process.c (wait_reading_process_output): Always check status
17626 when in batch mode.
17627
17628 2008-05-19 Kenichi Handa <handa@m17n.org>
17629
17630 * font.c (font_list_entities): Fix handling of cache.
17631 (font_matching_entity): Likewise.
17632
17633 * ftfont.c (cs_iso8859_1): Delete.
17634 (ft_face_cache): New variable.
17635 (struct ftfont_info): New member fc_charset_idx.
17636 (ftfont_build_basic_charsets): Delete.
17637 (fc_charset_table): New variable.
17638 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
17639 . FC_CHARSET_IDX) as :font-entity property in the font entity.
17640 Callers changed.
17641 (ftfont_lookup_cache, ftfont_get_charset): New functions.
17642 (ftfont_spec_pattern): New argument fc_charset_idx.
17643 Check registry more rigidly. Change callers.
17644 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
17645 change of :font-entity property of the font.
17646
17647 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
17648 property of the font.
17649
17650 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
17651
17652 * coding.c (Fcoding_system_p): Rename argument to match docstring.
17653 (Funencodable_char_position, Fcheck_coding_systems_region)
17654 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
17655 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
17656 (Ffind_operation_coding_system, Fset_coding_system_priority)
17657 (Fcoding_system_eol_type): Doc fixes.
17658
17659 2008-05-17 Glenn Morris <rgm@gnu.org>
17660
17661 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
17662
17663 2008-05-16 Eli Zaretskii <eliz@gnu.org>
17664
17665 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
17666 and st_gid.
17667
17668 * frame.c (Fdelete_frame): Don't call font_update_drivers if
17669 HAVE_WINDOW_SYSTEM is not defined.
17670
17671 * xfaces.c (merge_face_ref, merge_face_vectors)
17672 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
17673 HAVE_WINDOW_SYSTEM is defined.
17674 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
17675
17676 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
17677
17678 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
17679
17680 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17681
17682 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
17683
17684 2008-05-15 Kenichi Handa <handa@m17n.org>
17685
17686 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
17687 preference.
17688
17689 2008-05-15 Glenn Morris <rgm@gnu.org>
17690
17691 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
17692
17693 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
17694
17695 * fns.c (init_fns): Don't initialize weak_hash_tables here.
17696 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
17697
17698 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
17699
17700 2008-05-15 Kenichi Handa <handa@m17n.org>
17701
17702 * ftfont.c (ftfont_list): Downcase family name to check generic
17703 families.
17704
17705 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
17706 font-spec for QCfont value.
17707
17708 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
17709 buffer. Check the return value of it.
17710
17711 2008-05-14 Jason Rumney <jasonr@gnu.org>
17712
17713 * w32term.c (w32_get_glyph_overhangs): Remove.
17714 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
17715
17716 2008-05-14 Kenichi Handa <handa@m17n.org>
17717
17718 * font.c (font_prop_validate): Make nil a valid value.
17719 (font_clear_cache): Check if the cached vector of entities is nil
17720 or not.
17721
17722 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17723
17724 * emacs.c (main_thread): Conditionalize on
17725 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
17726 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
17727
17728 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
17729 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
17730 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
17731
17732 2008-05-14 Kenichi Handa <handa@m17n.org>
17733
17734 * coding.c (detect_coding_iso_2022): Ignore a coding category that
17735 has no corresponding coding system.
17736
17737 2008-05-14 Jason Rumney <jasonr@gnu.org>
17738
17739 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
17740
17741 * w32font.h (w32font_open_internal): Update declaration.
17742
17743 * w32font.c (w32font_open_internal): Change last argument from
17744 w32font_info struct to font object. Fill in font object from
17745 font_entity. Get Outline metrics if possible. Use them to
17746 calculate underline position and thickness. Use xlfd name as name
17747 property. Don't set codepage.
17748 (w32font_open): Pass font_object to w32font_open_internal. Don't
17749 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
17750 (w32font_draw): Use s->font.
17751 (clear_cached_metrics): Don't clear non-existent blocks.
17752
17753 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
17754 font was not found.
17755 (x_draw_glyph_string): Use underline position and thickness from font.
17756
17757 * w32uniscribe.c (uniscribe_open): Pass font_object to
17758 w32font_open_internal.
17759
17760 2008-05-14 Kenichi Handa <handa@m17n.org>
17761
17762 These changes are to delete all legacy font-handling codes, and
17763 make Emacs use only font-backends.
17764
17765 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
17766 (frame.o, image.o, print.o): Depend on $(FONTSRC).
17767
17768 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
17769
17770 * charset.h (Vcharset_non_preferred_head)
17771 (Vcurrent_iso639_language): Extern them.
17772
17773 * charset.c (Vcharset_non_preferred_head): New variable.
17774 (Vcurrent_iso639_language): New variable.
17775 (syms_of_charset): Declare it as a Lisp variable.
17776 (char_charset): Don't check non preferred charsets. As a last
17777 resort, return charset_unicode.
17778 (Fset_charset_priority): Update Vcharset_non_preferred_head.
17779
17780 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
17781 conditionals. Don't check enable_font_backend. Delete all codes
17782 used only when USE_FONT_BACKEND is not defined.
17783
17784 * dispextern.h (struct glyph_string): Change type of `font' to
17785 `struct font *'.
17786 (struct glyph_string): New member underline_position and
17787 underline_thickness.
17788 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
17789 (struct face): Change type of `font' to `struct font *'. Remove
17790 members `font_name', `font_info_id'.
17791 (per_char_metric, encode_char): Delete externs.
17792 (calc_pixel_width_or_height): Adjust the prototype.
17793
17794 * emacs.c (enable_font_backend): Delete extern.
17795 (main): Don't set enable_font_backend. Don't check the command
17796 line argument "-disable-font-backend".
17797
17798 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
17799 (enum font_property_index): New members FONT_DPI_INDEX,
17800 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
17801 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
17802 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
17803 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
17804 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
17805 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
17806 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
17807 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
17808 (struct font_spec, struct font_entity): New structs.
17809 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
17810 (struct font): Many members from old "struct font_info" moved to
17811 here. Members font and entity deleted.
17812 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
17813 the new font-related objects.
17814 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
17815 (CHECK_FONT_GET_OBJECT): Likewise.
17816 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
17817 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
17818 (struct font_driver): New members case_sensitive anc check. Type
17819 of the member list and open changed.
17820 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
17821 (font_symbolic_width, font_find_object, font_get_spec)
17822 (font_set_lface_from_name): Delete extern.
17823 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
17824
17825 * font.c: Include <strings.h>.
17826 (enable_font_backend): Delete it.
17827 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
17828 (CHECK_VALIDATE_FONT_SPEC): Delete it.
17829 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
17830 (null_string): Delete it.
17831 (null_vector): Make it static.
17832 (font_family_alist): Delete it.
17833 (Qnormal): Extern it.
17834 (QCextra, QClanguage): Delete it.
17835 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
17836 (font_make_spec, font_make_entity, font_make_object)
17837 (font_intern_prop): Renamed from intern_downcase. Don't downcase
17838 the string. Callers changed.
17839 (font_pixel_size): Adjusted for the format change of font-related
17840 objects.
17841 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
17842 (font_style_to_value, font_style_symbolic): New function.
17843 (build_font_family_alist): Delete it.
17844 (font_registry_charsets): Use Fassoc_string instead of
17845 assq_no_quit.
17846 (font_prop_validate_symbol): Don't return null_string.
17847 (font_prop_validate_style): Adjusted for the change of
17848 style-related values in a font vector.
17849 (font_property_table): Delete entries for QClanguage and
17850 QCantialias, add entries for QCavgwidth.
17851 (get_font_prop_index): Delete the 2nd argument FROM.
17852 (font_prop_validate): Arguments changed.
17853 (font_put_extra): Adjusted for the change of font-related objects.
17854 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
17855 (font_parse_fcname, font_unparse_fcname)
17856 (font_prepare_composition): Likewise.
17857 (font_parse_family_registry): Renamed from font_merge_old_spec.
17858 (otf_open): Delete the 1st arg entity.
17859 (font_otf_capability): Adjusted for the above change.
17860 (font_score): New arg alternate_families. Adjusted for the change
17861 of font-related objects.
17862 (font_sort_entites): New arg best_only.
17863 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
17864 Delete them.
17865 (font_match_p): Check alternate families.
17866 (font_find_object): Delete it.
17867 (font_check_object): New function.
17868 (font_clear_cache): Adjusted for the change of font-related objects.
17869 (font_delete_unmatched): New arg.
17870 (font_list_entities): Call font_driver->list with a spec that
17871 doesn't specify style-related properties.
17872 (font_matching_entity): Arguments changed. Caller changed.
17873 (font_open_entity): Adjusted for the change of font-related objects.
17874 (font_close_object, font_has_char, font_encode_char)
17875 (font_get_name, font_get_spec): Likewise.
17876 (font_spec_from_name, font_clear_prop, font_update_lface):
17877 New functions.
17878 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
17879 (font_prepare_for_face, font_done_for_face, font_open_by_name)
17880 (font_at): Adjusted for the change of font-related objects.
17881 (font_range): New function.
17882 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
17883 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
17884 (Fcopy_font_spec, Fmerge_font_spec): New function.
17885 (Ffont_family_list): Renamed from list-families.
17886 (Finternal_set_font_style_table): Arguments changed.
17887 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
17888 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
17889 change of font-related objects.
17890 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
17891
17892 * fontset.h (struct font_info): Delete it. Most members go to
17893 struct font.
17894 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
17895 (enum FONT_SPEC_INDEX): Delete it.
17896 (font_info, list_fonts_func, load_font_func, query_font_func)
17897 (set_frame_fontset_func, find_ccl_program_func)
17898 (get_font_repertory_func, new_fontset_from_font_name): Delete
17899 externs.
17900 (fontset_from_font_name): Extern it.
17901 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
17902 (FONT_INFO_FROM_FACE): Deleted.
17903 (face_for_font): Adjust prototype.
17904
17905 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
17906 conditionals. Don't check enable_font_backend. Delete all codes
17907 used only when USE_FONT_BACKEND is not defined.
17908 (get_font_info_func, list_font_func, load_font_func)
17909 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
17910 (get_font_repertory_func): Delete them.
17911 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
17912 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
17913 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
17914 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
17915 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
17916 (fontset_compare_rfontdef): New function.
17917 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
17918 rfont-defs by qsort. Adjusted for the change of font-group vector.
17919 (load_font_get_repertory): Deleted.
17920 (fontset_find_font): Use new macros to ref/set elements of
17921 font-def and rfont-def.
17922 (fontset_font): Fix the timing of remembering that no font for C.
17923 (free_face_fontset): Do nothing if the face has no fontset.
17924 (face_suitable_for_char_p): Use new macros to ref/set elements of
17925 rfont-def.
17926 (face_for_char): Likewise. Call face_for_char with font_object.
17927 (fs_load_font): Delete. Delete #pragma surrounding it.
17928 (fs_query_fontset): Use strcasecmp instead of strcmp.
17929 (generate_ascii_font_name): Adjusted for the format change of
17930 font-spec.
17931 (Fset_fontset_font): Likewise. Use new macros to set elements of
17932 font-def.
17933 (Fnew_fontset): Use font_unparse_xlfd to generate
17934 FONTSET_ASCII (fontset).
17935 (new_fontset_from_font_name): Deleted.
17936 (fontset_from_font): Renamed from new_fontset_from_font. Check if
17937 a fontset is already created for the font. FIx updating of
17938 Vfontset_alias_alist.
17939 (fontset_ascii_font): Deleted.
17940 (Ffont_info): Adjusted for the format change of font-spec.
17941 (Finternal_char_font): Likewise.
17942 (Ffontset_info): Likewise.
17943 (syms_of_fontset): Don't check load_font_func.
17944
17945 * fns.c (internal_equal): Handle PREV_FONT.
17946
17947 * frame.h: Delete USE_FONT_BACKEND conditional.
17948
17949 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
17950 conditionals. Don't check enable_font_backend. Delete all codes
17951 used only when USE_FONT_BACKEND is not defined.
17952 (x_set_font): Call x_new_font, not x_new_fontset2.
17953 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
17954 already set for the frame.
17955
17956 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
17957 a font-entity by font_make_entity. Use font_intern_prop instead
17958 of intern_downcase. Use FONT_SET_STYLE to set a style-related
17959 font property. If a font is scalable, set avgwidth property to 0.
17960 Set font-entity property by font_put_extra.
17961 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
17962 (ffont_driver): Adjusted for the change of struct font_driver.
17963 (ftfont_spec_pattern): New function.
17964 (ftfont_list): Return a list, not vector.
17965 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
17966 (ftfont_list_family): Don't downcase names.
17967 (ftfont_free_entity): Deleted.
17968 (ftfont_open): Return a font-object. Adjusted for the change of
17969 struct font. Get underline_thickness and underline_position from
17970 font property. Don't update dpyinfo->smallest_font_height and
17971 dpyinfo->smallest_char_width.
17972 (ftfont_close): Don't free `struct font'.
17973 (ftfont_has_char): Adjusted for the format change of font-entity.
17974 (ftfont_encode_char, ftfont_text_extents): Likewise.
17975
17976 * ftxfont.c (ftxfont_list): Return a list, not vector.
17977 (ftxfont_open): Return a font-object. Adjusted for the change of
17978 struct font. Get underline_thickness and underline_position from
17979 font property. Don't update dpyinfo->smallest_font_height and
17980 dpyinfo->smallest_char_width.
17981 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
17982 (ftxfont_draw): Adjusted for the change of struct font.
17983
17984 * image.c (image_ascent): Don't include "charset.h". Include
17985 "character.h" and "font.h".
17986
17987 * lisp.h (enum pvec_type): New member PREV_FONT.
17988 (Fassoc_string): EXFUN it.
17989
17990 * print.c: Include font.h.
17991 (print_object): Handle font-related objects.
17992
17993 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
17994 conditionals. Don't check enable_font_backend. Delete all codes
17995 used only when USE_FONT_BACKEND is not defined.
17996 (handle_auto_composed_prop): Do nothing if it->f is not on a
17997 window system. Check how many following characters can be
17998 displayed by the same font.
17999 (calc_pixel_width_or_height): Type of the 4th arg is changed to
18000 'struct font *'.
18001 (get_char_face_and_encoding): Assign the whole encoding task to
18002 the `encode-char' method of a font driver.
18003 (fill_composite_glyph_string): Adjusted for the change of `struct
18004 face' and `struct glyph_string'.
18005 (fill_glyph_string): Likewise.
18006 (get_per_char_metric): Arguments changed.
18007 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
18008 and `struct glyph_string'.
18009 (produce_stretch_glyph, calc_line_height_property)
18010 (x_produce_glyphs): Likewise.
18011
18012 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
18013 conditionals. Don't check enable_font_backend. Delete all codes
18014 used only when USE_FONT_BACKEND is not defined. Use
18015 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
18016 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
18017 (Qp): Extern them.
18018 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
18019 Deleted.
18020 (struct font_name): Deleted.
18021 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
18022 (compare_fonts_by_sort_order): New function.
18023 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
18024 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
18025 Deleted.
18026 (Fx_family_fonts): Use font_list_entities, and sort fonts by
18027 compare_fonts_by_sort_order.
18028 (Fx_font_family_list): Call Ffont_family_list.
18029 (face_numeric_value, face_numeric_weight, face_numeric_slant)
18030 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
18031 (face_symbolic_slant, face_symbolic_swidth)
18032 (split_font_name_into_vector, build_font_name_from_vector)
18033 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
18034 (font_rescale_ratio, split_font_name, build_font_name)
18035 (free_font_names, sort_fonts, x_face_list_fonts)
18036 (face_font_available_p, sorted_font_list, cmp_font_names)
18037 (font_list_1, concat_font_list, font_list, remove_duplicates):
18038 Deleted.
18039 (Fx_list_fonts): Use Ffont_list.
18040 (LFACE_AVGWIDTH): Deleted.
18041 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
18042 by FONTP.
18043 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
18044 (set_lface_from_font_name): Delete it.
18045 (set_lface_from_font): Renamed from
18046 set_lface_from_font_and_fontset. Caller changed. Don't set
18047 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
18048 for face.
18049 (merge_face_vectors): Copy font-spec if necessary.
18050 Clear properties of the font-spec if necessary.
18051 (merge_face_ref): Clear properties of the font-spec if necessary.
18052 (Finternal_set_lisp_face_attribute): Likewise.
18053 (set_font_frame_param): Use font_load_for_lface to load a
18054 font-object, and call Fmodify_frame_parameters with it.
18055 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
18056 font name by Ffont_xlfd_name.
18057 (Finternal_lisp_face_attribute_values): Don't check QCweight,
18058 QCslant, and QCwidth.
18059 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
18060 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
18061 Compare fonts by EQ.
18062 (lookup_non_ascii_face): Deleted.
18063 (face_for_font): The 2nd argument changed.
18064 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
18065 Check atomic font properties by case insensitive.
18066 (realize_non_ascii_face): Set face->overstrike correctly.
18067 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
18068 (dump_realized_face): Get font name from
18069 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
18070
18071 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
18072 conditionals. Don't check enable_font_backend. Delete all codes
18073 used only when USE_FONT_BACKEND is not defined.
18074 (xic_create_xfontset): Original code deleted and renamed from
18075 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
18076 (x_make_gc): Don't set GCFont in GCs.
18077 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
18078 opened by "fixed".
18079 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
18080 find_ccl_program_func, query_font_func, set_frame_fontset_func,
18081 get_font_repertory_func.
18082
18083 * xfont.c: Include <stdlib.h> and "ccl.h".
18084 (struct xfont_info): New structure.
18085 (xfont_query_font): Deleted.
18086 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
18087 moved from xterm.c.
18088 (xfont_driver): Adjusted for the change of struct font_driver.
18089 (compare_font_names): New function.
18090 (xfont_list_pattern): Sort font names case insensitively. Make
18091 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
18092 (xfont_list): Return a list, not vector.
18093 (xfont_match): If the font doesn't have QCname property, generate
18094 a name from the other font properties.
18095 (xfont_open): Return a font-object. Adjusted for the change of
18096 struct font. Get underline_thickness and underline_position from
18097 font property. Don't update dpyinfo->smallest_font_height and
18098 dpyinfo->smallest_char_width.
18099 (xfont_close): Don't free struct font.
18100 (xfont_prepare_face): Adjusted for the change of struct font.
18101 (xfont_done_face): Deleted.
18102 (xfont_has_char): Adjusted for the change of struct font.
18103 (xfont_encode_char, xfont_draw): Likewise.
18104 (xfont_check): New function.
18105
18106 * xftfont.c (xftfont_list): Adjusted for the change of `list'
18107 callback function.
18108 (xftfont_match): Adjusted for the format change of font-entity.
18109 (xftfont_open): Adjusted for the format change of font-entity and
18110 font-object. Adjusted for the change of struct font. Return a
18111 font-object. Don't update dpyinfo->smallest_font_height and
18112 dpyinfo->smallest_char_width.
18113 (xftfont_close): Block input while calling XftFontClose.
18114 (xftfont_prepare_face): Don't block input while calling
18115 xftfont_get_colors. Adjusted for the change of struct font.
18116 (xftfont_shape): Return value of error case fixed.
18117
18118 * xrdb.c (x_load_resources): Don't setup a fontset resource.
18119
18120 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
18121 conditionals.
18122 (FONT_WIDTH): Return (f)->max_width.
18123 (struct x_display_info): Delete member `font'.
18124 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
18125 (x_find_ccl_program, x_get_font_repertory): Delete externs.
18126 (struct x_output): Change type of `font' to `struct font *'.
18127
18128 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
18129 conditionals. Don't check enable_font_backend. Delete all codes
18130 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
18131 (x_per_char_metric, x_encode_char): Deleted.
18132 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
18133 (x_compute_glyph_string_overhangs): Adjusted for the change of
18134 `struct face'.
18135 (x_draw_glyph_string_foreground)
18136 (x_draw_composite_glyph_string_foreground): Likewise.
18137 (x_draw_glyph_string): Likewise. Use font->underline_position and
18138 font->underline_thickness.
18139 (x_new_font): Renamed from x_new_fontset2.
18140 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
18141 (x_check_font): Call `check' method of a font driver.
18142 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
18143 (x_query_font, x_get_font_repertory): Deleted.
18144 (x_find_ccl_program): Renamed and moved to xfont.c.
18145 (x_redisplay_interface): Adjusted for the change of `struct
18146 redisplay_interface'.
18147
18148 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
18149 conditionals. Don't check enable_font_backend. Delete all codes
18150 used only when USE_FONT_BACKEND is not defined. Surround non-used
18151 code by "#ifdef OLD_FONT" and "endif".
18152 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
18153
18154 * w32font.h (struct w32font_info): New member.
18155 (FONT_COMPAT): New macro.
18156 (w32font_open_internal): Prototype adjusted.
18157
18158 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
18159 OLD_FONT" and "endif".
18160
18161 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
18162 conditionals. Don't check enable_font_backend. Delete all codes
18163 used only when USE_FONT_BACKEND is not defined.
18164 (w32font_open): Return a font-object. Make a font-object by
18165 font_make_object. Adjusted for the change of struct w32font_info.
18166 (w32font_close): Don't free struct font. Adjusted for the change
18167 of struct w32font_info.
18168 (w32font_encode_char, w32font_text_extents, w32font_draw):
18169 Adjusted for the change of struct w32font_info.
18170 (w32font_draw): Likewise.
18171 (w32font_list_internal): Return a list, not vector.
18172 (w32font_open_internal): Change the 4th arg to font-object.
18173 Adjusted for the change of struct w32font_info and font-object format.
18174 (add_font_name_to_list): Don't downcase names.
18175 (w32_enumfont_pattern_entity): Make a font-entity by
18176 font_make_entity. Adjusted for the format change of font-entity.
18177 Use FONT_SET_STYLE to set a style-related font property. If a
18178 font is scalable, set avgwidth property to 0. Set font-entity
18179 property by font_put_extra.
18180 (font_matches_spec): Adjusted for the format change of font-entity.
18181 (w32_weight_table, w32_decode_weight): New variables.
18182 (w32_encode_weight): New function.
18183 (fill_in_logfont): Adjusted for the format change of font-spec.
18184 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
18185 weight value.
18186 (w32font_driver): Adjusted for the change of struct font_driver.
18187
18188 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
18189 conditionals. Don't check enable_font_backend. Surround non-used
18190 code by "#ifdef OLD_FONT" and "endif".
18191 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
18192 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
18193
18194 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
18195 conditionals. Don't check enable_font_backend. Delete all codes
18196 used only when USE_FONT_BACKEND is not defined. Surround non-used
18197 code by "#ifdef OLD_FONT" and "endif".
18198
18199 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
18200 (uniscribe_open): Return value changed to font-object.
18201 Adjusted for the format change of font-object.
18202 (uniscribe_otf_capability): Adjusted for the change of struct font.
18203 (add_opentype_font_name_to_list): Don't downcase names.
18204 (uniscribe_font_driver): Adjusted for the change of struct
18205 font_driver.
18206
18207 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
18208
18209 * dispnew.c (update_frame_1): Check if tty output is still valid
18210 before flushing it.
18211
18212 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
18213
18214 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
18215 to Gtk+ menus.
18216
18217 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18218
18219 * dired.c (file_name_completion): Tweak the code so as to always do it
18220 in a single pass. Tighten the scope of some variables.
18221
18222 * dired.c (Qdefault_directory): New var.
18223 (file_name_completion): Use it instead of Fexpand_file_name.
18224 (syms_of_dired): Initialize it.
18225
18226 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18227
18228 * fileio.c (double_dollars): Remove dead code.
18229
18230 2008-05-10 Eli Zaretskii <eliz@gnu.org>
18231
18232 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
18233 Mention w32-get-true-file-attributes in doc string.
18234
18235 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
18236
18237 2008-05-09 Glenn Morris <rgm@gnu.org>
18238
18239 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
18240 2008-04-23.
18241
18242 2008-05-09 Eli Zaretskii <eliz@gnu.org>
18243
18244 Support for reporting owner and group of each file on MS-Windows:
18245 * dired.c (stat_uname, stat_gname): New functions, with special
18246 implementation for w32.
18247 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
18248
18249 * w32.c: Rename the_passwd_* to dflt_passwd_*.
18250 (dflt_group_name): New static variable.
18251 (dflt_group): Rename from the_group.
18252 (init_user_info): Init dflt_group fields. Get user's group name
18253 from LookupAccountSid.
18254 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
18255 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
18256 New initialization states.
18257 (globals_of_w32): Initialize them to zero. Initialize the default
18258 group name to "None".
18259 (GetFileSecurity_Name): New global var, the name of the function
18260 to call for GetFileSecurity.
18261 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
18262 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
18263 (get_file_security, get_security_descriptor_owner)
18264 (get_security_descriptor_group, is_valid_sid)
18265 (get_file_security_desc, get_rid, get_name_and_id)
18266 (get_file_owner_and_group): New functions.
18267 (stat): Use get_file_security_desc and get_file_owner_and_group to
18268 report the owner and primary group of each file. Don't ignore the
18269 high 32 bits of file's size, now that st_size is 64-bit wide.
18270 Fix test when to get true file attributes.
18271 (init_user_info): Use get_rid instead of equivalent inline code.
18272 (fstat): Don't ignore the high 32 bits of file's size.
18273
18274 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
18275
18276 * image.c (png_load): Use correct bit-depth for setting background
18277 color.
18278
18279 2008-05-08 Eli Zaretskii <eliz@gnu.org>
18280
18281 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
18282 epa-hook.elc.
18283
18284 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
18285
18286 * font.c (Ffont_match_p): Don't use `iff' in docstring.
18287
18288 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
18289
18290 * macfns.c (Fx_create_frame): Make a copy of frame parameters
18291 because the original parameters are in pure storage now.
18292 (mac_window): Remove unused params. Update callers.
18293
18294 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18295
18296 * lread.c (substitute_object_recurse): Use lower-level primitives.
18297 Don't signal errors when traversing sub-char-tables.
18298 Don't loop over all the possible characters when traversing char-tables.
18299
18300 * print.c (print_preprocess): Add sub-char-tables to the print-table,
18301 just like we do in print.c.
18302
18303 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18304
18305 * minibuf.c (Ftry_completion): Remove code left over from when we used
18306 scmp instead of Fcompare_strings.
18307
18308 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
18309
18310 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
18311
18312 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18313
18314 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
18315 Create bitmap context in native byte order.
18316
18317 * macterm.c (XDrawLine)
18318 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
18319 context in native byte order.
18320
18321 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18322
18323 * config.in: Regenerate.
18324
18325 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
18326 New definitions for Image I/O support.
18327 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
18328 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
18329 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
18330 (mac_data_provider_release_data, image_load_image_io)
18331 [USE_MAC_IMAGE_IO]: New functions.
18332 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
18333 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
18334 (init_image_func_pointer) [MAC_OSX]: Remove function.
18335 (image_load_quartz2d) [MAC_OSX]: Check availability of
18336 CGImageCreateWithPNGDataProvider at compile time.
18337 Use lowercase `false' for boolean constant.
18338 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
18339 Use image_load_image_io.
18340 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
18341 Don't check MyCGImageCreateWithPNGDataProvider.
18342 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
18343 Don't call init_image_func_pointer.
18344
18345 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
18346
18347 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
18348 Make variable non-static.
18349 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
18350 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
18351
18352 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
18353 (RED_FROM_ULONG): Mask off higher bits.
18354 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
18355
18356 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
18357 Include AvailabilityMacros.h.
18358 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
18359 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
18360
18361 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18362
18363 * chartab.c (Fset_char_table_range): If range is t, really set all
18364 chars to that value.
18365
18366 2008-05-03 Eli Zaretskii <eliz@gnu.org>
18367
18368 * dired.c (Ffile_attributes): Don't allow the device number become
18369 negative.
18370
18371 2008-05-02 Daiki Ueno <ueno@unixuser.org>
18372
18373 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
18374
18375 2008-05-02 Juri Linkov <juri@jurta.org>
18376
18377 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
18378 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
18379 DEFAULT argument as a list of default values in docstrings.
18380
18381 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
18382
18383 * puresize.h (BASE_PURESIZE): Increase to 1210000.
18384
18385 2008-05-01 Martin Rudalics <rudalics@gmx.at>
18386
18387 * dispnew.c (change_frame_size_1): Preserve small windows when
18388 shrinking frames by calling set_window_height|width with third
18389 arg 2.
18390
18391 * window.h (struct window): Replace field too_small_ok by field
18392 resize_proportionally.
18393
18394 * window.c (make_window): Initialize resize_proportionally.
18395 (enlarge_window): Temporarily set resize_proportionally to make
18396 sure that shrink_windows does scale the window proportionally.
18397 (shrink_windows): When window has resize_proportionally set try
18398 to shrink it proportionally by stealing from other windows.
18399 (struct saved_window, Fset_window_configuration)
18400 (compare_window_configurations): Handle resize_proportionally.
18401 (WINDOW_TOTAL_SIZE): New macro.
18402 (window_min_size, shrink_windows, size_window): Use it.
18403 (check_min_window_sizes): Remove. Invalid values of
18404 window-min-height|width are handled by window_min_size_2 now.
18405 (size_window, Fsplit_window, enlarge_window)
18406 (adjust_window_trailing_edge, grow_mini_window): Don't call
18407 check_min_window_sizes.
18408 (window_min_size_2, window_min_size_1, window_min_size):
18409 New argument safe_p for retrieving "safe" minimum sizes.
18410 (Fdisplay_buffer, Fsplit_window, enlarge_window)
18411 (adjust_window_trailing_edge, grow_mini_window):
18412 Adjust arguments of window_min_size... functions.
18413 (shrink_windows): Argument min_size removed. New argument
18414 safe_p allows shrinking windows to their safe minimum sizes.
18415 Calculate minimum size and decide whether a window shall be
18416 deleted for each window individually.
18417 (size_window): When nodelete_p equals 2, tell shrink_windows to
18418 delete windows only if their new minimum size is no more safe.
18419 (shrink_window_lowest_first): Call window_min_size_1 to make
18420 sure to preserve modeline of bottom-most window when resizing
18421 the minibuffer.
18422 (Fset_window_configuration, Fcurrent_window_configuration)
18423 (compare_window_configurations): Do not handle
18424 window-min-height|width any more.
18425 (syms_of_window): Clarify window-min-height|width doc-strings.
18426
18427 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
18428
18429 * dired.c (file_name_completion): Fix up the encoding/decoding issue
18430 some more. Copy some of the code from Ftry_completions.
18431 Remove special case code that dates back to initial revision when the
18432 slash was only added when necessary and that can't trigger nowadays.
18433
18434 2008-04-27 Kenichi Handa <handa@m17n.org>
18435
18436 * font.c (font_prop_validate): Signal `error' instead of `font'.
18437
18438 2008-04-29 Jason Rumney <jasonr@gnu.org>
18439
18440 * w32fns.c (Fw32_battery_status): New defun.
18441 (syms_of_w32fns): Defsubr it.
18442
18443 2008-04-28 Andreas Schwab <schwab@suse.de>
18444
18445 * dired.c (file_name_completion): Fix another mixing of encoded
18446 and decoded names.
18447
18448 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
18449
18450 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
18451
18452 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
18453
18454 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
18455
18456 2008-04-27 Andreas Schwab <schwab@suse.de>
18457
18458 * dired.c (file_name_completion): Fix inappropriate mixing of
18459 encoded and decoded names.
18460
18461 * xterm.c (XTread_socket): Fix use of uninitialized variable.
18462
18463 * puresize.h (BASE_PURESIZE): Increase to 1200000.
18464
18465 2008-04-26 Eli Zaretskii <eliz@gnu.org>
18466
18467 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
18468 2008-03-31, it's not needed anymore with `struct stat' definition
18469 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
18470 for the same reasons.
18471
18472 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
18473
18474 * m/sparc.h: Additional redefinitions for GNU/Linux.
18475
18476 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18477
18478 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
18479 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
18480 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
18481 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
18482 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
18483 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
18484 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18485 Likewise.
18486
18487 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
18488 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
18489 (mac_ax_number_of_characters): Add externs.
18490 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
18491 [USE_MAC_TSM]: Likewise.
18492 (mac_handle_text_input_event) [MAC_OSX]:
18493 Handle kEventTextInputOffsetToPos for no active input area case.
18494 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
18495 (mac_handle_document_access_event)
18496 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
18497 (install_application_handler) [MAC_OSX]: Register handlers for
18498 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
18499 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18500 Register mac_handle_document_access_event.
18501
18502 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
18503 Make functions non-static.
18504
18505 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18506
18507 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
18508 (read_file_name_completion_ignore_case, insert_default_directory)
18509 (Qdefault_directory): Move to minibuffer.el.
18510 (Fread_file_name): Call the new `read-file-name' instead.
18511
18512 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18513
18514 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
18515 Make function non-static.
18516 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
18517 Remove function.
18518 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
18519 Move to mactoolbox.c.
18520 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
18521
18522 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
18523 (mac_rect_make): New macro.
18524
18525 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
18526 instead of float.
18527 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
18528 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
18529 (XSetBackground) [USE_CG_DRAWING]: Likewise.
18530 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
18531 CGRectMake.
18532 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
18533 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
18534 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
18535 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
18536 instead of WindowRef in argument type.
18537 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
18538 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
18539 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
18540 instead of DISPLAY. All uses changed.
18541 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
18542 (x_calc_absolute_position): Simplify so as not to use
18543 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
18544
18545 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
18546 instead of WindowRef in argument type.
18547 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
18548 [TARGET_API_MAC_CARBON]: Remove externs.
18549 (create_apple_event, mac_event_parameters_to_lisp)
18550 [TARGET_API_MAC_CARBON]: Add externs.
18551
18552 * mactoolbox.c (Vmac_ts_script_language_on_focus)
18553 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
18554 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
18555 is clicked.
18556 (x_activate_menubar): Remove extern for saved_menu_event_location.
18557 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
18558 Move from mac.c.
18559
18560 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18561
18562 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
18563 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
18564
18565 2008-04-23 Jason Rumney <jasonr@gnu.org>
18566
18567 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
18568 attributes only for local files.
18569
18570 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
18571 default to Qlocal.
18572
18573 2008-04-22 Juri Linkov <juri@jurta.org>
18574
18575 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
18576 read-buffer-to-switch instead of using the letter "B".
18577
18578 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18579
18580 * fileio.c (Qdefault_directory): New variable.
18581 (Fread_file_name): Use it to pass `dir' to the completion functions.
18582
18583 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
18584
18585 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
18586
18587 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * keyboard.c (Vpre_help_message): Remove.
18590 (show_help_echo): Remove default C code.
18591
18592 * dired.c (directory_files_internal, file_name_completion):
18593 Only call ENCODE_FILE if the string is indeed decoded.
18594
18595 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 * Makefile.in (TOOLKIT_DEFINES): Remove.
18598 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
18599
18600 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18601
18602 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
18603 (mactoolbox.o): New target.
18604
18605 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
18606 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
18607
18608 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
18609 Use mac_set_frame_window_background instead of XSetWindowBackground.
18610 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
18611 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
18612 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
18613 instead of SetWindowTitleWithCFString.
18614 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
18615 Move function to mactoolbox.c.
18616 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
18617 Use mac_set_window_modified instead of SetWindowModified.
18618 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
18619 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
18620 (Fx_focus_frame): Use mac_front_non_floating_window instead of
18621 FrontNonFloatingWindow. Use mac_activate_window instead of
18622 ActivateWindow. Use mac_active_non_floating_window instead of
18623 ActiveNonFloatingWindow.
18624 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
18625 Use mac_show_hourglass and mac_hide_hourglass.
18626 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
18627 instead of GetGlobalMouse.
18628 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
18629 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
18630 Use mac_bring_window_to_front instead of BringToFront.
18631 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
18632 mactoolbox.c.
18633 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
18634 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
18635 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
18636 mactoolbox.c.
18637
18638 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
18639 (XtPointer): Move typedef from macmenu.c.
18640 (enum button_type): Move enum from macmenu.c.
18641 (widget_value): Move typedef from macmenu.c.
18642 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
18643 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
18644 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
18645 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
18646 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
18647 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
18648 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
18649 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
18650 (Selection): Move typedef from macselect.c.
18651 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
18652 macterm.c.
18653 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
18654 (mac_is_window_collapsed, mac_bring_window_to_front)
18655 (mac_send_window_behind, mac_hide_window, mac_show_window)
18656 (mac_collapse_window, mac_front_non_floating_window)
18657 (mac_active_non_floating_window, mac_activate_window)
18658 (mac_move_window_structure, mac_move_window, mac_size_window)
18659 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
18660
18661 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
18662 (enum mac_menu_kind): Move enum to mactoolbox.c.
18663 (min_menu_id): Move variable to mactoolbox.c.
18664 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
18665 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
18666 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
18667 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
18668 [TARGET_API_MAC_CARBON]: Likewise.
18669 (XtPointer): Move typedef to macgui.h.
18670 (enum button_type): Move enum to macgui.h.
18671 (widget_value): Move typedef to macgui.h.
18672 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
18673 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
18674 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
18675 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
18676 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
18677 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
18678 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
18679 (popup_activated_flag): Make variable non-static.
18680 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
18681 (add_menu_item, fill_menu, dispose_menus):
18682 Move functions to mactoolbox.c.
18683 (restore_show_help_function, menu_target_item_handler)
18684 (install_menu_target_item_handler, mac_handle_dialog_event)
18685 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
18686 [TARGET_API_MAC_CARBON]: Likewise.
18687 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
18688 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
18689 (find_and_call_menu_selection, name_is_separator): Make function
18690 non-static.
18691 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
18692 to mactoolbox.c.
18693 (set_frame_menubar): Don't call install_menu_quit_handler.
18694 (menu_item_selection): New variable.
18695 (mac_menu_show): Use create_and_show_popup_menu.
18696 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
18697 selection but set variable menu_item_selection. All uses changed.
18698 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
18699 Call install_menu_quit_handler. Move to mactoolbox.c.
18700
18701 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
18702 (Selection): Move typedef to macgui.h.
18703 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
18704 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
18705 Make variables non-static.
18706 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
18707 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
18708 Make functions non-static.
18709 (Vmac_service_selection) [MAC_OSX]: Likewise.
18710 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
18711 (mac_valid_selection_target_p, mac_clear_selection)
18712 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
18713 (mac_put_selection_value, mac_selection_has_target_p)
18714 (mac_get_selection_value, mac_get_selection_target_list)
18715 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
18716 Move functions to mactoolbox.c.
18717 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
18718 Likewise.
18719 (copy_scrap_flavor_data, mac_handle_service_event)
18720 (install_service_handler) [MAC_OSX]: Likewise.
18721 (syms_of_macselect) <Vmac_dnd_known_types>:
18722 Use mac_dnd_default_known_types.
18723
18724 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
18725 Move to mactoolbox.c.
18726 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
18727 (Fx_selection_owner_p): Add EXFUN.
18728 (install_window_handler, remove_window_handler, XSetWindowBackground):
18729 Remove externs.
18730 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
18731 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
18732 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
18733 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
18734 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
18735 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
18736 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
18737 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
18738 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
18739 (create_and_show_popup_menu, mac_get_selection_from_symbol)
18740 (mac_valid_selection_target_p, mac_clear_selection)
18741 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
18742 (mac_put_selection_value, mac_selection_has_target_p)
18743 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
18744 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
18745 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
18746 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
18747 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
18748 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
18749 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
18750 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
18751 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
18752
18753 * mactoolbox.c: New file.
18754
18755 2008-04-18 Jason Rumney <jasonr@gnu.org>
18756
18757 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
18758
18759 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18760
18761 * character.c (Fmultibyte_char_to_unibyte):
18762 Return latin1 chars unchanged.
18763
18764 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
18765 relocated if it points to `name'.
18766
18767 2008-04-17 Kenichi Handa <handa@m17n.org>
18768
18769 * data.c (Faset): Allow setting a multibyte character in an
18770 ASCII-only unibyte string.
18771
18772 * lisp.h (STRING_SET_MULTIBYTE): New macro.
18773
18774 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18775
18776 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
18777 done in config.h.
18778
18779 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
18780
18781 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
18782 (Fchar_direction): Add usage in the docstring.
18783
18784 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
18785
18786 * keyboard.c (read_key_sequence): Remove always-true checks.
18787
18788 2008-04-14 Jason Rumney <jasonr@gnu.org>
18789
18790 * w32font.c (w32font_open_internal): Set max_bounds.descent in
18791 compatibility struct, for better underline positioning.
18792
18793 2008-04-13 David Hansen <david.hansen@gmx.net>
18794
18795 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
18796 string.
18797
18798 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18799
18800 * m/hp800.h (XUINT, XSET): Remove.
18801
18802 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
18803
18804 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
18805 previous change.
18806
18807 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18808
18809 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
18810 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
18811
18812 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
18813
18814 * keymap.h (map_keymap_canonical): Declare.
18815 * xmenu.c (single_keymap_panes): Use it.
18816
18817 2008-04-11 Glenn Morris <rgm@gnu.org>
18818
18819 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
18820 set the target's value to that of the alias.
18821
18822 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
18823
18824 * term.c (set_tty_color_mode): Left over typo.
18825
18826 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
18827
18828 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
18829 only after check for file name handler functions. Signal, when
18830 native functionality is not supported.
18831 (syms_of_fileio): Declare it unconditionally.
18832
18833 2008-04-10 Jason Rumney <jasonr@gnu.org>
18834
18835 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
18836 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
18837
18838 * w32.c (logon_network_drive): Also logon to remote drives that
18839 are mapped to drive letters.
18840
18841 2008-04-10 Glenn Morris <rgm@gnu.org>
18842
18843 * xdisp.c (truncate-partial-width-windows): Doc fix.
18844
18845 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18846
18847 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
18848 Move functions to minibuffer.el.
18849 (syms_of_fileio): Don't declare them.
18850
18851 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18852
18853 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
18854 (syms_of_minibuf): Remove its initialization.
18855
18856 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
18857
18858 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
18859
18860 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
18861
18862 2008-04-09 Jason Rumney <jasonr@gnu.org>
18863
18864 * makefile.w32-in (distclean): Delete makefile too.
18865 (maintainer-clean): New target.
18866
18867 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
18868
18869 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
18870 for new font backend and composite cases.
18871
18872 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
18873
18874 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
18875 Most of the code moved to run_timers.
18876 (do_pending_atimers): Call run_timers.
18877 (run_timers): New function.
18878
18879 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
18880 run atimers.
18881
18882 * process.c (wait_reading_process_output): The same as above.
18883
18884 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18885
18886 * minibuf.c (last_exact_completion): Remove variable.
18887 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
18888 (complete_and_exit_1, complete_and_exit_2)
18889 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
18890 (Fdisplay_completion_list, display_completion_list_1)
18891 (Fminibuffer_completion_help, Fself_insert_and_exit)
18892 (Fexit_minibuffer, Fminibuffer_message): Move functions to
18893 minibuffer.el.
18894 (syms_of_minibuf): Remove corresponding initializations.
18895
18896 * keyboard.c (Qdeactivate_mark): New var.
18897 (command_loop_1): Use it to call `deactivate-mark'.
18898 (syms_of_keyboard): Initialize it.
18899
18900 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
18901 to another frame.
18902 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
18903 Don't call set_tty_color_mode.
18904 (store_frame_param): Reset previous_frame rather than call
18905 set_tty_color_mode.
18906 * term.c (set_tty_color_mode): Rewrite.
18907 * dispextern.h (set_tty_color_mode): New type.
18908 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
18909
18910 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18911
18912 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
18913 for generic chars, which do not exist any more in emacs-unicode.
18914
18915 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
18916
18917 * coding.c (detect_coding_emacs_mule)
18918 (Ffind_operation_coding_system): Fix typo.
18919
18920 2008-04-08 Jason Rumney <jasonr@gnu.org>
18921
18922 * w32uniscribe.c (SNAME): Extract only symbol name.
18923
18924 * w32font.h (struct w32_metric_cache): New struct.
18925 (w32font_info): Use it.
18926 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
18927 (CACHE_BLOCKSIZE): New constants.
18928
18929 * w32font.c (Qja, Qko, Qzh): New symbols.
18930 (syms_of_w32font): Initialise them.
18931 (font_matches_spec): Use them to filter by language.
18932 (recompute_cached_metrics): Remove function.
18933 (compute_metrics, clear_cached_metrics): New functions.
18934 (w32font_encode_char): Use them to manage metric cache.
18935 (w32font_text_extents): Cache metrics for all glyphs on demand.
18936 Delay converting glyph indices to WORD until needed.
18937 (w32font_open_internal): Initialize metric cache to empty.
18938 (registry_to_w32_charset): Charset should always be a symbol.
18939 (fill_in_logfont, list_all_matching_fonts): Family should
18940 always be a symbol.
18941
18942 2008-04-06 Jason Rumney <jasonr@gnu.org>
18943
18944 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
18945 Give up if glyph indices not supported. Use uniscribe obtained
18946 ABC widths for individual metrics. Map glyph clusters back to
18947 characters using fClusterStart flag. Return number of glyphs
18948 produced, not chars processed.
18949 (uniscribe_shape): Map char at FROM to current glyph.
18950
18951 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18952
18953 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
18954 Use SetMenuItemHierarchicalMenu.
18955
18956 2008-04-05 Jason Rumney <jasonr@gnu.org>
18957
18958 * image.c (pbm_load): Allow color values up to 65535.
18959 Throw an error if max_color_idx is outside the supported range.
18960 Report an error when image size is invalid.
18961 Read two bytes at a time when raw images have max_color_idx above 255.
18962
18963 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
18964
18965 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
18966 append "CCL: Quitted" when the CCL program is quitted.
18967 (setup_ccl_program): Initialize ccl->quit_silently to zero.
18968
18969 * ccl.h (struct ccl_program): New member quit_silently.
18970
18971 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
18972
18973 * search.c (compile_pattern_1): Treat non-nil and non-string of
18974 search-spaces-regexp as nil.
18975
18976 * minibuf.c (Fassoc_string): Tweak docstring.
18977
18978 2008-04-05 Eli Zaretskii <eliz@gnu.org>
18979
18980 * dired.c (Ffile_attributes): Support inode numbers wider than 32
18981 bits. Remove ugly WINDOWSNT-specific kludge introduced on
18982 2008-03-14 to force inode be positive.
18983
18984 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
18985 _S_* ones, since we now use our own sys/stat.h.
18986 (stat, fstat): Don't mangle the inode number.
18987 (init_user_info): Don't restrict UID and GID to 0-60000 range.
18988
18989 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18990
18991 * frame.h (struct frame): Give one more bit to `visible' since we use
18992 values larger than 1 to indicate obscured frames on ttys.
18993
18994 * keymap.c (Qkeymap_canonicalize): New var.
18995 (Fmap_keymap_internal): New fun.
18996 (describe_map): Use keymap-canonicalize.
18997
18998 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
18999 (Fundo_boundary): Set them.
19000 (syms_of_undo): Initialize them.
19001 (record_point): Use them instead of last_point_position*.
19002 (last_undo_buffer): Change type.
19003
19004 2008-04-04 Jason Rumney <jasonr@gnu.org>
19005
19006 * w32font.c (w32font_text_extents): Use font's ascent and descent.
19007 (recompute_cached_metrics): Don't set ascent and descent per char.
19008
19009 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
19010 (uniscribe_check_otf): Add GC protection before consing.
19011 Rearrange loop for counting features.
19012
19013 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19014
19015 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
19016 buffer with byte-size of source buffer.
19017
19018 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
19019
19020 * callint.c (Fcall_interactively): Handle temporary region even
19021 when shift-select-mode is off.
19022
19023 2008-04-03 Jason Rumney <jasonr@gnu.org>
19024
19025 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
19026
19027 2008-04-03 Kenichi Handa <handa@m17n.org>
19028
19029 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
19030 (CATEGORY_MASK_UTF_16): Likewise.
19031 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
19032 binary file.
19033 (detect_coding): Add null-byte detection for a binary file.
19034 (detect_coding_system): Likewise.
19035
19036 2008-04-03 Jason Rumney <jasonr@gnu.org>
19037
19038 * w32uniscribe.c: New file.
19039
19040 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
19041
19042 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
19043
19044 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
19045 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
19046 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
19047 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
19048 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
19049 (Qphonetic): New symbols.
19050 (syms_of_w32font): Initialize them.
19051 (font_supported_scripts): Use them.
19052 (w32font_list_family): List all charsets.
19053 (w32font_text_extents, recompute_cached_metrics): Fix metric
19054 calculations.
19055 (w32_enumfont_pattern_entity): Make full_type a DWORD.
19056 Give opentype fonts their own format.
19057 (font_matches_spec): New arguments backend and logfont.
19058 Handle :otf spec for uniscribe backend.
19059 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
19060 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
19061
19062 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
19063 font backend.
19064 (globals_of_w32fns): Initialize uniscribe font backend.
19065
19066 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
19067 dependencies.
19068 (w32uniscribe.$(O)): New file to build.
19069 (FONT_OBJ): Include w32uniscribe.$(O).
19070 (LIBS): Add uniscribe libraries.
19071
19072 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
19073
19074 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
19075
19076 * callint.c (Vshift_select_mode): New var.
19077 (Finteractive): Document new ^ spec.
19078 (Fcall_interactively): Call handle-shift-selection if the ^ spec
19079 is present.
19080
19081 * keyboard.c (Vthis_command_keys_shift_translated): New var.
19082 (command_loop_1): Avoid running the direct display versions of
19083 forward-char and backward-char if shift-selection may occur.
19084 (read_key_sequence): Set Vthis_command_keys_shift_translated if
19085 shift-translation takes place.
19086
19087 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
19088 avoid clobbering by define-minor-mode.
19089
19090 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
19091 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
19092
19093 * syntax.c (Fforward_word): Add ^ interactive spec.
19094
19095 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
19096 (Fscroll_right): Add ^ interactive spec.
19097
19098 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19099
19100 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
19101
19102 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
19103
19104 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
19105
19106 2008-03-31 Juri Linkov <juri@jurta.org>
19107
19108 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
19109
19110 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
19111
19112 * gtkutil.c (xg_set_geometry): Fix indentation.
19113 (xg_resize_outer_widget): Remove.
19114 (x_wm_size_hint_off): Fix indentation.
19115 (xg_frame_set_char_size): Call flush_and_sync after
19116 gtk_window_resize.
19117 (x_wm_set_size_hint): Pass NULL as geometry window to
19118 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
19119 Add menu bar and tool bar height to base height.
19120 (xg_update_frame_menubar, free_frame_menubar)
19121 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
19122 (update_frame_tool_bar, free_frame_tool_bar):
19123 Change xg_resize_outer_widget to xg_frame_set_char_size.
19124
19125 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
19126
19127 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
19128 (Fdbus_call_method): New parameter TIMEOUT.
19129 (dbus-send-signal): Optimize UNGCPRO call.
19130
19131 2008-03-29 Juri Linkov <juri@jurta.org>
19132
19133 * window.c (Fdisplay_buffer): Move call to
19134 Vsplit_window_preferred_function out of conditions that check
19135 if window is eligible for vertical splitting.
19136 When Vsplit_window_preferred_function is non-nil, call it and use
19137 its non-nil return value as window. Otherwise, continue doing
19138 vertical splitting using Fsplit_window with arg horflag=nil.
19139 (syms_of_window) <Vsplit_window_preferred_function>: Change the
19140 default value from `split-window' to nil.
19141
19142 2008-03-29 Juri Linkov <juri@jurta.org>
19143
19144 * callint.c (Fcall_interactively): Revert 2008-03-16 change
19145 for interactive code letters 'b' and 'B'.
19146
19147 2008-03-29 Eli Zaretskii <eliz@gnu.org>
19148
19149 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
19150 multibyte string.
19151
19152 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19153
19154 * keyboard.c (pending_funcalls): New var.
19155 (timer_check): Run it.
19156 (syms_of_keyboard): Initialize it.
19157 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
19158 (Vdelete_terminal_functions): New vars.
19159 (syms_of_terminal): Initialize them.
19160 (Fdelete_terminal): Run delete-terminal-functions.
19161 * xdisp.c (safe_eval): Rewrite.
19162 (safe_call2): New fun.
19163 * frame.c (Qdelete_frame_functions): New var.
19164 (syms_of_frame): Initialize it.
19165 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
19166 * lisp.h (safe_call2, pending_funcalls): Declare.
19167
19168 2008-03-28 Andreas Schwab <schwab@suse.de>
19169
19170 * indent.c (Fmove_to_column): Move declaration before statements.
19171
19172 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
19175 (struct frame): Use bit fields for boolean vars.
19176
19177 * process.c (server_accept_connection): Simplify naming.
19178 (emacs_get_tty_pgrp): Use SDATA.
19179
19180 * coding.c (decode_coding_object): Fix last change.
19181
19182 2008-03-27 Jason Rumney <jasonr@gnu.org>
19183
19184 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
19185
19186 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
19187
19188 * charset.c (Fdefine_charset_internal): Change the way of
19189 registering charsets in Vcharset_order_list.
19190 (syms_of_charset): Make the charset `eight-bit' supplementary.
19191
19192 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
19193
19194 * regex.c (EXTEND_BUFFER): Change order of pointer addition
19195 operations, to avoid having the difference between pointers
19196 overflow.
19197
19198 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 * indent.c (check_display_width): New fun.
19201 (scan_for_column): Use it.
19202
19203 * data.c (syms_of_data): Mark most-positive-fixnum and
19204 most-negative-fixnum as constants.
19205
19206 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
19207
19208 * indent.c (scan_for_column): Extract from current_column_1.
19209 Merge with the same code from Fmove_to_column.
19210 (current_column_1, Fmove_to_column): Use it.
19211
19212 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19213
19214 * keymap.c (map_keymap_internal): New fun.
19215 (map_keymap): Use it.
19216 (Fmap_keymap_internal): New fun.
19217 (Fmap_keymap): Remove left-out test from before make_save_value.
19218
19219 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
19220
19221 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
19222 Use XCAR/XCDR.
19223
19224 * process.h (struct Lisp_Process): Remove filter_multibyte.
19225 * process.c (QCfilter_multibyte): Remove.
19226 (setup_process_coding_systems): Don't use filter_multibyte.
19227 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
19228 (read_process_output): Don't adjust multibyteness to filter_multibyte.
19229 (Fset_process_filter_multibyte): Change the coding-system to
19230 approximate the previous behavior.
19231 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
19232 coding-system.
19233
19234 * coding.c (decode_coding_object): When not decoding into a buffer,
19235 obey the coding system's preference of (uni|multi)byte.
19236
19237 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19238
19239 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
19240 every char is changed and has a different byte-length.
19241 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
19242 Fix int -> EMACS_INT.
19243
19244 2008-03-23 David Hansen <david.hansen@gmx.net>
19245
19246 * dbusbind.c (xd_read_message): Remove extra copying of message
19247 strings. Check for NULL `interface' or `member'.
19248
19249 2008-03-22 Eli Zaretskii <eliz@gnu.org>
19250
19251 * w32.c (readdir): If FindFirstFile/FindNextFile return in
19252 cFileName a file name that includes `?' characters, use the 8+3
19253 alias in cAlternateFileName instead.
19254
19255 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19256
19257 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
19258
19259 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19260
19261 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
19262 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
19263 work on current_buffer only instead (that was already the case
19264 for some of the code anyway).
19265 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
19266 (temp_set_point, temp_set_point_both): Use EMACS_INT.
19267 (SET_PT, SET_PT_BOTH): Adjust.
19268 * intervals.h (set_point, temp_set_point, set_point_both)
19269 (temp_set_point_both): Remove redundant declarations.
19270
19271 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19272
19273 * fileio.c (Finsert_file_contents):
19274 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
19275 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
19276 when buffer != current_buffer anyway.
19277
19278 2008-03-20 Andreas Schwab <schwab@suse.de>
19279
19280 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
19281 as default.
19282
19283 2008-03-19 Jason Rumney <jasonr@gnu.org>
19284
19285 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
19286 (syms_of_w32fns): Initialize them.
19287 (HOURGLASS_ID): New constant.
19288 (x_window_to_frame): Don't check hourglass_window.
19289 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
19290 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
19291 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
19292 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
19293 Only change the cursor if hourglass is not active.
19294 (Fx_create_frame): Initialize frame's current_cursor.
19295 (hourglass_atimer): Remove.
19296 (hourglass_started): New function.
19297 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
19298 (show_hourglass): Adapt to w32, changing argument to frame.
19299
19300 * w32term.h (struct w32_output): Remove hourglass_window.
19301 Add current_cursor.
19302
19303 * eval.c (call_debugger, Fsignal):
19304 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
19305 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
19306 (Fexecute_extended_command, cancel_hourglass_unwind):
19307 * minibuf.c (read_minibuf):
19308 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
19309
19310 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
19311
19312 * window.c (run_funs): New fun.
19313 (run_window_configuration_change_hook): Use it to run the buffer-local
19314 and the global part of the hook.
19315
19316 * xdisp.c (format_mode_line_unwind_data): Add window argument.
19317 (unwind_format_mode_line): Restore selected window.
19318 (x_consider_frame_title, Fformat_mode_line): Set selected window.
19319
19320 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19321
19322 * editfns.c (Fchar_equal): Check they are valid characters.
19323
19324 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
19325
19326 2008-03-17 Andreas Schwab <schwab@suse.de>
19327
19328 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
19329 against a charset.
19330
19331 * lisp.h (Fbuffer_list): Declare.
19332
19333 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
19334
19335 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
19336 handlebox_widget is != 0.
19337
19338 2008-03-16 Juri Linkov <juri@jurta.org>
19339
19340 * callint.c (Fcall_interactively): For interactive code letters
19341 'b' and 'B' put the buffer list into the list of default "future"
19342 values of the minibuffer.
19343
19344 2008-03-16 Andreas Schwab <schwab@suse.de>
19345
19346 * keyboard.c (read_key_sequence): Fix downcasing of letters with
19347 modifiers.
19348
19349 * regex.c (re_match_2_internal): Correct matching of a charset
19350 against latin-1 characters.
19351
19352 2008-03-16 Kenichi Handa <handa@m17n.org>
19353
19354 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
19355 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
19356 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
19357 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
19358 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
19359 CHAR_STRING_ADVANCE.
19360 (produce_chars): Fix for the case that the source and the
19361 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
19362 instead of CHAR_STRING_ADVANCE.
19363 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
19364 STRING_CHAR_ADVANCE.
19365
19366 2008-03-15 Andreas Schwab <schwab@suse.de>
19367
19368 * regex.c (re_match_2_internal): Correct matching of eight bit
19369 characters in unibyte strings.
19370
19371 2008-03-15 Martin Rudalics <rudalics@gmx.at>
19372
19373 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
19374 at end of range when it coincides with the end of the buffer.
19375
19376 2008-03-14 Eli Zaretskii <eliz@gnu.org>
19377
19378 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
19379
19380 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
19381
19382 2008-03-14 Jason Rumney <jasonr@gnu.org>
19383
19384 * editfns.c (initial_tz): New variable.
19385 (syms_of_editfns): Initialize it.
19386 (Fset_time_zone_rule): Set it when first called.
19387 Use it when TZSTRING is nil.
19388
19389 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
19390 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
19391 (monitor_from_point_fn, get_monitor_info_fn): New globals.
19392 (globals_of_w32fns): Initialize them.
19393 (compute_tip_xy): Use them to position tooltips.
19394
19395 2008-03-14 Glenn Morris <rgm@gnu.org>
19396
19397 * emacs.c (main): Revert previous change.
19398 (standard_args): Revert -internal-script back to -scriptload,
19399 and remove the long-option form.
19400
19401 2008-03-13 Glenn Morris <rgm@gnu.org>
19402
19403 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
19404 Remove option -enable-font-backend.
19405
19406 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19407
19408 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
19409
19410 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
19411
19412 * xterm.c (x_connection_closed): For GTK: If this is the last
19413 terminal just exit without closing the display.
19414
19415 2008-03-11 Jason Rumney <jasonr@gnu.org>
19416
19417 * w32font.c (w32font_full_name): Use floor to round.
19418
19419 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19420
19421 * sound.c (alsa_configure): Declare vol at beginning of block.
19422
19423 * fontset.c (Ffontset_info): Remove extra semicolon.
19424
19425 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19426
19427 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
19428 size of resulting string.
19429
19430 2008-03-10 Jason Rumney <jasonr@gnu.org>
19431
19432 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
19433
19434 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19435
19436 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
19437 Don't pretend as if characters with display property haven't been
19438 consumed for string-replacing-string case.
19439
19440 2008-03-08 Kim F. Storm <storm@cua.dk>
19441
19442 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
19443 (get_next_display_element, next_element_from_string)
19444 (next_element_from_ellipsis, next_element_from_buffer): Use it.
19445
19446 2008-03-08 Andreas Schwab <schwab@suse.de>
19447
19448 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
19449
19450 2008-03-06 Jason Rumney <jasonr@gnu.org>
19451
19452 * w32font.c (w32_registry): Take font_type argument. Use ANSI
19453 when charset not specified. Only translate ANSI to unicode when
19454 font_type is truetype.
19455 (w32font_coverage_ok): New function.
19456 (add_font_entity_to_list): Use it to filter unsuitable fonts.
19457
19458 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
19459
19460 * lread.c (Fread_char): Resolve modifiers.
19461 (Fread_char_exclusive): Likewise.
19462
19463 * character.c (char_resolve_modifier_mask): New function.
19464 (char_string): Use char_resolve_modifier_mask.
19465 (Fchar_resolve_modifiers): New function.
19466 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
19467 function.
19468
19469 2008-03-04 Jason Rumney <jasonr@gnu.org>
19470
19471 * makefile.w32-in: Always include w32font.c in the build.
19472 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
19473
19474 2008-03-04 Andreas Schwab <schwab@suse.de>
19475
19476 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
19477 (versionclean): Likewise.
19478
19479 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
19480
19481 * .cvsignore: Add oo.
19482
19483 2008-03-03 Andreas Schwab <schwab@suse.de>
19484
19485 * coding.c (decode_coding_object): Inhibit gap shrinking while
19486 decoding in place.
19487
19488 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
19489
19490 * w32term.c: Remove unused include "gnu.h".
19491 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
19492
19493 * gnu.h: Rename to ...
19494 * emacs-icon.h: ... this.
19495 * xterm.c: Use emacs-icon.h instead of gnu.h.
19496 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
19497
19498 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
19499
19500 * w32font.c: Include math.h.
19501
19502 2008-03-03 Jason Rumney <jasonr@gnu.org>
19503
19504 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
19505 Compute options separately.
19506 (w32font_open_internal): Set glyph_idx before caching metrics.
19507
19508 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
19509 Define if system headers don't.
19510 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
19511 (w32font_encode_char): Don't declare here.
19512
19513 * w32font.c (Quniscribe, QCformat): New symbols.
19514 (syms_of_w32font): Define them.
19515 (w32font_has_char): Indicate uncertainty.
19516 (w32font_encode_char): Encode as glyph point. Make static.
19517 (recompute_cached_metrics): New function.
19518 (w32font_open_internal): Use it. Set font to use glyph points
19519 initially. Set format based on type of font.
19520 (w32font_text_extents, w32font_draw): Optionally use glyph points.
19521 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
19522 on it. Set format based on information available here.
19523 (add_font_entity_to_list): Identify backend based on opentype_only.
19524
19525 2008-03-02 Andreas Schwab <schwab@suse.de>
19526
19527 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
19528
19529 * coding.c (decode_coding_big5, produce_chars):
19530 Fix typos in last change.
19531
19532 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
19533
19534 * gnu.h: New icon.
19535
19536 2008-03-02 Kenichi Handa <handa@m17n.org>
19537
19538 * coding.c (decode_coding_utf_8): When eol-type of CODING is
19539 `dos', don't decode '\r' if that is the last in the source.
19540 (decode_coding_utf_16, decode_coding_emacs_mule)
19541 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19542 (decode_coding_raw_text, decode_coding_charset): Likewise.
19543 (produce_chars): Don't decode EOL here. Use EMACS_INT.
19544
19545 2008-03-01 Jason Rumney <jasonr@gnu.org>
19546
19547 * w32font.c (w32font_full_name): Report point size for scalable fonts.
19548
19549 2008-03-01 Kim F. Storm <storm@cua.dk>
19550
19551 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
19552
19553 2008-03-01 Jason Rumney <jasonr@gnu.org>
19554
19555 * w32font.c (w32font_full_name): New function.
19556 (w32font_open_internal): Use it.
19557
19558 2008-03-01 Kim F. Storm <storm@cua.dk>
19559
19560 * dispnew.c (line_draw_cost): Fix invalid glyph check.
19561
19562 2008-03-01 Jason Rumney <jasonr@gnu.org>
19563
19564 * font.c (font_unparse_fcname): Increase len when style is a symbol.
19565
19566 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
19567
19568 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
19569 xg_frame_resized when the event is for the edit widget.
19570
19571 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
19572
19573 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
19574 set_char_size.
19575 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
19576 operations on widgets here. Just set frame size if needed.
19577 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
19578 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
19579 (x_wm_set_size_hint): Set size hints on the edit widget only, not
19580 the whole frame.
19581 (xg_create_tool_bar): Move attachment of the tool bar to
19582 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
19583 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
19584
19585 2008-03-01 Jason Rumney <jasonr@gnu.org>
19586
19587 * w32fns.c (w32_msg_pump): Disable debug code.
19588
19589 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19590
19591 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
19592
19593 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
19594
19595 * xdisp.c (next_overlay_string): Don't set
19596 overlay_strings_at_end_processed_p if we're currently reading from
19597 a display string.
19598
19599 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
19600
19601 * xdisp.c (get_overlay_strings_1): Fix typo.
19602
19603 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
19604
19605 * xdisp.c (get_overlay_strings_1): Add missing argument type.
19606
19607 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
19608
19609 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
19610
19611 * xdisp.c (display_mode_element): Cancel the previous change.
19612 (decode_mode_spec): Likewise.
19613 (handle_auto_composed_prop): Don't make composition if it->string
19614 is a string.
19615
19616 2008-02-27 Kim F. Storm <storm@cua.dk>
19617
19618 * lisp.h (GLYPH): Change type from int to struct with separate char
19619 and face_id members.
19620 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
19621 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
19622 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
19623 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
19624 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
19625 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
19626 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
19627 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
19628 handle new Lisp glyph code encoding, either an integer or a cons.
19629
19630 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
19631 (GLYPH_ALIAS): Delete.
19632 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
19633 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
19634 (GLYPH_FROM_CHAR): Replace macro by ...
19635 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
19636
19637 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
19638 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
19639 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
19640 (GLYPH_INVALID_P): New macro.
19641 (spec_glyph_lookup_face): Update prototype.
19642
19643 * dispnew.c (line_draw_cost): Adapt to new glyph type.
19644 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
19645 new glyph code encoding.
19646 (spec_glyph_lookup_face): No return value; update passed glyph instead.
19647 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
19648
19649 * xdisp.c (get_next_display_element, next_element_from_display_vector):
19650 Adapt to new glyph type and new glyph code encoding.
19651
19652 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
19653
19654 * indent.c (current_column, current_column_1, Fmove_to_column)
19655 (compute_motion): Adapt to new glyph code encoding.
19656
19657 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
19658
19659 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
19660
19661 * process.c (wait_reading_process_output): Check for window
19662 changes caused by timers.
19663 Suggested by Johan Bockgård.
19664
19665 2008-02-27 Glenn Morris <rgm@gnu.org>
19666
19667 * emacs.c (USAGE1): Add `--disable-font-backend'.
19668
19669 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19670
19671 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
19672 is made to the buffer.
19673
19674 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19675
19676 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
19677 (face_at_string_position):
19678 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
19679 (face_at_string_position):
19680 * xdisp.c (display_string, next_overlay_change):
19681 * buffer.h (overlays_at):
19682 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
19683 Update callers.
19684
19685 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
19686
19687 * editfns.c (Fformat): Doc fix.
19688
19689 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
19690
19691 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
19692 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
19693 (Ffont_otf_alternates, Fquery_font): Doc fixes.
19694
19695 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
19696
19697 * buffer.c (Fbuffer_swap_text): New function.
19698 (syms_of_buffer): Defsubr it.
19699
19700 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
19701
19702 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
19703
19704 2008-02-25 Jason Rumney <jasonr@gnu.org>
19705
19706 * w32font.c (w32font_draw): Draw one character at a time when padding.
19707
19708 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
19709
19710 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
19711 Handle a nil arg. Use run_window_configuration_change_hook.
19712 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
19713 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
19714 Use run_window_configuration_change_hook.
19715
19716 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
19717
19718 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
19719 1-pixel width.
19720
19721 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
19722
19723 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
19724 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
19725 if the glyph in the font is zero pixel with.
19726
19727 * dispextern.h (struct glyph_string): New member padding_p.
19728
19729 * w32font.c (w32font_draw): Pay attention to s->padding_p.
19730
19731 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
19732
19733 * xfont.c (xfont_draw): Pay attention to s->padding_p.
19734
19735 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
19736
19737 * font.c: If the font driver doesn't have `shape' function, return Qnil.
19738
19739 2008-02-25 Jason Rumney <jasonr@gnu.org>
19740
19741 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
19742
19743 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 Allow fine-grained image-cache flushing.
19746 * dispextern.h (struct image): Add `dependencies' field.
19747 (clear_image_caches): Change arg to Lisp_Object.
19748 * image.c (make_image): Initialize `dependencies' field.
19749 (clear_image_cache): Change arg to allow fine-grained flushing.
19750 Perform the flush even if image-cache-eviction-delay is nil.
19751 (clear_image_caches): Change arg to Lisp_Object.
19752 (Fclear_image_cache): Expand meaning of the argument.
19753 (mark_image): Mark `dependencies' field.
19754 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
19755 (lface_hash): Use XHASH rather than XFASTINT.
19756 (face_at_buffer_position): Fix int -> EMACS_INT position.
19757 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
19758 (select_frame_for_redisplay): Remove code duplication.
19759 (redisplay_internal): Adapt arg to call to clear_image_caches.
19760
19761 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
19762
19763 * s/vms4-0.h:
19764 * s/vms4-2.h:
19765 * s/vms4-4.h:
19766 * s/vms5-5.h: Remove, unused.
19767
19768 * s/irix5-2.h:
19769 * s/irix6-0.h:
19770 * s/riscos5.h:
19771 * s/mach-bsd4-3.h:
19772 * m/mips4.h: Remove files for obsolete systems.
19773
19774 * Makefile.in:
19775 * filelock.c:
19776 * unexmips.c:
19777 * m/hp9000s300.h:
19778 * m/iris4d.h:
19779 * s/aix3-1.h:
19780 * s/hpux.h:
19781 * s/msdos.h:
19782 * s/usg5-0.h:
19783 * s/usg5-2-2.h:
19784 * s/usg5-2.h:
19785 * s/usg5-3.h: Remove references to obsolete variables.
19786
19787 * s/irix5-0.h: Remove, move all the contents ...
19788 * s/irix6-5.h: ... here. Simplify.
19789 * config.in: Regenerate.
19790
19791 2008-02-24 Jason Rumney <jasonr@gnu.org>
19792
19793 * w32term.c (x_draw_glyph_string_background): Clear the background
19794 manually when cleartype is in use.
19795 (x_draw_glyph_string_foreground): Draw text transparently when
19796 cleartype is in use.
19797
19798 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
19799 a font into it unless we have to.
19800
19801 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
19802
19803 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
19804 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
19805
19806 2008-02-18 Jason Rumney <jasonr@gnu.org>
19807
19808 * w32fns.c (Fw32_shell_execute): Encode parameters.
19809
19810 2008-02-09 Eli Zaretskii <eliz@gnu.org>
19811
19812 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
19813
19814 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
19815
19816 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
19817
19818 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
19819
19820 * xterm.c (x_set_offset): Don't change the gravity if
19821 CHANGE_GRAVITY is -1.
19822
19823 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
19824
19825 * fileio.c (auto_save_error_occurred): New var.
19826 (auto_save_error): Set it.
19827 (Fdo_auto_save): Don't overwrite the error message if an auto-save
19828 error occurred.
19829
19830 2008-02-23 Eli Zaretskii <eliz@gnu.org>
19831
19832 * w32.c (globals_of_w32): Add initializations for
19833 g_b_init_get_sid_sub_authority and
19834 g_b_init_get_sid_sub_authority_count.
19835
19836 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
19837
19838 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
19839 (font_parse_xlfd): Use them for sanity check.
19840 (Finternal_set_font_style_table): Make sure the table is bijective.
19841
19842 Consolidate the image_cache to the terminal struct.
19843 * termhooks.h (P_): Remove redundant def.
19844 (struct terminal): New field `image_cache'.
19845 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
19846 of FRAME_X_IMAGE_CACHE.
19847 * xterm.h (struct x_display_info): Remove image_cache field.
19848 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
19849 * w32term.h (struct w32_display_info): Remove image_cache field.
19850 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
19851 * macterm.h (struct mac_display_info): Remove image_cache field.
19852 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
19853 * xterm.c (x_term_init):
19854 * w32term.c (w32_term_init):
19855 * macterm.c (mac_term_init): Set the image_cache in the terminal.
19856 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
19857 Remove declarations.
19858 (clear_image_caches, mark_image_cache): New declarations.
19859 * xfaces.c (clear_face_cache):
19860 * xdisp.c (redisplay_internal): Use clear_image_caches.
19861 * image.c (clear_image_cache): Don't check that a frame is on
19862 a window-system before checking if it shares the same cache.
19863 (clear_image_caches): New function.
19864 (Fclear_image_cache): Use it.
19865 (mark_image): Move from allo.c.
19866 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
19867 * alloc.c (mark_image, mark_image_cache): Move to image.c.
19868 (mark_object): Don't call mark_image_cache for frames.
19869 (mark_terminals): Call mark_image_cache.
19870
19871 * lisp.h (Fdelete_terminal): Declare.
19872
19873 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
19874 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
19875 wrong_type_argument.
19876
19877 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
19878
19879 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
19880 malayalam.el, and tamil.el. Add sinhala.el.
19881
19882 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19883
19884 * xterm.c (x_connection_closed): Consolidate identical tests.
19885 (x_delete_terminal): Don't crash if called via x_connection_closed.
19886
19887 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
19888
19889 * xdisp.c (decode_mode_spec): New arg string.
19890 (display_mode_element): Adjust for the above change.
19891
19892 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
19893
19894 * callint.c (Fcall_interactively): Use AREF.
19895
19896 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19897
19898 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
19899
19900 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
19901
19902 * xfns.c (Fx_show_tip): Set string to " " if empty.
19903
19904 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
19905
19906 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
19907 with Qt.
19908
19909 2008-02-17 Kenichi Handa <handa@m17n.org>
19910
19911 * ftfont.c (ftfont_shape): Return Lispy number.
19912
19913 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
19914 for GCs.
19915 (Finternal_set_font_selection_order): Call font_update_sort_order
19916 only when enable_font_backend is set.
19917 (realize_x_face): Set face->font_info to that of default face only
19918 when enable_font_backend is set.
19919
19920 * xdisp.c (handle_composition_prop): Set it->c to the fist
19921 character of the composed region.
19922 (fill_composite_glyph_string): Set base_face->font_info to
19923 s->font_info. Get a face for ascii from base_face->ascii_face.
19924 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
19925 with a face already decided.
19926 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
19927 non-negative.
19928 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
19929 call font_prepare_composition unconditionally.
19930
19931 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
19932
19933 * xterm.h (struct x_display_info): New member font.
19934
19935 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
19936 (x_set_mouse_face_gc, x_new_font): Likewise.
19937 (x_term_init): Setup display_info->font.
19938 (x_delete_terminal): Free display_info->font.
19939
19940 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
19941
19942 * ftxfont.c (ftxfont_default_fid): Delete it.
19943 (ftxfont_open): Set xfont->fid to 0.
19944 (ftxfont_end_for_frame): Clear data specific to the frame and the
19945 font-driver.
19946
19947 * xftfont.c (xftfont_default_fid): Delete it.
19948 (xftfont_open): Set xfont->fid to 0.
19949
19950 * fontset.c (FONTSET_OBJLIST): New macro.
19951 (fontset_find_font): Update font-object list of the fontset.
19952 (free_realized_fontset): New function.
19953 (free_face_fontset): Call free_realized_fontset.
19954 (Ffont_info): Call font_close_object only when enable_font_backend
19955 is set.
19956
19957 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
19958 [HAVE_NTGUI]: Include w32term.h.
19959 [MAC_OS]: Include macterm.ch.
19960 (font_otf_ValueRecord): Use make_number.
19961 (font_finish_cache): Fix handling of reference count.
19962 (font_clear_cache): Update num_fonts.
19963 (font_open_entity): Update smallest_char_width and
19964 smallest_font_height of the frame.
19965 (font_close_object): Update num_fonts.
19966 (Fclear_font_cache): Fix finding the target cache data.
19967
19968 2008-02-16 Glenn Morris <rgm@gnu.org>
19969
19970 * fontset.c (Finternal_char_font): Fix compilation warning.
19971
19972 2008-02-16 Eli Zaretskii <eliz@gnu.org>
19973
19974 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
19975 instead of char arrays. Enlarge the size of array passed to
19976 get_token_information.
19977
19978 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
19979 warnings.
19980
19981 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
19982
19983 * .gdbinit: Don't set `args', it breaks gdb --args.
19984
19985 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
19986
19987 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
19988 within a narrowed buffer.
19989
19990 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
19991
19992 * coding.c (decode_coding_object, encode_coding_object):
19993 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
19994
19995 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19996
19997 * coding.c (coding_set_destination): Use BEG_BYTE rather than
19998 hardcoding 1.
19999 (detect_coding_system):
20000 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
20001 (string_char_to_byte, string_byte_to_char, insert_from_gap):
20002 * insdel.c (insert_from_gap):
20003 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
20004 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
20005 (string_to_multibyte):
20006 * character.c (chars_in_text, multibyte_chars_in_text):
20007 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
20008
20009 * character.h (FETCH_STRING_CHAR_ADVANCE)
20010 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
20011 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
20012 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
20013
20014 * casefiddle.c (casify_region): Only call after-change and composition
20015 functions on the part of the region that was changed.
20016
20017 * keyboard.c (read_avail_input):
20018 * frame.c (Fdelete_frame): Call Fdelete_terminal.
20019
20020 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20021
20022 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
20023 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
20024
20025 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
20026
20027 * w32menu.c (push_submenu_start, push_submenu_end)
20028 (push_left_right_boundary, push_menu_pane, push_menu_item):
20029 * keyboard.c (read_key_sequence): Don't pass args with side effects
20030 to AREF, it fails when compiling with -DENABLE_CHECKING.
20031
20032 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
20033
20034 * Makefile.in (${lispsource}international/charprop.el):
20035 Delete this target.
20036
20037 * search.c (boyer_moore): Fix incorrect synching of the trunk and
20038 emacs-unicode-2.
20039
20040 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20041
20042 * terminal.c (Fdelete_terminal): Clean up the `force' path.
20043
20044 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20045
20046 * frame.c (Qnoelisp): New symbol.
20047 (syms_of_frame): Initialize it.
20048 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
20049 harmless Elisp code, from a strong `force' from x_connection_closed.
20050 * frame.h (Qnoelisp): Declare.
20051 * xterm.c (x_connection_closed): Pass `noelisp'.
20052
20053 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
20054 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
20055 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
20056 rather than `int' for the type of `type'.
20057
20058 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
20059
20060 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
20061
20062 * Makefile.in (GNUC): Remove support for gcc-1.x.
20063
20064 2008-02-10 Richard Stallman <rms@gnu.org>
20065
20066 * lisp.h (ASET): Use AREF, not ASLOT.
20067
20068 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20069
20070 * lisp.h (ASET): Check bounds.
20071
20072 2008-02-10 Glenn Morris <rgm@gnu.org>
20073
20074 * buffer.c (mode-name): Doc fix.
20075
20076 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20077
20078 * Makefile.in:
20079 * emacs.c:
20080 * gmalloc.c:
20081 * keyboard.c:
20082 * lisp.h:
20083 * m/ibm370aix.h:
20084 * process.c:
20085 * regex.c:
20086 * s/hpux.h:
20087 * sysdep.c:
20088 * sysselect.h:
20089 * systty.h:
20090 * unexec.c:
20091 * w32term.c:
20092 * xsmfns.c:
20093 * xterm.c: Remove code that deals with obsolete variables.
20094
20095 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
20096
20097 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
20098 nothing else needs it anymore.
20099
20100 2008-02-09 Eli Zaretskii <eliz@gnu.org>
20101
20102 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
20103 instead of unibyte_char_to_multibyte.
20104
20105 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20106
20107 * s/gnu-linux.h: Remove commented out code.
20108
20109 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
20110
20111 * Makefile.in: Update what RMS says about using autoconf.
20112 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
20113 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
20114 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
20115 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
20116
20117 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20118
20119 * keymap.c (Fkey_description): Move side effect outside of macro call.
20120
20121 * xfaces.c (Finternal_make_lisp_face):
20122 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
20123
20124 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
20125 (syms_of_fontset): Use ASET.
20126
20127 * fns.c (concat): Move side effect outside of macro call.
20128 (hash_clear): Use ASET.
20129
20130 2008-02-08 Richard Stallman <rms@gnu.org>
20131
20132 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
20133 If FORCE, and frame has a surrogate minibuffer for another frame,
20134 delete the other frame first.
20135
20136 2008-02-07 Timo Savola <timo.savola@iki.fi>
20137
20138 * xterm.c (x_detect_focus_change): Handle embed client message.
20139 (handle_one_xevent): Ditto.
20140 (handle_one_xevent): If embedded and we get a button press/release,
20141 request focus.
20142 (xembed_set_info, xembed_send_message): New functions.
20143 (x_make_frame_visible): Call xembed_set_info if embedded.
20144 (x_make_frame_invisible): Call xembed_set_info if embedded.
20145 (x_term_init): Initialize Xatom_XEMBED.
20146 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
20147 (x_iconify_frame): Ditto.
20148
20149 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
20150 (enum xembed_info, enum xembed_message, enum xembed_focus)
20151 (enum xembed_modifier, enum xembed_accelerator): New.
20152 (xembed_set_info, xembed_send_message): Declare.
20153 (FRAME_X_EMBEDDED_P): New.
20154
20155 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
20156 gtk_plug_new.
20157
20158 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
20159 window ID of a frame.
20160 (x_window): Reparent frame if embedded.
20161 (Fx_create_frame): Don't set border width if embedded.
20162
20163 * emacs.c (USAGE3): Add --parent-id.
20164 (standard_args): Ditto.
20165
20166 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
20167
20168 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
20169
20170 2008-02-07 Jim Meyering <meyering@redhat.com>
20171
20172 Use "do...while (0)", not "if (1)...else" in macro definitions.
20173 The latter provokes a warning from gcc about the empty else, when
20174 followed by ";". Also, without that trailing semicolon, it would
20175 silently swallow up any following statement.
20176 * syntax.h (SETUP_SYNTAX_TABLE)
20177 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
20178 * buffer.h (DECODE_POSITION): Likewise.
20179 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
20180 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
20181 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
20182 (FETCH_CHAR_ADVANCE): Likewise.
20183 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
20184
20185 2008-02-07 Jim Meyering <meyering@redhat.com>
20186
20187 * lread.c [lint]: Don't include <sys/inode.h>.
20188
20189 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
20190
20191 * xselect.c (x_handle_dnd_message):
20192 * xmenu.c (digest_single_submenu, xmenu_show):
20193 * xdisp.c (with_echo_area_buffer_unwind_data)
20194 (format_mode_line_unwind_data, unwind_format_mode_line)
20195 (display_menu_bar):
20196 * eval.c (Ffetch_bytecode):
20197 * doc.c (store_function_docstring):
20198 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
20199 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
20200 * buffer.c (add_overlay_mod_hooklist): Use ASET.
20201
20202 2008-02-07 Kenichi Handa <handa@m17n.org>
20203
20204 * ftxfont.c (ftxfont_open): Don't set
20205 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
20206
20207 * ftfont.c (ftfont_open): Fix previous change.
20208
20209 2008-02-06 Jason Rumney <jasonr@gnu.org>
20210
20211 * w32font.c (w32font_text_extents): Fill in lbearing metric.
20212 Use cached metrics for ASCII characters.
20213 (w32font_open_internal): Don't set font's owning_frame.
20214 Cache metrics for ASCII characters.
20215
20216 * w32font.h (struct w32font_info): Add ascii_metrics.
20217 Remove owning_frame.
20218
20219 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
20220
20221 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
20222 to negative value.
20223
20224 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
20225
20226 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
20227
20228 * charset.c (syms_of_charset): Set QCtest and Qeq.
20229
20230 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20231
20232 * process.c (Fstart_process):
20233 * callproc.c (Fcall_process): Handle the case where
20234 Funhandled_file_name_directory returns nil.
20235
20236 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
20237 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
20238 * font.c (check_gstring): Use them and AREF to access the vector before
20239 we know it's really a gstring.
20240 (Ffont_shape_text): Fix typo.
20241 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
20242
20243 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
20244 Declare.
20245
20246 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
20247
20248 2008-02-05 Jason Rumney <jasonr@gnu.org>
20249
20250 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
20251 Set smallest_font_height and smallest_char_width in display info.
20252
20253 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
20254
20255 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
20256
20257 2008-02-05 Miles Bader <miles@gnu.org>
20258
20259 * xfaces.c (get_lface_attributes, merge_named_face)
20260 (lookup_named_face, lookup_derived_face, realize_named_face):
20261 Revert 2008-02-01 change by cyd@stupidchicken.com.
20262
20263 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
20264
20265 * fontset.c (Ffontset_info): Handle the case of inhibitting the
20266 fallback fonts.
20267 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
20268
20269 2008-02-04 Jason Rumney <jasonr@gnu.org>
20270
20271 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
20272 set full_name.
20273 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
20274
20275 2008-02-03 Jason Rumney <jasonr@gnu.org>
20276
20277 * makefile.w32-in (OBJ1): Include font.o here.
20278 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
20279
20280 2008-02-02 Jason Rumney <jasonr@gnu.org>
20281
20282 * makefile.w32-in (temacs): Bump EMHEAP to 21.
20283
20284 2008-02-01 Jason Rumney <jasonr@gnu.org>
20285
20286 * s/cygwin.h: Define VIRT_ADDR_VARIES.
20287
20288 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
20289
20290 2008-02-01 Andreas Schwab <schwab@suse.de>
20291
20292 * Makefile.in (shortlisp, lisp): Update for rename of
20293 ../lisp/language/myanmar.el.
20294
20295 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
20296
20297 * xfaces.c (get_lface_attributes): Delete function.
20298 (merge_named_face, lookup_named_face, lookup_derived_face)
20299 (realize_named_face): Call lface_from_face_name directly, and use
20300 the fact that merge_face_vectors does not alter its FROM argument.
20301
20302 2008-02-01 Jason Rumney <jasonr@gnu.org>
20303
20304 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
20305 input in the default locale. Handle non-Unicode multibyte input.
20306
20307 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20308
20309 * fontset.c (reorder_font_vector): Exclude nil elements from the
20310 font group. Don't try multiple fonts.
20311 (fontset_font): Adjust for the above change.
20312 (Finternal_char_font): Return nil if the found font doesn't
20313 contain the character ch.
20314
20315 * Makefile.in (lisp, shortlisp): Add cham.el.
20316
20317 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20318
20319 * font.h (FONTP): Make it return 1 also for a font-object.
20320
20321 * .gdbinit (xfontset): New function.
20322
20323 * font.c (font_find_for_lface): Check if the character C is
20324 supported or not only for the first font.
20325
20326 * fontset.c (reorder_font_vector): Fix typo.
20327 (fontset_find_font): Don't add a font-spec specifying a script.
20328 Use 0 (not Qt) for the indication of empty font-group. Change the
20329 format of RFONT-DEF. Return Qt if no font in the font-group
20330 support the character.
20331 (fontset_font): Adjust for the above change. If no font was
20332 found the character, remember that.
20333 (face_for_char): Adjust for the change of RFONT-DEF.
20334 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
20335 no font for the target.
20336 (Finternal_char_font): Adjust for the change of RFONT-DEF.
20337
20338 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20339
20340 * font.c (font_load_for_face): Handle the case that the font in
20341 face->lface is a string.
20342
20343 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20344
20345 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
20346
20347 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20348
20349 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
20350 Fix previous change. If the frame is not on a window system,
20351 signal an error.
20352
20353 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20354
20355 * coding.c (decode_coding_object, encode_coding_object): Adjust
20356 marker positions after conversion.
20357
20358 * lisp.h (struct Lisp_Marker): New member need_adjustment.
20359
20360 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20361
20362 * font.c (font_find_for_lface): Fix the handling of the return
20363 value of font_has_char.
20364 (Ffont_shape_text): Fix previous change.
20365
20366 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
20367 (fontset_ref_and_range): Delete it.
20368 (fontset_find_font): Call char_table_ref_and_range instead of
20369 FONTSET_REF_AND_RANGE.
20370 (make_fontset): Don't setup font groups of Latin here.
20371 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
20372 (new_fontset_from_font): Make the specified font the default for
20373 all Latin characters.
20374
20375 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20376
20377 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
20378 is on a window system before accessing the fontset of the frame.
20379
20380 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20381
20382 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
20383
20384 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
20385 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
20386
20387 * font.c (Ffont_shape_text): If the font driver doesn't have a
20388 shaper function, make zero-width glyphs to have at least one-pixel
20389 width. Fix setting of `to' field of glyphs.
20390
20391 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20392
20393 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
20394 glyphs.
20395
20396 * font.h (struct font_driver): Improve docstring of member `shape'.
20397
20398 2008-02-01 Kenichi Handa <handa@m17n.org>
20399
20400 * composite.c (syms_of_composite): Fix docstring of
20401 auto-composition-function.
20402
20403 * font.h (LGLYPH_SIZE): New macro.
20404
20405 * font.c (Ffont_fill_gstring): Stop filling when a character not
20406 supported by the font is found.
20407 (Ffont_shape_text): When a shape callback function returns nil,
20408 try at most two more times with larger gstring.
20409 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
20410
20411 * xdisp.c (handle_auto_composed_prop): Change the argument to
20412 auto-composition-function.
20413
20414 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
20415 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
20416 Lispy glyph and store it in the lgstring.
20417
20418 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
20419
20420 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
20421
20422 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20423
20424 * font.c (Ffont_shape_text): Avoid unnecessary composition.
20425
20426 * fontset.c (Vfont_encoding_charset_alist): New variable.
20427 (syms_of_fontset): DEFVAR it.
20428 (reorder_font_vector, fontset_find_font): Optimize for the case of
20429 no need of reordering.
20430 (face_for_char): Map the charset property by
20431 Vfont_encoding_charset_alist.
20432
20433 2008-02-01 Jason Rumney <jasonr@gnu.org>
20434
20435 * w32font.c (logfonts_match): Don't check adstyle here.
20436 (font_matches_spec): Check here against physical font instead.
20437 (add_font_entity_to_list): Avoid some substitutions.
20438
20439 * font.c (font_parse_fcname): Default weight and slant to normal.
20440 (font_score): Prefer normal fonts if weight or slant unspecified.
20441 (font_score) [WINDOWSNT]: Scale weight difference down to closer
20442 match freetype scores.
20443
20444 2008-02-01 Jason Rumney <jasonr@gnu.org>
20445
20446 * w32font.c (w32font_text_extents): Don't use the frame stored in the
20447 font, as it may have been deleted.
20448 (w32_enumfont_pattern_entity): Map generic family to adstyle using
20449 most common hyphenless variation.
20450 (logfonts_match): Check generic family.
20451 (font_matches_spec): Don't check generic family here.
20452 (fill_in_logfont): Set generic family based on adstyle.
20453
20454 * w32font.h (w32font_get_cache): Update declaration.
20455
20456 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20457
20458 * ftfont.c (ftfont_get_cache): Adjust the argument type.
20459
20460 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
20461 If none of the new drivers are available, call font_update_drivers
20462 with the old drivers.
20463
20464 * w32font.c (w32font_get_cache): Adjust the argument type.
20465
20466 * xfont.c (xfont_get_cache): Adjust the argument type.
20467
20468 * font.h (struct font_driver): Change argument type of get_cache.
20469
20470 * xftfont.c (xftfont_start_for_frame): Delete prototype.
20471
20472 * font.c (Ffont_get): Fix arguments to Fassoc.
20473 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
20474 (font_clear_cache): New function.
20475 (font_list_entities, font_matching_entity): Use font_get_cache.
20476 (font_update_drivers): Call font_clear_cache when finishing a driver.
20477
20478 * fontset.c (fontset_find_font): Fix previous change.
20479
20480 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20481
20482 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
20483 dpyinfo->font_table.
20484 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
20485 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
20486
20487 * font.c (font_at): Handle the case that the arg C is negative.
20488 Handle the unibyte case.
20489 (Ffont_at): Call font_at with the arg C -1.
20490
20491 * xdisp.c (handle_auto_composed_prop): Don't get a character at
20492 the position here, and call font_at with the arg C -1.
20493 Don't check the range of the existing composition at the point.
20494
20495 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20496
20497 * fontset.c (fontset_add): New args charset_id and family.
20498 Change caller.
20499 (load_font_get_repertory, fontset_find_font): Assume that
20500 font_spec is always a font-spec object.
20501 (Fset_fontset_font): Always store a font-spec object in a fontset.
20502
20503 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
20504 instead of get_property_and_range.
20505
20506 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20507
20508 * xftfont.c (struct xftfont_info): Delete the member ft_face.
20509 (xftfont_open): Don't keep locking face.
20510 (xftfont_close): Don't unlock face.
20511 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
20512
20513 * fontset.c (fontset_find_font): Don't prefer a font of
20514 supplementary charset.
20515
20516 2008-02-01 Kenichi Handa <handa@m17n.org>
20517
20518 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
20519 script, langsys_tag to langsys, new member script.
20520 (OTF_TAG_STR): Terminate by '\0'.
20521 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
20522 listing to the script specified in that property. Fix arg to
20523 OTF_check_features.
20524
20525 2008-02-01 Jason Rumney <jasonr@gnu.org>
20526
20527 * w32font.h: New file.
20528
20529 * w32font.c: Include it.
20530 (struct w32font_info): Add owning_frame field. Move to w32font.h.
20531 (w32font_open): Set owning_frame.
20532 (w32font_text_extents): Use owning_frame.
20533 (struct font_callback_data): Add opentype_only field.
20534 (add_font_entity_to_list): Use it to filter fonts.
20535 Don't check against full name.
20536 (w32font_list_internal): New function.
20537 (w32font_list): Use it.
20538 (w32font_match_internal): New function.
20539 (w32font_match): Use it.
20540 (w32font_open_internal): New function.
20541 (w32font_open): Use it.
20542 (w32font_get_cache, w32font_close, w32font_has_char)
20543 (w32font_encode_char, w32font_text_extents, w32font_draw):
20544 Make non-static.
20545
20546 * makefile.w32-in (w32font.o): Depend on w32font.h.
20547
20548 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20549
20550 * charset.c (Fdefine_charset_internal): Record a supplementary
20551 charset at the tail of Vcharset_order_list.
20552
20553 * font.c (Ffont_shape_text): Fix the return value.
20554
20555 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
20556
20557 * xdisp.c (handle_auto_composed_prop): Fix previous change.
20558
20559 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20560
20561 * ftfont.c (struct OpenTypeSpec): New struct.
20562 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
20563 (ftfont_get_open_type_spec): New function.
20564 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
20565
20566 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
20567
20568 2008-02-01 Jason Rumney <jasonr@gnu.org>
20569
20570 * w32font.c (add_font_entity_to_list): Compare only the beginning
20571 of full name.
20572
20573 2008-02-01 Kenichi Handa <handa@m17n.org>
20574
20575 * xdisp.c (handle_auto_composed_prop): Simplify the code.
20576 Never return HANDLED_RECOMPUTE_PROPS.
20577
20578 2008-02-01 Kenichi Handa <handa@m17n.org>
20579
20580 * font.c (font_gstring_produce): Delete it.
20581
20582 * composite.h (COMPOSITION_METHOD):
20583 Handle COMPOSITION_WITH_GLYPH_STRING.
20584
20585 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20586
20587 * xfont.c (Qx): Delete.
20588 (syms_of_xfont): Don't initialize Qx.
20589
20590 * composite.h (enum composition_method):
20591 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
20592
20593 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20594
20595 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
20596 (choose_face_font): Accept new form of font-spec.
20597
20598 * frame.h (font_driver_list): Declare it unconditionally.
20599 (struct frame): Define members font_driver_list and font_data_list
20600 unconditionally.
20601
20602 * fontset.c: Include "font.h" unconditionally.
20603 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
20604 (Fset_fontset_font): Accept a font-spec object.
20605
20606 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
20607 PIXEL_SIZE part a wild card.
20608
20609 * dispextern.h (struct glyph_string): Define members clip and
20610 num_clips unconditionally.
20611 (struct face): Define members font_info and extra unconditionally.
20612
20613 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
20614 ftfont_info only when HAVE_LIBOTF is defined.
20615
20616 2008-02-01 Andreas Schwab <schwab@suse.de>
20617
20618 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
20619 and end.
20620
20621 2008-02-01 Jason Rumney <jasonr@gnu.org>
20622
20623 * w32font.c (w32font_driver): Add new fields.
20624
20625 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20626
20627 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
20628 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
20629 (LIBES): Add @M17N_FLT_CFLAGS@.
20630
20631 * composite.c (compose_text): Don't treat the new style
20632 composition specially.
20633
20634 * emacs.c (main): Call syms_of_font unconditionally.
20635
20636 * font.h (FONT_ENTITY_NOT_LOADABLE)
20637 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
20638 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
20639 (struct font_driver): New member shape.
20640 (font_registry_charsets): Extern it.
20641 (font_find_for_lface, font_prepare_composition): Adjust prototype.
20642 (font_otf_capability, font_drive_otf): Delete their externs.
20643
20644 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
20645 (font_charset_alist, font_registry_charsets): Move from xfont.c
20646 and rename.
20647 (font_prop_validate_otf): New function.
20648 (font_property_table): Register it for QCotf.
20649 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
20650 (font_drive_otf): Delete.
20651 (font_prepare_composition): New arg F. Adjust for the change of
20652 lispy gstring.
20653 (font_find_for_lface): New arg C.
20654 (font_load_for_face): Adjust for the change of font_find_for_lface.
20655 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
20656 lispy gstring.
20657 (Ffont_shape_text): New function.
20658 (Fopen_font): If the font size is not given, use 12-pixel.
20659 (Ffont_at): New arg STRING.
20660 (syms_of_font): Initialize font_charset_alist.
20661 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
20662 conditionally.
20663
20664 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
20665 fonts of the same font-spec. Change the format of RFONT-DEF.
20666 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
20667 Adjust for the change of RFONT-DEF.
20668 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
20669
20670 * ftfont.h: New file.
20671
20672 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
20673 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
20674 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
20675 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
20676 font_otf_capability and font_drive_otf, set ftfont_shape.
20677 (ftfont_list): Adjust for the change of :otf property value.
20678 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
20679 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
20680 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
20681 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
20682 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
20683 (otf_gstring, gstring, m17n_flt_initialized): New variables.
20684
20685 * w32term.c (x_draw_composite_glyph_string_foreground):
20686 Adjust for the change of lispy gstring.
20687
20688 * xdisp.c (handle_composition_prop): Adjust for the change of
20689 lispy gstring. Call a function for auto-composition with the
20690 third arg it->window.
20691 (fill_composite_glyph_string): Adjust for the change of lispy string.
20692 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
20693
20694 * xfaces.c (set_font_frame_param): Adjust for the change of
20695 font_find_for_lface.
20696
20697 * xfont.c (x_font_charset_alist): Move to font.c and rename.
20698 (xfont_registry_charsets): Likewise. Change caller.
20699 (syms_of_xfont): Don't handle x_font_charset_alist.
20700
20701 * xftfont.c: Include "ftfont.h".
20702 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
20703 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
20704 (xftfont_close) [HAVE_LIBOTF]: Close otf.
20705 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
20706 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
20707 Set xftfont_driver.shape to xftfont_shape.
20708
20709 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20710 the change of lispy gstring.
20711
20712 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20713
20714 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
20715
20716 2008-02-01 Jason Rumney <jasonr@gnu.org>
20717
20718 * w32font.c (w32font_draw): Fill background manually.
20719
20720 2008-02-01 Jason Rumney <jasonr@gnu.org>
20721
20722 * font.c (Qfontp): Remove unused symbol.
20723 (QCantialias): New symbol.
20724 (syms_of_font): Define it.
20725 (font_property_table): Set a validator for QCantialias.
20726
20727 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
20728 Define if not already.
20729 (QCfamily): Share with xfaces.c.
20730 (Qstandard, Qsubpixel, Qnatural): New symbols.
20731 (syms_of_w32font): Define them. Don't define QCfamily here.
20732 (w32_antialias_type, lispy_antialias_type): New functions.
20733 (w32_enumfont_pattern_entity): New arg requested_font.
20734 Set antialias parameter if non-default was requested.
20735 (fill_in_logfont): Fill in lfQuality if :antialias specified.
20736
20737 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20738
20739 * lread.c (read1): Undo the previous change.
20740
20741 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
20742
20743 * frame.c (Fdelete_frame): Call font_update_drivers only when
20744 USE_FONT_BACKEND is defined.
20745
20746 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20747
20748 * font.h (struct font_bitmap): New member bits_per_pixel.
20749 (struct font_driver): New members start_for_frame and end_for_frame.
20750 (struct font_data_list): New struct.
20751 (font_put_frame_data, font_get_frame_data): Extern them.
20752
20753 * frame.h (struct frame): New member font_data_list.
20754
20755 * font.c (font_update_drivers): Call driver->start_for_frame and
20756 driver->end_for_frame at proper timings.
20757 (font_put_frame_data, font_get_frame_data): New functions.
20758 (Ffont_spec): Add usage in the docstring.
20759
20760 * frame.c (make_frame): Initialize f->font_data_list to NULL.
20761 (Fdelete_frame): Call font_update_drivers.
20762
20763 * xftfont.c (struct xftface_info): Delete the member xft_draw.
20764 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
20765 (xftfont_get_xft_draw): New function.
20766 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
20767 (xftfont_end_for_frame): New function.
20768 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
20769
20770 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
20771 Change argument. Cache GCs in the per-frame data.
20772 (struct ftxfont_frame_data): New struct.
20773 (ftxfont_draw_bitmap): New arg gc_fore and flush.
20774 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
20775 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
20776 (ftxfont_end_for_frame): New function.
20777 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
20778
20779 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
20780
20781 2008-02-01 Kenichi Handa <handa@m17n.org>
20782
20783 * xselect.c (Vselection_coding_system)
20784 (Vnext_selection_coding_system): Delete them.
20785 (syms_of_xselect): Don't declare selection-coding-system and
20786 next-selection-coding-system. They are declared in select.el.
20787
20788 2008-02-01 Jason Rumney <jasonr@gnu.org>
20789
20790 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
20791
20792 * w32fns.c: Include imm.h.
20793 (get_composition_string_fn, get_ime_context_fn): New optional
20794 system functions.
20795 (globals_of_w32fns): Load them from imm32.dll.
20796 (ignore_ime_char): New flag.
20797 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
20798 WM_IME_ENDCOMPOSITION messages.
20799
20800 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
20801 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
20802
20803 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20804
20805 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
20806 (READCHAR_REPORT_MULTIBYTE): New macro.
20807 (readchar): New 2nd arg MULTIBYTE.
20808 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
20809 Make symbol's name multibyte according to the multibyteness of the
20810 source.
20811
20812 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20813
20814 * xfaces.c (face_for_overlay_string): Call lookup_face with
20815 correct arguments (fix of synching with the trunk).
20816
20817 2008-02-01 Kenichi Handa <handa@m17n.org>
20818
20819 * font.c (font_prop_validate_symbol, font_prop_validate_style)
20820 (font_prop_validate_non_neg, font_prop_validate_spacing):
20821 Delete argument prop_index.
20822 (font_property_table): Change arguments to validater. Change Callers.
20823 (font_lispy_object): Delete.
20824 (font_at): Use font_find_object instead fo font_lispy_object.
20825
20826 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20827
20828 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
20829 and file names.
20830
20831 2008-02-01 Jason Rumney <jasonr@gnu.org>
20832
20833 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
20834 (font_matches_spec): Remove debug output.
20835 (add_font_entity_to_list): Avoid using substituted fonts.
20836
20837 2008-02-01 Jason Rumney <jasonr@gnu.org>
20838
20839 * doc.c (Fsnarf_documentation):
20840 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
20841
20842 2008-02-01 Miles Bader <miles@gnu.org>
20843
20844 * dispextern.h (struct glyph_row): Only define "clip" field if
20845 HAVE_WINDOW_SYSTEM is defined.
20846
20847 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20848
20849 Fix up multi-tty merge.
20850
20851 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
20852 and indentation.
20853
20854 * xfaces.c (free_realized_face, clear_face_gcs):
20855 Include font_done_for_face in the input_blocked section, just in case.
20856
20857 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
20858 (get_char_face_and_encoding): Undo last change and remove the *other*
20859 duplicate definition (i.e. keep the one that's better scoped and that
20860 includes code for the font-backend).
20861
20862 * terminal.c (create_terminal): Default keyboard_coding to
20863 `no-conversion' and terminal_coding to `undecided'.
20864
20865 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
20866
20867 * fontset.c (free_realized_fontsets): Check that the table entry does
20868 contain a fontset before trying to compare it to `base'.
20869
20870 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
20871 syms_of_charset, and syms_of_coding earlier because init_window_once
20872 now needs Vcoding_system_hash_table to be setup.
20873
20874 * coding.h (default_buffer_file_coding): Remove.
20875
20876 * coding.c (default_buffer_file_coding): Remove.
20877 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
20878 than ->symbol, and use the terminal-local coding system.
20879 (syms_of_coding): Don't setup the coding-systems that are not
20880 terminal-local.
20881 (Fdefine_coding_system_internal): Use XCAR/XCDR.
20882
20883 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
20884 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
20885
20886 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
20887 in chartab.c and were re-added here by mistake.
20888 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
20889
20890 * doc.c (Fsnarf_documentation):
20891 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
20892 src to etc.
20893
20894 * ChangeLog.10: Add mistakenly removed entry.
20895
20896 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
20897
20898 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
20899
20900 2008-02-01 Miles Bader <miles@gnu.org>
20901
20902 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
20903 Add extra args to FACE_FOR_CHAR.
20904
20905 2008-02-01 Kenichi Handa <handa@m17n.org>
20906
20907 * keymap.c (where_is_internal_1): If key is a cons, store the copy
20908 in sequence.
20909
20910 * chartab.c (map_sub_char_table, map_char_table): If the range
20911 contains just one character, call the function with that character
20912 even if the depth is not 3.
20913
20914 2008-02-01 Jason Rumney <jasonr@gnu.org>
20915
20916 * w32font.c (w32font_text_extents): Calculate metrics for the
20917 whole string.
20918
20919 2008-02-01 Jason Rumney <jasonr@gnu.org>
20920
20921 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
20922
20923 2008-02-01 Jason Rumney <jasonr@gnu.org>
20924
20925 * w32term.c (x_set_glyph_string_clipping): Use
20926 get_glyph_string_clip_rects.
20927 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
20928 Adjust for the change of struct glyph_string.
20929
20930 * w32font.c (w32font_draw): Do clipping here.
20931
20932 2008-02-01 Kenichi Handa <handa@m17n.org>
20933
20934 * xftfont.c (xftfont_draw): Adjust for the change of struct
20935 glyph_string.
20936
20937 * xterm.c (x_set_glyph_string_clipping): Use
20938 get_glyph_string_clip_rects.
20939 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
20940 Adjust for the change of struct glyph_string.
20941
20942 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
20943 the resulting clip(s}.
20944 (expose_overlaps): Add arg r. Change callers. Set it to
20945 row->clip temporarily.
20946 (expose_window): Redraw rows overlapping the exposed area.
20947
20948 * dispextern.h (struct glyph_row): New member clip.
20949 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
20950 clip_height, new member clip, and num_clips.
20951
20952 2008-02-01 Kenichi Handa <handa@m17n.org>
20953
20954 * data.c (Fchar_or_string_p): Fix docstring.
20955
20956 2008-02-01 Kenichi Handa <handa@m17n.org>
20957
20958 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
20959 create a temporary XftDraw object.
20960
20961 2008-02-01 Kenichi Handa <handa@m17n.org>
20962
20963 * font.c (Ffontp): Fix docstring.
20964
20965 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
20966 strong evidence of ISO-2022.
20967
20968 2008-02-01 Kenichi Handa <handa@m17n.org>
20969
20970 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
20971 SYNTAX_ENTRY_FOLLOW_PARENT.
20972
20973 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20974
20975 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
20976 its type.
20977 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20978 Update to the new type of weak_hash_tables and next_weak.
20979
20980 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
20981 a plain C pointer to Lisp_Hash_Table.
20982
20983 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
20984 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
20985 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
20986 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
20987 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
20988 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
20989 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
20990 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
20991 (GC_EQ): Remove since they've been identical to their non-GC_
20992 alter-egos ever since the markbit was eradicated.
20993
20994 * alloc.c:
20995 * buffer.c:
20996 * buffer.h:
20997 * data.c:
20998 * fileio.c:
20999 * filelock.c:
21000 * fns.c:
21001 * frame.h:
21002 * lisp.h:
21003 * macterm.c:
21004 * print.c:
21005 * process.c:
21006 * w32fns.c:
21007 * w32menu.c:
21008 * w32term.c:
21009 * xfns.c:
21010 * xmenu.c:
21011 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
21012
21013 2008-02-01 Kenichi Handa <handa@m17n.org>
21014
21015 * chartab.c (map_sub_char_table): Make it work for the top-level
21016 char-table. Fix handling of parent char-table.
21017 (map_char_table): Adjust for the above change.
21018
21019 2008-02-01 Jason Rumney <jasonr@gnu.org>
21020
21021 * w32font.c (Qgdi): Rename from Qw32.
21022
21023 2008-02-01 Jason Rumney <jasonr@gnu.org>
21024
21025 * w32bdf.c (get_quoted_string): Make function static.
21026
21027 2008-02-01 Kenichi Handa <handa@m17n.org>
21028
21029 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
21030 bigger ascent and descent than those of the font, use them as
21031 font's ascent and descent.
21032
21033 2008-02-01 Kenichi Handa <handa@m17n.org>
21034
21035 * Makefile.in (${lispsource}international/charprop.el): Move this
21036 target within "#ifdef HAVE_UNIDATA" and "#endif".
21037
21038 2008-02-01 Kenichi Handa <handa@m17n.org>
21039
21040 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
21041 (shortlisp): Add ../lisp/language/tai-viet.el.
21042
21043 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
21044
21045 * Makefile.in (${lispsource}international/charprop.el): Depend on
21046 temacs${EXEEXT}.
21047
21048 2008-02-01 Jason Rumney <jasonr@gnu.org>
21049
21050 * w32font.c (w32font_close): Delete the GDI font object.
21051
21052 * w32menu.c: Include character.h.
21053
21054 * w32proc.c: Likewise.
21055
21056 * w32select.c: Likewise.
21057
21058 * makefile.w32-in (w32proc.o): Depend on character.h.
21059
21060 2008-02-01 Jason Rumney <jasonr@gnu.org>
21061
21062 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
21063
21064 * w32menu.c (syms_of_w32menu): Likewise.
21065
21066 * w32proc.c (syms_of_ntproc): Likewise.
21067
21068 * w32select.c (syms_of_w32select): Likewise.
21069
21070 * w32term.c (syms_of_w32term): Likewise.
21071
21072 2008-02-01 Jason Rumney <jasonr@gnu.org>
21073
21074 * w32font.c (w32font_draw): Delete brush after using it.
21075
21076 2008-02-01 Jason Rumney <jasonr@gnu.org>
21077
21078 * w32font.c (w32font_open): Don't set font_idx.
21079 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
21080 to font settings.
21081 (w32font_draw): Fill background explicitly.
21082
21083 2008-02-01 Jason Rumney <jasonr@gnu.org>
21084
21085 * w32term.c (w32_initialize): Don't call w32font_initialize.
21086
21087 * w32font.c (w32font_info): Remove subranges.
21088 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
21089 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
21090 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
21091 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
21092 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
21093 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
21094 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
21095 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
21096 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
21097 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
21098 New symbols.
21099 (font_callback_data): New struct.
21100 (w32font_list, w32font_match): Use it.
21101 (w32font_open): Don't populate subranges.
21102 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
21103 (w32font_encode_char): Always return unicode code-point as-is.
21104 (w32font_text_extents): Supply a transformation matrix to
21105 GetGlyphOutline. Never look up by glyph index. Avoid looping
21106 twice. Use unicode version of GetTexExtentPoint32 instead of
21107 glyph index version.
21108 (set_fonts_frame): Remove.
21109 (w32_enumfont_pattern_entity): Add frame parameter, use it to
21110 set frame parameter. Use backward compatible fake foundries.
21111 Save generic family in extra slot under QCfamily. Make width slot
21112 constant. Save QCspacing value. Save list of scripts instead of
21113 binary subranges.
21114 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
21115 (add_font_entity_to_list): Use font_callback_data struct. Filter
21116 unwanted fonts.
21117 (add_one_font_entity_to_list): Use font_callback_data struct.
21118 (w32_registry): Default to iso10646_1.
21119 (fill_in_logfont): Use dpi from extra slot. Don't bother with
21120 string font registries. Don't fill in font name if it is a generic
21121 family name, fill family instead. Use spacing, family and script
21122 extra info to fill pitch, family and charset fields.
21123 (list_all_matching_fonts): Use font_callback_data struct.
21124 (unicode_range_for_char): Remove.
21125 (font_supported_scripts): New function.
21126 (w32font_initialize): Remove.
21127 (syms_of_w32font): Update which symbols are defined.
21128
21129 2008-02-01 Jason Rumney <jasonr@gnu.org>
21130
21131 * font.c (font_pixel_size): Reverse assq_no_quit args.
21132
21133 * w32term.h (FONT_WIDTH): Report max width, not average.
21134 (FONT_MAX_WIDTH): Remove.
21135 (FONT_AVG_WIDTH): New macro.
21136
21137 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
21138 redefinition of FONT_WIDTH.
21139
21140 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
21141 (w32_cache_char_metrics): Use FONT_WIDTH.
21142
21143 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
21144
21145 2008-02-01 Jason Rumney <jasonr@gnu.org>
21146
21147 * w32font.c (w32font_open): Make lfHeight negative.
21148
21149 * w32fns.c (x_default_font_parameter): Use new style font name.
21150 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
21151
21152 2008-02-01 Jason Rumney <jasonr@gnu.org>
21153
21154 * w32font.c (QCsubranges): New symbol.
21155 (w32font_open, w32font_has_char): Get subranges from subproperty
21156 of extra.
21157 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
21158 (syms_of_w32font): Define :subranges symbol.
21159
21160 * font.c (font_put_extra): Expose externally.
21161
21162 * font.h (font_put_extra): Move declaration from font.c.
21163
21164 * font.c (Ffont_get): Use font driver to determine otf capability.
21165 (adjust_anchor): Check if driver defines anchor_point before using.
21166
21167 * w32font.c (w32font_open): Handle size, height and pixel_size better.
21168 (w32font_draw): Use options.
21169 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
21170 Fix detection of truetype fonts.
21171 (registry_to_w32_charset): Handle charsets other than iso8859-1
21172 expressed as lisp symbols.
21173 (w32_registry): Express charset as lisp symbol.
21174 (fill_in_logfont): Reverse pixel and point height logic.
21175 Don't set width here. Set quality to default.
21176
21177 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
21178 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
21179
21180 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
21181 Remove redundant loop and allocation.
21182
21183 * makefile.w32-in (font.o, w32font.o): New objects.
21184 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
21185 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
21186
21187 * xdisp.c (fill_composite_glyph_string): Make the first arg to
21188 STORE_XCHARB a valid l-value.
21189
21190 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
21191 calculations for non-Truetype fonts.
21192 (x_draw_glyph_string): Sync with xterm.c.
21193 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
21194 Remove redundant code.
21195 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
21196
21197 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
21198 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
21199
21200 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
21201 (x_to_w32_charset, w32_to_x_charset): Expose externally.
21202
21203 * w32font.c: New file for w32 font backend.
21204
21205 2008-02-01 Kenichi Handa <handa@m17n.org>
21206
21207 * term.c: Don't include "buffer.h" twice.
21208
21209 2008-02-01 Kenichi Handa <handa@m17n.org>
21210
21211 * character.c (Funibyte_string): New function.
21212 (syms_of_character): Defsubr it.
21213
21214 2008-02-01 Jason Rumney <jasonr@gnu.org>
21215
21216 * w32term.c [USE_FONT_BACKEND]:
21217 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
21218 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
21219 (x_draw_glyph_string, x_draw_glyph_string_foreground)
21220 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
21221 (x_free_frame_resources): Sync with xterm.c.
21222
21223 2008-02-01 Andreas Schwab <schwab@suse.de>
21224
21225 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
21226 char-table size.
21227
21228 2008-02-01 Kenichi Handa <handa@m17n.org>
21229
21230 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
21231
21232 2008-02-01 Kenichi Handa <handa@m17n.org>
21233
21234 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
21235 font_otf_gpos, add font_drive_otf.
21236
21237 * fontset.c (fontset_find_font): Pay attention to font size
21238 specified for a font.
21239 (reorder_font_vector): Check contents of font_def.
21240
21241 * font.c (struct otf_list): Delete it.
21242 (otf_list): Make it a lisp variable.
21243 (otf_open): Use lispy otf_list.
21244 (generate_otf_features): Rename from parse_gsub_gpos_spec.
21245 (check_otf_features): New function.
21246 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
21247 New functions.
21248 (font_drive_otf): New function merging font_otf_gsub and
21249 font_otf_gpos.
21250 (font_open_for_lface): New arg spec. Change argument order.
21251 (font_load_for_face): Adjust for the change of font_open_for_lface.
21252 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
21253 Ffont_otf_gpos.
21254 (syms_of_font): Staticpro otf_list. Delete defsubr of
21255 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
21256
21257 * xfaces.c (set_font_frame_param): Adjust for the change of
21258 font_open_for_lface.
21259
21260 * font.h (font_open_for_lface): Adjust prototype.
21261 (struct font_driver): Delete members otf_gsub and otf_gpos, add
21262 member otf_drive.
21263 (font_otf_gsub, font_otf_gpos): Delete externs.
21264 (font_drive_otf): Extern it.
21265
21266 2008-02-01 Kenichi Handa <handa@m17n.org>
21267
21268 * font.c (font_at): If the window W is not on a window system,
21269 return Qnil.
21270
21271 * coding.c (produce_chars, encode_coding): Don't call
21272 insert_from_gap if no characters to produce.
21273
21274 2008-02-01 Kenichi Handa <handa@m17n.org>
21275
21276 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
21277 Fclear_face_cache.
21278
21279 * xfaces.c (face_for_font): Check also face->font==font->font.font.
21280
21281 2008-02-01 Miles Bader <miles@gnu.org>
21282
21283 * emacs.c (main): Change default value of `enable_font_backend' to 1.
21284 Parse "--disable-font-backend" option.
21285 (standard_args): Add "--disable-font-backend" option.
21286
21287 2008-02-01 Kenichi Handa <handa@m17n.org>
21288
21289 * fontset.c (fontset_find_font): New function.
21290 (fontset_font): Use fontset_find_font.
21291 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
21292 Register the specified font for all Latin characters.
21293 (new_fontset_from_font): Register the specified font for all Latin
21294 characters.
21295 (dump_fontset): For a realized fontset, include the base fontset
21296 name in the returned vector.
21297
21298 2008-02-01 Kenichi Handa <handa@m17n.org>
21299
21300 * character.h (CHAR_STRING): Cast C to unsigned on calling
21301 char_string.
21302
21303 * character.c (char_string): Type of arg C changed to unsigned.
21304 Signal an error if C is an invalid character code.
21305
21306 * editfns.c (general_insert_function, Fchar_to_string):
21307 Use CHARACTERP, not INTEGERP.
21308
21309 2008-02-01 Kenichi Handa <handa@m17n.org>
21310
21311 * character.h (MIN_MULTIBYTE_LEADING_CODE)
21312 (MAX_MULTIBYTE_LEADING_CODE): New macros.
21313
21314 * regex.c (analyse_first): Fix for multibyte characters in "case
21315 charset:" and "case categoryspec:".
21316
21317 2008-02-01 Andreas Schwab <schwab@suse.de>
21318
21319 * Makefile.in (LIBES): Move standard libraries to the end.
21320
21321 2008-02-01 Kenichi Handa <handa@m17n.org>
21322
21323 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
21324 nonzero, don't shrink the buffer nextb.
21325
21326 * buffer.h (struct buffer_text): New member inhibit_shrinking.
21327
21328 * coding.c (coding_alloc_by_making_gap): New arg offset.
21329 (alloc_destination): Call coding_alloc_by_making_gap with the arg
21330 offset.
21331 (decode_coding_iso_2022): Update coding->safe_charsets.
21332 (decode_coding_gap): Temporarily set
21333 current_buffer->text->inhibit_shrinking to 1.
21334
21335 2008-02-01 Kenichi Handa <handa@m17n.org>
21336
21337 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
21338 indexing into elements of s->cmp and s->char2b.
21339
21340 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
21341
21342 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
21343
21344 2008-02-01 Kenichi Handa <handa@m17n.org>
21345
21346 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
21347 target_multibyte instead of multibyte.
21348 (re_match_2_internal): Call bcmp_translate with target_multibyte.
21349 (bcmp_translate): Change the argument name from multibyte to
21350 target_multibyte.
21351
21352 2008-02-01 Kenichi Handa <handa@m17n.org>
21353
21354 These changes are to compile a regexp into a pattern that can be
21355 used both for multibyte and unibyte targets.
21356
21357 * Makefile.in (search.o): Depend on charset.h.
21358
21359 * character.c (multibyte_char_to_unibyte_safe): New function.
21360
21361 * search.c: Include "charset.h".
21362 (compile_pattern_1): Delete argument multibyte. Don't set
21363 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
21364 (compile_pattern): Don't compare cp->buf.target_multibyte.
21365 Compare cp->buf.charset_unibyte.
21366 (compile_pattern): Set cp->buf.target_multibyte.
21367
21368 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
21369
21370 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
21371
21372 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
21373 multibyte. Change callers.
21374 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
21375 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
21376 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
21377 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
21378 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
21379 (regex_compile): Make the compiled pattern usable both for
21380 multibyte and unibyte targets.
21381 (analyse_first): Make the fastmap usable both for multibyte and
21382 unibyte targets.
21383 (TRANSLATE_VIA_MULTIBYTE): Delete.
21384 (re_match_2_internal): Pay attention to the case that the
21385 multibyteness of bufp and target may be different.
21386
21387 2008-02-01 Kenichi Handa <handa@m17n.org>
21388
21389 * xdisp.c (x_produce_glyphs): When a font is not found, make the
21390 empty box occupy at least one column width.
21391
21392 2008-02-01 Miles Bader <miles@gnu.org>
21393
21394 * Makefile.in: Remove redundant HAVE_XFT clause.
21395
21396 2008-02-01 Kenichi Handa <handa@m17n.org>
21397
21398 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
21399
21400 2008-02-01 Kenichi Handa <handa@m17n.org>
21401
21402 * fontset.c (Finternal_char_font): Fix for the case of POSITION
21403 being nil.
21404
21405 2008-02-01 Kenichi Handa <handa@m17n.org>
21406
21407 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
21408
21409 2008-02-01 Kenichi Handa <handa@m17n.org>
21410
21411 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
21412
21413 2008-02-01 Kenichi Handa <handa@m17n.org>
21414
21415 * search.c (simple_search): Fix previous change.
21416
21417 2008-02-01 Kenichi Handa <handa@m17n.org>
21418
21419 * xftfont.c (ftfont_font_format): Extern declaration.
21420
21421 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
21422
21423 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
21424 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
21425
21426 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
21427 (ftfont_font_format): Fix previous change.
21428
21429 * font.h (Ffont_xlfd_name): EXFUN it.
21430
21431 * font.c (font_parse_xlfd): Fix the array size of `f'.
21432 (register_font_driver): Use EQ to compare driver->type.
21433
21434 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
21435 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
21436 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
21437
21438 2008-02-01 Kenichi Handa <handa@m17n.org>
21439
21440 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
21441 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
21442
21443 2008-02-01 Kenichi Handa <handa@m17n.org>
21444
21445 * xfont.c (xfont_open): Set font->format.
21446
21447 * xftfont.c (xftfont_open): Set font->format.
21448
21449 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
21450 (ftfont_list): Include FC_FONTFORMAT in FcObject.
21451 (ftfont_open): Set font->format.
21452 (ftfont_font_format): New function.
21453
21454 * font.h (struct font): New member format.
21455
21456 * font.c (Qopentype): New variable.
21457 (syms_of_font): Defsym it.
21458 (Fquery_font): Change the format of the last element of the return
21459 value.
21460
21461 2008-02-01 Kenichi Handa <handa@m17n.org>
21462
21463 * xfns.c (xic_create_xfontset): Try the default fontset name as a
21464 last resort.
21465
21466 2008-02-01 Kenichi Handa <handa@m17n.org>
21467
21468 * coding.c (detect_coding_charset): Fix detection of multi-byte
21469 charset.
21470
21471 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
21472
21473 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
21474
21475 2008-02-01 Kenichi Handa <handa@m17n.org>
21476
21477 * xdisp.c (get_next_display_element): Set it->face_id for the
21478 first component of a composition.
21479 (x_produce_glyphs): Check if the font is changed or not for composition.
21480
21481 2008-02-01 Kenichi Handa <handa@m17n.org>
21482
21483 * fontset.c (Qlatin): New variable.
21484 (syms_of_fontset): Define it as a lisp symbol.
21485 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
21486
21487 2008-02-01 Kenichi Handa <handa@m17n.org>
21488
21489 * font.c (font_unparse_fcname): Pay attention to the case that
21490 some of font property is a null string.
21491
21492 2008-02-01 Kenichi Handa <handa@m17n.org>
21493
21494 * term.c: Include "composite.h".
21495 (encode_terminal_code): Output all components of composition.
21496 Check the size of encode_terminal_src.
21497 (produce_glyphs): For composition, call produce_composite_glyph.
21498 (append_composite_glyph, produce_composite_glyph): New functions.
21499
21500 * xdisp.c (x_produce_glyphs): In handling composition, if a font
21501 is not found, get font_info from the current ascii face.
21502
21503 2008-02-01 Kenichi Handa <handa@m17n.org>
21504
21505 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
21506 buffer-file-name to Qnil before calling insert_from_buffer.
21507
21508 * font.c (font_unparse_fcname): Pay attention to the case that
21509 foundry is a null string.
21510
21511 2008-02-01 Kenichi Handa <handa@m17n.org>
21512
21513 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
21514
21515 * font.c (Qunicode_sip): New variable.
21516 (syms_of_font): Declare it as a Lisp symbol.
21517
21518 * font.h (Qunicode_sip): Extern it.
21519
21520 2008-02-01 Kenichi Handa <handa@m17n.org>
21521
21522 * composite.c (get_composition_id): Pay attention to TAB component.
21523
21524 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
21525 TAB. Adjust for the change of s->char2b which always points to
21526 the first element of allocated memory.
21527
21528 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
21529
21530 * xdisp.c (handle_composition_prop): Set it->c to the first
21531 non-TAB component.
21532 (fill_composite_glyph_string): Change argument.
21533 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
21534 (x_produce_glyphs): Fix handling of left/right padding.
21535
21536 2008-02-01 Kenichi Handa <handa@m17n.org>
21537
21538 * coding.c (detect_coding_system): Fix for handling off
21539 inhibit_iso_escape_detection. Fix for the case that no coding
21540 system is defined for a specific coding category.
21541
21542 2008-02-01 Kenichi Handa <handa@m17n.org>
21543
21544 * font.c (font_matching_entity): Delete unused local var.
21545
21546 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
21547 opening a font.
21548
21549 * fileio.c (Finsert_file_contents): On recovering a file, assume
21550 Unix-like eol.
21551 (choose_write_coding_system): On auto-saving a file, force
21552 Unix-like eol.
21553
21554 * coding.c (setup_coding_system): Fix setting of
21555 coding->common_flags based on eol_type.
21556 (coding_inherit_eol_type): If PARENT is not nil, be sure to
21557 inherit from it.
21558
21559 2008-02-01 Kenichi Handa <handa@m17n.org>
21560
21561 * alloc.c (NSTATICS): Increas to 0x600.
21562
21563 2008-02-01 Kenichi Handa <handa@m17n.org>
21564
21565 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
21566 (ftfont_list): Don't check :name property.
21567 (ftfont_match): New function.
21568 (ftfont_pattern_entity): If the pattern doesn't contain
21569 FC_SPACING, don't assume FC_MONO.
21570
21571 * font.h (struct font_driver): New member `match'.
21572 (font_update_drivers): Adjust prototype.
21573
21574 * font.c (font_parse_fcname, font_parse_name): Don't change :name
21575 property of FONT.
21576 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
21577 them unconditionally.
21578 (font_matching_entity): New function.
21579 (font_open_by_name): Try font_matching_entity if exact match is
21580 not found.
21581 (font_update_drivers): Delete the arg FONT. Return a list of
21582 actually used backends. Don't free faces, font caches here.
21583 Don't store data in frame parameters. Don't call x_set_font.
21584 (Ffont_spec): Store :name property as is.
21585 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
21586 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
21587 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
21588 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
21589 Call font->driver->otf_gsub instead of font_otf_gsub.
21590
21591 * frame.c (x_set_font_backend): Do more works that were done in
21592 font_update_drivers before.
21593
21594 * xfont.c (xfont_match): New function.
21595 (xfont_driver): Set xfont_driver.match to xfont_match.
21596 (xfont_draw): Set font in GC if necessary.
21597
21598 * ftxfont.c (ftxfont_match): New function.
21599 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
21600
21601 * xftfont.c (xftfont_match): New function.
21602 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
21603
21604 2008-02-01 Kenichi Handa <handa@m17n.org>
21605
21606 * font.h (struct font): New member scalable.
21607 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
21608 (font_otf_gsub): Adjust prototype.
21609
21610 * font.c (font_otf_capability): Fix handling of the default langsys.
21611 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
21612 Check the contents of SPEC.
21613 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
21614 (check_gstring): New function.
21615 (REPLACEMENT_CHARACTER): New macro.
21616 (font_otf_gsub): New arg alternate_subst. Be sure to set all
21617 glyph codes of GSTRING.
21618 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
21619 (font_prepare_composition): Set cmp->glyph_len.
21620 (font_open_entity): Set font->scalable.
21621 (Ffont_get): Handle :otf property.
21622 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
21623 functions.
21624 (Fquery_font): Use font->font.full_name.
21625 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
21626 Sfont_otf_alternates.
21627
21628 * ftfont.c (ftfont_open): Set font->font.full_name and
21629 font->font.name properly. Fix calculation of font->font.height
21630 and font->min_width.
21631
21632 * ftxfont.c (ftxfont_create_gcs): New function.
21633 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
21634 (ftxfont_draw_backgrond): Fix filling region.
21635 (ftxfont_default_fid): New function.
21636 (ftxfont_open): Set xfont->fid to the return value of
21637 ftxfont_default_fid.
21638 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
21639 (ftxfont_done_face): Free only GCs that are created by
21640 ftxfont_create_gcs.
21641 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
21642
21643 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
21644 Clip to src->width, etc (not src->clip_XXX).
21645
21646 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
21647 FontBackend frame parameter.
21648
21649 2008-02-01 Kenichi Handa <handa@m17n.org>
21650
21651 * font.h (struct font_driver_list): New member `on'.
21652 (Fclear_font_cache): EXFUN it.
21653 (font_update_drivers): Extern it.
21654
21655 * font.c (font_unparse_fcname): Fix typo (swidth->width).
21656 (font_list_entities): Check driver_list->on.
21657 (register_font_driver): Initialize `on' member to 0.
21658 (font_update_drivers): New function.
21659 (Fclear_font_cache): Check driver_list->on.
21660
21661 * frame.h (Qfont_backend): Extern it.
21662 (x_set_font_backend): Extern it.
21663
21664 * frame.c (Qfont_backend): New variable.
21665 (frame_parms): New element for font-backend.
21666 (x_set_font_backend): New function.
21667
21668 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
21669 FontBackend frame parameter.
21670 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
21671 x_set_font_backend.
21672
21673 * xfont.c (xfont_list): Don't try listing by :name property if the
21674 name is not for XLFD.
21675
21676 2008-02-01 Kenichi Handa <handa@m17n.org>
21677
21678 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
21679 (LGLYPH_SET_TO): New macros.
21680 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
21681 element of G is vector or not.
21682 (font_at): Extern it.
21683
21684 * font.c: Include window.h.
21685 (font_lispy_object): New function.
21686 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
21687 end of valid glyph.
21688 (font_close_object): Fix getting (struct font *).
21689 (font_at): New function.
21690 (Ffont_get): If FONT is a font-object, get entity from it.
21691 (Ffont_make_gstring): Initialize elements of glyphs with nil.
21692 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
21693 range check.
21694 (Ffont_at): New function.
21695 (syms_of_font): Defsubr Sfont_at.
21696
21697 * xdisp.c (it_props): Move the entry for Qauto_composed to just
21698 before the entry for Qcomposition.
21699 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
21700 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
21701 the font in gstring.
21702 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
21703 LGLYPH_FORM (g) to detect the end of valid glyph.
21704 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
21705 we are composing with gstring.
21706
21707 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
21708 Check if adjustment is vector or not.
21709
21710 * Makefile.in (font.o): Make it depends on window.h.
21711
21712 2008-02-01 Kenichi Handa <handa@m17n.org>
21713
21714 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
21715 adjustment is vector or not.
21716
21717 2008-02-01 Miles Bader <miles@gnu.org>
21718
21719 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
21720
21721 2008-02-01 Kenichi Handa <handa@m17n.org>
21722
21723 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
21724 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
21725 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
21726
21727 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
21728 (DEVICE_DELTA): Fix typo.
21729 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
21730 LGLYPH format.
21731
21732 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
21733 the change of LGLYPH format.
21734
21735 2008-02-01 Kenichi Handa <handa@m17n.org>
21736
21737 * ftfont.c (ftfont_list): Fix typo.
21738 (ftfont_build_basic_charsets): Don't include letters with diacritics.
21739
21740 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
21741
21742 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
21743
21744 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
21745 xftface_info is non-NULL.
21746
21747 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
21748
21749 * ftfont.c (ftfont_list): Move misplaced #endif.
21750
21751 2008-02-01 Kenichi Handa <handa@m17n.org>
21752
21753 * ftfont.c (ftfont_list): Pay attention to the case that
21754 FC_CAPABILITY is not defined.
21755
21756 2008-02-01 Kenichi Handa <handa@m17n.org>
21757
21758 * xftfont.c (xftfont_open): Set charset related members to -1.
21759
21760 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
21761 QCname.
21762 (ftfont_open): Set charset related members to -1.
21763
21764 * fontset.c (Votf_script_alist): New variable.
21765 (syms_of_fontset): Initialize it.
21766 (fontset_font): Delete unused variable.
21767
21768 * fontset.h (Votf_script_alist): Extern it.
21769
21770 * font.c (font_find_for_lface): Optimize code.
21771
21772 * font.h (font_close_object, font_merge_old_spec): Extern them.
21773
21774 2008-02-01 Kenichi Handa <handa@m17n.org>
21775
21776 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
21777 (syms_of_font): Initialize them.
21778 (font_pixel_size): Allow float value in dpi.
21779 (font_prop_validate_type): Delete.
21780 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
21781 Change caller.
21782 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
21783 (font_prop_validate_extra): Delete.
21784 (font_prop_validate_spacing): New function.
21785 (font_property_table): Add elements for all known properties.
21786 (get_font_prop_index): Rename from check_font_prop_name. New
21787 argument FROM. Change caller.
21788 (font_prop_validate): Validate all known properties.
21789 (font_put_extra): Delete argument force. Change caller.
21790 (font_expand_wildcards): Make it static. Fix the way of shrinking
21791 the possible range.
21792 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
21793 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
21794 Change caller.
21795 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
21796 (font_parse_fcname): Delete argument merge. Fix parsing of point
21797 size. Don't validate properties values here. Change caller.
21798 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
21799 (font_open_by_name): Delete unused variable.
21800 (Ffont_spec): Likewise. Validate property values.
21801 (Ffont_match_p): New function.
21802
21803 * font.h (QCscalable): Extern it.
21804 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
21805
21806 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
21807
21808 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
21809 (xfont_list_pattern): New function.
21810 (xfont_list): Use xfont_list_pattern.
21811
21812 2008-02-01 Kenichi Handa <handa@m17n.org>
21813
21814 * font.h (Flist_fonts): EXFUN it.
21815
21816 2008-02-01 Jason Rumney <jasonr@gnu.org>
21817
21818 * w32term.c (w32_initialize): Add back smoothing_type and
21819 smoothing_enabled definitions.
21820
21821 2008-02-01 Kenichi Handa <handa@m17n.org>
21822
21823 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
21824 s->face->font on determining underline position.
21825
21826 2008-02-01 Kenichi Handa <handa@m17n.org>
21827
21828 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
21829 (font_has_char): Accept font-object too.
21830 (font_find_for_lface): Try at first with a size specified in face.
21831
21832 2008-02-01 Kenichi Handa <handa@m17n.org>
21833
21834 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
21835 font_open_by_name.
21836
21837 2008-02-01 Kenichi Handa <handa@m17n.org>
21838
21839 * font.h (QCspacing, QCdpi): Extern them.
21840 (enum font_spacing): New enum.
21841 (FONT_PIXEL_SIZE_QUANTUM): New macro.
21842
21843 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
21844 (QCspacing, QCdpi): New variables.
21845 (syms_of_font): Initialize them.
21846 (font_pixel_size): New function.
21847 (font_put_extra): New function.
21848 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
21849 in FONT_EXTRA.
21850 (font_parse_fcname): Handle enumerated values (e.g. bold).
21851 Fix handling font size. Add QCname property that contains only
21852 unknown properties.
21853 (font_score): Change argument. Change caller. Pay attention to
21854 FONT_PIXEL_SIZE_QUANTUM.
21855 (font_sort_entites, font_list_entities, font_find_for_lface)
21856 (font_open_for_lface, font_open_by_name): Fix handling of font size.
21857 (Ffont_spec): Add QCname property that contains only unknown properties.
21858
21859 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
21860 include weight in listing pattern, instead check weight of each
21861 listed font. Don't include scalable in pattern. Pay attention to
21862 FONT_PIXEL_SIZE_QUANTUM.
21863
21864 2008-02-01 Kenichi Handa <handa@m17n.org>
21865
21866 * font.c (font_parse_fcname): Fix parsing of point-size.
21867 (font_unparse_fcname): Produce symbolic names for style properties.
21868 (font_list_entities): Handle float size correctly.
21869 (font_open_by_name): Prefer `normal' property values if the name
21870 doesn't specify them.
21871
21872 * fontset.c (Finternal_char_font): Use font_get_name, not
21873 Ffont_xlfd_name.
21874
21875 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
21876 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
21877 pattern. Don't force scalable.
21878
21879 * xftfont.c (xftfont_open): For generating a name, start from
21880 96-byte buffer.
21881
21882 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
21883
21884 * frame.h (x_new_fontset2): Fix prototype.
21885
21886 2008-02-01 Kenichi Handa <handa@m17n.org>
21887
21888 * font.h (struct font_driver): Delete member parse_name.
21889 (font_match_p, font_get_spec, font_parse_fcname)
21890 (font_unparse_fcname): Extern them.
21891 (font_get_name): Adjust prototype.
21892
21893 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
21894 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
21895 (font_expand_wildcards): Fix handling ENCODING field. Avoid
21896 unnecessary checks for weight, slant, and swidth.
21897 (font_parse_fcname): New function.
21898 (font_unparse_fcname): New function.
21899 (font_parse_name): New function.
21900 (font_match_p): New function.
21901 (font_get_name): Change return value to Lisp string.
21902 (font_get_spec): New function.
21903 (Qunspecified, Qignore_defface): Don't extern them.
21904 (font_find_for_lface): Assume that LFACE is fully specified.
21905 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
21906 object, use it for FACE.
21907 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
21908 driver->parse_name.
21909 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
21910
21911 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
21912 prototype.
21913
21914 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
21915 argument F. Don't call Fnew_fontset. Instead, directly call
21916 make_fontset.
21917
21918 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
21919
21920 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
21921 of x_new_fontset2.
21922
21923 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
21924 (Qsans__serif): New variables.
21925 (ftfont_generic_family_list): New variable.
21926 (syms_of_ftfont): Initialize the above variables.
21927 (ftfont_pattern_entity): Delete argument NAME.
21928 (ftfont_list_generic_family): New function.
21929 (ftfont_parse_name): Delete this function.
21930 (ftfont_list): Try generic family only when FcFontList found no font.
21931 (ftfont_list_family): Fix args to FcObjectSetBuild.
21932
21933 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
21934 object in attrs[LFACE_FONT_INDEX].
21935 (set_lface_from_font_name): Cancel all changes for font-backend.
21936 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
21937 function.
21938 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
21939 font object in QCfont attribute.
21940 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
21941 (realize_default_face) [USE_FONT_BACKEND]: Call
21942 set_lface_from_font_and_fontset.
21943
21944 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
21945 "fixed", and signal error here if no suitable font was found.
21946
21947 * xfont.c (xfont_parse_name): Delete this function.
21948
21949 * xftfont.c (xftfont_open): Change coding style of error
21950 handling. Generate fontconfig's fontname pattern.
21951
21952 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
21953 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
21954
21955 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
21956 Both args FONTSET and FONT_OBJECT must be existing ones.
21957
21958 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21959
21960 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
21961
21962 2008-02-01 Kenichi Handa <handa@m17n.org>
21963
21964 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
21965
21966 * font.h (struct font): Fix typo.
21967
21968 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
21969 XLFD_XXX_INDEX.
21970 (enum xlfd_field_mask): New enum.
21971 (intern_font_field): Changed argument. Change caller. If digits
21972 are followed by non-digits, return a symbol.
21973 (font_expand_wildcards): New function.
21974 (font_parse_xlfd): Fix wildcard handling.
21975 (Ffont_spec): If :name is specified, reflect the info in the other
21976 properties.
21977
21978 * ftfont.c (ftfont_pattern_entity): Fix typo.
21979 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
21980 locale.
21981
21982 2008-02-01 Kenichi Handa <handa@m17n.org>
21983
21984 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
21985
21986 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
21987 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
21988 registry doesn't specify encoding part.
21989 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
21990 (font_open_by_name): At first try parsing the name.
21991 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
21992 as Lisp symbols.
21993
21994 * fontset.c (reorder_font_vector): Pay attention to the case that
21995 the 3rd element of font_def is nil.
21996 (fontset_font): For the default fontset, append one more fontset
21997 elements for a script-based font specification. Don't add script
21998 attribute on finding a font.
21999 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
22000 font name.
22001 (fontset_ascii_font): If a font can't be opened, return nil.
22002
22003 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
22004 (ftfont_pattern_entity): New function.
22005 (ftfont_get_cache): Assume that freetype_font_cache is already
22006 initialized.
22007 (ftfont_list): Handle the case that a file is specified in font
22008 name. Use ftfont_pattern_entity to generate entities.
22009 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
22010 (syms_of_ftfont): Initialize freetype_font_cache.
22011
22012 * xftfont.c (xftfont_open): Make the font name fontconfig's
22013 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
22014 (xftfont_close): Free font->font.name if not NULL.
22015
22016 * xfont.c (xfont_list): If script is specified for a font, return
22017 null_vector.
22018 (xfont_list_family): Declare argument type.
22019
22020 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
22021 name, set LFACE_FONT (lface) to nil.
22022
22023 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
22024 return Qnil.
22025
22026 2008-02-01 Kenichi Handa <handa@m17n.org>
22027
22028 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
22029 (standard_args): Add "-enable-font-backend".
22030
22031 2008-02-01 Kenichi Handa <handa@m17n.org>
22032
22033 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
22034 (struct xftdraw_list, xftdraw_list): Delete them.
22035 (register_xftdraw, check_xftdraw): Delete them.
22036 (xftfont_prepare_face): Don't call register_xftdraw.
22037 (xftfont_done_face): Don't call check_xftdraw.
22038 (xftfont_draw): Get background color only when with_background is
22039 nonzero.
22040
22041 * xfont.c (xfont_encode_char): Fix calculation of char2b.
22042
22043 2008-02-01 Kenichi Handa <handa@m17n.org>
22044
22045 These changes are for the new font handling codes.
22046
22047 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
22048 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
22049 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
22050 (FONTSRC, FONTOBJ): New variables.
22051 (obj): Add $(FONTOBJ).
22052 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
22053 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
22054 @LIBOTF_LIBS@.
22055 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
22056 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
22057
22058 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
22059
22060 * character.h (Vscript_representative_chars): Extern it.
22061
22062 * character.c (Vscript_representative_chars): New variable.
22063 (syms_of_character): Declare it as a Lisp variable.
22064
22065 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
22066 enable_font_backend is nonzero, accept the composition method
22067 COMPOSITION_WITH_GLYPH_STRING.
22068
22069 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
22070 enumeration COMPOSITION_WITH_GLYPH_STRING.
22071
22072 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
22073 members clip_x, clip_y, clip_width, and clip_height.
22074 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
22075
22076 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
22077 --enable-font-backend. Call syms_of_font.
22078
22079 * fns.c (assoc_no_quit): New function.
22080
22081 * fontset.h (FONT_INFO_FROM_FACE): New macro.
22082 (face_for_font, new_fontset_from_font)
22083 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
22084
22085 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
22086 (fontset_font, fontset_ascii, face_for_char)
22087 (make_fontset_for_ascii_face, Ffont_info)
22088 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
22089 is nonzero, use font-backend mechanism.
22090 (find_font_encoding): Make it non-static.
22091 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
22092 New functions.
22093
22094 * frame.h (struct frame): New members resx and resy.
22095 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
22096 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
22097
22098 * frame.c [USE_FONT_BACKEND]: Include "font.h".
22099 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
22100
22101 * lisp.h (assoc_no_quit): Extern it.
22102
22103 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
22104 Through out the file, use FONT_INFO_FROM_FACE instead of
22105 FONT_INFO_FROM_ID, use get_per_char_metric instead of
22106 rif->per_char_metric.
22107 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
22108 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
22109 (get_glyph_face_and_encoding, fill_composite_glyph_string)
22110 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
22111 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
22112 nonzero, use font-backend mechanism.
22113 (get_per_char_metric): New function.
22114
22115 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
22116 (set_lface_from_font_name)
22117 (set_font_frame_param, free_realized_face)
22118 (prepare_face_for_display, clear_face_gcs)
22119 (Finternal_set_font_selection_order, realize_x_face)
22120 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
22121 font-backend mechanism.
22122 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
22123 (load_face_font) [USE_FONT_BACKEND]: Abort.
22124 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
22125 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
22126
22127 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
22128 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
22129 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
22130 nonzero, register all available font drivers. Call
22131 x_default_font_parameter for deciding a font.
22132 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
22133
22134 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
22135 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
22136 (x_set_glyph_string_clipping_exactly)
22137 (x_compute_glyph_string_overhangs)
22138 (x_draw_glyph_string_foreground)
22139 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
22140 (x_free_frame_resources) [USE_FONT_BACKEND]: If
22141 enable_font_backend is nonzero, use font-backend mechanism.
22142 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
22143
22144 2008-02-01 Kenichi Handa <handa@m17n.org>
22145
22146 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
22147 system_eol_type.
22148 (syms_of_coding): Initialize system_eol_type.
22149
22150 * process.c (Fset_process_coding_system): Inherit system's eol
22151 format if necessary.
22152
22153 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22154
22155 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
22156
22157 2008-02-01 Kenichi Handa <handa@m17n.org>
22158
22159 * coding.c (decode_eol): Pay attention to buffer relocation in
22160 del_range_2.
22161 (decode_coding): Call decode_eol before restoring undo_list.
22162
22163 2008-02-01 Kenichi Handa <handa@m17n.org>
22164
22165 * charset.c (Fdefine_charset_internal): Fix setting of
22166 emacs_mule_bytes.
22167
22168 2008-02-01 Kenichi Handa <handa@m17n.org>
22169
22170 * keyboard.c (read_char): Check if C is a character or not before
22171 looking up Vkeyboard_translate_table.
22172
22173 2008-02-01 Kenichi Handa <handa@m17n.org>
22174
22175 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
22176 condition to terminate the loop.
22177
22178 2008-02-01 Kenichi Handa <handa@m17n.org>
22179
22180 * coding.c (produce_composition): Compare charbuf[i] instead of
22181 args[i] against 0.
22182 (Fterminal_coding_system): Use EQ to compare Lisp objects.
22183
22184 2008-02-01 Kenichi Handa <handa@m17n.org>
22185
22186 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
22187 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
22188 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
22189 detect_coding.
22190 (emacs_mule_char): Handle old style (Emacs 20) component character
22191 of a composition.
22192 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
22193 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
22194 composition rule.
22195 (decode_coding_emacs_mule): Handle invalid bytes correctly.
22196
22197 2008-02-01 Kenichi Handa <handa@m17n.org>
22198
22199 * coding.c (encode_coding_ccl): Allocate destination dynamically
22200 when necessary.
22201
22202 2008-02-01 Kenichi Handa <handa@m17n.org>
22203
22204 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
22205 the loop. When quitted, show a proper error message.
22206
22207 2008-02-01 Kenichi Handa <handa@m17n.org>
22208
22209 * xterm.c (x_set_glyph_string_clipping_exactly): Set
22210 src->clip_head and src->clip_tail temporarily instead of src->hl.
22211
22212 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
22213 character sequence.
22214 (Fccl_execute_on_string): Use ASET, not XSET.
22215
22216 2008-02-01 Kenichi Handa <handa@m17n.org>
22217
22218 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
22219
22220 2008-02-01 Kenichi Handa <handa@m17n.org>
22221
22222 * coding.c (decode_coding): Fix the condition of terminating the
22223 decoding loop.
22224
22225 2008-02-01 Kenichi Handa <handa@m17n.org>
22226
22227 * data.c (Faset): On setting a character bigger than 255 in a
22228 unibyte string, signal an error instead of make the string multibyte.
22229
22230 2008-02-01 Kenichi Handa <handa@m17n.org>
22231
22232 * charset.c (map_charset_chars): Fix for ascii-compatible charset
22233 made by a mapping table.
22234
22235 2008-02-01 Kenichi Handa <handa@m17n.org>
22236
22237 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
22238 not.
22239 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
22240 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
22241
22242 * xterm.c (x_draw_composite_glyph_string_foreground): Check
22243 s->face is NULL or not.
22244
22245 2008-02-01 Kenichi Handa <handa@m17n.org>
22246
22247 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
22248 (x_draw_glyph_string): Fix drawing of right_overhang and
22249 left_overhang around/on cursor.
22250
22251 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
22252
22253 2008-02-01 Kenichi Handa <handa@m17n.org>
22254
22255 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
22256
22257 2008-02-01 Kenichi Handa <handa@m17n.org>
22258
22259 * coding.c (Fdefine_coding_system_internal)
22260 (Fdefine_coding_system_alias): Avoid a duplicated element in
22261 Vcoding_system_alist.
22262
22263 2008-02-01 Kenichi Handa <handa@m17n.org>
22264
22265 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
22266
22267 * coding.c (Qcoding_system_define_form): New variable.
22268 (syms_of_coding): Intern and staticpro it.
22269 (Fcoding_system_p): Check Qcoding_system_define_form.
22270 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
22271
22272 * coding.h (CODING_SYSTEM_P): If ID is not available, call
22273 Fcoding_system_p.
22274 (CHECK_CODING_SYSTEM): If ID is not available, call
22275 Fcheck_coding_system.
22276 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
22277 Try also Fcheck_coding_system.
22278
22279 2008-02-01 Kenichi Handa <handa@m17n.org>
22280
22281 * coding.c (code_conversion_restore): GCPRO arg.
22282
22283 2008-02-01 Kenichi Handa <handa@m17n.org>
22284
22285 * character.c (lisp_string_width): Check multibyteness of STRING.
22286
22287 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22288
22289 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
22290 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
22291 (decode_mac_font_name): Use decode_coding_c_string instead of
22292 decode_coding.
22293 (x_load_font): Initialize fontp->fontset to -1. Set
22294 fontp->encoding_type.
22295
22296 2008-02-01 Kenichi Handa <handa@m17n.org>
22297
22298 * search.c (search_buffer): Give up BM search on case-fold-search
22299 if one of a target character has a case-equivalence of different
22300 byte length even if that target character is an ASCII.
22301 (simple_search): Fix calculation of byte length of matched text.
22302 (boyer_moore): Fix handling of case-equivalent multibyte characters.
22303
22304 2008-02-01 Kenichi Handa <handa@m17n.org>
22305
22306 * coding.c (decode_coding): Fix handling of invalid bytes.
22307
22308 2008-02-01 Kenichi Handa <handa@m17n.org>
22309
22310 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
22311 Unicode characters.
22312
22313 2008-02-01 Kenichi Handa <handa@m17n.org>
22314
22315 * coding.c (encode_coding_object): If a pre-write-conversion
22316 function makes a new buffer, kill it.
22317
22318 2008-02-01 Kenichi Handa <handa@m17n.org>
22319
22320 * coding.c (QCascii_compatible_p): New variable.
22321 (syms_of_coding): Initialize it.
22322 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
22323 calling string_char.
22324 (record_conversion_result): Add `default:' case.
22325 (coding_charset_list): Delete unused variable `coding_type'.
22326 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
22327 property in the plist of the coding system.
22328 (Fcoding_system_put): Check QCascii_compatible_p.
22329
22330 2008-02-01 Miles Bader <miles@gnu.org>
22331
22332 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
22333 removed calculation of frame `f', as it's now used.
22334
22335 2008-02-01 Kenichi Handa <handa@m17n.org>
22336
22337 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
22338 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
22339 (UNIDATA): New variable.
22340 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
22341 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
22342 $(RUN_TEMACS) unconditionally.
22343
22344 2008-02-01 Kenichi Handa <handa@m17n.org>
22345
22346 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
22347 (admindir): New variable.
22348 ($(lispsource)international/charprop.el): New target.
22349
22350 2008-02-01 Miles Bader <miles@gnu.org>
22351
22352 * character.c (chars-in-region): Remove obsolete function.
22353 (syms_of_character): Remove its initialization.
22354
22355 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
22356
22357 * w32select.c (validate_coding_system)
22358 (setup_windows_coding_system): New functions.
22359 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
22360 setup_windows_coding_system.
22361 (setup_config, Fw32_get_clipboard_data): Use
22362 validate_coding_system.
22363 (Fx_selection_exists): Move call to setup_config to a place
22364 where signals are allowed.
22365
22366 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
22367 (Fcheck_coding_system): Add declarations.
22368
22369 2008-02-01 Kenichi Handa <handa@m17n.org>
22370
22371 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
22372
22373 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22374
22375 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
22376 string as the second argument for x_new_fontset.
22377
22378 2008-02-01 Kenichi Handa <handa@m17n.org>
22379
22380 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
22381 (encode_coding_object): Use safe_call instead of call2.
22382
22383 2008-02-01 Kenichi Handa <handa@m17n.org>
22384
22385 * fontset.c (Fset_fontset_font): Check family element of a given vector.
22386
22387 * Makefile.in (lisp): Include charprop.el.
22388
22389 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22390
22391 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
22392 Not sure if it's unnecessary.
22393
22394 2008-02-01 Steven Tamm <steventamm@mac.com>
22395
22396 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
22397 some possibly unnecessary fontset checking code that crashed
22398 when creating a new frame.
22399
22400 2008-02-01 Kenichi Handa <handa@m17n.org>
22401
22402 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
22403 lookup_face.
22404
22405 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
22406
22407 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
22408
22409 2008-02-01 Kenichi Handa <handa@m17n.org>
22410
22411 * coding.c: Cancel the change done in HEAD on 2008-02-01.
22412 (coding_charset_list): New function.
22413
22414 * coding.h (coding_charset_list): Extern it.
22415
22416 2008-02-01 Kenichi Handa <handa@m17n.org>
22417
22418 * fontset.c (Fset_fontset_font): Call find_font_encoding with
22419 concatenation of family and registry.
22420
22421 2008-02-01 Kenichi Handa <handa@m17n.org>
22422
22423 * character.h (BYTE8_STRING): Fix typo.
22424
22425 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
22426 string to multibyte (sync to HEAD).
22427
22428 * casefiddle.c (casify_region): Handle changes in byte-length
22429 using replace_range_2 (sync to HEAD).
22430
22431 2008-02-01 Andreas Schwab <schwab@suse.de>
22432
22433 * chartab.c (map_char_table): GCPRO table and arg.
22434
22435 2008-02-01 Kenichi Handa <handa@m17n.org>
22436
22437 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
22438 already at limit.
22439
22440 2008-02-01 Kenichi Handa <handa@m17n.org>
22441
22442 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
22443 instead of fast_c_string_match_ignore_case.
22444 (find_font_encoding): Change argument to Lisp_Object. Use
22445 fast_string_match_ignore_case instead of
22446 fast_c_string_match_ignore_case. Change caller.
22447
22448 2008-02-01 Kenichi Handa <handa@m17n.org>
22449
22450 * xdisp.c (get_next_display_element): In unibyte case, decide to
22451 display in octal form by checking a character by
22452 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
22453
22454 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
22455
22456 * character.c (unibyte_has_multibyte_table): New variable.
22457
22458 * character.h (unibyte_has_multibyte_table): Extern it.
22459 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
22460
22461 2008-02-01 Kenichi Handa <handa@m17n.org>
22462
22463 * coding.c (encode_coding_iso_2022): Fix handling of charset
22464 annotation.
22465
22466 2008-02-01 Kenichi Handa <handa@m17n.org>
22467
22468 * coding.c (setup_coding_system): If coding_system is nil, use
22469 Qundecided.
22470 (Fterminal_coding_system): Return nil if terminal coding system is
22471 `undecided'.
22472 (syms_of_coding): Define coding-system `undecided' here. Setup
22473 terminal_coding as `undecided'.
22474
22475 2008-02-01 Kenichi Handa <handa@m17n.org>
22476
22477 * xdisp.c (message_dolog, set_message_1): Call
22478 unibyte_char_to_multibyte with arg type int.
22479
22480 * lread.c (read1): Fix reading of a char-table.
22481
22482 * print.c (print_object): Include sub char-table in circularities
22483 detection.
22484
22485 2008-02-01 Kenichi Handa <handa@m17n.org>
22486
22487 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
22488 Append the found sequences in car of ARGS instead of prepending.
22489
22490 2008-02-01 Kenichi Handa <handa@m17n.org>
22491
22492 * fileio.c (report_file_error): Make a unibyte string from
22493 strerror (errorno).
22494 (Fsubstitute_in_file_name): Fix the arg to
22495 unibyte_char_to_multibyte. It is evaluated twice.
22496
22497 2008-02-01 Kenichi Handa <handa@m17n.org>
22498
22499 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
22500
22501 2008-02-01 Kenichi Handa <handa@m17n.org>
22502
22503 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
22504 BOM is not found.
22505 (detect_coding, detect_coding_system): Optimization for ISO-2022
22506 when no 8-bit data is found.
22507
22508 2008-02-01 Jason Rumney <jasonr@gnu.org>
22509
22510 * w32fns.c (x_to_w32_font): Update to use new coding struct.
22511
22512 2008-02-01 Kenichi Handa <handa@m17n.org>
22513
22514 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
22515 CHARS.
22516
22517 2008-02-01 Steven Tamm <steventamm@mac.com>
22518
22519 * macterm.c (mac_encode_char): Add charset argument and update
22520 to use encoding_type.
22521 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
22522 switch to pure fontset.
22523 (decode_mac_font_name): Temporarily remove decoding.
22524 (x_font_name_to_mac_font_name): Temporarily remove encoding.
22525 (x_load_font): Temporarily remove encoding.
22526
22527 2008-02-01 Kenichi Handa <handa@m17n.org>
22528
22529 * xfaces.c (Fface_font): If frame is not on a window system,
22530 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
22531 refer to face->font.
22532 (split_font_name_into_vector, build_font_name_from_vector)
22533 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
22534 when HAVE_WINDOW_SYSTEM is defined.
22535
22536 2008-02-01 Kenichi Handa <handa@m17n.org>
22537
22538 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
22539 (x_produce_glyphs): Fix setting of members of cmp in case
22540 cmp->glyph_len is zero.
22541
22542 * fontset.c (Fset_fontset_font): Fix docstring.
22543 (Ffontset_info): Make it backward compatible. New arg ALL.
22544
22545 2008-02-01 Kim F. Storm <storm@cua.dk>
22546
22547 * process.c (read_process_output): Grow decoding_buf when needed;
22548 this could cause a crash in allocate_string and compact_small_strings.
22549
22550 2008-02-01 Kenichi Handa <handa@m17n.org>
22551
22552 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
22553
22554 2008-02-01 Kenichi Handa <handa@m17n.org>
22555
22556 * coding.c (setup_coding_system): Set coding->common_flags
22557 correctly for raw-text.
22558 (consume_chars): On encoding unibyte text by raw-text, don't check
22559 multibyte form.
22560 (encode_coding): On encoding by raw-text, never use translation tables.
22561
22562 * fileio.c (e_write): Short cut for the case of no encoding.
22563
22564 2008-02-01 Kenichi Handa <handa@m17n.org>
22565
22566 * coding.c (detect_coding, detect_coding_system): Delete unused
22567 variables.
22568
22569 2008-02-01 Kenichi Handa <handa@m17n.org>
22570
22571 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
22572 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
22573
22574 2008-02-01 Kenichi Handa <handa@m17n.org>
22575
22576 * coding.c (Ffind_coding_systems_region_internal): Include
22577 raw-text and no-conversion in the result.
22578
22579 2008-02-01 Kenichi Handa <handa@m17n.org>
22580
22581 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
22582 (load_font_get_repertory): Delete unnecessary check of ENCODING of
22583 FONT_DEF.
22584 (font_def_arg, add_arg, from_arg, to_arg): New args.
22585 (set_fontset_font): Change argument.
22586 (Fset_fontset_font): Fix for the case that TARGET is a script
22587 name and charset name.
22588 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
22589
22590 2008-02-01 Kenichi Handa <handa@m17n.org>
22591
22592 * fontset.c (fontset_font): Rename from fontset_face. Change return
22593 value.
22594 (face_suitable_for_char_p, face_for_char): Adjust for the change
22595 of fontset_font.
22596 (make_fontset_for_ascii_face): Fix setting of the fontset element
22597 for ASCII.
22598 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
22599 to get a font name.
22600 (Ffontset_info): Adjust for the change of fontset_font.
22601
22602 * coding.c (emacs_mule_char): Check invalid code more rigidly.
22603
22604 * character.h (LEADING_CODE_LATIN_1_MIN)
22605 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
22606
22607 2008-02-01 Kenichi Handa <handa@m17n.org>
22608
22609 * editfns.c (check_translation): New function.
22610 (Ftranslate_region_internal): Handle M:N mapping.
22611
22612 2008-02-01 Kenichi Handa <handa@m17n.org>
22613
22614 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
22615
22616 2008-02-01 Kenichi Handa <handa@m17n.org>
22617
22618 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
22619 goto invalid_code.
22620 (decode_coding_iso_2022): Fix handling of invalid designation.
22621
22622 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
22623 after calling code_conversion_save.
22624
22625 2008-02-01 Kenichi Handa <handa@m17n.org>
22626
22627 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
22628
22629 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
22630
22631 * fontset.c: Include "intervals.h".
22632 (fontset_face): Fix comparing of Lisp_Objects.
22633 (free_face_fontset, new_fontset_from_font_name): Fix
22634 Lisp_Object/int mixup.
22635
22636 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
22637
22638 * coding.c: Add many prototypes for static functions.
22639 (get_translation_table): Allow max_lookup to be NULL.
22640 (decode_coding, Ffind_coding_systems_region_internal)
22641 (Funencodable_char_position, Fcheck_coding_systems_region): Call
22642 get_translation_table with max_lookup NULL.
22643
22644 2008-02-01 Kenichi Handa <handa@m17n.org>
22645
22646 * coding.c (get_translation_table): Declare it as Lisp_Object.
22647 (LOOKUP_TRANSLATION_TABLE): New macro.
22648 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
22649 instead of CHAR_TABLE_REF.
22650
22651 2008-02-01 Kenichi Handa <handa@m17n.org>
22652
22653 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
22654 annotation data format.
22655 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
22656 Change arguments FROM and TO to single argument NCHARS. Change caller.
22657 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
22658 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22659 (decode_coding_ccl, decode_coding_charset): Pay attention to
22660 coding->charbuf_used.
22661 (get_translation): New function.
22662 (produce_chars): New arguments translation_table and last_block.
22663 Translate characters here. Return number of carryover chars.
22664 Change caller.
22665 (produce_composition): New argument pos. Change caller.
22666 Adjust for the change of annotation data format.
22667 (produce_charset, produce_annotation): Likewise.
22668 (decode_coding, encode_coding): Don't call translate_chars.
22669 (consume_chars): New arg translation_table. Change caller.
22670 (translate_chars): Delete.
22671 (syms_of_coding): Make translation-table's number of extra slots 2.
22672
22673 2008-02-01 Kenichi Handa <handa@m17n.org>
22674
22675 * search.c (simple_search): Fix setting this_pos_byte in backward
22676 search.
22677
22678 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
22679 byte sequence.
22680 (detect_coding_ccl): Fix setting of the variable valids.
22681
22682 2008-02-01 Kenichi Handa <handa@m17n.org>
22683
22684 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
22685
22686 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
22687
22688 * editfns.c (Ftranslate_region_internal): Rename from
22689 Ftranslate_region. Accept a char-table in TABLE.
22690 (syms_of_editfns): Defsubr Stranslate_region_internal.
22691
22692 * xfaces.c (set_lface_from_font_name): If a font is specified for
22693 a frame, generate a fontset from the font.
22694 (build_scalable_font_name): If the scalable font is requested for
22695 a specific size, don't change that size.
22696 (try_font_list): Try a scalable font also in the case that a
22697 pattern string is specified.
22698
22699 2008-02-01 Kenichi Handa <handa@m17n.org>
22700
22701 * xfaces.c (Fface_font): New optional arg CHARACTER.
22702
22703 2008-02-01 Kenichi Handa <handa@m17n.org>
22704
22705 * charset.h (CHARSET_OFFSET): New macro.
22706
22707 2008-02-01 Kenichi Handa <handa@m17n.org>
22708
22709 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
22710
22711 * fontset.c (fontset_face): Handle the case that repertory is a
22712 char-table.
22713 (find_font_encoding): Return nil for unknown encoding.
22714 (Fset_fontset_font): Ignore a font of unknown encoding.
22715
22716 2008-02-01 Kenichi Handa <handa@m17n.org>
22717
22718 * keymap.c (describe_vector): Handle default value of a char table.
22719
22720 * fontset.c (fontset_face): Handle fallback fonts correctly.
22721 (Ffontset_info): Return infomation about fallback fonts.
22722
22723 2008-02-01 Kenichi Handa <handa@m17n.org>
22724
22725 * fontset.c (FONTSET_DEFAULT): New macro.
22726 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
22727 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
22728 the case that it is nil.
22729 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
22730 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
22731
22732 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
22733 subset or superset.
22734
22735 2008-02-01 Kenichi Handa <handa@m17n.org>
22736
22737 * emacs.c (main): Call init_charset after syms_of_XXX.
22738
22739 * charset.c (Vcharset_map_directory): Delete.
22740 (Vcharset_map_path): New variable.
22741 (load_charset_map_from_file): Use Vcharset_map_path instead.
22742 (init_charset): Initialize Vcharset_map_path.
22743 (syms_of_charset): Delete declaration of "charset-map-directory",
22744 add declaration of "charset-map-path".
22745
22746 2008-02-01 Kenichi Handa <handa@m17n.org>
22747
22748 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
22749 ASCII only string.
22750
22751 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
22752
22753 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
22754 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
22755
22756 2008-02-01 Kenichi Handa <handa@m17n.org>
22757
22758 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
22759
22760 * coding.c (QCmnemonic, QCdefalut_char)
22761 (QCdecode_translation_table, QCencode_translation_table)
22762 (QCpost_read_conversion, QCpre_write_conversion): New variables.
22763 (get_translation_table): Return a list of translation tables if
22764 necessary.
22765 (decode_coding): Call get_translation_table with ENCODEP 0.
22766 (char_encodable_p): If translation_table is non-nil, always call
22767 translate_char.
22768 (Fdefine_coding_system_internal): Accept list of translation
22769 tables as :encode-translation-table and :decode-translation-table.
22770 (Fcoding_system_put): New function.
22771 (syms_of_coding): Declare new symbols. Defsubr
22772 Scoding_system_put.
22773 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
22774 typically JISX0212.
22775
22776 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
22777 when the charset is superset type.
22778
22779 * character.c (translate_char): Accept list of translation tables.
22780
22781 2008-02-01 Kenichi Handa <handa@m17n.org>
22782
22783 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
22784 (CODING_ATTR_TRANS_TBL): New macro.
22785
22786 * coding.c (get_translation_table): New function.
22787 (translate_chars): Fix the bug of skipping annotation data.
22788 (decode_coding, encode_coding): Utilize get_translation_table.
22789 (char_encodable_p, Funencodable_char_position): Translate char if
22790 necessary.
22791 (Ffind_coding_systems_region_internal)
22792 (Fcheck_coding_systems_region): Setup translation table for encode
22793 in a coding system attribute vector in advance.
22794 (Fdefine_coding_system_internal): Allow a symbol as translation
22795 table. For shift-jis type coding system, allow 4th charset.
22796
22797 2008-02-01 Kenichi Handa <handa@m17n.org>
22798
22799 * coding.c (decode_coding_sjis): Check the first byte rigidly.
22800
22801 * xdisp.c (get_next_display_element): Pass -1 as POS to
22802 FACE_FOR_CHAR if displaying a C-string.
22803
22804 2008-02-01 Kenichi Handa <handa@m17n.org>
22805
22806 * composite.c (get_composition_id): Handle xoff and yoff in a
22807 composition rule.
22808
22809 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
22810 (struct composition): New member lbearing and rbearing.
22811
22812 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
22813 (x_get_glyph_overhangs): Handle a composition glyph.
22814 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
22815
22816 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
22817 composition glyph.
22818
22819 2008-02-01 Kenichi Handa <handa@m17n.org>
22820
22821 * print.c: Include charset.h.
22822 (Vprint_charset_text_property): New variable.
22823 (Qdefault): Extern it.
22824 (PRINT_STRING_NON_CHARSET_FOUND)
22825 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
22826 (print_check_string_result): New variable.
22827 (print_check_string_charset_prop): New function.
22828 (print_prune_charset_plist): New variable.
22829 (print_prune_string_charset): New function.
22830 (print_object): Call print_prune_string_charset if
22831 Vprint_charset_text_property is not t.
22832 (print_interval): Print nothing if interval->plist is nil.
22833 (syms_of_print): Declare Vprint_charset_text_property as a lisp
22834 variable. Init and staticpro print_prune_charset_plist.
22835
22836 2008-02-01 Kenichi Handa <handa@m17n.org>
22837
22838 * fontset.c (new_fontset_from_font_name): Use the specified font
22839 for all characters in the new fontset.
22840
22841 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
22842 OBJECT args.
22843
22844 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
22845 OBJECT args for composition too.
22846
22847 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
22848 OBJECT args.
22849
22850 2008-02-01 Kenichi Handa <handa@m17n.org>
22851
22852 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
22853
22854 * fontset.c (reorder_font_vector): Adjust for the change of
22855 FONT_DEF format.
22856 (fontset_face): New arg id. Change caller.
22857 (face_for_char): New args pos and object.
22858 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
22859 (fs_query_fontset): Check NAME by Fassoc too.
22860 (Fset_fontset_font): Allow non-XLFD font name.
22861 (Ffontset_info): Adjust for the change of FONT_DEF format.
22862
22863 * fontset.h (face_for_char): Adjust prototype.
22864
22865 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
22866 (append_space, extend_face_to_end_of_line)
22867 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
22868 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
22869
22870 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
22871 POS and OBJECT args.
22872
22873 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
22874 POS and OBJECT args.
22875
22876 2008-02-01 Jason Rumney <jasonr@gnu.org>
22877
22878 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
22879 of GlobalAlloc'ed memory.
22880
22881 2008-02-01 Kenichi Handa <handa@m17n.org>
22882
22883 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
22884
22885 * charset.h (charset_table_used): Delete extern.
22886
22887 * charset.c (charset_table_used): Make it static.
22888 (map_charset_chars): Fix args to c_function with.
22889
22890 * chartab.c (map_sub_char_table_for_charset): Fix args to
22891 c_function with.
22892
22893 * coding.h (enum coding_result_code): Delete
22894 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
22895
22896 * coding.c (Qinsufficient_source, Qinconsistent_eol)
22897 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
22898 (Vlast_code_conversion_error): New variables.
22899 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
22900 (ONE_MORE_BYTE): Record error if any instead of signaling an
22901 error. If non-ASCII multibyte char is found, return the negative
22902 value of the code. All callers changed to check it.
22903 (ONE_MORE_BYTE_NO_CHECK): Likewise.
22904 (record_conversion_result): New function. Change all codes setting
22905 coding->result to call this function.
22906 (detect_coding_utf_8, decode_coding_utf_8)
22907 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
22908 Don't use the local variable incomplete.
22909 (emacs_mule_char): Change the second arg to `const'.
22910 (decode_coding): Fix of flushing out unprocessed data.
22911 (make_conversion_work_buffer): Fix making of a work buffer.
22912 (decode_coding_object): Return coding->dst_object.
22913
22914 * fontset.c (set_fontset_font): Fix args.
22915
22916 * lisp.h (CHARACTERBITS): Define as 22.
22917
22918 * process.c (send_process): Be sure to set coding->src_multibyte.
22919
22920 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
22921
22922 2008-02-01 Kenichi Handa <handa@m17n.org>
22923
22924 * xdisp.c (handle_auto_composed_prop): Give limit to
22925 Fnext_single_char_property_change.
22926
22927 2008-02-01 Kenichi Handa <handa@m17n.org>
22928
22929 * composite.c (syms_of_composite): Don't make the composition hash
22930 table weak.
22931
22932 * fontset.c (Fset_fontset_font): Fix docstring.
22933
22934 * lisp.h (detect_coding_system): Adjust prototype.
22935
22936 * fileio.c (kill_workbuf_unwind): Delete this function.
22937 (Finsert_file_contents): Adjust the call of detect_coding_system.
22938 Get conversion_buffer by code_conversion_save. Use the macro
22939 CODING_MAY_REQUIRE_DECODING. After decoding, update
22940 coding_system.
22941
22942 * coding.h (make_conversion_work_buffer): Delete extern.
22943 (code_conversion_save): Extern it.
22944
22945 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
22946 (CODING_GET_INFO): Delete argument eol_type. Change callers.
22947 (decode_coding_utf_8): Don't do eol converion.
22948 (detect_coding_utf_16): Check coding->src_chars, not
22949 coding->src_bytes. Add heuristics for those that have no signature.
22950 (decode_coding_emacs_mule, decode_coding_iso_2022)
22951 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22952 Don't do eol converion.
22953 (adjust_coding_eol_type): Return a new coding system.
22954 (detect_coding): Don't detect eol. Fix for utf-16 detection.
22955 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
22956 each change.
22957 (decode_coding): Pay attention to undo_list. Do eol conversion for
22958 all types of coding-systems (if necessary).
22959 (Vcode_conversion_work_buf_list): Delete it.
22960 (Vcode_conversion_reused_workbuf): Rename from
22961 Vcode_conversion_reused_work_buf.
22962 (Vcode_conversion_workbuf_name): New variable.
22963 (reused_workbuf_in_use): New variable.
22964 (make_conversion_work_buffer): Delete the arg DEPTH.
22965 (code_conversion_restore): Change argument to cons.
22966 (code_conversion_save): Delete the argument BUFFER. Change callers.
22967 (detect_coding_system): New argument src_chars. Change callers.
22968 Fix for utf-16 detection.
22969 (init_coding_once): Don't use ISO_carriage_return.
22970 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
22971 reused_workbuf_in_use.
22972
22973 2008-02-01 Kenichi Handa <handa@m17n.org>
22974
22975 * keymap.c (store_in_keymap): Pay attention to the case that idx
22976 is a cons specifying a character range.
22977
22978 2008-02-01 Kenichi Handa <handa@m17n.org>
22979
22980 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
22981 HANDLED_RECOMPUTE_PROPS.
22982
22983 * coding.c (Fdefine_coding_system_internal): Fix checking of
22984 ascii compatibility.
22985
22986 2008-02-01 Kenichi Handa <handa@m17n.org>
22987
22988 * charset.c (find_charsets_in_text): Delete unused locale variable.
22989 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
22990
22991 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
22992 Resync charset_list to Vemacs_mule_charset_list.
22993
22994 * keymap.c (store_in_keymap): Pay attention to the case that idx
22995 is a cons specifying a character range.
22996
22997 2008-02-01 Kenichi Handa <handa@m17n.org>
22998
22999 * composite.c (update_compositions): Bind inhibit-read-only, etc
23000 to t before calling remove-list-of-text-properties.
23001
23002 * print.c (print_object): Always print ASCII chars as is.
23003
23004 2008-02-01 Kenichi Handa <handa@m17n.org>
23005
23006 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
23007
23008 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
23009 is a char table.
23010
23011 2008-02-01 Kenichi Handa <handa@m17n.org>
23012
23013 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
23014
23015 2008-02-01 Kenichi Handa <handa@m17n.org>
23016
23017 * xfaces.c (set_lface_from_font_name): Fix for the case that
23018 FONTNAME is not fontset name.
23019
23020 2008-02-01 Kenichi Handa <handa@m17n.org>
23021
23022 * fns.c (base64_encode_1): Fix previous change.
23023
23024 2008-02-01 Kenichi Handa <handa@m17n.org>
23025
23026 * fontset.c (set_fontset_font): New function.
23027 (Fset_fontset_font): If a font is specified for a charset, use
23028 map_charset_chars to store the font spec in a fontset.
23029
23030 2008-02-01 Kenichi Handa <handa@m17n.org>
23031
23032 * fontset.c (fontset_face): Create a fallback fontset on demand.
23033 (make_fontset): Don't create a fallback fontset here.
23034 (free_face_fontset): Free a fallback fontset (if any) too.
23035 (n_auto_fontsets): Delete this variable.
23036 (auto_fontset_alist): New variable.
23037 (new_fontset_from_font_name): Check auto_fontset_alist.
23038 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
23039 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
23040 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
23041 Defsubr Sfontset_list_all.
23042
23043 2008-02-01 Kenichi Handa <handa@m17n.org>
23044
23045 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
23046
23047 2008-02-01 Kenichi Handa <handa@m17n.org>
23048
23049 * fontset.c (Fnew_fontset): Check NAME more rigidly.
23050
23051 2008-02-01 Kenichi Handa <handa@m17n.org>
23052
23053 * editfns.c (Fgoto_char): Fix docstring.
23054
23055 2008-02-01 Kenichi Handa <handa@m17n.org>
23056
23057 * insdel.c (insert_from_gap): Adjust intervals correctly.
23058
23059 2008-02-01 Jason Rumney <jasonr@gnu.org>
23060
23061 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
23062 (pfnGetFontUnicodeRanges): New dynamically loaded function.
23063 (w32_initialize): Try to load it.
23064 (x_get_font_repertory): Use it if available.
23065 (w32_encode_char): Add shortcut for unicode output.
23066
23067 * w32fns.c (w32_load_system_font): Default charset to -1.
23068 (x_to_w32_charset): Match all fonts for unicode.
23069 (w32_to_x_charset): New parameter matching. Don't return partial
23070 or wildcard charsets.
23071 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
23072 (w32_codepage_for_font): Return CP_UNICODE for unicode.
23073 (w32_to_x_font): Match charset to real charset.
23074 (enum_font_cb2): Always list unicode versions.
23075
23076 * makefile.w32-in (temacs): Increase EMHEAP.
23077
23078 2008-02-01 Jason Rumney <jasonr@gnu.org>
23079
23080 * w32term.c (w32_encode_char): New charset parameter.
23081 font_info.encoding becomes encoding_type.
23082 (x_get_font_repertory): New function. Warning: stub only!
23083 (x_new_font): Return quickly if font already set.
23084 (x_new_fontset): fontsetname parameter is Lisp_Object.
23085 Use new fs_query_fontset. Try new_fontset_from_font_name.
23086 Use fontset_name for return value.
23087
23088 * w32term.h: Declare x_get_font_repertory.
23089
23090 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
23091 place of find_charset_in_text. Use encode_coding_object in place
23092 of encode_coding.
23093 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
23094 decode_coding.
23095
23096 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
23097 of x_new_fontset.
23098 (w32_load_system_font): Initialize charset as unicode.
23099 font_info.encoding becomes encoding_type.
23100 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
23101 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
23102 (syms_of_w32fns): Set get_font_repertory_func.
23103
23104 * w32console.c: Include character.h. Use terminal_encode_buffer
23105 from term.c.
23106 (write_glyphs): Use new version of encode_terminal_code. Use
23107 encode_coding_object in place of encode_coding.
23108
23109 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
23110 encoding becomes encoding_type.
23111
23112 * term.c (terminal_encode_buffer): Make externally visible.
23113
23114 * makefile.w32-in: Add character.h dependancies.
23115 (character.o, chartab.o): New targets.
23116
23117 2008-02-01 Kenichi Handa <handa@m17n.org>
23118
23119 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
23120 CODING_ID_EOL_TYPE.
23121
23122 2008-02-01 Andreas Schwab <schwab@suse.de>
23123
23124 * coding.c (produce_chars): Revert last change.
23125
23126 2008-02-01 Kenichi Handa <handa@m17n.org>
23127
23128 * charset.h (charset_unicode): Extern it.
23129
23130 * charset.c (string_xstring_p): Check by (C >= 0x100).
23131 (find_charsets_in_text): Change format of the arc CHARSETS. New
23132 arg MULTIBYTE.
23133 (Ffind_charset_region, Ffind_charset_string): Adjust for the
23134 change of find_charsets_in_text.
23135 (Fsplit_char): Fix doc. Never return unknown.
23136
23137 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
23138
23139 * coding.c (Fdefine_coding_system_alias): Update
23140 Vcoding_system_list.
23141
23142 * fontset.c (load_font_get_repertory): Pay attention to the case
23143 that ENCODING of a font is specified by a char-table.
23144
23145 * xterm.c (x_get_font_repertory): Handle the case that the
23146 encoding of font is other than Unicode.
23147
23148 2008-02-01 Kenichi Handa <handa@m17n.org>
23149
23150 * term.c (encode_terminal_code): Don't handle glyph-table. Check
23151 if a character is encodable by the terminal coding system. If
23152 not, produces proper number of `?'s. Update
23153 terminal_encode_buffer and terminal_encode_buf_size if necessary.
23154 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
23155
23156 2008-02-01 Kenichi Handa <handa@m17n.org>
23157
23158 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
23159 variables.
23160 (encode_terminal_code): Change argument. Encode multiple
23161 characters at once. Store the result of encoding in
23162 terminal_encode_buffer.
23163 (write_glyphs, insert_glyphs): Adjust for the change of
23164 encode_terminal_code.
23165 (term_init): Initialize terminal_encode_buffer and
23166 terminal_encode_buf_size.
23167
23168 * coding.c (consume_chars): If coding->src_object is nil, don't
23169 check annotation.
23170
23171 2008-02-01 Kenichi Handa <handa@m17n.org>
23172
23173 * character.c (char_string): Use ASCII_CHAR_P instead of
23174 SINGLE_BYTE_CHAR_P.
23175
23176 2008-02-01 Kenichi Handa <handa@m17n.org>
23177
23178 * xdisp.c (handle_auto_composed_prop): Check if the last
23179 characters of auto-composed region is newly composed with the
23180 following characters.
23181 (handle_composition_prop): Fix checking of point being inside
23182 composition.
23183
23184 2008-02-01 Kenichi Handa <handa@m17n.org>
23185
23186 * fns.c (concat): Don't change multibyteness of the result by
23187 concatenating an 8-bit character.
23188
23189 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
23190 multibyteness of the result when newelt is an 8-bit character.
23191
23192 2008-02-01 Dave Love <fx@gnu.org>
23193
23194 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
23195 EMACS_INT.
23196
23197 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
23198
23199 * xfaces.c (face_numeric_value): Declare dim size_t.
23200 (Finternal_lisp_face_equal_p): Remove unused f.
23201
23202 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
23203 (MATRIX_ROW): Remove unused vars.
23204 (draw_glyphs, x_insert_glyphs, fast_find_position)
23205 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
23206 byte/char counts.
23207
23208 * regex.c (regex_compile): Remove unused var.
23209
23210 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23211
23212 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
23213 (Faccessible_keymaps, where_is_internal): Remove unused vars.
23214
23215 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
23216
23217 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
23218
23219 * fileio.c (Fwrite_region): Remove unused var.
23220
23221 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
23222 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
23223
23224 * composite.c (Fremove_list_of_text_properties): Declare.
23225
23226 * coding.c (inhibit_pre_post_conversion): Remove (unused).
23227 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
23228 (coding_inherit_eol_type): Remove unused attrs.
23229 (detect_coding): Cast arg of detect_eol.
23230
23231 * charset.c (syms_of_charset): Remove unused var p.
23232 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
23233 byte/char counts.
23234
23235 * casetab.c (set_case_table): Remove unused var.
23236
23237 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
23238 unused vars.
23239
23240 2008-02-01 Dave Love <fx@gnu.org>
23241
23242 * xterm.c (x_bitmap_mask): Declare.
23243
23244 2008-02-01 Dave Love <fx@gnu.org>
23245
23246 * xterm.c (x_term_init): Fix type error.
23247
23248 * lisp.h: Add Funibyte_char_to_multibyte.
23249
23250 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
23251 (Fset_coding_system_priority): Doc fix.
23252
23253 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
23254
23255 * indent.c (check_composition): Make start and end EMACS_INT.
23256
23257 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
23258
23259 * xdisp.c (handle_composition_prop, check_point_in_composition):
23260 Make buffer positions EMACS_INT.
23261
23262 * composite.c (find_composition, run_composition_function)
23263 (update_compositions, Ffind_composition_internal): Make buffer
23264 positions EMACS_INT.
23265
23266 * composite.h (find_composition, update_compositions): Make
23267 position args EMACS_INT.
23268
23269 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
23270
23271 * intervals.c (get_property_and_range):
23272 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
23273
23274 * unexalpha.c: Don't include varargs.h.
23275
23276 2008-02-01 Dave Love <fx@gnu.org>
23277
23278 * coding.h (ENCODE_UTF_8): New.
23279
23280 * Makefile.in (gtkutil.o): Depend on coding.h.
23281
23282 * coding.c (Fset_coding_system_priority): Doc fix.
23283
23284 2008-02-01 Kenichi Handa <handa@m17n.org>
23285
23286 * fileio.c (Finsert_file_contents): Call setup_coding_system in
23287 the case of auto saving.
23288
23289 2008-02-01 Andreas Schwab <schwab@suse.de>
23290
23291 * chartab.c (map_char_table, map_char_table_for_charset): Protect
23292 `range' from GC.
23293
23294 2008-02-01 Kenichi Handa <handa@m17n.org>
23295
23296 * coding.c (decode_coding_sjis): Check bytes more rigidly.
23297
23298 2008-02-01 Kenichi Handa <handa@m17n.org>
23299
23300 * fileio.c (choose_write_coding_system): Return a decided coding system.
23301 (Fwrite_region): Set Vlast_coding_system_used to the return value
23302 of choose_write_coding_system.
23303
23304 2008-02-01 Kenichi Handa <handa@m17n.org>
23305
23306 * charset.c (Fset_charset_priority): Pay attention to duplicated
23307 arguments.
23308
23309 * coding.c (QCcategory): New variable.
23310 (syms_of_coding): Defsym it. Set all elements of
23311 Vcoding_category_table and their symbol values.
23312 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
23313 coding-category-XXX, and coding-category-list.
23314 (Fdefine_coding_system_internal): Add category in the plist.
23315
23316 2008-02-01 Kenichi Handa <handa@m17n.org>
23317
23318 * callproc.c (Fcall_process): Handle carryover correctly.
23319
23320 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
23321 (raw_text_coding_system): Check NILP (coding_system).
23322 (coding_inherit_eol_type): Check NILP (coding_system) and
23323 NILP (parent).
23324 (consume_chars): Fix for the case of raw-text.
23325
23326 * process.c (read_process_output): Handle carryover correctly.
23327
23328 2008-02-01 Dave Love <fx@gnu.org>
23329
23330 * regex.c (re_search_2): Fix last change.
23331
23332 2008-02-01 Kenichi Handa <handa@m17n.org>
23333
23334 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
23335 target_multibyte. Even in a unibyte case, return a converted
23336 multibyte char.
23337 (GET_CHAR_AFTER): New macro.
23338 (PATFETCH): Translate via multibyte char.
23339 (HANDLE_UNIBYTE_RANGE): Delete this macro.
23340 (SETUP_MULTIBYTE_RANGE): New macro.
23341 (regex_compile): Setup compiled code so that its multibyteness
23342 matches that of a target. Fix the handling of "[X-YZ]" using
23343 SETUP_MULTIBYTE_RANGE.
23344 (analyse_first) <charset>: For filling fastmap for all multibyte
23345 characters, don't check by BASE_LEADING_CODE_P.
23346 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
23347 the same as RE_MULTIBYTE_P (bufp) now.
23348 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
23349 (TARGET_CHAR_AND_LENGTH): Delete this macro.
23350 (TRANSLATE_VIA_MULTIBYTE): New macro.
23351 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
23352 It is the same as RE_MULTIBYTE_P (bufp) now.
23353 <exactn>: Translate via multibyte.
23354 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
23355 translate it.
23356 <charset, charset_not>: Fetch a character by
23357 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
23358 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
23359 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
23360 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
23361 by GET_CHAR_AFTER.
23362 (bcmp_translate): Likewise.
23363
23364 * search.c (compile_pattern): Check the member target_multibyte,
23365 not the member multibyte of buf.
23366
23367 * lread.c (read1): While reading a string, set force_singlebyte
23368 and force_multibyte correctly.
23369
23370 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
23371 up of unibyte_to_multibyte_table.
23372
23373 2008-02-01 Kenichi Handa <handa@m17n.org>
23374
23375 * coding.c (setup_coding_system): If coding has
23376 post-read-conversion or pre-write-conversion, set
23377 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
23378 respectively.
23379 (decode_coding_gap): Run post-read-conversion if any.
23380
23381 * fileio.c (Finsert_file_contents): Even if we read into a
23382 unibyte buffer, check if we must decode the result or not.
23383
23384 2008-02-01 Kenichi Handa <handa@m17n.org>
23385
23386 * coding.c (make_conversion_work_buffer): Change the work buffer
23387 name to the same one as that of Emacs 21.
23388
23389 2008-02-01 Kenichi Handa <handa@m17n.org>
23390
23391 * coding.h (make_conversion_work_buffer): Adjust prototype.
23392 (code_conversion_restore): Don't extern it.
23393
23394 * coding.c (detected_mask): Delete unused variable.
23395 (decode_coding_iso_2022): Pay attention to the byte sequence of
23396 CTEXT extended segment, and retain those bytes as is.
23397 (decode_coding_ccl): Delete unused variable `valids'.
23398 (setup_coding_system): Delete unused variable `category'.
23399 (consume_chars): Delete unused variable `category'. Make it work
23400 for non-multibyte case.
23401 (make_conversion_work_buffer): Change argument.
23402 (saved_coding): Delete unused variable.
23403 (code_conversion_restore): Don't check saved_coding->destination.
23404 (code_conversion_save): New function.
23405 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
23406 instead of record_unwind_protect.
23407 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
23408 (detect_coding_system): Delete unused variable `mask'.
23409 (Fdefine_coding_system_internal): Delete unused variable id.
23410
23411 * fileio.c (kill_workbuf_unwind): New function.
23412 (Finsert_file_contents): On replacing, call
23413 make_conversion_work_buffer with correct args, and call
23414 record_unwind_protect with the first arg kill_workbuf_unwind.
23415
23416 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
23417
23418 2008-02-01 Kenichi Handa <handa@m17n.org>
23419
23420 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
23421 (fontset_add): Fix for the case that TO is less than TO1.
23422 (Ffontset_info): Don't use fallback fontset on checking the
23423 default fontset.
23424 (dump_fontset): New function for debugging.
23425
23426 * coding.c (Fdefine_coding_system_internal): Fix for the case that
23427 coding_type is Qcharset.
23428
23429 2008-02-01 Kenichi Handa <handa@m17n.org>
23430
23431 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
23432 (map_char_table): Don't inherit the value from the parent on
23433 initializing VAL. Adjust for the above change.
23434
23435 2008-02-01 Kenichi Handa <handa@m17n.org>
23436
23437 * coding.c (Qsignature, Qendian): Delete these variables.
23438 (syms_of_coding): Don't initialize them.
23439 (CATEGORY_MASK_UTF_16_AUTO): New macro.
23440 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
23441 detect_info->found.
23442 (decode_coding_utf_16): Don't detect BOM here.
23443 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
23444 is NOT utf_16_without_bom.
23445 (setup_coding_system): For a coding system of type utf-16, check
23446 if the attribute :endian is Qbig or not (not nil or not), and set
23447 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
23448 (detect_coding): If coding type is utf-16 and BOM detection is
23449 required, detect it.
23450 (Fdefine_coding_system_internal): For a coding system of type
23451 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
23452
23453 2008-02-01 Kenichi Handa <handa@m17n.org>
23454
23455 * coding.c (coding_set_source): Fix for the case that the current
23456 buffer is different from coding->src_object.
23457 (decode_coding_object): Don't use the conversion work buffer if
23458 DST_OBJECT is a buffer.
23459
23460 2008-02-01 Dave Love <fx@gnu.org>
23461
23462 * lread.c (read_emacs_mule_char) [len==2]: Index
23463 emacs_mule_charset correctly.
23464
23465 2008-02-01 Dave Love <fx@gnu.org>
23466
23467 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
23468 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
23469 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
23470 treated specially.)
23471 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
23472 (detected_mask): Remove Big5 bits.
23473
23474 2008-02-01 Kenichi Handa <handa@m17n.org>
23475
23476 The following changes are to make the font rescaling facility
23477 compatible with Emacs 21.
23478
23479 * xfaces.c (Vface_font_rescale_alist): Rename from
23480 Vface_resizing_fonts.
23481 (struct font_name): Rename member resizing_ratio to rescale_ratio.
23482 (font_rescale_ratio): Rename from font_resizing_ratio.
23483 (split_font_name): Set font->rescale_ratio.
23484 (better_font_p): Pay attention to font->rescale_ratio.
23485 (build_scalable_font_name): Likewise. Change RESX, and RESY
23486 fields.
23487 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
23488
23489 2008-02-01 Kenichi Handa <handa@m17n.org>
23490
23491 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
23492 (Qutf_16_le): Remove these variables.
23493 (syms_of_coding): Don't DEFSYM them.
23494 (decode_coding_utf_16): Fix handling of BOM.
23495 (encode_coding_utf_16): Fix handling of BOM.
23496
23497 2008-02-01 Kenichi Handa <handa@m17n.org>
23498
23499 * fileio.c (Finsert_file_contents): On replacing, before decoding
23500 the file into the work buffer, set point of the work buffer to the end.
23501
23502 2008-02-01 Dave Love <fx@gnu.org>
23503
23504 * coding.c (Fcheck_coding_systems_region): Fix type errors.
23505
23506 2008-02-01 Dave Love <fx@gnu.org>
23507
23508 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
23509 and fix C types.
23510
23511 2008-02-01 Kenichi Handa <handa@m17n.org>
23512
23513 * xdisp.c (SKIP_GLYPHS): New macro.
23514 (set_cursor_from_row): Pay attention to string display properties.
23515
23516 * category.c (copy_category_entry): Fix for the case that RANGE
23517 is an integer.
23518
23519 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
23520
23521 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
23522
23523 2008-02-01 Kenichi Handa <handa@m17n.org>
23524
23525 * charset.c (Fcharset_id_internal): New function.
23526 (syms_of_charset): Defsubr it.
23527
23528 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
23529 with the last arg charset_list acquired from coding.
23530 (Fdefine_coding_system_internal): For ccl-based coding system, fix
23531 the attribute coding_attr_ccl_valids.
23532
23533 * coding.h (enum define_coding_ccl_arg_index): Set the first
23534 member coding_arg_ccl_decoder to coding_arg_max.
23535
23536 * ccl.h (ccl_driver): Adjust prototype.
23537
23538 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
23539 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
23540 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
23541 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
23542 last arg Qnil.
23543
23544 2008-02-01 Kenichi Handa <handa@m17n.org>
23545
23546 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
23547 call encode_char.
23548
23549 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
23550
23551 2008-02-01 Dave Love <fx@gnu.org>
23552
23553 * composite.c (syms_of_composite): Make composition_hash_table weak.
23554
23555 2008-02-01 Kenichi Handa <handa@m17n.org>
23556
23557 * dispextern.h (check_face_attributes, generate_ascii_font_name)
23558 (font_name_registry): Don't extern them.
23559 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
23560
23561 * fontset.h (Qfontset): Don't extern it.
23562 (new_fontset_from_font_name): Extern it.
23563
23564 * fontset.c: Give 8 extra slots to fontset objects.
23565 (Qfontset_info): New variable.
23566 (syms_of_fontset): Defsym it.
23567 (FONTSET_FALLBACK): New macro.
23568 (fontset_face): Try also the default fontset.
23569 (make_fontset): Realize a fallback fontset from the default fontset.
23570 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
23571 using split_font_name_into_vector and build_font_name_from_vector.
23572 (Fset_fontset_font): Access the elements of font_spec by enum
23573 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
23574 name by using split_font_name_into_vector.
23575 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
23576 generate a proper font name from the fontset name. Update
23577 Vfontset_alias_alist.
23578 (n_auto_fontsets): New variable.
23579 (new_fontset_from_font_name): New function.
23580 (Ffont_info): Store the information about fonts generated from the
23581 default fontset in the first extra slot of the returned char-table.
23582
23583 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
23584 (font_name_registry): Delete function.
23585 (split_font_name_into_vector): New function.
23586 (build_font_name_from_vector): New function.
23587 (font_list): The argument REGISTRY is now a list of registry names.
23588 (choose_face_font): If we are choosing an ASCII font, and ATTRS
23589 specifies an explicit font name, return the name as is. Make a
23590 list of registy names.
23591
23592 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
23593 of x_new_fontset.
23594 (Fx_create_frame): Don't call x_new_fontset here. Just use
23595 x_list_fonts to check the existence of fonts.
23596
23597 * xterm.h (x_new_fontset): Adjust prototype.
23598
23599 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
23600 string. Use new_fontset_from_font_name to create a fontset from a
23601 font name.
23602
23603 2008-02-01 Kenichi Handa <handa@m17n.org>
23604
23605 * syntax.c (Vfind_word_boundary_function_table): New name for
23606 Vnext_word_boundary_function_table.
23607 (find-word-boundary-function-table): New name for
23608 next-word-boundary-function-table.
23609
23610 2008-02-01 Dave Love <fx@gnu.org>
23611
23612 * Makefile.in: Fix some dependencies.
23613
23614 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
23615 set it to nil before returning.
23616
23617 * composite.c (update_compositions): Fix type error.
23618
23619 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
23620
23621 2008-02-01 Kenichi Handa <handa@m17n.org>
23622
23623 * xterm.c (x_new_font): Optimize for the case that the font is
23624 already set for the frame.
23625
23626 2008-02-01 Kenichi Handa <handa@m17n.org>
23627
23628 * chartab.c (char_table_ascii): Check if the char table contents
23629 is sub-char-table or not.
23630 (char_table_set, char_table_set_range): Fix argument to
23631 char_table_ascii.
23632
23633 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
23634 (detect_coding_utf_8, detect_coding_utf_16)
23635 (detect_coding_emacs_mule, detect_coding_iso_2022)
23636 (detect_coding_sjis, detect_coding_big5)
23637 (detect_coding_ccl, detect_coding_charset): Change argument MASK
23638 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
23639 sequence is valid in this coding system. Change callers.
23640 (MAX_ANNOTATION_LENGTH): New macro.
23641 (ADD_ANNOTATION_DATA): New macro.
23642 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
23643 ADD_ANNOTATION_DATA. Change the format of annotation data.
23644 (ADD_CHARSET_DATA): New macro.
23645 (emacs_mule_char): New argument ID. Change callers.
23646 (decode_coding_emacs_mule, decode_coding_iso_2022)
23647 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
23648 Produce charset annotation data in coding->charbuf.
23649 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
23650 to charset annotation data in coding->charbuf.
23651 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
23652 coding->common_flags if the coding system is iso-2022 based and
23653 uses designation.
23654 (produce_composition): Adjust for the new annotation data format.
23655 (produce_charset): New function.
23656 (produce_annotation): Handle charset annotation.
23657 (handle_composition_annotation, handle_charset_annotation): New
23658 functions.
23659 (consume_chars): Handle charset annotation. Utilize the above two
23660 functions.
23661 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
23662 buffer, get the deleted text as a string and set
23663 coding->src_object to that string.
23664 (detect_coding, detect_coding_system): Use the new struct
23665 coding_detection_info.
23666
23667 * coding.h (struct coding_detection_info): New structure.
23668 (struct coding_system): Adjust prototype of the member `detector'.
23669 (CODING_ANNOTATE_CHARSET_MASK): New macro.
23670
23671 2008-02-01 Kenichi Handa <handa@m17n.org>
23672
23673 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
23674
23675 2008-02-01 Dave Love <fx@gnu.org>
23676
23677 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
23678 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
23679 to new local and nullify apropos_accumulate before returning.
23680 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
23681
23682 2008-02-01 Kenichi Handa <handa@m17n.org>
23683
23684 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
23685 correctly.
23686
23687 2008-02-01 Dave Love <fx@gnu.org>
23688
23689 * fns.c (Flanginfo): Call synchronize_system_time_locale.
23690
23691 2008-02-01 Kenichi Handa <handa@m17n.org>
23692
23693 The following changes are to make character composition happen
23694 automatically on displaying.
23695
23696 * Makefile.in (lisp, shortlisp): Add composite.elc.
23697
23698 * composite.h (Qauto_composed, Vauto_composition_function)
23699 (Qauto_composition_function): Extern them.
23700
23701 * composite.c (Vcomposition_function_table)
23702 (Qcomposition_function_table): Delete variables.
23703 (Qauto_composed, Vauto_composition_function)
23704 (Qauto_composition_function): New variables.
23705 (run_composition_function): Don't call
23706 compose-chars-after-function.
23707 (update_compositions): Clear `auto-composed' text property.
23708 (compose_chars_in_text): Delete this function.
23709 (syms_of_composite): Staticpro Qauto_composed and
23710 Qauto_composition_function. Declare Vauto_composition_function as
23711 a Lisp variable.
23712
23713 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
23714
23715 * xdisp.c (it_props): Add an entry for Qauto_composed.
23716 (handle_auto_composed_prop): New function.
23717
23718 * xselect.c (selection_data_to_lisp_data): Don't call
23719 compose_chars_in_text.
23720
23721 2008-02-01 Dave Love <fx@gnu.org>
23722
23723 * keyboard.c (read_char): Modify checking around use of
23724 Vkeyboard_translate_table.
23725
23726 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
23727 and fix C types.
23728
23729 2008-02-01 Kenichi Handa <handa@m17n.org>
23730
23731 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
23732 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
23733 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
23734 the case that the last byte is '\r' correctly.
23735 (decode_coding): Flush out the unprocessed data correctly.
23736 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
23737
23738 2008-02-01 Dave Love <fx@gnu.org>
23739
23740 * xterm.c (XTread_socket): Fix changes for defined keysyms.
23741 Add XK_ISO... case.
23742 (xaw_scroll_callback): Revert last change.
23743
23744 2008-02-01 Kenichi Handa <handa@m17n.org>
23745
23746 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
23747
23748 2008-02-01 Kenichi Handa <handa@m17n.org>
23749
23750 * xfaces.c (Vface_resizing_fonts): New variable.
23751 (struct font_name): New member `resizing_ratio'.
23752 (font_resizing_ratio): New function.
23753 (split_font_name): Set font->resizing_ratio.
23754 (better_font_p): Pay attention to font->resizing_ratio.
23755 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
23756 RESX, and RESY fields.
23757 (try_alternative_families): Try scalable fonts if
23758 Vscalable_fonts_allowed is not Qt.
23759 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
23760
23761 2008-02-01 Dave Love <fx@gnu.org>
23762
23763 * xterm.c (xaw_scroll_callback): Cast correctly.
23764
23765 2008-02-01 Dave Love <fx@gnu.org>
23766
23767 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
23768 (lispy_kana_keys): Comment out.
23769 (make_lispy_event) [XK_kana_A]: Comment out.
23770
23771 * xterm.c (xaw_scroll_callback): Cast call_data.
23772 (XTread_socket): Deal with ASCII keysyms.
23773 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
23774
23775 2008-02-01 Dave Love <fx@gnu.org>
23776
23777 * xterm.c (Vx_keysym_table): New.
23778 (syms_of_xterm): Initialize it.
23779 (XTread_socket): Use it.
23780 From head: Eliminate incorrect optimization that tried to avoid
23781 decoding the output of X*LookupString.
23782 (x_get_font_repertory): Delete charset declaration.
23783
23784 2008-02-01 Kenichi Handa <handa@m17n.org>
23785
23786 * coding.c (detect_coding_charset): If only ASCII bytes are found,
23787 return 0.
23788 (Fdefine_coding_system_internal): Setup
23789 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
23790
23791 2008-02-01 Dave Love <fx@gnu.org>
23792
23793 * coding.c (Fcheck_coding_system): Doc fix.
23794
23795 * editfns.c (Finsert_byte): Return a proper value.
23796
23797 2008-02-01 Kenichi Handa <handa@m17n.org>
23798
23799 * coding.c (decode_coding): Fix args to translate_chars. Pay
23800 attention to Vstandard_translation_table_for_decode.
23801 (encode_coding): Fix args to translate_chars. Pay attention to
23802 Vstandard_translation_table_for_encode.
23803
23804 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
23805 SINGLE_BYTE_CHAR_P.
23806
23807 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
23808 not by SINGLE_BYTE_CHAR_P.
23809
23810 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
23811 SINGLE_BYTE_CHAR_P.
23812
23813 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
23814 SINGLE_BYTE_CHAR_P.
23815
23816 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
23817 by SINGLE_BYTE_CHAR_P.
23818
23819 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
23820 SINGLE_BYTE_CHAR_P.
23821
23822 2008-02-01 Dave Love <fx@gnu.org>
23823
23824 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
23825
23826 2008-02-01 Dave Love <fx@gnu.org>
23827
23828 * fns.c (Flanginfo): Fix typo.
23829
23830 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
23831
23832 2008-02-01 Kenichi Handa <handa@m17n.org>
23833
23834 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
23835 (detect_coding_emacs_mule, detect_coding_iso_2022)
23836 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
23837 incomplete byte sequence. Don't update *mask when correctly detected.
23838 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
23839 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
23840 (detect_coding, detect_coding_system): Adjust for the changes above.
23841
23842 2008-02-01 Kenichi Handa <handa@m17n.org>
23843
23844 * character.c (char_string): Rename from
23845 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
23846 (string_char): Rename from string_char.
23847
23848 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
23849 if C is greater than MAX_3_BYTE_CHAR.
23850 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
23851 string_char instead of string_char_with_unification.
23852
23853 2008-02-01 Dave Love <fx@gnu.org>
23854
23855 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
23856
23857 2008-02-01 Kenichi Handa <handa@m17n.org>
23858
23859 * keymap.c (push_key_description): Pay attention to force_multibyte.
23860
23861 * regex.c (re_search_2): Fix for the case of unibyte buffer.
23862
23863 2008-02-01 Dave Love <fx@gnu.org>
23864
23865 * charset.c (define_charset_internal): Rename `supprementary'.
23866
23867 * Makefile.in (lisp, shortlisp): Remove latin-N.
23868
23869 2008-02-01 Dave Love <fx@gnu.org>
23870
23871 * xfns.c (x_window, x_window): Use use_xim.
23872
23873 * xterm.c (use_xim): Initialize.
23874 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
23875 (x_term_init): Maybe set use_xim.
23876
23877 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
23878
23879 2008-02-01 Kenichi Handa <handa@m17n.org>
23880
23881 * search.c (search_buffer): Fix case-fold-search of multibyte
23882 characters.
23883 (boyer_moore): Rename the last argument to char_high_bits.
23884
23885 2008-02-01 Kenichi Handa <handa@m17n.org>
23886
23887 * xdisp.c (display_string): Fix for the case of zero width glyph.
23888
23889 * xfns.c (x_set_font): Change the error message of the case that
23890 x_new_fontset returns Qt.
23891
23892 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
23893 (Finternal_set_lisp_face_attribute): Use signal_error for the
23894 error of invalid fontset.
23895
23896 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
23897 fontset, return Qt.
23898
23899 2008-02-01 Dave Love <fx@gnu.org>
23900
23901 * unexelf.c (unexec): Make .got handling not SGI-specific.
23902
23903 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
23904
23905 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
23906
23907 * keyboard.c (read_key_sequence): Fix type error.
23908
23909 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
23910 type error.
23911
23912 * fontset.c (fontset_add): Return Lisp_Object.
23913
23914 2008-02-01 Dave Love <fx@gnu.org>
23915
23916 * charset.h (charset_ordered_list_tick): Declare extern.
23917
23918 2008-02-01 Kenichi Handa <handa@m17n.org>
23919
23920 The following changes (and some of 2008-02-01 changes of mine) are
23921 for handling syntax, category, and case conversion for unibyte
23922 characters by converting them to multibyte on the fly. With these
23923 changes, we don't have to setup syntax and case tables for unibyte
23924 characters in each language environment.
23925
23926 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
23927 multibyte if necessary.
23928
23929 * bytecode.c (Fbyte_code): Likewise.
23930
23931 * character.h (LEADING_CODE_LATIN_1_MIN)
23932 (LEADING_CODE_LATIN_1_MAX): New macros.
23933 (unibyte_to_multibyte_table): Extern it.
23934 (unibyte_char_to_multibyte): New macro.
23935 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
23936 (CHAR_LEADING_CODE): New macro.
23937 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
23938
23939 * character.c (unibyte_to_multibyte_table): New variable.
23940 (unibyte_char_to_multibyte): Move to character.h and define as macro.
23941 (multibyte_char_to_unibyte): If C is an eight-bit character,
23942 convert it to the corresponding byte value.
23943
23944 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
23945 not 1, signals an error. Update the elements of
23946 unibyte_to_multibyte_table.
23947 (init_charset_once): Initialize unibyte_to_multibyte_table.
23948 (syms_of_charset): Define the charset `iso-8859-1'.
23949
23950 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
23951 as is without converting it to unibyte. In a unibyte buffer,
23952 convert C to multibyte before checking the syntax.
23953
23954 * lisp.h (unibyte_char_to_multibyte): Delete extern.
23955
23956 * minibuf.c (Fminibuffer_complete_word): Use the macro
23957 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
23958
23959 * regex.h (struct re_pattern_buffer): New member target_multibyte.
23960
23961 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
23962 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
23963 that is zero, convert an eight-bit char to multibyte.
23964 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
23965 non-emacs case.
23966 (PATFETCH): Convert an eight-bit char to multibyte.
23967 (HANDLE_UNIBYTE_RANGE): New macro.
23968 (regex_compile): Setup the compiled pattern for multibyte chars
23969 even if the given regex string is unibyte. Use PATFETCH_RAW
23970 instead of PATFETCH in many places. To handle `charset'
23971 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
23972 only for ASCII chars.
23973 (analyse_first) <exactn>: Simplify because the compiled pattern
23974 is multibyte.
23975 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
23976 <charset>: Use CHAR_LEADING_CODE to get leading codes.
23977 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
23978 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
23979 multibyte always 1.
23980 (re_search_2): In emacs, set the locale variable multibyte to 1,
23981 otherwise to 0. New local variable target_multibyte. Check it
23982 to decide the multibyteness of STR1 and STR2. If
23983 target_multibyte is zero, convert unibyte chars to multibyte
23984 before translating and checking fastmap.
23985 (TARGET_CHAR_AND_LENGTH): New macro.
23986 (re_match_2_internal): In emacs, set the locale variable multibyte
23987 to 1, otherwise to 0. New local variable target_multibyte. Check
23988 it to decide the multibyteness of STR1 and STR2. Use
23989 TARGET_CHAR_AND_LENGTH to fetch a character from D.
23990 <charset, charset_not>: If multibyte is nonzero, check fastmap
23991 only for ASCII chars. Call bcmp_translate with
23992 target_multibyte, not with multibyte.
23993 <begline>: Declare the local variable C as `unsigned'.
23994 (bcmp_translate): Change the last arg name to target_multibyte.
23995
23996 * search.c (compile_pattern_1): Don't adjust the multibyteness of
23997 the regexp pattern and the matching target. Set cp->buf.multibyte
23998 to the multibyteness of the regexp pattern. Set
23999 cp->but.target_multibyte to the multibyteness of the matching target.
24000 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
24001 FETCH_STRING_CHAR_ADVANCE.
24002 (Freplace_match): Convert unibyte chars to multibyte.
24003
24004 * syntax.c (char_quoted, back_comment, scan_words)
24005 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
24006 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
24007 unibyte chars to multibyte.
24008 (skip_chars): Delete the arg syntaxp, and move the code for
24009 handling syntaxes to skip_syntaxes. Change callers.
24010 Fix the case that the multibyteness of STRING and the current
24011 buffer doesn't match.
24012 (skip_syntaxes): New function.
24013 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
24014 SINGLE_BYTE_CHAR_P.
24015
24016 2008-02-01 Kenichi Handa <handa@m17n.org>
24017
24018 * xfaces.c (QCfontset): New variable.
24019 (LFACE_FONTSET): New macro.
24020 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
24021 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
24022 (Finternal_set_lisp_face_attribute)
24023 (Finternal_get_lisp_face_attribute): Handle QCfontset.
24024 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
24025 check also LFACE_FONTSET_INDEX.
24026 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
24027 attrs[LFACE_FONT_INDEX].
24028 (syms_of_xfaces): Intern and staticpro QCfontset.
24029
24030 * dispextern.h (enum lface_attribute_index): New member
24031 LFACE_FONTSET_INDEX.
24032
24033 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
24034
24035 2008-02-01 Kenichi Handa <handa@m17n.org>
24036
24037 * coding.c (coding_set_destination): Fix coding->destination for
24038 the case converting a region.
24039 (encode_coding_utf_8): Encode eight-bit chars as single byte.
24040 (encode_coding_object): Fix coding->dst_pos and
24041 coding->dst_pos_byte for the case converting a region.
24042
24043 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
24044
24045 * character.h (BYTE8_STRING): New macro.
24046
24047 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
24048
24049 2008-02-01 Kenichi Handa <handa@m17n.org>
24050
24051 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
24052 characters by octal form.
24053
24054 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
24055
24056 * buffer.h (_fetch_multibyte_char_len): Delete extern.
24057 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
24058 _fetch_multibyte_char_len.
24059 (FETCH_CHAR_AS_MULTIBYTE): New macro.
24060
24061 * casetab.c (set_canon, set_identity, shuffle): Simplify.
24062
24063 * casefiddle.c (casify_object): Simplify. Handle the case that
24064 the case conversion change the byte length.
24065 (casify_region): Likewise.
24066
24067 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
24068
24069 * character.c (_fetch_multibyte_char_len): Delete this variable.
24070 (syms_of_character): Setup Vprintable_chars.
24071
24072 * editfns.c (Fchar_equal): Fix for the unibyte case.
24073 (Finsert_byte): New function.
24074 (syms_of_editfns): Defsubr it.
24075
24076 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
24077 of direct code 0x3ffff.
24078
24079 * search.c (Freplace_match): Fix for the unibyte case.
24080
24081 2008-02-01 Kenichi Handa <handa@m17n.org>
24082
24083 * lread.c (safe_to_load_p): Fix the logic.
24084
24085 * syntax.c (scan_words): Don't treat characters belonging to
24086 different scripts as constituting a word.
24087
24088 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24089
24090 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
24091
24092 * emacs.c (main): In the case of --unibyte, instead of aborting on
24093 finding non-empty buffer, make it unibyte.
24094
24095 2008-02-01 Kenichi Handa <handa@m17n.org>
24096
24097 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
24098 to create a fontset.
24099
24100 2008-02-01 Dave Love <fx@gnu.org>
24101
24102 * character.c (Funibyte_char_to_multibyte): Doc fix.
24103
24104 * xfns.c [HAVE_STDLIB_H]: Fix last change.
24105
24106 2008-02-01 Kenichi Handa <handa@m17n.org>
24107
24108 * fontset.c (fontset_add): Make the type `int'.
24109 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
24110
24111 * character.c (unibyte_char_to_multibyte)
24112 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
24113 charset_unibyte, not charset_primary.
24114
24115 * charset.h (charset_unibyte): Extern it instead of charset_primary.
24116
24117 * charset.c (charset_unibyte): Rename from charset_primary.
24118 (Funibyte_charset): Rename from Fprimary_charset.
24119 (Fset_unibyte_charset): Rename from Fset_primary_charset.
24120 (syms_of_charset): Adjust for the above changes.
24121
24122 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
24123 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
24124 it->multibyte_p is zero.
24125
24126 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
24127 Delete extern.
24128
24129 2008-02-01 Kenichi Handa <handa@m17n.org>
24130
24131 * coding.c (Fdefine_coding_system_internal): Fix category setting
24132 for a coding system of type iso-2022.
24133
24134 2008-02-01 Kenichi Handa <handa@m17n.org>
24135
24136 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
24137
24138 2008-02-01 Kenichi Handa <handa@m17n.org>
24139
24140 * syntax.c (Vnext_word_boundary_function_table): New variable.
24141 (next-word-boundary-function-table): Declare it as a Lisp variable
24142 in syms_of_syntax.
24143 (scan_words): Call functions in Vnext_word_boundary_function_table
24144 if any.
24145
24146 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
24147
24148 * fontset.c (fs_load_font): If fontp->charset is not negative,
24149 return fontp without setting its members.
24150
24151 2008-02-01 Dave Love <fx@gnu.org>
24152
24153 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
24154
24155 * m/sparc.h (HAVE_ALLOCA): Delete.
24156
24157 * s/irix6-5.h: Don't include strings.h.
24158 (bcopy, bzero, bcmp): Don't undef.
24159
24160 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
24161
24162 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
24163 (TIOCSIGSEND): Don't test IRIX6.
24164 (bcopy, bzero, bcmp): Define conditionally.
24165
24166 2008-02-01 Kenichi Handa <handa@m17n.org>
24167
24168 * buffer.c (Qas, Qmake, Qto): New variables.
24169 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
24170 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
24171
24172 * callproc.c (Fcall_process): Don't call insert_1_both directly if
24173 we are inserting a process output into a multibyte buffer.
24174
24175 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
24176 multibyte_char_to_unibyte.
24177
24178 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
24179 by the primary charset, make it eight-bit char.
24180 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
24181
24182 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
24183 (charset_8_bit__control, charset_8_bit_graphic)
24184 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
24185 (define_charset_internal): New function.
24186 (syms_of_charset): Call define_charset_internal for pre-defined
24187 charsets.
24188
24189 * charset.h (charset_8_bit): Extern it.
24190
24191 * coding.c (make_conversion_work_buffer): Adjust for the change
24192 of Fset_buffer_multibyte.
24193 (encode_coding_raw_text): Increment p0 in the loop.
24194
24195 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
24196
24197 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
24198 for the change of Fset_buffer_multibyte.
24199
24200 * fns.c (Fstring_to_multibyte): New function.
24201 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
24202
24203 2008-02-01 Dave Love <fx@gnu.org>
24204
24205 * xfns.c (x_put_x_image): Declare args.
24206
24207 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
24208 (try_font_list): Declare an arg.
24209
24210 * xdisp.c (message2_nolog, set_message): Declare an arg.
24211
24212 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
24213
24214 * syntax.c (scan_sexps_forward): Declare an arg.
24215
24216 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
24217 Declare an arg.
24218
24219 * lisp.h (Fnew_fontset): Declare.
24220
24221 * keymap.c (push_key_description): Call CHARACTERP correctly.
24222
24223 * fontset.c (fontset_add): Declare args. Call make_number correctly.
24224 (face_for_char): Delete unused vars.
24225 (Fset_fontset_font): Doc fix. Delete unused vars.
24226
24227 * doc.c (Fsubstitute_command_keys): Delete unused vars.
24228
24229 * composite.c (update_compositions): Declare arg.
24230
24231 * cm.c (calccost, cmgoto): Declare args.
24232
24233 * charset.c: Remove `emacs' conditional. Doc fixes.
24234 (map_char_table_for_charset): Declare.
24235
24236 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
24237
24238 * ccl.c: Remove `emacs' conditional.
24239
24240 2008-02-01 Kenichi Handa <handa@m17n.org>
24241
24242 The following changes are to allow specifying multiple font
24243 patterns for a character range (specified by script or charset).
24244
24245 * Makefile.in (abbrev.o): Depend on syntax.h.
24246 (xfaces.o): Depend on charset.h.
24247
24248 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
24249 SINGLE_BYTE_CHAR_P.
24250
24251 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
24252
24253 * character.h (Vchar_script_table): Extern it.
24254
24255 * character.c (Vscript_alist): Delete.
24256 (Vchar_script_table, Qchar_script_table): New variable.
24257 (syms_of_character): Declare Vchar_script_table as a lisp variable
24258 and initialize it.
24259
24260 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
24261 have property char-table-extra-slots, make no extra slot.
24262
24263 * dispextern.h (struct face): Delete member `charset'.
24264 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
24265 SINGLE_BYTE_CHAR_P.
24266 (choose_face_font, lookup_non_ascii_face, font_name_registry):
24267 Add prototypes.
24268 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
24269 (generate_ascii_font_name): Rename from generate_ascii_font.
24270
24271 * fontset.h (get_font_repertory_func): New prototype.
24272 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
24273 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
24274
24275 * fontset.c (Qprepend, Qappend): New variables.
24276 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
24277 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
24278 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
24279 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
24280 (fontset_ref_and_range, fontset_add, reorder_font_vector)
24281 (load_font_get_repertory): New functions.
24282 (fontset_set): Delete.
24283 (fontset_face): New arg FACE. Return face ID, not face.
24284 Complete re-write to handle new fontset structure. Change caller.
24285 (free_face_fontset): Use ASET istead of AREF (X) = Y.
24286 (face_for_char): Don't call lookup_face.
24287 (make_fontset_for_ascii_face): New arg FACE.
24288 (fs_load_font): New arg CHARSET_ID. Don't check
24289 Vfont_encoding_alist here.
24290 (find_font_encoding): New function.
24291 (list_fontsets): Use STRINGP, not ! NILP.
24292 (accumulate_script_ranges): New function.
24293 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
24294 re-written to handle new fontset structure.
24295 (Ffontset_font): Return a copy of element.
24296 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
24297 docstring of font-encoding-alist.
24298
24299 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
24300 (Fset_fotset_font): Fix arguments to 5.
24301
24302 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
24303
24304 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
24305 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24306 (highlight_trailing_whitespace): Adjust for the change of
24307 lookup_named_face.
24308
24309 * xfaces.c: Include charset.h.
24310 (load_face_font): Delete argument C. Change caller.
24311 (generate_ascii_font_name): Rename from generate_ascii_font.
24312 (font_name_registry): New function.
24313 (cache_face): Store ascii faces before non-ascii faces in buckets.
24314 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
24315 Lookup only ascii faces.
24316 (lookup_non_ascii_face): New function.
24317 (lookup_named_face): Delete argument C. Change caller.
24318 (lookup_derived_face): Delete argument C. Change caller.
24319 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
24320 a string, just call font_list with it.
24321 (choose_face_font): Delete arguments FACE and C. New arg
24322 FONT_SPEC. Change caller.
24323 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
24324 Change caller.
24325 (realize_non_ascii_face): New function.
24326 (realize_x_face): Call load_face_font here.
24327 (realize_tty_face): Delete argument C. Change caller.
24328 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
24329 get a face ID.
24330 (dump_realized_face): Don't print charset of FACE.
24331
24332 * xfns.c (x_set_font): Always call x_new_fontset and
24333 store_frame_parameter.
24334 (Fx_create_frame): Call x_new_fontset, not x_new_font.
24335 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
24336
24337 * xterm.h (x_get_font_repertory): Extern it.
24338
24339 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
24340 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
24341 it->multibyte_p is zero.
24342 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24343 (x_new_fontset): If FONTSETNAME doesn't match any existing
24344 fontsets, create a new one.
24345 (x_get_font_repertory): New function.
24346
24347 2008-02-01 Kenichi Handa <handa@m17n.org>
24348
24349 * coding.c (Ffind_coding_systems_region_internal): Detect an
24350 ASCII only string correctly.
24351
24352 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
24353 version is 0.
24354
24355 2008-02-01 Kenichi Handa <handa@m17n.org>
24356
24357 * lread.c: Include "coding.h".
24358 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
24359 (load_each_byte, unread_char): New variables.
24360 (readchar_backlog): Delete.
24361 (readchar): Return a character unless load_each_byte is nonzero.
24362 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
24363 cons. If unread_char is not -1, simply return it.
24364 (unreadchar): Handle the case that readcharfun is
24365 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
24366 (read_multibyte): Delete.
24367 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
24368 (read_emacs_mule_char): New functions.
24369 (Fload): Even if the file doesn't have the extension ".elc", if
24370 safe_to_load_p returns a positive version number, assume that the
24371 file contains bytecompiled code. If the version is less than 22,
24372 load the file while decoding multibyte sequences by emacs-mule.
24373 (readevalloop): Don't use readchar_backlog.
24374 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
24375 (Fread_from_string): Pay attention to the case that STREAM is a cons.
24376 (read_escape): Delete the arg BYTEREP.
24377 (read1): Set load_each_byte to 1 temporarily while handling
24378 #@NUMBER. Don't call read_multibyte.
24379 (read_vector): Call Fread with a cons. If readcharfun is
24380 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
24381 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
24382 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
24383 and Qload_force_doc_strings.
24384
24385 2008-02-01 Kenichi Handa <handa@m17n.org>
24386
24387 * xdisp.c (face_before_or_after_it_pos): Call
24388 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
24389
24390 2008-02-01 Kenichi Handa <handa@m17n.org>
24391
24392 * character.h (TRAILING_CODE_P): New macro.
24393 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
24394 (string_char_with_unification): Fix prototype.
24395 (Vscript_alist): Extern it.
24396
24397 * character.c (Vscript_alist): New variable.
24398 (string_char_with_unification, str_as_unibyte)
24399 (string_escape_byte8): Add `const' to local variables.
24400 (syms_of_character): Declare script-alist as a Lisp variable.
24401
24402 * charset.h (Vcharset_ordered_list): Extern it.
24403 (charset_ordered_list_tick): Extern it.
24404 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
24405 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
24406 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
24407 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
24408 (Funify_charset): Adjust for the change of Funify_charset.
24409
24410 * charset.c (charset_ordered_list_tick): New variable.
24411 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
24412 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
24413 deunify instead of unify a charset.
24414 (string_xstring_p): Add `const' to local variables.
24415 (find_charsets_in_text): Add `const' to arguments and local variables.
24416 (encode_char): Adjust for the change of Funify_charset. Fix
24417 detecting of invalid code.
24418 (Fset_charset_priority): Increment charset_ordered_list_tick.
24419 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
24420 and TO_CODE.
24421
24422 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
24423 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
24424 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
24425 (decode_coding_ccl, consume_chars)
24426 (Ffind_coding_systems_region_internal)
24427 (Fcheck_coding_systems_region): Add `const' to local variables.
24428
24429 * print.c (print_object): Use octal form for printing the
24430 contents of a bool vector.
24431
24432 2008-02-01 Dave Love <fx@gnu.org>
24433
24434 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
24435 <version == 20>: Refuse to load.
24436
24437 2008-02-01 Dave Love <fx@gnu.org>
24438
24439 * fns.c: Move coding.h.
24440 (Qcodeset, Qdays, Qmonths): New.
24441 (concat): Use CHARACTERP instead of INTEGERP.
24442 (Flocale_codeset): Delete.
24443 (Flanginfo): New function.
24444 (syms_of_fns): Change accordingly.
24445
24446 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
24447
24448 2008-02-01 Dave Love <fx@gnu.org>
24449
24450 * casetab.c (init_casetab_once, init_casetab_once): Fix
24451 CHAR_TABLE_SET call.
24452
24453 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
24454
24455 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
24456
24457 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
24458 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
24459 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
24460
24461 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
24462
24463 * coding.c (ENCODE_DESIGNATION, decode_eol)
24464 (make_conversion_work_buffer, code_conversion_restore)
24465 (Fdefine_coding_system_internal): Convert Lisp types.
24466 (code_conversion_restore): Use EQ, not ==.
24467 (Fencode_coding_string): Fix code_convert_string call.
24468
24469 * coding.h (code_convert_region): Fix prototype.
24470
24471 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
24472
24473 * fontset.c (fontset_ref, fontset_set, fs_load_font)
24474 (Ffontset_info): Convert Lisp types.
24475
24476 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
24477
24478 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
24479
24480 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
24481
24482 * chartab.c: Include "...h", not <...h> in some cases.
24483
24484 * callproc.c (Fcall_process): Remove unused variables.
24485
24486 2008-02-01 Dave Love <fx@gnu.org>
24487
24488 * coding.c (Fset_coding_system_priority): Allow null arg list.
24489
24490 2008-02-01 Dave Love <fx@gnu.org>
24491
24492 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
24493 (Fself_insert_and_exit): Use CHARACTERP.
24494
24495 * callproc.c (Fcall_process): Remove unused vars.
24496
24497 * xterm.c (XTread_socket): Add extra dead keysyms.
24498
24499 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
24500
24501 * dispextern.h: Remove prototypes for redraw_frame,
24502 redraw_garbaged_frames.
24503
24504 * cmds.c (Fself_insert_command): Use CHARACTERP.
24505
24506 * chartab.c (make_sub_char_table): Remove unused var.
24507 (Fset_char_table_default, Fmap_char_table): Doc fix.
24508
24509 * keymap.c (access_keymap): Remove generic char code.
24510 (push_key_description): Use CHARACTERP.
24511
24512 2008-02-01 Dave Love <fx@gnu.org>
24513
24514 * charset.c: Doc fixes.
24515 (Funify_charset): Extra checking.
24516
24517 2008-02-01 Dave Love <fx@gnu.org>
24518
24519 * lread.c: Remove some unused variables.
24520 (safe_to_load_p): If safe, return the magic number version byte.
24521 (Fload): Maybe use load-with-code-conversion.
24522
24523 2008-02-01 Kenichi Handa <handa@m17n.org>
24524
24525 * category.c (Fmodify_category_entry): Don't modify the contents
24526 of category_set for characters out of the range. Avoid
24527 unnecessary modification.
24528
24529 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
24530 Vchar_unify_table. The default value of the table is now nil.
24531
24532 * character.c (syms_of_character): Setup Vchar_width_table for
24533 eight-bit-control and raw-byte chars.
24534
24535 * charset.h (enum define_charset_arg_index): Delete
24536 charset_arg_parents and add charset_arg_subset and
24537 charset_arg_superset.
24538 (enum charset_attr_index): Delete charset_parents and add
24539 charset_subset and charset_superset.
24540 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
24541 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
24542 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
24543 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
24544 (CHARSET_SUPERSET): New macros.
24545 (charset_work): Extern it.
24546 (ENCODE_CHAR): Use charset_work.
24547 (CHAR_CHARSET_P): Adjust for the change of encoder format.
24548 (map_charset_chars): Extern it.
24549
24550 * charset.c (load_charset_map): Set the default value of encoder
24551 and deunifier char-tables to nil.
24552 (map_charset_chars): Change argument. Change callers. Use
24553 map_char_table_for_charset instead of map_char_table.
24554 (Fmap_charset_chars): New optional args from_code and to_code.
24555 (Fdefine_charset_internal): Adjust for the change of
24556 `define-charset' (:parents -> :subset or :superset).
24557 (charset_work): New variable.
24558 (encode_char, syms_of_charset): Adjust for the change of
24559 Fdefine_charset_internal.
24560 (Ffind_charset_string): Setup the vector `charsets' correctly.
24561
24562 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
24563 the previous change.
24564 (char_table_ref_and_range): Adjust for the above change.
24565 (map_sub_char_table_for_charset): New function.
24566 (map_char_table_for_charset): New function.
24567
24568 * keymap.c (describe_vector): Handle a char-table directly here.
24569 (describe_char_table): Delete.
24570
24571 * lisp.h (map_charset_chars): Delete.
24572
24573 2008-02-01 Dave Love <fx@gnu.org>
24574
24575 * fns.c (count_combining): Comment out (unused).
24576 (Flocale_codeset): New.
24577 (syms_of_fns): Defsubr it.
24578
24579 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
24580 (size_t): Remove.
24581
24582 2008-02-01 Dave Love <fx@gnu.org>
24583
24584 * Makefile.in (chartab.o): Depend on charset.h.
24585
24586 2008-02-01 Kenichi Handa <handa@m17n.org>
24587
24588 * character.c (syms_of_character): Set the default value of
24589 Vprintable_chars to Qnil.
24590
24591 2008-02-01 Dave Love <fx@gnu.org>
24592
24593 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
24594
24595 2008-02-01 Kenichi Handa <handa@m17n.org>
24596
24597 * charset.c (load_charset_map): Handle the case that from < to
24598 correctly.
24599
24600 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
24601 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
24602 Pay attention to raw-8-bit chars.
24603
24604 2008-02-01 Kenichi Handa <handa@m17n.org>
24605
24606 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
24607 It is not bytecompiled now.
24608
24609 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
24610 (charset_jisx0208): New variables.
24611 (Fdefine_charset_internal): Setup them if appropriate.
24612 (init_charset_once): Initialize them to -1.
24613
24614 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
24615 (charset_jisx0208): Extern them.
24616
24617 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
24618 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
24619 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
24620 (setup_iso_safe_charsets): Fix arguments to Fassq.
24621 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
24622 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
24623 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
24624 (encode_coding_iso_2022): Change the 1st arg to
24625 ENCODE_ISO_CHARACTER to a variable.
24626
24627 2008-02-01 Kenichi Handa <handa@m17n.org>
24628
24629 * charset.h (enum define_charset_arg_index): New enums
24630 charset_arg_min_code and charset_arg_max_code.
24631 (struct charset): New member char_index_offset.
24632
24633 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
24634 Take charset->char_index_offset into account.
24635 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
24636 args[charset_arg_max_code]. Setup charset.char_index_offset.
24637 (syms_of_charset): Fix args to Fdefine_charset_internal.
24638
24639 2008-02-01 Dave Love <fx@gnu.org>
24640
24641 * coding.c (decode_coding_utf_8): Reject overlong sequences.
24642
24643 2008-02-01 Dave Love <fx@gnu.org>
24644
24645 * coding.c: Doc fixes.
24646 (Fcoding_system_aliases): Fix return value.
24647 (Qmac): Remove (duplicated) definition.
24648
24649 2008-02-01 Dave Love <fx@gnu.org>
24650
24651 * charset.c (Fcharset_priority_list, Fset_charset_priority):
24652 New functions.
24653
24654 * character.c (Fstring): Doc fix.
24655
24656 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
24657
24658 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
24659 (font-encoding-alist): Doc fix.
24660
24661 2008-02-01 Dave Love <fx@gnu.org>
24662
24663 * term.c (costs_set): Declare static, non-initialized for pcc.
24664 (encode_terminal_code): Remove unused var.
24665
24666 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
24667 for K&R.
24668
24669 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
24670
24671 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
24672 (suffixes): Move out of make_subsidiaries for K&R.
24673
24674 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
24675
24676 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
24677
24678 2008-02-01 Dave Love <fx@gnu.org>
24679
24680 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
24681
24682 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
24683
24684 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
24685
24686 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
24687
24688 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
24689
24690 2008-02-01 Kenichi Handa <handa@m17n.org>
24691
24692 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
24693 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
24694
24695 2008-02-01 Kenichi Handa <handa@m17n.org>
24696
24697 * coding.c (decode_coding_charset): Adjust for the change of
24698 Fdefine_coding_system_internal.
24699 (Fdefine_coding_system_internal): For a coding system of
24700 `charset' type, store a list of charset IDs in
24701 `charset_attr_charset_valids' element of coding attributes.
24702
24703 2008-02-01 Kenichi Handa <handa@m17n.org>
24704
24705 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
24706 (emacs_mule_char): New arg src. Delete arg `composition'. Change
24707 caller. Handle 2-byte and 3-byte charsets correctly.
24708 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
24709 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
24710 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
24711 (DECODE_EMACS_MULE_21_COMPOSITION): Call
24712 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
24713 sequence.
24714 (decode_coding_emacs_mule): Handle composition correctly. Rewind
24715 `src' and `consumed_chars' correctly before calling emacs_mule_char.
24716 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
24717 and alt&rule composition.
24718 (decode_coding_iso_2022): Handle composition correctly.
24719 (init_coding_once): Setup emacs_mule_bytes for private charsets.
24720
24721 * charset.c (Fdefine_charset_internal): Fix bug for the case of
24722 re-defining a charset. If the charset has :emacs-mule-id, setup
24723 emacs_mule_bytes.
24724 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
24725
24726 2008-02-01 Kenichi Handa <handa@m17n.org>
24727
24728 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
24729 (encode_coding_big5, encode_coding_charset): If coding requires safe
24730 encoding, produce a character specified by
24731 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
24732
24733 2008-02-01 Dave Love <fx@gnu.org>
24734
24735 * xterm.c (XSetIMValues): Declare.
24736
24737 * process.c: Conditionally include sys/wait.h, pty.h.
24738
24739 * print.c (print_object): Fix print format for 64-bit systems.
24740
24741 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
24742
24743 * buffer.c (emacs_strerror): Declare.
24744
24745 * fontset.c (Fclear_face_cache): Declare.
24746 (accumulate_font_info): Comment-out (unused).
24747 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
24748 variables.
24749
24750 * character.h (string_escape_byte8): Declare.
24751
24752 * charset.c (load_charset_map, load_charset_map_from_file): Remove
24753 unused vars.
24754 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
24755 (Fmap_charset_chars): Doc fix.
24756
24757 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
24758 (Fset_coding_system_priority, Fset_coding_system_priority)
24759 (Fdefine_coding_system_internal): Doc fix.
24760
24761 2008-02-01 Dave Love <fx@gnu.org>
24762
24763 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
24764
24765 2008-02-01 Kenichi Handa <handa@m17n.org>
24766
24767 * character.c (string_escape_byte8): Make multibyte string with
24768 correct size.
24769
24770 * charset.c (Fmake_char): Delete unnecessary code.
24771
24772 2008-02-01 Kenichi Handa <handa@m17n.org>
24773
24774 * xfns.c (x_encode_text): Allocate coding.destination here, and
24775 call encode_coding_object with dst_object Qnil.
24776
24777 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
24778 multibyte form correctly.
24779
24780 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
24781 against Vfont_encoding_alist.
24782
24783 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
24784 handling of charset list.
24785 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
24786 (decode_coding_object): Move point to coding->dst_pos before
24787 calling post-read-conversion function.
24788 (encode_coding_object): Give correct arguments to
24789 pre-write-conversion. Ignore the return value of
24790 pre-write-conversion function. Pay attention to the case that
24791 pre-write-conversion changes the current buffer. If dst_object is
24792 Qt, even if coding->src_bytes is zero, allocate at least one byte
24793 to coding->destination.
24794
24795 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
24796
24797 * charset.c (Fmake_char): Make it more backward compatible.
24798 (Fmap_charset_chars): Fix docstring.
24799
24800 2008-02-01 Dave Love <fx@gnu.org>
24801
24802 * coding.c: Doc fixes.
24803 (Fdefine_coding_system_alias): Use names, not symbols, in
24804 coding-system-alist.
24805
24806 2008-02-01 Kenichi Handa <handa@m17n.org>
24807
24808 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
24809 of calling free_realized_face.
24810
24811 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
24812
24813 * charset.c (read_hex): Don't treat SPC as a comment starter.
24814 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
24815 (Fdecode_char): Fix typo.
24816
24817 2008-02-01 Kenichi Handa <handa@m17n.org>
24818
24819 * charset.h (struct charset): New member `code_space_mask'.
24820
24821 * coding.c (coding_set_source): Delete the local variable beg_byte.
24822 (encode_coding_charset, Fdefine_coding_system_internal):
24823 Delete the local variable charset.
24824 (Fdefine_coding_system_internal): Setup
24825 attrs[coding_attr_charset_valids] correctly.
24826
24827 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
24828 member to check if CODE is valid or not.
24829 (Fdefine_charset_internal): Initialize `code_space_mask' member.
24830 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
24831 is within the range of charset->min_code and carset->max_code.
24832
24833 2008-02-01 Dave Love <fx@gnu.org>
24834
24835 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
24836
24837 * dispextern.h (generate_ascii_font): Fix return type.
24838
24839 * xfaces.c (generate_ascii_font): Fix arg declaration.
24840
24841 * coding.c (coding_inherit_eol_type)
24842 (Fset_terminal_coding_system_internal)
24843 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
24844
24845 2008-02-01 Kenichi Handa <handa@m17n.org>
24846
24847 * coding.c (decode_coding_charset, encode_coding_charset): Handle
24848 multiple charsets correctly.
24849
24850 2008-02-01 Kenichi Handa <handa@m17n.org>
24851
24852 * search.c (boyer_moore): Fix handling of multibyte character
24853 translation.
24854
24855 * xdisp.c (display_mode_element): When the variable `elt' is
24856 changed, update `this' and `lisp_string'.
24857
24858 2008-02-01 Kenichi Handa <handa@m17n.org>
24859
24860 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
24861
24862 * callproc.c (Fcall_process): Be sure to give the current buffer
24863 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
24864
24865 * charset.c (struct charset_map_entries): New struct.
24866 (load_charset_map): Rename from parse_charset_map. New args
24867 entries and n_entries. Change caller.
24868 (load_charset_map_from_file): Rename from load_charset_map.
24869 Change caller. New arg control_flag. Call load_charset_map at
24870 the tail.
24871 (load_charset_map_from_vector): New function.
24872 (Fdefine_charset_internal): Setup charset.compact_codes_p.
24873 (encode_char): If the charset is compact, change a character index
24874 to a code point.
24875
24876 * coding.c (coding_alloc_by_making_gap): Check the case that the
24877 source and destination are the same correctly.
24878 (decode_coding_raw_text): Set coding->consumed_char and
24879 coding->consumed to 0.
24880 (produce_chars): If coding->chars_at_source is nonzero, update
24881 coding->consumed_char and coding->consumed before calling
24882 alloc_destination.
24883 (Fdefine_coding_system_alias): Register ALIAS in
24884 Vcoding_system_alist.
24885 (syms_of_coding): Define `no-conversion' coding system at the tail.
24886
24887 * fileio.c (Finsert_file_contents): Set coding_system instead of
24888 val. If the current buffer is multibyte, always call
24889 decode_coding_gap.
24890
24891 * xfaces.c (try_font_list): Give higher priority to fontset's
24892 family than face's family.
24893
24894 2008-02-01 Kenichi Handa <handa@m17n.org>
24895
24896 * callproc.c (Fcall_process): Be sure to give the current buffer
24897 to decode_coding_c_string.
24898
24899 * xfaces.c (try_font_list): Give a family specified in a fontset
24900 higher priority than a family specified in a face.
24901
24902 2008-02-01 Kenichi Handa <handa@m17n.org>
24903
24904 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
24905 Fix arguments to insert_from_buffer.
24906
24907 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
24908
24909 2008-02-01 Kenichi Handa <handa@m17n.org>
24910
24911 * coding.c (produce_chars): Set the variable `multibytep' correctly.
24912 (decode_coding_gap): Set coding->dst_multibyte correctly.
24913
24914 2008-02-01 Kenichi Handa <handa@m17n.org>
24915
24916 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
24917 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
24918 (encode_coding_utf_16): Substitute coding->default_char for
24919 non-Unicode characters.
24920 (decode_coding): Don't call record_insert here.
24921 (setup_coding_system): Initialize `surrogate' of
24922 coding->spec.utf_16 to 0.
24923 (EMIT_ONE_BYTE): Fix for multibyte case.
24924
24925 * insdel.c (insert_from_gap): Call record_insert.
24926
24927 2008-02-01 Kenichi Handa <handa@m17n.org>
24928
24929 * casefiddle.c (casify_region): Fix multibyte case.
24930
24931 * character.c (c_string_width): Add return type `int'.
24932 (char_string_with_unification): Delete arg ADVANCED.
24933
24934 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
24935 (CHAR_STRING): Adjust for the change of char_string_with_unification.
24936 (CHAR_STRING_ADVANCE): Make it do-while statement.
24937
24938 * chartab.c (sub_char_table_set_range): Optimize for the case
24939 DEPTH == 3. Add workaround code for a GCC optimization bug.
24940
24941 * charset.c (parse_charset_map): Remove an unused variable.
24942
24943 * coding.c: Delete unused variables.
24944
24945 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
24946 earlier. If inserted is zero and the coding system doesn't
24947 require flushing, don't call decode_coding_gap.
24948
24949 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
24950
24951 2008-02-01 Kenichi Handa <handa@m17n.org>
24952
24953 The following changes are for using Unicode as an internal
24954 character model, and use UTF-8 format for buffer/string
24955 representation.
24956
24957 * .gdbinit (xchartable): Adjust for the change of char table structure.
24958 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
24959
24960 * Makefile.in (obj): Add character.o and chartab.o.
24961 (lisp, shortlisp): Remove utf-8.elc.
24962 (*.o): For many files, change dependency on charset.h to
24963 character.h, and add dependency on character.h.
24964 (character.o, chartab.o): New targets.
24965
24966 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
24967 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
24968 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
24969 of "charset.h".
24970
24971 * dired.c, filelock.c: Include "character.h".
24972
24973 * alloc.c: Include "character.h" instead of "charset.h".
24974 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
24975 (syms_of_alloc): Remove defsubr for Smake_char_table.
24976
24977 * buffer.c: Include "character.h" instead of "charset.h", don't
24978 include "coding.h".
24979 (Fset_buffer_multibyte): Adjust for UTF-8.
24980
24981 * buffer.h: EXFUN Fbuffer_live_p.
24982
24983 * callproc.c: Include "character.h" instead of "charset.h".
24984 (Fcall_process): Big change for the new code-conversion APIs.
24985
24986 * casetab.c: Include "character.h" instead of "charset.h".
24987 (set_canon, set_identity, shuffle): Adjust for the new
24988 map_char_table spec.
24989 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
24990 accessing the char table structure.
24991
24992 * chartab.c: New file that implements char table.
24993
24994 * category.c: Include "character.h".
24995 (copy_category_entry): New function.
24996 (copy_category_table): Call map_char_table and copy_category_entry.
24997 (Fmake_category_table): Initialize all top-level slots.
24998 (char_category_set): New function.
24999 (modify_lower_category_set): Delete.
25000 (Fmodify_category_entry): Call char_table_ref_and_range.
25001
25002 * category.h (CATEGORY_SET): Just call char_category_set.
25003
25004 * ccl.c: Include "character.h".
25005 (Qccl, Qcclp): New variables.
25006 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
25007 it's less than 256.
25008 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
25009 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
25010 and DST type.
25011 (ccl_driver): Change types of argument, adjust code accordingly.
25012 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
25013 ccl_driver.
25014 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
25015
25016 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
25017 New members src_multibyte, dst_multibyte, consumed, and produced.
25018 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
25019 (CODING_SPEC_CCL_PROGRAM): New macro.
25020 (ccl_driver): Update prototype.
25021 (Qccl, Qcclp, Fccl_program_p): Extern them.
25022 (CHECK_CCL_PROGRAM): New macro.
25023
25024 * character.c, character.h, chartab.c: New files.
25025
25026 * charset.c: Mostly re-written. Move character and multibyte sequence
25027 handling codes to character.c.
25028
25029 * charset.h: Mostly re-written. Move character and multibyte sequence
25030 handling codes to character.h.
25031
25032 * coding.c, coding.h: Mostly re-written.
25033
25034 * composite.c: Include "character.h" instead of "charset.h".
25035 (CHAR_WIDTH): Move to character.h.
25036 (HASH_KEY, HASH_VALUE): Delete.
25037
25038 * composite.h (enum composition_method): Change order of enumeration
25039 symbols.
25040
25041 * data.c: Include "character.h" instead of "charset.h".
25042 (Faref): Call CHAR_TABLE_REF for a char table.
25043 (Faset): Call CHAR_TABLE_SET for a char table.
25044
25045 * dispextern.h (free_realized_face, check_face_attribytes)
25046 (generate_ascii_font): Extern them.
25047 (free_realized_multibyte_face): Delete extern.
25048
25049 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
25050 table structure.
25051
25052 * editfns.c: Include "character.h" instead of "charset.h".
25053 (Fchar_to_string): Always call CHAR_STRING.
25054
25055 * emacs.c (main): Call init_charset_once, init_charset,
25056 syms_of_chartab, and syms_of_character.
25057
25058 * fileio.c: Include "character.h" instead of "charset.h".
25059 (Finsert_file_contents): Big change for the new code-conversion API.
25060 (choose_write_coding_system, Fwrite_region): Likewise.
25061 (build_annotations_2): Delete.
25062 (e_write): Big change for the new code-conversion API.
25063
25064 * fns.c: Include "character.h" instead of "charset.h".
25065 (copy_sub_char_table): Move to chartab.c.
25066 (Fcopy_sequence): Call copy_char_table for a char table.
25067 (concat): Delete codes calling count_multibyte.
25068 (string_char_to_byte, string_byte_to_char): Adjust for the new
25069 multibyte form.
25070 (internal_equal): Adjust for the change of char table structure.
25071 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
25072 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
25073 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
25074 (char_table_translate, optimize_sub_char_table)
25075 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
25076 chartab.c.
25077 (char_table_ref_and_index): Delete.
25078 (HASH_KEY, HASH_VALUE): Move to lisp.h.
25079 (Fmd5): Call preferred_coding_system instead of accessing
25080 Vcoding_category_list. Adjust for the new code-conversion API.
25081 (syms_of_fns): Move defsubr for char table related functions to
25082 chartab.c.
25083
25084 * fontset.c: Mostly re-written.
25085
25086 * fontset.h (struct font_info): Change type of the member encoding_type.
25087 (enum FONT_SPEC_INDEX): New enum.
25088 (fontset_font_pattern, fs_load_font): Update prototype.
25089 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
25090
25091 * indent.c: Include "character.h" instead of "charset.h".
25092 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
25093
25094 * insdel.c: Include "character.h" instead of "charset.h".
25095 (copy_text): Don't refer to Vnonascii_translation_table.
25096 (insert_from_gap): New function.
25097
25098 * keyboard.c: Include "character.h" instead of "charset.h".
25099 (command_loop_1): Never call direct_output_forward_char before
25100 a non-ASCII character.
25101 (read_char): If Vkeyboard_translate_table is a char table, always
25102 translate a character.
25103
25104 * keymap.c: Include "character.h".
25105 (store_in_keymap): Handle the case that IDX is a cons.
25106 (Fdefine_key): Handle the case that KEY is a cons and the car part
25107 is also a cons (range).
25108 (push_key_description): Adjust for the new character code.
25109 (describe_vector): Call describe_char_table for a char table.
25110 (describe_char_table): New function.
25111
25112 * keymap.h (describe_char_table): Extern it.
25113
25114 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
25115 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
25116 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
25117 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
25118 Delete.
25119 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
25120 structure.
25121 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
25122 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
25123 (CHARTAB_SIZE_BITS_3): New macros.
25124 (chartab_size): Extern it.
25125 (struct Lisp_Char_Table): Re-design.
25126 (struct Lisp_Sub_Char_Table): New structure.
25127 (HASH_KEY, HASH_VALUE): Move from fns.c.
25128 (CHARACTERBITS): Define as 22.
25129 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
25130 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
25131 (GC_SUB_CHAR_TABLE_P): New macro.
25132 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
25133 (code_convert_string_norecord): Deleted extern.
25134 (init_character_once, syms_of_character, init_charset)
25135 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
25136
25137 * lread.c: Include "character.h".
25138 (read_multibyte): New arg NBYTES.
25139 (read_escape): Change the meaning of returned *BYTEREP.
25140 (to_multibyte): Delete.
25141 (read1): Adjust the handling of char table and string.
25142
25143 * print.c: Include "character.h" instead of "charset.h".
25144 (print_string): Convert 8-bit raw bytes to octal form by
25145 string_escape_byte8.
25146 (print_object): Adjust for the new multibyte form. Print 8-bit
25147 raw bytes always in octal form. Handle sub char table correctly.
25148
25149 * process.c: Include "character.h" instead of "charset.h".
25150 (read_process_output, send_process): Adjust for the new
25151 code-conversion API.
25152
25153 * puresize.h (BASE_PURESIZE): Increase.
25154
25155 * regex.c: Include "character.h" instead of "charset.h".
25156 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
25157 (regex_compile): Accept a range whose starting and ending
25158 character have different leading bytes.
25159 (analyse_first): Adjust for the above change.
25160
25161 * search.c: Include "character.h" instead of "charset.h".
25162 (search_buffer, boyer_moore): Adjust for the new multibyte form.
25163 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
25164
25165 * syntax.c: Include "character.h" instead of "charset.h".
25166 (syntax_parent_lookup): Delete.
25167 (Fmodify_syntax_entry): Accept a cons as CHAR.
25168 (skip_chars): Adjust for the new multibyte form.
25169 (init_syntax_once): Call char_table_set_range instead of directly
25170 accessing the structure of a char table.
25171
25172 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
25173 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
25174 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
25175 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
25176
25177 * term.c: Include "buffer.h" and "character.h".
25178 (encode_terminal_code, write_glyphs): Adjust for the new
25179 code-conversion API.
25180 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
25181
25182 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
25183
25184 * xdisp.c: Include "character.h".
25185 (get_next_display_element): Adjust for the new multibyte form.
25186 (disp_char_vector): Adjust for the new char table structure.
25187 (decode_mode_spec_coding): Adjust for the new structure of
25188 coding system.
25189 (decode_mode_spec): Adjust for the new code-conversion API.
25190
25191 * xfaces.c: Include "character.h" instead of "charset.h".
25192 (load_face_font): Adjust for the change of choose_face_font and
25193 FS_LOAD_FONT.
25194 (generate_ascii_font): New function.
25195 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
25196 (set_font_frame_param): Adjust for the change of choose_face_font.
25197 (free_realized_face): Make it public.
25198 (free_realized_faces_for_fontset): Rename from
25199 free_realized_multibyte_face. Free also faces realized for ASCII.
25200 (choose_face_font): Change arguments. Adjust for the change of
25201 fontset_font_pattern and FS_LOAD_FONT.
25202
25203 * xfns.c: Include "character.h".
25204 (x_encode_text): Adjust for the new code-conversion API.
25205
25206 * xselect.c: Don't include "charset.h".
25207 (selection_data_to_lisp_data): Adjust for the new code conversion API.
25208
25209 * xterm.c: Include "character.h".
25210 (x_encode_char): New argument CHARSET. Change caller.
25211 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
25212 Call ENCODE_CHAR instead of SPLIT_CHAR.
25213 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
25214 CHAR_WIDTH instead of CHARSET_WIDTH.
25215 (XTread_socket): Adjust for the new code-conversion API.
25216 (x_new_font): Adjust for the change of FS_LOAD_FONT.
25217 (x_load_font): Adjust for the change of struct font.
25218
25219 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
25220
25221 * xfaces.c (face_at_buffer_position): Remove unused vars.
25222
25223 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
25224
25225 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
25226 Fix overflow checking.
25227
25228 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
25229
25230 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
25231 Cancel previous change.
25232
25233 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
25234
25235 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
25236 ccl->eight_bit_control. Fix check for buffer overflow.
25237 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
25238 (ccl_driver): Initialize extra_bytes to 0.
25239
25240 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
25241
25242 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
25243 return it ORed with ctrl_modifier.
25244
25245 2008-01-29 Miles Bader <miles@gnu.org>
25246
25247 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
25248
25249 2008-01-28 Jason Rumney <jasonr@gnu.org>
25250
25251 * w32.c (stat): Don't double check for networked drive.
25252
25253 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25254
25255 * window.c (run_window_configuration_change_hook): New function.
25256 Code extracted from set_window_buffer. Set the selected frame.
25257 (set_window_buffer): Use it.
25258 * window.h (run_window_configuration_change_hook): Declare.
25259 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
25260
25261 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
25262
25263 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
25264
25265 * Makefile.in: Remove references to unused macros.
25266
25267 2008-01-26 Eli Zaretskii <eliz@gnu.org>
25268
25269 * w32.c (g_b_init_get_sid_sub_authority)
25270 (g_b_init_get_sid_sub_authority_count): New static variables.
25271 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
25272 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
25273 (init_user_info): Use them to retrieve uid and gid.
25274 Use 500/513, the Windows defaults, as Administrator's uid/gid.
25275 (fstat): Use pw_uid and pw_gid from the_passwd structure for
25276 st_uid and st_gid of the file.
25277
25278 2008-01-26 Jason Rumney <jasonr@gnu.org>
25279
25280 * w32.c (logon_network_drive): New function.
25281 (stat): Use it.
25282
25283 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
25284
25285 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
25286 invisible text covered with an ellipsis.
25287
25288 2008-01-25 Richard Stallman <rms@gnu.org>
25289
25290 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
25291 jump back to beginning. Move some other initializations after that.
25292 (Qwindow_text_change_functions, Vwindow_text_change_functions):
25293 New variables.
25294 (syms_of_xdisp): Init them.
25295
25296 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
25297
25298 * buffer.c (reset_buffer_local_variables):
25299 Implement `permanent-local-hook'.
25300 (Qpermanent_local_hook): New variable.
25301 (syms_of_buffer): Init and staticpro it.
25302
25303 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
25304
25305 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
25306
25307 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
25308
25309 * fns.c (Fclrhash): Return TABLE.
25310
25311 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25312
25313 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
25314 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
25315 is set even without positional changes.
25316 (x_scroll_bar_clear): Set bar->redraw_needed_p.
25317
25318 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
25319
25320 2008-01-23 Jason Rumney <jasonr@gnu.org>
25321
25322 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
25323
25324 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
25325 the unicode range available in MULE by locale-coding-system.
25326 Improve dbcs lead byte detection. Set event timestamp and modifiers
25327 earlier.
25328
25329 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25330
25331 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
25332 [MAC_OSX] (init_mac_osx_environment): Initialize it.
25333 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
25334 when used on child processes.
25335
25336 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
25337
25338 * dbusbind.c (Fdbus_method_return_internal): Rename from
25339 Fdbus_method_return.
25340 (Fdbus_unregister_object): Move to dbus.el.
25341 (Fdbus_call_method, Fdbus_method_return_internal)
25342 (Fdbus_send_signal): Improve debug messages.
25343
25344 2008-01-20 Martin Rudalics <rudalics@gmx.at>
25345
25346 * undo.c (undo_inhibit_record_point): New variable.
25347 (syms_of_undo): Initialize it.
25348 (record_point): Don't record point when undo_inhibit_record_point
25349 is set.
25350
25351 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
25352
25353 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
25354
25355 * xdisp.c (Qauto_hscroll_mode): New var.
25356 (syms_of_xdisp): Initialize it.
25357 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
25358 window's buffer.
25359 (hscroll_windows): Don't check automatic_hscrolling_p here.
25360
25361 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
25362 vscroll if we're setting window-buffer to the value it already has.
25363
25364 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
25365
25366 * m/intel386.h: Remove references to XENIX.
25367
25368 2008-01-17 Andreas Schwab <schwab@suse.de>
25369
25370 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
25371 instead of HAVE_X86_64_LIB64_DIR.
25372 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
25373
25374 2008-01-17 Glenn Morris <rgm@gnu.org>
25375
25376 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
25377 to HAVE_X86_64_LIB64_DIR.
25378
25379 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
25380
25381 * s/irix3-3.h:
25382 * s/irix4-0.h:
25383 * s/386-ix.h:
25384 * s/domain.h:
25385 * s/hpux9-x11r4.h:
25386 * s/hpux9shxr4.h: Remove files for systems no longer supported.
25387
25388 * sysdep.c: Remove code containing references to symbols defined
25389 by unsupported systems.
25390
25391 2008-01-16 Glenn Morris <rgm@gnu.org>
25392
25393 * coding.c (select-safe-coding-system-function): Doc fix.
25394
25395 2008-01-15 Glenn Morris <rgm@gnu.org>
25396
25397 * config.in: Revert 2008-01-13 change: this is a generated file.
25398
25399 2008-01-13 Tom Tromey <tromey@redhat.com>
25400
25401 * lisp.h: Fix typo.
25402
25403 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
25404
25405 * m/sequent-ptx.h:
25406 * m/sequent.h:
25407 * s/ptx.h:
25408 * s/ptx4-2.h:
25409 * s/ptx4.h: Remove files for systems no longer supported.
25410
25411 * callproc.c (Fcall_process): Fix previous change.
25412
25413 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
25414
25415 * unexsunos4.c: Remove file, system not supported anymore.
25416
25417 * m/mips.h:
25418 * m/intel386.h:
25419 * callproc.c:
25420 * config.in:
25421 * ecrt0.c:
25422 * emacs.c:
25423 * fileio.c:
25424 * frame.c:
25425 * getpagesize.h:
25426 * keyboard.c:
25427 * lread.c:
25428 * process.c:
25429 * puresize.h:
25430 * sysdep.c:
25431 * systty.h:
25432 * syswait.h:
25433 * unexec.c:
25434 * xdisp.c:
25435 * alloc.c: Remove code containing references to symbols defined by
25436 unsupported systems.
25437
25438 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
25439
25440 * coding.c (detect_coding_mask): Fix previous change.
25441
25442 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
25443
25444 * coding.c (detect_coding_iso2022): New arg
25445 latin_extra_code_state. Allow Latin extra codes only
25446 when *latin_extra_code_state is nonzero.
25447 (detect_coding_mask): If there is a NULL byte, detect the encoding
25448 as UTF-16 or binary. If Latin extra codes exist, detect the
25449 encoding as ISO-2022 only when there's no other proper encoding is
25450 found.
25451
25452 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25453
25454 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
25455 #ifdef MAC_OS.
25456
25457 2008-01-08 Richard Stallman <rms@gnu.org>
25458
25459 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
25460
25461 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
25462
25463 * keyboard.c (parse_menu_item): Don't enclose key bindings on
25464 menu bar in parentheses.
25465
25466 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
25467
25468 * m/7300.h:
25469 * m/acorn.h:
25470 * m/alliant-2800.h:
25471 * m/alliant.h:
25472 * m/alliant1.h:
25473 * m/alliant4.h:
25474 * m/altos.h:
25475 * m/amdahl.h:
25476 * m/apollo.h:
25477 * m/att3b.h:
25478 * m/aviion-intel.h:
25479 * m/aviion.h:
25480 * m/celerity.h:
25481 * m/clipper.h:
25482 * m/cnvrgnt.h:
25483 * m/convex.h:
25484 * m/cydra5.h:
25485 * m/delta88k.h:
25486 * m/dpx2.h:
25487 * m/dual.h:
25488 * m/elxsi.h:
25489 * m/f301.h:
25490 * m/gould-np1.h:
25491 * m/gould.h:
25492 * m/i860.h:
25493 * m/ibmps2-aix.h:
25494 * m/ibmrt-aix.h:
25495 * m/ibmrt.h:
25496 * m/irist.h:
25497 * m/is386.h:
25498 * m/isi-ov.h:
25499 * m/mega68.h:
25500 * m/mg1.h:
25501 * m/news-r6.h:
25502 * m/news-risc.h:
25503 * m/news.h:
25504 * m/nh3000.h:
25505 * m/nh4000.h:
25506 * m/ns16000.h:
25507 * m/ns32000.h:
25508 * m/nu.h:
25509 * m/orion.h:
25510 * m/orion105.h:
25511 * m/paragon.h:
25512 * m/pfa50.h:
25513 * m/plexus.h:
25514 * m/pyramid.h:
25515 * m/pyrmips.h:
25516 * m/sh3el.h:
25517 * m/sps7.h:
25518 * m/sr2k.h:
25519 * m/stride.h:
25520 * m/sun1.h:
25521 * m/sun2.h:
25522 * m/sun3-68881.h:
25523 * m/sun3-fpa.h:
25524 * m/sun3-soft.h:
25525 * m/sun3.h:
25526 * m/sun386.h:
25527 * m/symmetry.h:
25528 * m/tad68k.h:
25529 * m/tahoe.h:
25530 * m/targon31.h:
25531 * m/tek4300.h:
25532 * m/tekxd88.h:
25533 * m/tower32.h:
25534 * m/tower32v3.h:
25535 * m/ustation.h:
25536 * m/wicat.h:
25537 * m/xps100.h:
25538 * s/cxux.h:
25539 * s/cxux7.h:
25540 * s/dgux.h:
25541 * s/dgux4.h:
25542 * s/dgux5-4-3.h:
25543 * s/dgux5-4r2.h:
25544 * s/esix.h:
25545 * s/esix5r4.h:
25546 * s/hiuxmpp.h:
25547 * s/hiuxwe2.h:
25548 * s/iris3-5.h:
25549 * s/iris3-6.h:
25550 * s/isc2-2.h:
25551 * s/isc3-0.h:
25552 * s/isc4-0.h:
25553 * s/isc4-1.h:
25554 * s/newsos5.h:
25555 * s/newsos6.h:
25556 * s/osf1.h:
25557 * s/osf5-0.h:
25558 * s/riscix1-1.h:
25559 * s/riscix12.h:
25560 * s/sco4.h:
25561 * s/sco5.h:
25562 * s/sunos4-0.h:
25563 * s/sunos4-1.h:
25564 * s/sunos413.h:
25565 * s/sunos4shr.h:
25566 * s/umax.h:
25567 * s/unipl5-2.h:
25568 * s/xenix.h:
25569 * cxux-crt0.s:
25570 * unexapollo.c:
25571 * unexconvex.c:
25572 * unexenix.c:
25573 * unexsni.c: Remove files for systems no longer supported.
25574
25575 * m/intel386.h: Remove references to unsupported systems.
25576
25577 * w32.c (get_emacs_configuration): Remove reference to i860.
25578
25579 * sysdep.c: Remove dead code.
25580
25581 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
25582
25583 * s/rtu.h:
25584 * m/masscomp.h: Remove files. Platform is obsolete.
25585
25586 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
25587
25588 * dbusbind.c (Fdbus_method_return): New function.
25589 (xd_read_message): Add the serial number to the event.
25590 (Fdbus_register_method): Activate the function.
25591
25592 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25593
25594 * keyboard.c (read_key_sequence): Fix typo.
25595
25596 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
25597
25598 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
25599 (xd_signature, xd_append_arg): Handle element type detection for
25600 empty arrays.
25601 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
25602 SDATA () calls; this must be solved more general.
25603 (Fdbus_register_signal): Use SBYTES instead of strlen.
25604
25605 2008-01-03 Magnus Henoch <magnus@zemdatav>
25606
25607 * dbusbind.c (xd_append_arg): Use unsigned char instead of
25608 unsigned int for byte values (necessary for big-endian platform).
25609 (Fdbus_call_method): Handle the case of no returned arguments.
25610
25611 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
25612
25613 * dbusbind.c (xd_read_message): Use non-static input_event struct.
25614
25615 2007-12-31 Magnus Henoch <mange@freemail.hu>
25616
25617 * dbusbind.c (xd_signature): Signature of variant is just "v".
25618
25619 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
25620
25621 * dbusbind.c: Fix several errors and compiler warnings.
25622 Reported by Tom Tromey <tromey@redhat.com>.
25623 (XD_ERROR, XD_DEBUG_MESSAGE)
25624 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
25625 (xd_append_arg): Part for basic D-Bus types rewritten.
25626 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
25627 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
25628 appropriate.
25629 (xd_read_message): Return Qnil. Don't signal an error; it is not
25630 useful during event reading.
25631 (Fdbus_register_signal): Signal an error if the check for
25632 FUNCTIONP fails.
25633 (Fdbus_register_method): New function. The implementation is not
25634 complete, the call of the function signals an error therefore.
25635 (Fdbus_unregister_object): New function, renamed from
25636 Fdbus_unregister_signal. The initial check signals an error, if
25637 the object is not well formed.
25638
25639 2007-12-30 Richard Stallman <rms@gnu.org>
25640
25641 * textprop.c (get_char_property_and_overlay):
25642 Signal error if POSITION is out of range in a buffer.
25643
25644 2007-12-29 Martin Rudalics <rudalics@gmx.at>
25645
25646 * w32fns.c (Fx_create_frame): Make copy of frame parameters
25647 because the original parameters are in pure storage now.
25648
25649 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25650
25651 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
25652
25653 2007-12-22 Eli Zaretskii <eliz@gnu.org>
25654
25655 * callint.c (syms_of_callint) <command-history>: Add reference to
25656 history-length in the doc string.
25657
25658 2007-12-17 Jason Rumney <jasonr@gnu.org>
25659
25660 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
25661 before passing as wParam.
25662
25663 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
25664
25665 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
25666 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
25667 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
25668 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
25669 as number.
25670 (Fdbus_call_method): Fix docstring.
25671
25672 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
25673
25674 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
25675 New macros.
25676 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
25677 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
25678 Simplify.
25679 (xd_signature): New function.
25680 (xd_append_arg): Compute also signatures. Major rewrite.
25681 (xd_retrieve_arg): Make debug messages friendly.
25682 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
25683 Check for signatures of arguments.
25684
25685 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
25686
25687 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
25688 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
25689 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
25690 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
25691 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
25692 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
25693 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
25694 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
25695 (xd_retrieve_value): Remove. Functionality included in ...
25696 (xd_append_arg): New function.
25697 (Fdbus_call_method, Fdbus_send_signal): Apply it.
25698
25699 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
25700
25701 * dbusbind.c (top): Include <stdio.h>.
25702 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
25703 dbus_message_new_method_call and dbus_message_new_signal.
25704 (Fdbus_register_signal): Rename unique_name to uname.
25705 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
25706 non-existing unique name. Fix typos in matching rule. Return an
25707 object which is useful in Fdbus_unregister_signal.
25708 (Fdbus_unregister_signal): Reimplementation, in order to remove
25709 only the corresponding entry.
25710 (Vdbus_registered_functions_table): Change the order of entries.
25711 Apply these changes in xd_read_message and Fdbus_register_signal.
25712
25713 2007-12-16 Andreas Schwab <schwab@suse.de>
25714
25715 * fileio.c (Finsert_file_contents): Fix overflow check to not
25716 depend on undefined integer overflow.
25717
25718 2007-12-14 Jason Rumney <jasonr@gnu.org>
25719
25720 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
25721 for characters above 127.
25722
25723 2007-12-13 Jason Rumney <jasonr@gnu.org>
25724
25725 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
25726 before dereferencing array.
25727 (lookup_vk_code): Remove zero comparison.
25728
25729 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
25730
25731 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
25732 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
25733 Use `unsigned int' instead of `uint'.
25734 (xd_read_message, Fdbus_register_signal): Split expressions into
25735 multiple lines before operators "&&" and "||", according to the
25736 GNU Coding Standards.
25737
25738 2007-12-14 Eli Zaretskii <eliz@gnu.org>
25739
25740 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
25741
25742 2007-12-12 Juri Linkov <juri@jurta.org>
25743
25744 * buffer.c (Frename_buffer): In interactive spec replace
25745 `read-buffer' with `read-string' that uses `buffer-name-history'
25746 as history, and the current buffer's name as default.
25747
25748 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
25749
25750 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
25751 manipulating the backtrace manually.
25752 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
25753 (struct backtrace, backtrace_list): Remove.
25754 (command_loop_1): Remove dead var `no_direct'.
25755
25756 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
25757 preserve non-built-in buffer-local variables.
25758 (Fkill_all_local_variables): Don't re-create&re-set permanent
25759 buffer-local variables.
25760
25761 2007-12-09 Juri Linkov <juri@jurta.org>
25762
25763 * buffer.c (Frename_buffer): Change interactive spec from "s" to
25764 Lisp code that uses `read-buffer' with current buffer as default.
25765
25766 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
25767
25768 * dbusbind.c (xd_read_message): Generate an event for every
25769 registered handler. There might be several handlers registered
25770 for the same signal.
25771 (Fdbus_register_signal): Don't overwrite a registration for the
25772 same signal. Add a new registration if handlers are different.
25773 (Vdbus_registered_functions_table): Rework doc string.
25774
25775 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
25776
25777 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
25778 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
25779 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
25780 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
25781 Unify argument lists.
25782 (xd_read_message, Fdbus_register_signal): Reorder and extend event
25783 arguments and hash table keys. Use unique name for service.
25784 (Fdbus_unregister_signal): Remove checks.
25785 (Vdbus_registered_functions_table): Fix doc string.
25786
25787 2007-12-05 Magnus Henoch <mange@freemail.hu>
25788
25789 * process.c (make_process): Initialize pty_flag to 0.
25790
25791 2007-12-05 Jason Rumney <jasonr@gnu.org>
25792
25793 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
25794 specified XBMs.
25795
25796 2007-12-05 Richard Stallman <rms@gnu.org>
25797
25798 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
25799
25800 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25801
25802 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
25803 New variable.
25804 (mac_try_close_socket) [MAC_OSX]: New function.
25805 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
25806 Update cfsockets_for_select. Replace invalid CFRunLoop source.
25807
25808 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
25809 Use mac_try_close_socket.
25810
25811 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25812
25813 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
25814 reloc_base.
25815 (copy_dysymtab): Compute relocation base here.
25816 (rebase_reloc_address) [__ppc64__]: New function.
25817 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
25818 changed.
25819
25820 2007-12-05 Jason Rumney <jasonr@gnu.org>
25821
25822 * w32proc.c (sys_spawnve): Quote args with wildcards.
25823
25824 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25825
25826 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
25827 __objc_* sections.
25828 (unrelocate) [_LP64]: Set relocation base to address of data segment.
25829
25830 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
25831
25832 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
25833 Move check for Vdbus_registered_functions_table to
25834 xd_read_queued_messages.
25835 (xd_read_queued_messages): Protect xd_read_message calls by
25836 internal_condition_case_1.
25837
25838 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
25839
25840 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
25841 Qdbus_system_bus and Qdbus_session_bus, respectively.
25842 (Vdbus_intern_symbols): Remove.
25843 (Vdbus_registered_functions_table): New hash table.
25844 (XD_SYMBOL_INTERN_SYMBOL): Remove.
25845 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
25846 Rewrite in order to manage registered functions by hash table
25847 Vdbus_registered_functions_table.
25848
25849 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
25850
25851 * xterm.c: Update URL to Window Manager Specification in comment.
25852
25853 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
25854
25855 * config.in (HAVE_DBUS): Add.
25856
25857 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
25858 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
25859 (obj): Add $(DBUS_OBJ).
25860 (LIBES): Add $(DBUS_LIBS).
25861 (dbusbind.o): New target.
25862
25863 * dbusbind.c: New file.
25864
25865 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
25866
25867 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
25868 (Qdbus_event): New Lisp symbol.
25869 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
25870 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
25871 (keys_of_keyboard): Define dbus-event.
25872
25873 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
25874
25875 2007-12-01 Richard Stallman <rms@gnu.org>
25876
25877 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
25878
25879 2007-11-30 Jason Rumney <jasonr@gnu.org>
25880
25881 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
25882 (w32con_reset_terminal_modes): Clear screen buffer.
25883 (w32_face_attributes): Don't use color indexes that are out of range.
25884 Only reverse the default colors.
25885
25886 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
25887 WINDOWSNT.
25888
25889 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
25890
25891 2007-11-29 Jason Rumney <jasonr@gnu.org>
25892
25893 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
25894 (w32_face_attributes): Use Vtty_defined_color_alist to determine
25895 if the terminal colors are initialized.
25896 (unspecified_fg, unspecified_bg): Remove unused declarations.
25897
25898 2007-11-29 Andreas Schwab <schwab@suse.de>
25899
25900 * keyboard.c (apply_modifiers): Fix typo.
25901
25902 2007-11-29 Richard Stallman <rms@gnu.org>
25903
25904 * keymap.c (Fcurrent_local_map): Doc fix.
25905
25906 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
25907
25908 * s/gnu-kfreebsd.h: New file.
25909
25910 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
25911
25912 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
25913 Don't cast redundantly.
25914
25915 * keyboard.c (KEY_TO_CHAR): New macro.
25916 (parse_modifiers, apply_modifiers): Accept integer arguments.
25917 (read_key_sequence): Use them to unify the "shift->unshift" mapping
25918 for chars and symbol keys.
25919 After doing such remapping, apply function-key-map again.
25920
25921 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
25922
25923 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
25924 compiled anymore.
25925
25926 2007-11-26 Andreas Schwab <schwab@suse.de>
25927
25928 * process.c (list_processes_1): Fix indentation level of the
25929 command column.
25930
25931 2007-11-23 Andreas Schwab <schwab@suse.de>
25932
25933 * editfns.c (Fformat): Handle %c specially since it requires the
25934 argument to be of type int.
25935
25936 2007-11-23 Markus Triska <markus.triska@gmx.at>
25937
25938 * emacs.c (main): Call init_editfns before init_process, since
25939 init_process sets Vprocess_connection_type depending on OS release.
25940
25941 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
25942
25943 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
25944 (find_symbol_value): Use do_symval_forwarding.
25945
25946 * data.c (set_internal): Set the value in the `cons-cell' (for
25947 Buffer_Local_values) not only for frame-local variables.
25948
25949 2007-11-22 Andreas Schwab <schwab@suse.de>
25950
25951 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
25952 values to sprintf.
25953 * keymap.c (Fsingle_key_description): Likewise.
25954 * print.c (print_object): Likewise.
25955
25956 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
25957
25958 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
25959 file for image is nil.
25960
25961 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
25962
25963 * term.c: Include stdarg.h.
25964 (fatal): Implement using varargs.
25965 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
25966
25967 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
25968
25969 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
25970 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
25971 Update call to buffer_slot_type_mismatch.
25972 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
25973 (buffer_slot_type_mismatch): Update.
25974 * buffer.c (buffer_local_types): Remove.
25975 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
25976 (defvar_per_buffer): Set the type in the buffer_objfwd.
25977
25978 2007-11-21 Jason Rumney <jasonr@gnu.org>
25979
25980 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
25981 CreateFileMapping returns NULL on failure.
25982
25983 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
25984
25985 * search.c (Fset_match_data): Remove the `evaporate' feature.
25986 (unwind_set_match_data): Don't use the `evaporate' feature.
25987
25988 2007-11-21 Jason Rumney <jasonr@gnu.org>
25989
25990 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
25991
25992 * w32console.c (w32con_write_glyphs): Remove unused variables.
25993
25994 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
25995
25996 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
25997
25998 * s/darwin.h (MULTI_KBOARD): Remove.
25999
26000 * macfns.c (x_create_tip_frame, Fx_create_frame)
26001 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
26002
26003 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
26004
26005 * buffer.c (Fbuffer_local_value): Remove redundant test.
26006 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
26007 than in `current-buffer' to match the comment.
26008 Do the swap using swap_in_global_binding.
26009
26010 * data.c (store_symval_forwarding, set_internal):
26011 * eval.c (specbind): Remove dead code.
26012
26013 * coding.c (detect_coding, Fupdate_coding_systems_internal):
26014 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
26015 Since we do not want to see internal Lisp_*fwd objects here.
26016
26017 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
26018
26019 * sysdep.c (init_system_name): Use getaddrinfo if available.
26020
26021 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
26022 (x_scroll_bar_note_movement): start, end, with, height in struct
26023 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
26024
26025 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
26026
26027 * puresize.h (BASE_PURESIZE): Increase to 1190000.
26028
26029 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
26030
26031 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
26032 This undoes Richard's change of 14-Oct-2002.
26033
26034 * alloc.c (allocate_other_vector):
26035 * lisp.h (allocate_other_vector): Remove.
26036
26037 * window.c (struct save_window_data): Move non-lisp data to the end
26038 and make it `int' rather than Lisp_Object.
26039 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
26040 Done wrap/unwrap integer values.
26041 (Fset_window_configuration, compare_window_configurations):
26042 Update use of fields to their new types.
26043
26044 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
26045 Turn integer fields into `int'. Merge x_window_low and x_window_high.
26046 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
26047 (SET_SCROLL_BAR_X_WINDOW): Remove.
26048 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
26049 Access the new x_window field directly.
26050 * xterm.c (x_scroll_bar_create): Use a pseudovector.
26051 Don't wrap/unwrap integers into Lisp_Objects.
26052 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
26053 (x_scroll_bar_report_motion):
26054 Don't wrap/unwrap integers into Lisp_Objects.
26055 (x_term_init): Use SDATA.
26056 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
26057 (x_scroll_bar_set_handle, x_scroll_bar_remove)
26058 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
26059 (x_scroll_bar_report_motion, x_scroll_bar_clear):
26060 * xfns.c (x_set_background_color):
26061 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
26062 Access the new x_window field directly.
26063
26064 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
26065 (allocate_pseudovector): Make non-static.
26066
26067 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
26068 (allocate_pseudovector): Declare.
26069 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
26070
26071 2007-11-15 Andreas Schwab <schwab@suse.de>
26072
26073 * editfns.c (Fformat): Correctly format EMACS_INT values.
26074 Also take precision into account when formatting an integer.
26075
26076 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
26077
26078 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
26079
26080 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
26081 (syms_of_keyboard): Defsubr it.
26082
26083 * data.c (swap_in_global_binding): Fix longstanding bug where
26084 store_symval_forwarding was not called with the right second argument,
26085 thus causing objfwd-ing from being dropped.
26086
26087 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
26088
26089 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
26090 (Fx_display_pixel_height, Fx_display_planes)
26091 (Fx_display_color_cells, Fx_server_max_request_size)
26092 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
26093 (Fx_display_visual_class, Fx_display_save_under):
26094 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
26095 (Fx_display_pixel_height, Fx_display_planes)
26096 (Fx_display_color_cells, Fx_server_max_request_size)
26097 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
26098 (Fx_display_mm_height, Fx_display_mm_width)
26099 (Fx_display_backing_store, Fx_display_visual_class)
26100 (Fw32_select_font, Fx_display_save_under):
26101 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
26102 (Fx_display_pixel_height, Fx_display_planes)
26103 (Fx_display_color_cells, Fx_server_max_request_size)
26104 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
26105 (Fx_display_save_under): Fix typos in docstrings.
26106
26107 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
26108
26109 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
26110 corresponding to deleted entries; they are an implementation detail.
26111 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
26112 Remove variables.
26113 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
26114 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
26115 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
26116 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
26117 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
26118 (Fw32_define_rgb_color, Fw32_load_color_file)
26119 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
26120 Fix typos in docstrings.
26121 (Fx_server_version): Reflow docstring.
26122 (Fw32_shell_execute): Doc fixes.
26123
26124 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
26125
26126 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
26127 if w32_parse_hot_key returned nil.
26128
26129 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
26130
26131 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
26132
26133 2007-11-09 Jason Rumney <jasonr@gnu.org>
26134
26135 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
26136
26137 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
26138
26139 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
26140 Remove W32_SCROLL_BAR_CLICK_EVENT.
26141
26142 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
26143 Add MULTIMEDIA_KEY_EVENT.
26144
26145 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
26146 (lispy_multimedia_keys) [WINDOWSNT]: New array.
26147 (make_lispy_event) [WINDOWSNT]: Use it to translate
26148 MULTIMEDIA_KEY_EVENT.
26149
26150 * w32term.h (WM_APPCOMMAND): Define if not already.
26151 (GET_APPCOMMAND_LPARAM): Likewise.
26152
26153 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
26154 WM_APPCOMMAND.
26155
26156 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
26157 (syms_of_w32fns): Export and initialize it.
26158 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
26159
26160 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
26161
26162 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
26163 twice.
26164
26165 * xdisp.c (handle_face_prop): Fix last change.
26166
26167 2007-11-09 Richard Stallman <rms@gnu.org>
26168
26169 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
26170 not just for after-strings and before-strings.
26171 Call face_for_overlay_string and pass the overlay to it.
26172 (handle_display_prop): Determine whether property came from an overlay.
26173 Pass OVERLAY arg to handle_single_display_spec.
26174 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
26175 (load_overlay_strings): Fill in it->string_overlays.
26176 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
26177
26178 * xfaces.c (face_for_overlay_string): Function renamed from
26179 face_at_buffer_position_no_overlays, and add arg OVERLAY.
26180
26181 * dispextern.h (struct it): New elt string_overlays.
26182 New elt from_overlay, also in stack.
26183 Rearrange a few elements.
26184 (face_for_overlay_string): Decl renamed from
26185 face_at_buffer_position_no_overlays, and add argument.
26186
26187 2007-11-09 Richard Stallman <rms@gnu.org>
26188
26189 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
26190 to get the base face for an overlay string.
26191
26192 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
26193
26194 * xfaces.c (face_at_buffer_position_no_overlays): New function.
26195
26196 * xdisp.c (handle_stop): Move some code out of loop.
26197
26198 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26199
26200 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
26201 Fix conversion from Lisp object to ATSUFontID.
26202
26203 2007-11-09 Jason Rumney <jasonr@gnu.org>
26204
26205 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
26206
26207 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26208
26209 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
26210 Don't assume regions are aligned to page boundary.
26211 (print_load_command_name): Add LC_UUID if defined.
26212
26213 2007-11-09 Richard Stallman <rms@gnu.org>
26214
26215 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
26216
26217 2007-11-07 Jason Rumney <jasonr@gnu.org>
26218
26219 * s/windows95.h: Remove.
26220
26221 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
26222
26223 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
26224 abort with a message on unhandled store_type values.
26225
26226 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
26227
26228 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
26229 Remove HAVE_X11R5 and HAVE_X11R4.
26230
26231 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
26232
26233 * Makefile.in: Remove references to sunfns.c and sunfns.o.
26234
26235 2007-11-01 Johan Bockgård <bojohan@gnu.org>
26236
26237 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
26238 Don't set s->stippled_p here, since it has already been set by
26239 x_set_glyph_string_gc from x_draw_glyph_string.
26240
26241 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
26242
26243 * sunfns.c: Remove file.
26244
26245 * m/sun386.h:
26246 * m/sun2.h:
26247 * m/sparc.h: Remove Sun windows code.
26248
26249 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
26250
26251 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
26252 (init_keyboard): Set current_kboard's window-system to nil.
26253 (tty_read_avail_input): Typo.
26254 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
26255
26256 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
26257
26258 * s/usg5-4.h:
26259 * s/usg5-3.h:
26260 * s/ptx.h:
26261 * m/is386.h:
26262 * m/ibmps2-aix.h:
26263 * Makefile.in: Remove all mentions of X10.
26264
26265 * dispnew.c (syms_of_display): Don't mention version 10.
26266
26267 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
26268
26269 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
26270 ($(BLD)/abbrev.$(O)): Remove.
26271
26272 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
26273
26274 Rewrite abbrev.c in Elisp.
26275 * image.c (Qcount): Don't declare as extern.
26276 (syms_of_image): Initialize and staticpro `Qcount'.
26277 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
26278 * emacs.c (main): Don't call syms_of_abbrev.
26279 * Makefile.in (obj): Remove abbrev.o.
26280 (abbrev.o): Remove.
26281 * abbrev.c: Remove.
26282
26283 2007-10-26 Martin Rudalics <rudalics@gmx.at>
26284
26285 * window.c (window_min_size_2): Don't count header-line.
26286
26287 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
26288
26289 * frame.h (struct frame): Move all bit fields after the first bit
26290 field to take advantage of the available space. Group all the
26291 chars together to reduce wasted space due to padding.
26292
26293 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
26294
26295 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
26296
26297 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
26298 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
26299 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
26300 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
26301 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
26302 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
26303 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
26304 (last_marked, mark_object_loop_halt): Make static.
26305
26306 * frame.c (syms_of_frame) <delete-frame-functions>:
26307 Fix typo in docstring.
26308
26309 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
26310
26311 * w32.c (init_environment): Fix tiny memory leak.
26312 (w32_get_resource): Remove unused variable `ok'.
26313
26314 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
26315
26316 Make `window-system' into a keyboard-local variable (rather than
26317 frame-local as done originally by multi-tty).
26318
26319 * keyboard.h (struct kboard): Add Vwindow_system.
26320 * keyboard.c (init_kboard): Set a default for Vwindow_system.
26321 (mark_kboards): Mark Vwindow_system.
26322
26323 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
26324 (init_display): Don't set the obsolete `window-system' frame-param.
26325
26326 * xterm.c (x_term_init):
26327 * w32term.c (w32_create_terminal):
26328 * term.c (init_tty): Set Vwindow_system.
26329 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
26330 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
26331
26332 * xfns.c (Fx_create_frame, x_create_tip_frame):
26333 * w32fns.c (Fx_create_frame, x_create_tip_frame):
26334 * macfns.c (Fx_create_frame):
26335 Don't set the obsolete `window-system' frame-param.
26336
26337 * frame.h (Qwindow_system): Remove.
26338 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
26339 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
26340
26341 2007-10-24 Richard Stallman <rms@gnu.org>
26342
26343 * frame.c (x_figure_window_size): For fullscreen case,
26344 set USPosition | PPosition without clobbering rest of window_prompting.
26345
26346 * keyboard.c (Fcurrent_idle_time): Doc fix.
26347
26348 * print.c (Fwith_output_to_temp_buffer): Doc fix.
26349
26350 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
26351
26352 * process.c (unwind_request_sigio): Only define if __ultrix__.
26353
26354 * callproc.c (child_setup): Remove spurious *.
26355
26356 * lisp.h (Fget_text_property): Declare.
26357 (have_menus_p): Declare it here rather than in sys-dep header files.
26358 * macterm.h (have_menus_p):
26359 * msdos.h (have_menus_p):
26360 * xterm.h (have_menus_p): Remove.
26361
26362 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
26363 (Fmake_variable_frame_local): Just check the variable's const-ness
26364 rather than checking nil or t.
26365
26366 2007-10-22 Jason Rumney <jasonr@gnu.org>
26367
26368 * w32fns.c: Include math.h.
26369 (w32_abort): Declaration moved to nt/config.nt.
26370
26371 * s/ms-w32.h (HAVE_STDLIB_H): Define.
26372 (abort): Redefinition moved to nt/config.nt.
26373
26374 * m/windowsnt.h: Remove.
26375
26376 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
26377
26378 * emacs.c (Fdump_emacs): Fix typo in message.
26379 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
26380 <installation-directory>: Reflow docstring.
26381
26382 2007-10-22 Juri Linkov <juri@jurta.org>
26383
26384 * minibuf.c: Allow minibuffer default to be a list of default values.
26385 With empty input use the first element of this list as returned default.
26386 (string_to_object)
26387 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
26388 (read_minibuf): If defalt is cons, set histstring to its car.
26389 (Fread_string): If default_value is cons, set val to its car.
26390 (Fread_buffer): If def is cons, use its car.
26391 (Fcompleting_read): If defalt is cons, set val to its car.
26392
26393 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
26394
26395 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
26396
26397 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
26398
26399 * doc.c (Fdocumentation): Check for advice in all cases.
26400
26401 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
26402
26403 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
26404
26405 2007-10-19 Richard Stallman <rms@gnu.org>
26406
26407 * doc.c (Fdocumentation): Check for and handle an advised function.
26408
26409 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
26410
26411 * process.c (Fset_process_filter): Doc fix.
26412
26413 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
26414
26415 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
26416 which caused key-translation-map to applied repeatedly (thus breaking
26417 double-mode).
26418
26419 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
26420
26421 * xselect.c (x_own_selection, x_handle_selection_clear)
26422 (x_clear_frame_selections):
26423 * w32menu.c (list_of_panes, list_of_items):
26424 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
26425 * textprop.c (validate_plist, interval_has_all_properties)
26426 (interval_has_some_properties, interval_has_some_properties_list)
26427 (add_properties, text_property_list):
26428 * process.c (Fget_buffer_process, list_processes_1, status_notify):
26429 * minibuf.c (Fassoc_string):
26430 * macselect.c (x_own_selection, x_clear_frame_selections)
26431 (Fx_disown_selection_internal):
26432 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
26433 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
26434
26435 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
26436
26437 * process.c: Link to libs for calling res_init() if available.
26438 (Fmake_network_process): Call res_init() before getaddrinfo or
26439 gethostbyname, if possible.
26440
26441 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
26442
26443 * lread.c (read1): Set pvectype for char_tables.
26444
26445 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
26446 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
26447 Add type checks.
26448 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
26449
26450 * alloc.c (free_misc): Use XMISCTYPE.
26451 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
26452
26453 2007-10-17 Glenn Morris <rgm@gnu.org>
26454
26455 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
26456 (syms_of_minibuf): Add Qcompletion_ignore_case.
26457 * dired.c (Qcompletion_ignore_case): Change to external.
26458 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
26459 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
26460 (Fread_file_name): Use it rather than intern'ing.
26461
26462 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
26463 (Fread_coding_system): Ignore case of user input.
26464
26465 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26466
26467 * xdisp.c (handle_display_prop): Ignore display specs after
26468 replacing one when string text is being replaced.
26469 (handle_single_display_spec): Pretend as if characters with display
26470 property haven't been consumed only when buffer text is being replaced.
26471
26472 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
26473
26474 * xfns.c (Fx_create_frame, Fx_display_list):
26475 * window.c (window_fixed_size_p, enlarge_window)
26476 (shrink_window_lowest_first):
26477 * macterm.c (init_font_name_table):
26478 * macfns.c (Fx_create_frame, Fx_display_list):
26479 * lread.c (close_load_descs):
26480 * keyboard.c (read_char_x_menu_prompt):
26481 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
26482 * coding.c (code_convert_region_unwind): Test the type of an object
26483 rather than just !NILP before extracting data from it.
26484
26485 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
26486
26487 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
26488 (XMISCANY): New macro.
26489 (XMISCTYPE): Use it.
26490 (struct Lisp_Misc_Any): New type.
26491 (union Lisp_Misc): Use it.
26492 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
26493 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
26494 (find_symbol_value, set_internal, default_value, Fset_default)
26495 (Fmake_variable_buffer_local, Fmake_local_variable)
26496 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
26497 (Flocal_variable_if_set_p, Fvariable_binding_locus):
26498 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
26499 * alloc.c (allocate_buffer): Set the size and tag.
26500 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
26501 Use XMISCANY.
26502 (die): Follow the GNU convention for error messages.
26503 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
26504 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
26505 tag any more.
26506 (set_buffer_internal_1):
26507 * frame.c (store_frame_param):
26508 * eval.c (specbind):
26509 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
26510
26511 * doc.c (Fsnarf_documentation): Simplify.
26512
26513 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
26514
26515 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
26516 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
26517
26518 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
26519
26520 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
26521
26522 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
26523
26524 * eval.c (do_autoload): Don't save autoloads.
26525
26526 * data.c (Ffset): Save autoload of the function being set.
26527
26528 2007-10-07 John Paul Wallington <jpw@pobox.com>
26529
26530 * xfns.c (x_create_tip_frame): Set the `display-type' frame
26531 parameter before setting up faces.
26532
26533 2007-10-13 Eli Zaretskii <eliz@gnu.org>
26534
26535 * ccl.c (Fregister_code_conversion_map):
26536 * keyboard.c (append_tool_bar_item): Reformat last change.
26537
26538 * lisp.h (eabs): Rename from `abs'. All callers changed.
26539
26540 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
26541
26542 * buffer.c (add_overlay_mod_hooklist):
26543 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
26544 * fontset.c (make_fontset):
26545 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
26546 (append_tool_bar_item):
26547 * macmenu.c (grow_menu_items):
26548 * w32menu.c (grow_menu_items):
26549 * xmenu.c (grow_menu_items): Use larger_vector.
26550
26551 2007-10-13 Eli Zaretskii <eliz@gnu.org>
26552
26553 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
26554 selected frame'' on MSDOS).
26555
26556 2007-10-12 Martin Rudalics <rudalics@gmx.at>
26557
26558 * frame.c (Qexplicit_name): New variable.
26559 (x_report_frame_params): Report it in parameter alist.
26560 (syms_of_frame): Intern and staticpro it.
26561
26562 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
26563
26564 * macfns.c (x_create_tip_frame): Set terminal for frame.
26565
26566 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
26567
26568 * frame.c (Qenvironment): Remove.
26569 (syms_of_frame) <Qenvironment>: Don't initialize.
26570 (Fdelete_frame): Don't treat the `environment' param specially.
26571 * frame.h (Qenvironment): Don't declare.
26572 * callproc.c (set_initial_environment): Don't set unused frame param.
26573
26574 * frame.c (Fframe_with_environment): Remove.
26575 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26576
26577 * lisp.h (Fframe_with_environment): Don't declare.
26578
26579 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
26580
26581 * indent.c (indent_tabs_mode, last_known_column)
26582 (last_known_column_modified): Make static.
26583 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
26584
26585 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
26586
26587 * puresize.h (BASE_PURESIZE): Increase to 1170000.
26588
26589 2007-10-09 Jason Rumney <jasonr@gnu.org>
26590
26591 * w32term.c (x_set_window_size): Disable code that attempts to tell
26592 Lisp code about a size change before it actually happens.
26593
26594 2007-10-09 Richard Stallman <rms@gnu.org>
26595
26596 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
26597 return HANDLED_RETURN.
26598
26599 2007-10-08 Martin Rudalics <rudalics@gmx.at>
26600
26601 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
26602 when there's an unread command event.
26603
26604 * frame.c (focus_follows_mouse): Move here from frame.el to allow
26605 window autoselection act appropriately when leaving selected frame.
26606 (syms_of_frame): Initialize focus_follows_mouse.
26607 * frame.h (focus_follows_mouse): Extern it.
26608 * macterm.c (XTread_socket): When focus_follows_mouse is nil
26609 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
26610 * msdos.c (dos_rawgetc): Likewise.
26611 * w32term.c (w32_read_socket): Likewise.
26612 * xterm.c (handle_one_xevent): Likewise.
26613 * xdisp.c (syms_of_xdisp): In doc-string of
26614 mouse-autoselect-window mention focus-follows-mouse.
26615
26616 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26617
26618 * macterm.c (mac_load_query_font): Fix missing return value.
26619 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
26620 Add BLOCK_INPUT.
26621
26622 2007-10-08 Richard Stallman <rms@gnu.org>
26623
26624 * xdisp.c (get_window_cursor_type): Implement documented behavior
26625 for cursor-in-non-selected-windows = t.
26626
26627 2007-10-08 Jason Rumney <jasonr@gnu.org>
26628
26629 * w32.c (w32_get_resource): Always close registry keys.
26630
26631 2007-10-08 Jason Rumney <jasonr@gnu.org>
26632
26633 * makefile.w32-in (LIBS): Add COMCTL32.
26634
26635 * w32fns.c (globals_of_w32fns): Init common controls.
26636
26637 2007-10-08 Richard Stallman <rms@gnu.org>
26638
26639 * image.c (our_memory_buffer): Rename from omfib_buffer.
26640
26641 2007-10-08 Richard Stallman <rms@gnu.org>
26642
26643 * buffer.c (Foverlays_at): Doc fix.
26644
26645 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
26646
26647 * fns.c (Fplist_put): Preserve uneven tail data.
26648
26649 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
26650
26651 * termhooks.h (enum event_kind): Remove trailing comma.
26652
26653 * frame.h (enum): Remove trailing comma.
26654
26655 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
26656
26657 * w32proc.c (delete_child): Don't terminate threads of zombies.
26658
26659 2007-10-08 Martin Rudalics <rudalics@gmx.at>
26660
26661 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
26662
26663 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
26664 last-repeatable-command.
26665 (init_kboard): Initialize Vlast_repeatable_command.
26666 (command_loop_1): Set it to real_this_command unless that was
26667 bound to an input event.
26668 (mark_kboards): Mark it.
26669
26670 2007-10-08 Richard Stallman <rms@gnu.org>
26671
26672 * eval.c (condition-case): Doc fix.
26673
26674 2007-10-08 Masatake YAMATO <jet@gyve.org>
26675
26676 * xfaces.c (tty_supports_face_attributes_p): Fix code
26677 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
26678 was copied and not edited.
26679
26680 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
26681
26682 Add new `input-decode-map' keymap and use it for terminal
26683 escape sequences.
26684 * keyboard.h (struct kboard): Add Vinput_decode_map.
26685 Remove Vlocal_key_translation_map.
26686 * keyboard.c (read_key_sequence): Add support for input-decode-map.
26687 (init_kboard): Init input-decode-map.
26688 Replace local-key-translation-map back with key-translation-map.
26689 (syms_of_keyboard): Declare input-decode-map.
26690 Remove local-key-translation-map. Update docstrings.
26691 (mark_kboards): Mark Vinput_decode_map.
26692 Don't mark Vlocal_key_translation_map.
26693 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
26694 Replace local-key-translation-map back with key-translation-map.
26695 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
26696 Bind in input-decode-map rather than function-key-map.
26697
26698 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
26699 This was made redundant by the previous introduction of XSETPVECTYPE.
26700
26701 2007-10-09 Richard Stallman <rms@gnu.org>
26702
26703 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
26704
26705 2007-09-29 Richard Stallman <rms@gnu.org>
26706
26707 * eval.c (internal_condition_case_2, internal_condition_case_1)
26708 (internal_condition_case): Reenable abort if x_catching_errors ()
26709 to see if that really happens and why.
26710
26711 2007-10-06 Andreas Schwab <schwab@suse.de>
26712
26713 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
26714
26715 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
26716
26717 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
26718
26719 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
26720
26721 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
26722
26723 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
26724
26725 * window.h (struct window):
26726 * window.c (struct save_window_data, struct saved_window):
26727 * termhooks.h (struct terminal):
26728 * process.h (struct Lisp_Process):
26729 * frame.h (struct frame):
26730 * buffer.h (struct buffer):
26731 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
26732 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
26733 The size field of (pseudo)vectors is now unsigned.
26734 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
26735
26736 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
26737 Turn `count' into an integer.
26738
26739 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
26740 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
26741 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
26742 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
26743 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
26744
26745 * alloc.c (allocate_pseudovector): New fun.
26746 (ALLOCATE_PSEUDOVECTOR): New macro.
26747 (allocate_window, allocate_terminal, allocate_frame)
26748 (allocate_process): Use it.
26749 (mark_vectorlike): New function.
26750 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
26751 (mark_terminals): Use it.
26752 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
26753 (Fmake_byte_code): Use XSETPVECTYPE.
26754
26755 * frame.c (Fframe_parameters): Minor simplification.
26756
26757 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
26758
26759 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
26760
26761 * buffer.c (Fget_buffer_create, init_buffer_once):
26762 * lread.c (defsubr):
26763 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
26764
26765 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
26766 defined differently in the m/*.h files.
26767 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
26768 (XSETPVECTYPE): New macro.
26769 (XSETPSEUDOVECTOR): Use it.
26770
26771 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
26772 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
26773
26774 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
26775 * lread.c (defvar_per_buffer):
26776 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
26777
26778 * window.c (candidate_window_p): Only consider as visible frames that
26779 are on the same terminal.
26780
26781 * m/ibms390x.h (MARKBIT): Remove unused macro.
26782
26783 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
26784
26785 * lread.c (Fload): Fix typo in docstring.
26786
26787 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
26788
26789 * floatfns.c (Fexpt): Manually check for overflows, so that a power
26790 of a non-zero value can't yield zero.
26791
26792 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
26793
26794 * term.c (term_clear_mouse_face, term_mouse_highlight)
26795 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
26796
26797 * print.c (safe_debug_print): Use XHASH.
26798
26799 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
26800 Lisp elements such as tags.
26801 (XHASH): New macro.
26802 (EQ): Use it.
26803 (SREF, SSET, STRING_COPYIN): Use SDATA.
26804 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
26805
26806 * alloc.c (mark_terminal): Remove left-over declaration.
26807 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
26808 (allocate_vectorlike): Remove type argument. Adjust callers.
26809 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
26810 Only handle the one remaining MEM_TYPE_VECTORLIKE.
26811
26812 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
26813 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
26814 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
26815 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
26816 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
26817 Use them.
26818
26819 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
26820 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
26821 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
26822
26823 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
26824
26825 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
26826 loaded by default.
26827
26828 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
26829
26830 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
26831 on this tty.
26832 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
26833
26834 * term.c (mouse_face_window): Rename from Qmouse_face_window.
26835 Update all users.
26836 (handle_one_term_event): Use Gpm_DrawPointer.
26837 (Fgpm_mouse_start): Rename from Fterm_open_connection.
26838 Signal errors instead of returning nil. Always return nil.
26839 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
26840 Make it a noop if gpm-mouse was not activated.
26841 (syms_of_term): Update names.
26842
26843 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
26844
26845 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
26846 (init_sys_modes): Check that gpm_tty is the current tty.
26847
26848 * alloc.c (allocate_terminal): Set the vector size to only count the
26849 lisp fields. Initialize those to nil.
26850 (mark_object): Don't treat terminals specially.
26851 (mark_terminal): Remove.
26852 (mark_terminals): Use mark_object instead.
26853
26854 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
26855 the GC to the beginning.
26856
26857 * indent.h:
26858 * indent.c: Use EMACS_INT for ints coming from Elisp data.
26859
26860 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
26861
26862 2007-09-25 Jason Rumney <jasonr@gnu.org>
26863
26864 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
26865
26866 * w32console.c (create_w32cons_output): Remove.
26867
26868 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
26869
26870 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
26871 (reset_sys_modes): Use reset_terminal_modes_hook.
26872
26873 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
26874
26875 * eval.c (do_autoload): Don't output any message.
26876
26877 2007-09-24 Juri Linkov <juri@jurta.org>
26878
26879 * emacs.c (standard_args): Change priority of "--no-splash"
26880 from 40 to 3. Add "--no-desktop" with the same priority.
26881
26882 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
26883
26884 * alloc.c (gc_sweep): Check cons cell mark bits word by word
26885 and optimize the case where they are all 1.
26886
26887 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
26888
26889 * lisp.h (abs): Define if not defined.
26890 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
26891 Don't define `abs', since it's defined in lisp.h.
26892
26893 2007-09-22 Eli Zaretskii <eliz@gnu.org>
26894
26895 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
26896 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
26897 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
26898 (init_tty): Use DEV_TTY instead of "/dev/tty".
26899 [WINDOWSNT]: No need to protect from NAME arg being null.
26900
26901 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
26902
26903 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
26904 up the tty state.
26905
26906 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
26907
26908 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
26909 (gpm_tty): Change its type.
26910 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
26911 (gpm_tty): Change its type and initialize it.
26912 (Fterm_open_connection): Check the frame is indeed a tty.
26913 Use the new gpm_tty.
26914 (Fterm_close_connection): Use the new gpm_tty.
26915 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
26916 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
26917
26918 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
26919
26920 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
26921 underline_color, to draw strike-through.
26922
26923 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
26924
26925 * lisp.h (allocate_terminal): Declare.
26926
26927 * window.c (candidate_window_p): Consider frames that are being placed
26928 by the user as somewhere between visible and iconified.
26929 (window_loop): Prefer windows on the current frame.
26930 (Fselect_window): Move the use of select-frame to the beginning so we
26931 can just delegate all the work (it'll call us back anyway).
26932
26933 * frame.c (Qdisplay_environment_variable):
26934 * frame.h (Qdisplay_environment_variable): Delete.
26935
26936 * .gdbinit (xbacktrace): Print the arg's address rather than the value
26937 of the first arg, since that value may be a union.
26938
26939 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
26940 parameter rather than Qdisplay_environment_variable. If all else
26941 fails, look for DISPLAY in initial-environment.
26942
26943 2007-09-21 Glenn Morris <rgm@gnu.org>
26944
26945 * Makefile.in (emacstool): Remove target.
26946 (lisp, shortlisp): Remove termdev.elc.
26947
26948 2007-09-21 Markus Triska <markus.triska@gmx.at>
26949
26950 * xterm.c (x_delete_display): Compile session management conditionally.
26951
26952 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
26953
26954 * callproc.c (getenv_internal_1): New function.
26955 (getenv_internal): Use it.
26956 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
26957
26958 * terminal.c (get_terminal): Don't accept ints to represent terminals.
26959 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
26960 (Fset_terminal_parameter): Work with dead terminals as well.
26961 (Fmodify_terminal_parameters): Remove.
26962
26963 * terminal.c (get_terminal): Handle terminals.
26964 Make sure the terminal returned is live.
26965 (create_terminal): Use allocate_terminal.
26966 (mark_terminals): Move to alloc.c.
26967 (delete_terminal): Use terminal->name as liveness status.
26968 NULL out fields after freeing their contents.
26969 Don't deallocate the object.
26970 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
26971 rather than an int.
26972 (Fterminal_live_p): Accept non-integer arguments.
26973 (Fterminal_list): Return terminal objects rather than an ints.
26974
26975 * alloc.c (enum mem_type): New member for `terminal' objects.
26976 (allocate_terminal): New function.
26977 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
26978 Handle terminals.
26979 (mark_terminal): New fun.
26980 (mark_terminals): Move from terminal.c.
26981
26982 * term.c (get_tty_terminal): Don't treat output_initial specially.
26983 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
26984 (delete_tty): Use terminal->name as liveness status.
26985
26986 * termhooks.h (struct terminal): Make it into a pseudovector.
26987 Remove `deleted' replaced by checking `name's nullness.
26988
26989 * print.c (print_object): Handle terminals.
26990
26991 * lisp.h (enum pvec_type): New `terminal' pseudovector.
26992 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
26993
26994 * frame.c (make_terminal_frame):
26995 * keyboard.c (tty_read_avail_input):
26996 * w32term.c (x_delete_terminal):
26997 * xfns.c (Fx_create_frame, x_create_tip_frame):
26998 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
26999
27000 2007-09-20 Glenn Morris <rgm@gnu.org>
27001
27002 * process.c (Fmake_network_process): Doc fix.
27003
27004 2007-09-19 Jason Rumney <jasonr@gnu.org>
27005
27006 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
27007
27008 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
27009
27010 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
27011 Fix a C warning regarding variable constness.
27012
27013 * xterm.c (handle_one_xevent): Fix a C warning.
27014
27015 2007-09-18 Jason Rumney <jasonr@gnu.org>
27016
27017 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
27018
27019 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
27020
27021 * gtkutil.c (gdpy_def): New variable.
27022 (xg_initialize): Initialize gdpy_def.
27023 (xg_display_close): If no other display exists, set gdpy_def to a
27024 new connection.
27025
27026 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
27027
27028 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
27029 when we have no file name for the icon.
27030 (xg_tool_bar_expose_callback): Remove.
27031 (xg_create_tool_bar): Don't connect expose signal to
27032 xg_tool_bar_expose_callback.
27033 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
27034
27035 2007-09-16 Andreas Schwab <schwab@suse.de>
27036
27037 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
27038 values instead of zapping them.
27039
27040 2007-09-14 Glenn Morris <rgm@gnu.org>
27041
27042 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
27043 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
27044 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
27045 scope and rename to omfib_buffer for clarity.
27046 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
27047
27048 2007-09-14 Kenichi Handa <handa@m17n.org>
27049
27050 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
27051
27052 2007-09-13 Jason Rumney <jasonr@gnu.org>
27053
27054 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
27055
27056 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
27057
27058 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
27059 (mac_term_init): Call here instead, passing rif.
27060
27061 2007-09-13 Glenn Morris <rgm@gnu.org>
27062
27063 * s/hpux.h: No longer define `static' as nothing.
27064
27065 2007-09-13 Johan Bockgård <bojohan@gnu.org>
27066
27067 * callint.c (Fcall_interactively): Remove unused var `fun'.
27068
27069 2007-09-12 Romain Francoise <romain@orebokech.com>
27070
27071 * window.c (prefer_window_split_horizontally, display_buffer):
27072 Revert 2007-09-08 change.
27073
27074 2007-09-12 Glenn Morris <rgm@gnu.org>
27075
27076 * alloca.c: Remove file.
27077 * Makefile.in (alloca): Do not undef.
27078 (allocaobj, alloca.o): Remove.
27079 (otherobj): Remove allocaobj.
27080 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
27081 * regex.c (C_ALLOCA): Remove all references and code that was only
27082 used when this was defined.
27083 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
27084 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
27085 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
27086
27087 * Makefile.in (SOURCES, unlock, relock): Delete.
27088
27089 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
27090 (menu_grab_callback): All uses changed.
27091
27092 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
27093 (x_reply_selection_request): All uses changed.
27094
27095 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
27096
27097 * lread.c (load_warn_old_style_backquotes): Change message to look
27098 better when it appears in the middle of byte-compiler messages.
27099
27100 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
27101
27102 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
27103
27104 * xterm.c (x_create_terminal): Add comment.
27105
27106 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
27107
27108 2007-09-10 Richard Stallman <rms@gnu.org>
27109
27110 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
27111
27112 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
27113
27114 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
27115 (DEFUN): Document `intspec', use it instead of `prompt'.
27116
27117 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
27118
27119 * data.c (Finteractive_form): If the interactive specification starts
27120 with a `(', use it as a Lisp form.
27121
27122 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
27123 name and file modes.
27124
27125 * callint.c (Fcall_interactively): Comment fixes.
27126
27127 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
27128
27129 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
27130 and compiled functions.
27131
27132 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
27133
27134 * window.c (prefer_window_split_horizontally): New variable.
27135 (display_buffer): Consider splitting window horizontally depending
27136 on prefer_window_split_horizontally.
27137
27138 2007-09-08 Eli Zaretskii <eliz@gnu.org>
27139
27140 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
27141
27142 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
27143
27144 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
27145
27146 * frame.c (x_set_frame_parameters): Check number is positive before
27147 using XFASTINT.
27148
27149 * window.c (freeze_window_start): Don't presume selected_window holds
27150 a window object.
27151 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
27152
27153 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
27154
27155 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
27156
27157 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
27158
27159 * window.c (Vsplit_window_preferred_function): New var.
27160 (Fdisplay_buffer): Use it.
27161 (syms_of_window): Export, and initialize it.
27162
27163 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
27164
27165 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
27166
27167 2007-09-06 Glenn Morris <rgm@gnu.org>
27168
27169 * gtkutil.c (menu_grab_callback) <cnt>:
27170 * xselect.c (x_reply_selection_request) <cnt>: Move static
27171 variable to file scope.
27172
27173 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
27174
27175 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
27176 consistent values of selected_frame and selected_window.
27177
27178 2007-09-04 Jason Rumney <jasonr@gnu.org>
27179
27180 * w32console.c (initialize_w32_display): Zero unused hooks.
27181
27182 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
27183
27184 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
27185 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
27186
27187 2007-09-04 Jason Rumney <jasonr@gnu.org>
27188
27189 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
27190 in w32console.c. Set up input. Remove XXX comments that have been
27191 confirmed as correct.
27192
27193 * s/ms-w32.h (MULTI_KBOARD): Define.
27194
27195 * w32console.c (one_and_only_w32cons): Remove.
27196 (initialize_w32_display): Take terminal argument.
27197
27198 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
27199 initialize_w32_display.
27200 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
27201
27202 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
27203
27204 * keyboard.c (discard_mouse_events): Discard it.
27205 (make_lispy_event): Translate it to a lisp event.
27206 (lispy_wheel_names): Add wheel-left and right events.
27207 (syms_of_keyboard): Enlarge wheel_syms.
27208
27209 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
27210 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
27211
27212 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
27213
27214 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
27215 from WM_MOUSEHWHEEL.
27216 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
27217
27218 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
27219 terminal.
27220
27221 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
27222 keyboard for the terminal.
27223
27224 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
27225
27226 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
27227 (Vresume_tty_hook): Rename from Vresume_tty_functions.
27228 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
27229 and resume-tty-function to resume-tty-hook.
27230 (Fsuspend_tty, Fresume_tty): Use new names.
27231
27232 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
27233
27234 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
27235 if it starts with "n:".
27236
27237 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
27238
27239 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
27240
27241 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
27242
27243 * frame.h:
27244 * frame.c (Qterm_environment_variable): Remove.
27245 (syms_of_frame): Don't init and staticpro it.
27246
27247 * callproc.c (getenv_internal): Remove special case for $TERM.
27248
27249 * callproc.c (Vinitial_environment): New variable.
27250 (set_initial_environment): Initialize it.
27251 (syms_of_callproc): Declare it.
27252 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
27253 TERM under which a process runs is never related to the TERM in which
27254 Emacs is running.
27255
27256 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
27257
27258 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
27259 * s/darwin.h: ... do it here.
27260
27261 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
27262
27263 * lisp.h (set_initial_environment): Rename from set_global_environment.
27264
27265 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
27266 removed by mistake on the multi-tty branch.
27267
27268 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
27269 (Fmodify_frame_parameters): Return a value.
27270
27271 * image.c (png_load): Comment-out var only used in commented-out code.
27272
27273 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
27274 before passing it to mark_object.
27275
27276 * xfaces.c (internal_resolve_face_name): Return a value.
27277 (internal_resolve_face_name, resolve_face_name_error): Comment out.
27278
27279 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
27280 (x_icon): Comment-out var only used in commented-out code.
27281
27282 2007-08-29 Romain Francoise <romain@orebokech.com>
27283
27284 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
27285 QUIT hasn't been provided.
27286
27287 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
27288
27289 * callproc.c (child_setup, getenv_internal): Use the
27290 display-environment-variable and term-environment-variable frame params.
27291 (set_initial_environment): Initialise Vprocess_environment.
27292
27293 * config.in: Disable multi-keyboard support on a mac.
27294
27295 * frame.c (Qterm_environment_variable)
27296 (Qdisplay_environment_variable): New variables.
27297 (syms_of_frame): Intern and staticpro them.
27298 (Fmake_terminal_frame): Disable output method test.
27299
27300 * frame.h: Declare them here.
27301
27302 * macfns.c (x_set_mouse_color): Get rif from the frame.
27303 (x_set_tool_bar_lines): Don't use updating_frame.
27304 (mac_window): Add 2 new parameters for consistency with other systems.
27305 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
27306 frame parameters following what is done in X11 and w32. Don't use
27307 FRAME_MAC_DISPLAY_INFO.
27308 (Fx_open_connection, start_hourglass): Remove window-system check.
27309 (x_create_tip_frame): Get the keyboard from the terminal.
27310
27311 * macmenu.c: Reorder includes.
27312 (Fx_popup_menu): Use terminal specific mouse_position_hook.
27313
27314 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
27315 terminal parameter.
27316 (x_clear_frame): Add a frame parameter.
27317 (note_mouse_movement): Get rif from the frame.
27318 (mac_term_init): Initialize the terminal.
27319 (mac_initialize): Make static and move terminal initialization ...
27320 (mac_create_terminal): ... to this new function.
27321
27322 * macterm.h (struct mac_display_info): Add terminal.
27323 (mac_initialize): Delete declaration.
27324
27325 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
27326
27327 * sysdep.c: Comment out text after #endif.
27328
27329 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
27330 is defined. Better initialize ttys in windows. Use terminal
27331 specific mouse_position_hook.
27332
27333 * termhooks.h (union display_info): Add mac_display_info.
27334
27335 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
27336 Set the default minibuffer frame, window_system and the rest of the
27337 frame parameters following what is done in X11.
27338
27339 * w32term.c (w32_initialize): Make static.
27340
27341 * xselect.c (x_handle_selection_clear): Only access
27342 terminal->kboard when MULTI_KBOARD is defined.
27343
27344 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
27345 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
27346
27347 2007-08-29 Jason Rumney <jasonr@gnu.org>
27348
27349 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
27350 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
27351
27352 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
27353 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
27354
27355 * keyboard.c (restore_kboard_configuration): Only define when
27356 MULTI_KBOARD defined.
27357
27358 * makefile.w32-in: Update dependancies from Makefile.in.
27359 (OBJ1): Add terminal.$(O)
27360
27361 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
27362 Don't define function body.
27363 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
27364
27365 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
27366
27367 * w32.c (request_sigio, unrequest_sigio): Remove.
27368
27369 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
27370 (w32con_clear_frame, w32con_clear_end_of_line)
27371 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
27372 (w32con_delete_glyphs, w32con_set_terminal_window)
27373 (scroll_line, w32_sys_ring_bell): Add frame arg.
27374 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
27375 Add terminal arg.
27376 (PICK_FRAME): Remove.
27377 (w32con_write_glyphs): Use frame specific terminal coding.
27378 (one_and_only_w32cons): New global variable.
27379 (initialize_w32_display): Use it for storing hooks.
27380 (create_w32cons_output): New function.
27381
27382 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
27383 arg a frame.
27384
27385 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
27386 Set window_system.
27387 (x_set_tool_bar_lines): Don't use updating_frame.
27388 (Fx_create_frame): Set terminal and ref count.
27389 (Fx_open_connection): Remove window-system check.
27390
27391 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
27392
27393 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
27394 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
27395 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
27396 Add frame arg.
27397 (x_delete_terminal, w32_create_terminal): New functions.
27398 (w32_term_init): Create a terminal.
27399 (w32_initialize): Move terminal specific initialization to
27400 w32_create_terminal.
27401
27402 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
27403 (w32_clear_rect, w32_clear_area): Use background from frame.
27404 (w32_display_info): Add terminal.
27405 (w32_sys_ring_bell, x_delete_display): Declare here.
27406
27407 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
27408
27409 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
27410
27411 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
27412
27413 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
27414 Fix get_named_tty calls for the controlling tty.
27415
27416 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
27417
27418 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
27419
27420 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
27421
27422 * term.c (tty_insert_glyphs): Add missing first parameter.
27423
27424 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
27425
27426 * buffer.c (Fbuffer_list, Fbury_buffer):
27427 Take frame->buried_buffer_list into account.
27428
27429 * cm.c (current_tty): New variable, for cmputc().
27430 (cmputc): Use it.
27431 (cmcheckmagic): Add tty parameter, look up terminal streams there.
27432 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
27433 (cmgoto): Add tty parameter. Pass it on to calccost().
27434 Use emacs_tputs() instead of tputs().
27435
27436 * cm.h (emacs_tputs): New macro to set current_tty, and then call
27437 tputs().
27438 (current_tty): New variable, for cmputc().
27439 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
27440
27441 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
27442 (internal_condition_case, internal_condition_case_1)
27443 (internal_condition_case_2): Don't abort when x_catching_errors.
27444
27445 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
27446 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
27447 prevent crashes caused by bogus longjmps in read_char.
27448
27449 * keymap.h (Fset_keymap_parent): Add EXFUN.
27450
27451 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
27452 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
27453 Remove redundant definition.
27454
27455 * macfns.c (x_set_mouse_color, x_make_gc):
27456 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27457
27458 * w32term.c (x_free_frame_resources):
27459 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27460 (w32_initialize): Use the accessor macros for terminal characteristics.
27461
27462 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
27463 Use the accessor macros for terminal characteristics.
27464 * msdos.c (internal_terminal_init): Use the accessor macros for
27465 terminal characteristics.
27466 (ScreenVisualBell, internal_terminal_init):
27467 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27468
27469 * termopts.h (no_redraw_on_reenter): Declare.
27470
27471 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
27472 (mark_terminals, mark_ttys): Declare.
27473 (Fgarbage_collect): Call them.
27474 (mark_object): Mark buried_buffer_list.
27475
27476 * prefix-args.c: Include stdlib.h for exit.
27477
27478 * syssignal.h: Add comment.
27479
27480 * indent.c: Include stdio.h.
27481
27482 * window.h (Vinitial_window_system): Declare.
27483 (Vwindow_system): Delete declaration.
27484
27485 * fontset.c (Finternal_char_font): Use FRAME_RIF.
27486
27487 * image.c (lookup_image): Don't initialize `c' until the xasserts
27488 have been run.
27489
27490 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
27491 FRAME_FOREGROUND_PIXEL.
27492
27493 * print.c (print_preprocess): Don't lose print_depth levels while
27494 iterating.
27495
27496 * widget.c (update_from_various_frame_slots):
27497 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27498
27499 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
27500 frames.
27501 (window_internal_height): Remove bogus make_number call.
27502 (init_window_once): Call make_terminal_frame with two zero parameters.
27503
27504 * fileio.c (Fread_file_name): Update comment.
27505
27506 * callint.c (Fcall_interactively):
27507 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
27508 Make sure it is correctly unwound.
27509
27510 * xsmfns.c (x_session_close): New function.
27511
27512 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
27513 Delete declarations.
27514
27515 * xterm.h: Remove declaration for x_fully_uncatch_errors.
27516 (x_output): Remove background_pixel and foreground_pixel fields.
27517 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
27518 (x_delete_device, x_session_close): Declare.
27519
27520 * lread.c: Include setjmp.h. Update declaration of `read_char'.
27521 (read_filtered_event): Call `read_char' with a local
27522 `wrong_kboard_jmpbuf'.
27523
27524 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
27525 Don't call single_kboard_state. Use FRAME_RIF.
27526
27527 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
27528 systems.
27529
27530 * lisp.h (set_process_environment): Rename to `set_global_environment'.
27531 (Fframe_with_environment, Fset_input_meta_mode)
27532 (Fset_quit_char): EXFUN.
27533 (x_create_device, tty_output, terminal, tty_display_info): Declare.
27534 (init_sys_modes, reset_sys_modes): Update prototypes.
27535 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
27536
27537 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
27538 Vlocal_key_translation_map, and Vkeyboard_translate_table.
27539 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
27540 Delete declarations.
27541 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
27542 (temporarily_switch_to_single_kboard, tty_read_avail_input):
27543 New declarations.
27544
27545 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
27546 already does that during init_display(). Call syms_of_keymap
27547 before syms_of_keyboard. Call `syms_of_terminal'.
27548 Call set_initial_environment, not set_process_environment.
27549 (shut_down_emacs): Call reset_all_sys_modes() instead of
27550 reset_sys_modes().
27551
27552 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
27553 (internal_resolve_face_name, resolve_face_name_error): New functions.
27554 (resolve_face_name): Protect against loops and errors thrown by Fget.
27555 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
27556 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
27557
27558 * scroll.c: Replace CURTTY() with local variables throughout the
27559 file (where applicable).
27560 (calculate_scrolling, calculate_direct_scrolling)
27561 (scrolling_1, scroll_cost): Use the accessor macros for terminal
27562 characteristics.
27563
27564 * keymap.c (Vfunction_key_map): Remove.
27565 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
27566 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
27567 (Vkey_translation_map): Remove.
27568 (syms_of_keymap): Remove DEFVAR for key-translation-map.
27569 (Fdescribe_buffer_bindings)
27570 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
27571 Update for terminal-local key-translation-map.
27572
27573 * Makefile.in (callproc.o): Update dependencies.
27574 (lisp, shortlisp): Add termdev.elc.
27575 (obj): Add terminal.o.
27576 (terminal.o): Add dependencies.
27577 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
27578 (data.o, fns.o): Add termhooks.h dependency.
27579 (SOME_MACHINE_LISP): Add dnd.elc.
27580 (minibuf.o): Fix typo.
27581 Update dependencies.
27582
27583 * data.c (do_symval_forwarding, store_symval_forwarding)
27584 (find_symbol_value): Use the selected frame's keyboard, not
27585 current_kboard.
27586
27587 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
27588 Vwindow_system.
27589
27590 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
27591 Fmenu_bar_open.
27592 (syms_of_xmenu): Update defsubr.
27593 (mouse_position_for_popup, Fx_popup_menu)
27594 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
27595 (set_frame_menubar, free_frame_menubar)
27596 (create_and_show_popup_menu, xmenu_show)
27597 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
27598 an X frame.
27599
27600 * xselect.c (x_own_selection): Abort if not an X frame.
27601 (some_frame_on_display): Check if it is an X frame.
27602 (x_handle_selection_clear): Deal with MULTI_KBOARD.
27603
27604 * coding.c: Include frame.h and termhooks.h.
27605 (terminal_coding, keyboard_coding): Delete.
27606 (Fset_terminal_coding_system_internal)
27607 (Fset_keyboard_coding_system_internal)
27608 (Fkeyboard_coding_system)
27609 (Fterminal_coding_system): Add a terminal parameter.
27610 Get terminal_coding from the terminal.
27611 (init_coding_once): Don't call setup_coding_system here.
27612
27613 * dispextern.h (set_scroll_region, turn_off_insert)
27614 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
27615 (tty_clear_end_of_line, tty_setup_colors)
27616 (delete_tty, updating_frame)
27617 (produce_special_glyphs, produce_glyphs, write_glyphs)
27618 (insert_glyphs): Remove.
27619 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
27620 (tty_turn_off_highlight, get_tty_size): Add declaration.
27621 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
27622
27623 * frame.h (enum output_method): Add output_initial.
27624 (struct x_output): Delete.
27625 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
27626 Access foreground_pixel and background_pixel directly from the frame.
27627 (tty_display): Delete.
27628 (struct frame): Add buried_buffer_list, foreground_pixel,
27629 background_pixel and terminal. Delete kboard.
27630 (union output_data): Add tty.
27631 (FRAME_KBOARD): Get the kboard from the terminal.
27632 (FRAME_INITIAL_P): New macro.
27633 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
27634 (Qterm_environment_variable, Qdisplay_environment_variable)
27635 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
27636 New declarations.
27637
27638 * termchar.h (tty_output, tty_display_info): New structures.
27639 (tty_list): Declare.
27640 (FRAME_TTY, CURTTY): New macros.
27641 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
27642 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
27643 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
27644 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
27645
27646 * callproc.c: Include frame.h and termhooks.h, for terminal
27647 parameters.
27648 (add_env): New function.
27649 (child_setup): Use it.
27650 (child_setup, getenv_internal): Handle the new Vprocess_environment.
27651 (getenv_internal): Fix get_terminal_param call.
27652 (Fgetenv_internal, egetenv): Update doc.
27653 (syms_of_callproc): Initialize Vprocess_environment to nil.
27654 Register and initialize them. Remove obsolete defvars. Update doc
27655 strings.
27656 (child_setup): Handle Vlocal_environment_variables.
27657 (getenv_internal): Add terminal parameter.
27658 Handle Vlocal_environment_variables.
27659 (Fgetenv_internal): Add terminal parameter.
27660 (child_setup, getenv_internal, Fgetenv_internal): Store the local
27661 environment in a frame (not terminal) parameter. Update doc strings.
27662 (set_initial_environment): Rename from set_global_environment.
27663 Store Emacs environment in initial frame parameter.
27664
27665 * xdisp.c (redisplay_internal): Update references to
27666 `previous_terminal_frame'.
27667 (display_mode_line, Fformat_mode_line): Replace calls to
27668 `push_frame_kboard' with `push_kboard'.
27669 (get_glyph_string_clip_rects): Add extra parentheses and
27670 braces to prevent compiler warnings.
27671 (calc_pixel_width_or_height): Add xassert to check that the
27672 frame is alive. Don't call `lookup_image' on a termcap frame.
27673 (message2_nolog, message3_nolog, redisplay_internal)
27674 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
27675 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
27676 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
27677 (Fx_display_pixel_width, Fx_display_pixel_height)
27678 (Fx_display_planes, Fx_display_color_cells)
27679 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
27680 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
27681 (Fx_display_backing_store, Fx_display_visual_class)
27682 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
27683 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
27684
27685 * xfns.c (x_set_foreground_color x_set_background_color)
27686 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
27687 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27688 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
27689 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
27690 terminal that is being deleted.
27691 (Fx_create_frame): Use `store_frame_param' to set `window-system'
27692 frame parameter, and make sure it overrides any user-supplied setting.
27693 (Fx_close_connection, Fx_synchronize): Unify argument names with
27694 the rest of the DEFUNs.
27695
27696 * dispnew.c (Fsend_string_to_terminal): Update call to
27697 `get_tty_terminal'.
27698 (Fredraw_frame, Fsend_string_to_terminal)
27699 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
27700 FRAME_TERMCAP_P and FRAME_TTY.
27701 (window_change_signal): Don't believe width/height values that are
27702 impossibly small.
27703 (Vinitial_window_system): Rename from Vwindow_system.
27704 (termscript, Wcm, rif): Delete.
27705
27706 * termhooks.h (struct terminal): New struct containing the
27707 previously global text display hooks and new members NAME,
27708 DELETED and PARAM_ALIST.
27709 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
27710 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
27711 (FRAME_RIF): New macros.
27712 (get_terminal_param, get_device): New declarations.
27713 (termscript): Delete declaration.
27714
27715 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
27716 (XTflash, x_free_frame_resources, x_scroll_bar_create)
27717 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
27718 FRAME_FOREGROUND_PIXEL.
27719 (x_fully_uncatch_errors): Disable definition.
27720 (x_scroll_bar_expose): Fix reference to foreground pixel.
27721 (XTread_socket): Disable loop on all X displays.
27722 (x_delete_terminal): Don't set terminal->deleted and let
27723 delete_terminal delete the frames on the terminal.
27724 (x_delete_display): Doc update to reflect changes in
27725 delete_terminal.
27726 (x_display_info) <terminal>: Move member earlier in the struct.
27727 (deleting_tty): Remove old variable.
27728 (Fsuspend_tty): Call clear_tty_hooks.
27729 (Fresume_tty, init_tty): Call set_tty_hooks.
27730 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
27731 errors on X frames.
27732 (x_catch_errors_unwind): Abort if x_error_message is NULL.
27733 (handle_one_xevent): Initialize `f' to NULL.
27734 (x_delete_terminal, x_create_terminal): New functions.
27735 (XTset_terminal_modes, XTreset_terminal_modes)
27736 (XTread_socket, x_connection_closed, x_term_init)
27737 (x_term_init, x_delete_display): Add terminal parameter.
27738 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
27739 X connections.
27740
27741 * frame.c: Include termchar.h.
27742 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
27743 (Qwindow_system, Qenvironment, Qterm_environment_variable)
27744 (Qdisplay_environment_variable): New vars.
27745 (Fframep): Deal with output_initial.
27746 (Fframe-live-p): Doc fix.
27747 (Fwindow-system): New function.
27748 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
27749 (make_terminal_frame): Don't create frames on a terminal that is
27750 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27751 (store_frame_param): Check for found_for_frame before calling XFRAME.
27752 (Fmake_terminal_frame): Handle NULL tty names correctly.
27753 (syms_of_frame): Enhance doc string of `default-frame-alist'.
27754 (Fdelete_frame): Remove unused variable `count'. Don't allow other
27755 frames to refer to a deleted frame in their 'environment parameter.
27756 (Fframe_with_environment): New function.
27757 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
27758 (get_future_frame_param): New function.
27759 (Fmake_terminal_frame): Use it.
27760 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
27761
27762 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
27763 * sysdep.c (reset_sys_modes): Update for renames.
27764
27765 * keyboard.c (tty_read_avail_input): New function.
27766 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
27767 (syms_of_keyboard): Defsubr them.
27768 (Fset_input_meta_mode, Fset_quit_char): New functions.
27769 (Fset_input_mode): Split to above functions.
27770 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
27771 parameter. Use it in call to `read_char'.
27772 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
27773 Set wrong_kboard_jmpbuf correctly in recursive calls.
27774 Use current_kboard to access Vkeyboard_translate_table.
27775 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
27776 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
27777 Update longjmp invocations. Remember the original current_kboard,
27778 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
27779 changes it. Comment out unnecessary calls to
27780 `record_single_kboard_state' and `any_kboard_state'.
27781 Update recursive calls.
27782 (wrong_kboard_jmpbuf): Remove global variable.
27783 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
27784 Handle deleted interrupted_kboards correctly; that is a legal
27785 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
27786 and read_char calls. Abort if interrupted_kboard died in read_char.
27787 (any_kboard_state, single_kboard_state)
27788 (push_frame_kboard): Remove function.
27789 (pop_kboard): Switch out of single_kboard mode if the kboard has
27790 been deleted. Remove unused variable. Help debugging by not
27791 changing current_kboard unnecessarily. Set current_kboard to the
27792 kboard of the selected frame when the stored kboard object has
27793 been deleted before pop_kboard.
27794 (temporarily_switch_to_single_kboard): Change first parameter to a
27795 frame pointer. Throw an error when caller wants to change kboards
27796 while in single_kboard mode. Don't push_kboard if we weren't in
27797 single kboard state. Don't pop_kboard if we popped into any
27798 kboard state.
27799 (restore_kboard_configuration): Abort if pop_kboard changed the
27800 kboard in single_kboard mode. Call pop_kboard only after setting
27801 up single_kboard mode.
27802 (Frecursive_edit): Switch to single_kboard mode only in nested
27803 command loops.
27804 (cmd_error, command_loop, command_loop_1, timer_check):
27805 Comment out unnecessary call to `any_kboard_state' and
27806 `record_single_kboard_state'.
27807 (delete_kboard): Exit single_kboard mode if we have just deleted
27808 that kboard. Use FRAME_KBOARD.
27809 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
27810 `fatal_error_signal'.
27811 (record_single_kboard_state): Don't push_kboard if we weren't in
27812 single kboard state. Don't pop_kboard if we popped into any
27813 kboard state.
27814 (push_frame_kboard): Rename to push_kboard.
27815 (kbd_buffer_get_event): Use FRAME_TERMINAL.
27816 (read_avail_input): Read input from all terminals.
27817 (mark_kboards): Also mark Vkeyboard_translate_table.
27818 (kbd_buffer_store_event_hold): Simplify condition.
27819 (read_key_sequence): Reinitialize fkey and keytran at each replay.
27820 (Vkeyboard_translate_table): Move to struct kboard.
27821 (init_kboard): Initialize Vkeyboard_translate_table.
27822 (syms_of_keyboard): Use DEFVAR_KBOARD to define
27823 Vkeyboard_translate_table. Update doc strings. Update docs of
27824 local-function-key-map and function-key-map.
27825
27826 * terminal.c: New file.
27827
27828 * term.c: Include errno.h.
27829 (Vring_bell_function, device_list, initial_device)
27830 (next_device_id, ring_bell, update_begin, update_end)
27831 (set_terminal_window, cursor_to, raw_cursor_to)
27832 (clear_to_end, clear_frame, clear_end_of_line)
27833 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
27834 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
27835 (syms_of_term): Move their initialization to terminal.c.
27836 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
27837 (Ftty_display_color_cells)
27838 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
27839 (clear_tty_hooks, set_tty_hooks)
27840 (init_tty, maybe_fatal): New functions.
27841 (Ftty_type): Return nil if terminal is not on a tty instead of
27842 throwing an error. Doc update.
27843 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
27844 Doc update. Initialize new subrs and variables.
27845 (delete_tty): Use terminal->deleted.
27846 (tty_set_terminal_modes): Rename from set_terminal_modes.
27847 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
27848 (set_scroll_region): Rename to `tty_set_scroll_region'.
27849 (turn_on_insert): Rename to `tty_turn_on_insert'.
27850 (turn_off_insert): Rename to `tty_turn_off_insert'.
27851 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
27852 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
27853 (toggle_highligh): Rename to `tty_toggle_highlight'.
27854 (background_highlight): Rename to `tty_background_highlight'.
27855 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
27856 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
27857 (tty_set_scroll_region, tty_background_highlight)
27858 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
27859 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
27860 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
27861 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
27862 Add static modifier.
27863 (tty_reset_terminal_modes, tty_set_terminal_window)
27864 (tty_set_scroll_region, tty_background_highlight)
27865 (tty_highlight_if_desired, tty_cursor_to)
27866 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
27867 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
27868 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
27869 renames.
27870
27871 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
27872
27873 * keyboard.c: Qrtl is new.
27874 (parse_tool_bar_item): Handle :rtl keyword.
27875 (syms_of_keyboard): Intern :rtl keyword.
27876
27877 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
27878
27879 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
27880 so no Lisp code is executed.
27881 (file_for_image, find_rtl_image): New functions.
27882 (xg_get_image_for_pixmap): Use file_for_image.
27883 (update_frame_tool_bar): If direction is RTL, use RTL image if
27884 defined. Use Gtk stock images if defined.
27885
27886 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27887
27888 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
27889 for nonexistent or zero-width glyph in composition glyph.
27890
27891 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
27892
27893 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
27894
27895 * xdisp.c (Finvisible_p): New function.
27896 (syms_of_xdisp): defsubr it.
27897
27898 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
27899
27900 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
27901 Doc fixes.
27902
27903 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27904
27905 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
27906
27907 2007-08-24 Martin Rudalics <rudalics@gmx.at>
27908
27909 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
27910 whether decoding has modified buffer contents.
27911
27912 2007-08-24 Jason Rumney <jasonr@gnu.org>
27913
27914 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
27915 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
27916 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
27917 (init_svg_functions) [HAVE_NTGUI]: New function.
27918 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
27919 (svg_load_image): Use them.
27920 (svg_load_image) [HAVE_NTGUI]: Implement background.
27921
27922 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27923
27924 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
27925 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
27926 (LIBX): Remove @RSVG_LIBS@.
27927 (LIBES): Add $(RSVG_LIBS).
27928
27929 * image.c (svg_load_image): Blend with specified background if exists.
27930 Use IMAGE_BACKGROUND. Add Mac OS Support.
27931
27932 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
27933 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
27934 Remove macros.
27935 [MAC_OSX] (socket_callback): Do nothing.
27936 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
27937 ReceiveNextEvent.
27938 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
27939 socket_callback.
27940 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
27941
27942 2007-08-22 Glenn Morris <rgm@gnu.org>
27943
27944 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
27945
27946 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
27947
27948 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
27949
27950 * image.c: Add support for SVG images. Some additional comments
27951 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
27952 (svg_image_p): New function to test for SVG image.
27953 (svg_load): New function to load SVG image.
27954 (svg_load_image): New function, helper for svg_load.
27955 (Qsvg): New Lisp_object.
27956 (svg_keyword_index): New enum.
27957 (svg_format): New static `image_keyword' struct.
27958 (svg_type): New static `image_type' struct.
27959 (librsvg/rsvg.h): Include it.
27960
27961 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
27962
27963 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
27964
27965 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
27966
27967 * lread.c (Qold_style_backquotes): New var.
27968 (syms_of_lread): Init and staticpro it.
27969 (load_warn_old_style_backquotes): New fun.
27970 (Fload): Use them to warn about old style backquotes.
27971 (end_of_file_error, Fload): Remove unused vars.
27972
27973 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
27974
27975 * lread.c (Vold_style_backquotes): New var.
27976 (syms_of_lread): Init and export it to Elisp.
27977 (read1): Set it when we find an old-style (back)quote.
27978
27979 2007-08-22 Jason Rumney <jasonr@gnu.org>
27980
27981 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
27982
27983 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
27984
27985 * puresize.h (BASE_PURESIZE): Increase to 1140000.
27986
27987 2007-08-19 Richard Stallman <rms@gnu.org>
27988
27989 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
27990
27991 2007-08-19 Andreas Schwab <schwab@suse.de>
27992
27993 * alloc.c (pure): Round PURESIZE up.
27994
27995 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
27996
27997 * xterm.c (handle_one_xevent): Remove check that mouse click is in
27998 active frame.
27999
28000 2007-08-16 Richard Stallman <rms@gnu.org>
28001
28002 * eval.c (Fcommandp): Add parens to clarify.
28003
28004 * minibuf.c (Fall_completions): Use enum for type of table.
28005
28006 * emacs.c (USAGE2): Improve text.
28007
28008 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
28009
28010 * term.c (tty_default_color_capabilities): Declare static
28011 variables in file scope, to avoid HPUX compiler problem.
28012
28013 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
28014
28015 * gtkutil.c (update_frame_tool_bar): Use -1 as index
28016 to gtk_toolbar_insert.
28017
28018 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
28019
28020 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
28021
28022 * insdel.c (reset_var_on_error): New fun.
28023 (signal_before_change, signal_after_change):
28024 Use it to reset (after|before)-change-functions to nil in case of error.
28025 Bind inhibit-modification-hooks to t.
28026 Don't bind (after|before)-change-functions to nil while they run.
28027
28028 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28029
28030 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
28031 filling pixmap with stippled background.
28032
28033 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28034
28035 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
28036 Don't use invisible frame as parent window for repositioning.
28037
28038 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
28039
28040 * print.c (new_backquote_output): Rename from old_backquote_output.
28041 (print): Inverse its logic (according to its name) so as to match the
28042 behavior of new_backquote_flag in lread.c.
28043
28044 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28045
28046 * gmalloc.c (posix_memalign): New function.
28047
28048 * macterm.c (frame_highlight, frame_unhighlight): Don't call
28049 ActivateControl/DeactivateControl here.
28050 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
28051 frame-notice-user-settings is non-nil.
28052 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
28053 for kEventParamFMFontStyle.
28054 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
28055 mac_pass_command_to_system and mac_pass_control_to_system here.
28056 (XTread_socket): Call ActivateControl/DeactivateControl here.
28057 (XTread_socket) [TARGET_API_MAC_CARBON]:
28058 Check mac_pass_command_to_system and mac_pass_control_to_system here.
28059 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
28060 for window repositioning.
28061
28062 2007-08-08 Glenn Morris <rgm@gnu.org>
28063
28064 * Replace `iff' in doc-strings and comments.
28065
28066 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
28067
28068 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
28069
28070 2007-08-07 Martin Rudalics <rudalics@gmx.at>
28071
28072 * fileio.c (Finsert_file_contents): Run format-decode and
28073 after_insert_file_functions on entire buffer when REPLACE is
28074 non-nil and inhibit modification_hooks and point_motion_hooks.
28075 For consistency, run after_insert_file_functions iff something
28076 got inserted. Move signal_after_change and update_compositions
28077 after code running after_insert_file_functions. Make sure that
28078 undo_list doesn't record intermediate steps of the decoding process.
28079
28080 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28081
28082 * emacs.c (main)
28083 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
28084 Call malloc_enable_thread on interactive startup.
28085
28086 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
28087 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
28088 [USE_PTHREAD]: Conditionalize with it.
28089 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
28090 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
28091 New functions.
28092
28093 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
28094
28095 * xdisp.c (redisplay_window): When restoring original buffer
28096 position, make sure it is still valid.
28097
28098 * image.c (png_load): Ignore png-supplied background color.
28099
28100 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28101
28102 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
28103 Use kCFAbsoluteTimeIntervalSince1970.
28104
28105 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
28106 New variable.
28107 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
28108 event loop should be quit.
28109 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
28110 Quit dialog event loop if quit_dialog_event_loop is set.
28111
28112 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
28113 (Selection): New typedef. Use instead of ScrapRef.
28114 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
28115 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
28116 (mac_clear_selection): Rename from clear_scrap.
28117 (get_flavor_type_from_symbol): New argument SEL and subsume function of
28118 scrap_has_target_type. All uses changed.
28119 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
28120 (mac_selection_has_target_p): New functions.
28121 (mac_put_selection_value): Rename from put_scrap_string.
28122 (mac_get_selection_value): Rename from get_scrap_string.
28123 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
28124 (put_scrap_private_timestamp, scrap_has_target_type)
28125 (get_scrap_private_timestamp): Remove functions.
28126 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
28127 (x_own_selection, x_get_local_selection):
28128 Use mac_valid_selection_value_p.
28129 (x_own_selection): Don't use put_scrap_private_timestamp.
28130 Record OWNERSHIP-INFO into Vselection_alist instead.
28131 (x_get_local_selection): Don't check type if request is local.
28132 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
28133 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
28134
28135 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
28136
28137 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
28138 add comment explaining why.
28139
28140 2007-08-03 Richard Stallman <rms@gnu.org>
28141
28142 * fileio.c (Fvisited_file_modtime): Use make_time.
28143
28144 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
28145
28146 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
28147 build.
28148
28149 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
28150
28151 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
28152
28153 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
28154
28155 * puresize.h (BASE_PURESIZE): Increase to 1130000.
28156
28157 2007-07-30 Richard Stallman <rms@gnu.org>
28158
28159 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
28160
28161 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
28162
28163 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
28164
28165 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
28166
28167 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
28168 remote default-directory.
28169
28170 * buffer.c (mode-line-format): Update doc string.
28171
28172 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28173
28174 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
28175 scroll bar gap.
28176 (x_scroll_bar_create): Set bar->fringe_extended_p.
28177 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
28178 on frame edge. Check fringe background extension. Don't clear
28179 extended fringe background area.
28180
28181 * w32term.h (struct scroll_bar): New member fringe_extended_p.
28182 (w32_fill_area): Enclose multiple statements with do ... while (0).
28183
28184 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
28185 Extend fringe background to scroll bar gap.
28186 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
28187 Set bar->fringe_extended_p.
28188 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
28189 Put leftmost/rightmost scroll bars on frame edge. Check fringe
28190 background extension. Don't clear extended fringe background area.
28191
28192 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
28193 New member fringe_extended_p.
28194
28195 2007-07-25 Glenn Morris <rgm@gnu.org>
28196
28197 * Relicense all FSF files to GPLv3 or later.
28198
28199 * COPYING: Switch to GPLv3.
28200
28201 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
28202
28203 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
28204
28205 * data.c (Finteractive_form): Check for the presence of an
28206 `interactive-form' symbol property more thoroughly.
28207
28208 * data.c (Finteractive_form): Use an `interactive-form' property if
28209 present, analogous to the function-documentation property.
28210
28211 2007-07-24 Jason Rumney <jasonr@gnu.org>
28212
28213 * w32fns.c (x_real_positions): Get real position from OS instead of
28214 calculating it.
28215
28216 2007-07-23 Jason Rumney <jasonr@gnu.org>
28217
28218 * filelock.c (current_lock_owner): Allow for @ sign in username.
28219
28220 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
28221
28222 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
28223 remote default-directory.
28224
28225 * buffer.c (mode-line-format): Describe above case in doc string.
28226
28227 2007-07-20 Eli Zaretskii <eliz@gnu.org>
28228
28229 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
28230 Define if not defined.
28231
28232 2007-07-18 Jason Rumney <jasonr@gnu.org>
28233
28234 * w32proc.c (w32_executable_type): Handle 64 bit executables.
28235
28236 2007-07-18 Richard Stallman <rms@gnu.org>
28237
28238 * data.c (Fsetq_default): Doc fix.
28239
28240 * eval.c (Fsetq): Doc fix.
28241
28242 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
28243
28244 * coding.c (Ffind_operation_coding_system):
28245 * eval.c (For, Fand): Doc fixes.
28246 Reported by Johan Bockgård.
28247
28248 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
28249
28250 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
28251
28252 * xterm.h: Declare x_ewmh_activate_frame.
28253
28254 * xterm.c (x_ewmh_activate_frame): New function.
28255 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
28256
28257 2007-07-17 Martin Rudalics <rudalics@gmx.at>
28258
28259 * window.c (Fdisplay_buffer): If largest or LRU window is the
28260 only window, split it even if it is not eligible for splitting.
28261 This restores the original behavior broken by the 2007-07-15
28262 change.
28263
28264 2007-07-17 Glenn Morris <rgm@gnu.org>
28265
28266 * abbrev.c (abbrev_check_chars): New function.
28267 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
28268 Call abbrev_check_chars to check abbrev characters are word
28269 constituents. Doc fix.
28270
28271 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
28272
28273 * process.c (Fstart_process, Fmake_network_process)
28274 (read_process_output): Fix up last changes.
28275
28276 2007-07-16 Eli Zaretskii <eliz@gnu.org>
28277
28278 * makefile.w32-in (clean): Don't delete *~.
28279
28280 2007-07-16 Andreas Schwab <schwab@suse.de>
28281
28282 * window.c (Fdisplay_buffer): Use NILP.
28283 (Fset_window_scroll_bars): Likewise.
28284
28285 2007-07-15 Martin Rudalics <rudalics@gmx.at>
28286
28287 * window.c (window_min_size_2): New function.
28288 (window_min_size_1, size_window, Fdisplay_buffer)
28289 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
28290 windows without mode- or header-lines when window-min-height is
28291 too small.
28292 (size_window): Reset nodelete_p after testing it, following an
28293 earlier note by Kim F. Storm.
28294 (display_buffer): Do not set split_height_threshold to twice the
28295 value of window_min_height to avoid changing the value of a
28296 customizable variable. Rather explicitly check whether the
28297 height of the window that shall be splitted is at least as large
28298 as split_height_threshold.
28299 (Fwindow_full_width_p): New defun.
28300 (syms_of_window): Defsubr it.
28301
28302 * window.h: Add EXFUN for Fwindow_full_width_p.
28303
28304 2007-07-14 Jason Rumney <jasonr@gnu.org>
28305
28306 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
28307
28308 2007-07-14 Richard Stallman <rms@gnu.org>
28309
28310 * eval.c (maybe_call_debugger): New function.
28311 (find_handler_clause): Use maybe_call_debugger.
28312 Call it when the handler says `debug'.
28313 Eliminate DEBUGGER_VALUE_PTR.
28314 (Fsignal): Eliminate debugger_value.
28315 (Qdebug): New variable.
28316 (syms_of_eval): Initialize it.
28317
28318 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
28319
28320 * eval.c (Fprogn):
28321 * keyboard.c (Ftrack_mouse):
28322 * print.c (Fwith_output_to_temp_buffer):
28323 * window.c (Fsave_window_excursion): Doc fix.
28324
28325 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
28326
28327 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
28328
28329 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
28330
28331 * process.h (struct Lisp_Process): Turn slots infd, outfd,
28332 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
28333 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
28334 read_output_delay, and read_output_skip from Lisp_Objects to ints.
28335 Remove unused encoding_carryover.
28336 * process.c: Adjust all functions accordingly.
28337
28338 2007-07-12 Richard Stallman <rms@gnu.org>
28339
28340 * term.c: Include unistd.h only if HAVE_UNISTD_H.
28341
28342 2007-07-11 Jason Rumney <jasonr@gnu.org>
28343
28344 * makefile.w32-in (LIBS): Include OLE32.
28345
28346 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
28347 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
28348
28349 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
28350
28351 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
28352 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
28353 from a Lisp_Object into a bare pointer.
28354 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
28355 Adjust the code correspondingly.
28356
28357 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
28358
28359 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
28360 (term_show_mouse_face): Remove unused var `j'.
28361 (handle_one_term_event): Remove unused vars `i' and `j'.
28362 Don't cast return value of ttyname since it's not necessary.
28363
28364 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
28365
28366 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
28367 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
28368
28369 * fns.c (map_char_table): Use an array of int for `indices' rather than
28370 an array of Lisp_Objects (which are only ever integers anyway).
28371 (Fmap_char_table): Update caller.
28372 * lisp.h: Update prototype.
28373 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
28374 * fontset.c (Ffontset_info):
28375 * casetab.c (set_case_table): Update callers.
28376
28377 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
28378
28379 * keymap.c (struct accessible_keymaps_data)
28380 (struct where_is_internal_data): New structures.
28381 (accessible_keymaps_1, where_is_internal_1): Use them to change
28382 interface to adhere to the one used by map_keymap.
28383 (Faccessible_keymaps, where_is_internal): Use map_keymap.
28384 (accessible_keymaps_char_table, where_is_internal_2): Remove.
28385
28386 * keymap.h (map_keymap_function_t): More informative prototype.
28387
28388 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
28389
28390 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
28391 (looking_at_1): Don't change search_regs and last_thing_searched
28392 if `inhibit-changing-match-data' is non-nil.
28393 (string_match_1, search_buffer, set_search_regs): Likewise.
28394 (syms_of_search): Add Lisp level definition for
28395 `inhibit-changing-match-data' and set it to nil.
28396 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
28397 start and end of the match, instead of using values in search_regs.
28398
28399 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
28400
28401 * minibuf.c (Fcompleting_read): New value `confirm-only'
28402 for `require-match'.
28403
28404 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
28405
28406 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
28407 part of the 2007-06-27 change to syms_of_fileio.
28408
28409 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28410
28411 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
28412 Check WINDOWP before using XWINDOW. Consolidate return statements.
28413
28414 2007-06-27 Richard Stallman <rms@gnu.org>
28415
28416 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
28417
28418 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
28419
28420 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
28421
28422 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28423
28424 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
28425 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
28426 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
28427 (_free_internal, memalign): Use them.
28428 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
28429 Initialize to PTHREAD_MUTEX_INITIALIZER.
28430 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
28431 (morecore_nolock): Rename from morecore. All uses changed.
28432 Use only nolock versions of internal allocation functions.
28433 (_malloc_internal_nolock, _realloc_internal_nolock)
28434 (_free_internal_nolock): New functions created from
28435 _malloc_internal, _realloc_internal, and _free_internal.
28436 (_malloc_internal, _realloc_internal, _free_internal): Use them.
28437 Copy hook value to automatic variable before its use.
28438 (memalign): Copy hook value to automatic variable before its use.
28439
28440 2007-06-26 Kenichi Handa <handa@m17n.org>
28441
28442 * coding.c (Ffind_operation_coding_system): Docstring improved.
28443 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
28444
28445 2007-06-25 David Kastrup <dak@gnu.org>
28446
28447 * keymap.c (Fcurrent_active_maps): Add `position' argument.
28448 (Fwhere_is_internal): Adjust call to `current-active-maps' to
28449 cater for additional parameter.
28450
28451 * keymap.h: Adjust number of parameters to `current-active-maps'.
28452
28453 * doc.c (Fsubstitute_command_keys): Adjust call of
28454 `current-active-maps'.
28455
28456 2007-06-25 David Kastrup <dak@gnu.org>
28457
28458 * callint.c (Fcall_interactively): Make the parsing of interactive
28459 specs somewhat more readable.
28460
28461 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28462
28463 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
28464 to scroll bar gap also when bitmap fills fringe. Draw only foreground
28465 if extended background has already been filled.
28466
28467 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28468
28469 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
28470 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
28471
28472 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
28473 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
28474 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
28475 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
28476 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
28477 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
28478 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
28479 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
28480 Run timers during dialog popup.
28481 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
28482
28483 2007-06-21 Jason Rumney <jasonr@gnu.org>
28484
28485 * image.c (convert_mono_to_color_image): Swap fore and background.
28486
28487 2007-06-20 Jason Rumney <jasonr@gnu.org>
28488
28489 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
28490 (w32_free_bdf_font): Unmap memory not handle.
28491
28492 2007-06-20 Sam Steingold <sds@gnu.org>
28493
28494 * gmalloc.c (__morecore): Fix the declaration to comply with the
28495 definition.
28496
28497 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
28498
28499 * w32term.c (w32_delete_display): Remove leftover declaration.
28500 (w32_define_cursor, w32_initialize): Make static.
28501
28502 * w32.c (_wsa_errlist): Fix typo in error message.
28503 (init_environment): Ignore any environment variable from the
28504 registry having a null value.
28505
28506 2007-06-20 Glenn Morris <rgm@gnu.org>
28507
28508 * Makefile.in (LIBGIF): Default to -lgif.
28509
28510 2007-06-17 Jason Rumney <jasonr@gnu.org>
28511
28512 * w32menu.c (add_menu_item): Don't use multibyte string functions on
28513 unicode strings.
28514
28515 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
28516
28517 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
28518 Fix typo in docstring.
28519
28520 2007-06-16 Eli Zaretskii <eliz@gnu.org>
28521
28522 * w32menu.c (add_menu_item): Escape `&' characters in menu items
28523 and their keybindings.
28524
28525 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
28526
28527 * composite.c (update_compositions): Fix last fix.
28528
28529 2007-06-14 Jason Rumney <jasonr@gnu.org>
28530
28531 * w32.c (get_process_times_fn): New function pointer.
28532 (globals_of_w32): Intialize it if present in kernel32.dll.
28533 (w32_get_internal_run_time): New function.
28534
28535 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
28536
28537 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
28538
28539 * composite.c (update_compositions): Check the validness of
28540 compositions.
28541
28542 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28543
28544 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
28545 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
28546
28547 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
28548 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
28549
28550 * macgui.h (USE_MAC_TOOLBAR): New define.
28551
28552 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
28553 Return immediately unless popup is activated.
28554
28555 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
28556 background to scroll bar gap.
28557 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
28558 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
28559 scroll bars on frame edge. Check fringe background extension.
28560 Don't clear extended fringe background area.
28561 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
28562 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
28563 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
28564 [USE_MAC_TOOLBAR]: New macros.
28565 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
28566 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
28567 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
28568 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
28569 [USE_MAC_TOOLBAR]: New functions.
28570 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
28571 manually if previous repositioning has failed.
28572 (mac_handle_keyboard_event): Use precomputed event kind.
28573 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
28574 as tool bar item click. Handle mouse movement over tool bar items.
28575
28576 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
28577 toolbar_win_gravity.
28578 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
28579 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
28580 Add externs.
28581
28582 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
28583 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
28584
28585 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
28586
28587 * image.c (search_image_cache): Remove unused variable.
28588
28589 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
28590
28591 * xfns.c, xmenu.c: Link to xaw3d if available.
28592
28593 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28594
28595 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
28596 frame_foreground and frame_background.
28597
28598 * image.c (lookup_image): Save frame foreground and background colors.
28599 (search_image_cache): Check if saved and current frame colors match.
28600
28601 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
28602
28603 * regex.c (regex_compile): Remove the `regnum' counter.
28604 Use bufp->re_nsub instead. Add support for \(?N:RE\).
28605
28606 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
28607
28608 * term.c: Include intervals.h to declare Fget_text_property.
28609
28610 2007-06-10 Jason Rumney <jasonr@gnu.org>
28611
28612 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
28613
28614 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
28615
28616 * callint.c (Fcall_interactively):
28617 * editfns.c (Fdelete_and_extract_region):
28618 * fileio.c (Fread_file_name):
28619 * fns.c (Fmapconcat):
28620 * keyboard.c (cmd_error_internal):
28621 * keymap.c (Fkey_description):
28622 * lread.c (openp):
28623 * minibuf.c (read_minibuf):
28624 * search.c (wordify):
28625 * sunfns.c (sel_read):
28626 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
28627 * xfns.c (x_default_scroll_bar_color_parameter):
28628 * xmenu.c (menu_help_callback):
28629 * xselect.c (Fx_get_atom_name):
28630 * xterm.c (x_term_init): Use empty_unibyte_string.
28631
28632 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
28633
28634 * alloc.c (init_strings): Initialize canonical empty strings.
28635 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
28636 canonical empty string when the requested size is 0.
28637
28638 * emacs.c (empty_unibyte_string): Rename from empty_string.
28639 (empty_multibyte_string): New canonical empty string.
28640 (syms_of_emacs): Don't initialize empty_string.
28641
28642 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
28643 string, if appropriate.
28644 (empty_unibyte_string, empty_multibyte_string): New externs.
28645 (empty_string): Remove extern.
28646
28647 * lread.c (syms_of_lread): Use empty_unibyte_string.
28648
28649 2007-06-07 Jason Rumney <jasonr@gnu.org>
28650
28651 * s/ms-w32.h: Don't define HAVE_TZNAME.
28652
28653 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
28654
28655 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28656
28657 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
28658
28659 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
28660 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
28661
28662 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
28663 Don't call next handler.
28664 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
28665 Remove argument. Install handler to application.
28666 (set_frame_menubar): Don't change deep_p.
28667 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
28668 FRAME_OUTER_TO_INNER_DIFF_Y.
28669 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
28670 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
28671 [HAVE_DIALOGS]: New macros.
28672 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
28673 Use them.
28674 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
28675
28676 * macselect.c [MAC_OSX] (install_service_handler): Rename from
28677 init_service_handler. All callers changed. Return OSStatus value.
28678
28679 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
28680 All callers changed so as not to call SetPortWindowPort.
28681 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
28682 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
28683 mac_draw_string_common.
28684 (mac_draw_image_string_qd): Likewise.
28685 (mac_draw_string_common): Use them. Add INLINE.
28686 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
28687 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
28688 GetGlobalMouse.
28689 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
28690 and FRAME_OUTER_TO_INNER_DIFF_Y.
28691 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
28692 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
28693 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
28694 repositioning window to mac_handle_window_event.
28695 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
28696 saving window location to mac_handle_window_event
28697 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
28698 (install_menu_target_item_handler): Remove argument in extern.
28699 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
28700 Also accept command events.
28701 (do_keystroke): New function created from XTread_socket.
28702 (init_command_handler): Remove functions.
28703 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
28704 and save window location by kEventWindowShowing and kEventWindowHiding
28705 handlers here. Don't call next handler for window state change and
28706 focus events.
28707 (mac_handle_application_event, mac_handle_keyboard_event)
28708 [TARGET_API_MAC_CARBON]: New functions.
28709 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
28710 kEventWindowShowing and kEventWindowHiding events. Move installation
28711 of mouse, font, text input and menu target item handlers to
28712 install_application_handler.
28713 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
28714 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
28715 New function.
28716 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
28717 Register it.
28718 (XTread_socket) [TARGET_API_MAC_CARBON]:
28719 Consolidate SendEventToEventTarget calls.
28720 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
28721 Move application activation handler to mac_handle_application_event.
28722 Move keyboard handler to mac_handle_keyboard_event.
28723 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
28724 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
28725 init_command_handler. Call install_application_handler.
28726
28727 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
28728 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
28729
28730 2007-06-07 Glenn Morris <rgm@gnu.org>
28731
28732 * emacs.c (main): Use `emacs-copyright' in --version output.
28733
28734 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
28735
28736 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
28737
28738 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28739
28740 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
28741
28742 * macgui.h: Replace WindowPtr with WindowRef.
28743
28744 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
28745 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
28746 Replace ControlHandle with ControlRef.
28747 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
28748
28749 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
28750 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
28751 Replace ControlHandle with ControlRef.
28752 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
28753 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
28754
28755 * macterm.h (struct scroll_bar): Rename member control_handle_low
28756 and control_handle_high to control_ref_low and control_ref_high.
28757 All uses changed.
28758 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
28759 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
28760 respectively. All uses changed.
28761 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
28762 (install_window_handler, remove_window_handler): Replace WindowPtr
28763 with WindowRef in externs.
28764
28765 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
28766
28767 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
28768
28769 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
28770
28771 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
28772
28773 * frame.c (Fmouse_position, Fmouse_pixel_position):
28774 Condition on HAVE_GPM too.
28775
28776 * term.c (term_mouse_highlight): Remove unused variables.
28777 (Fterm_open_connection): Set gpm_zerobased to 1.
28778 (term_mouse_movement, term_mouse_click, handle_one_term_event):
28779 Use zero based co-ordinates.
28780 (handle_one_term_event): Report a drag as mouse movement too.
28781
28782 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
28783
28784 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
28785
28786 * image.c (search_image_cache): New function. Require background
28787 color match if background color is unspecified in the image spec.
28788 (uncache_image, lookup_image): Use it.
28789
28790 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
28791
28792 * window.c (Fshrink_window): Reflow docstring.
28793
28794 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
28795
28796 * Version 22.1 released.
28797
28798 2007-06-01 Richard Stallman <rms@gnu.org>
28799
28800 * xfns.c (x_encode_text): Add GCPRO.
28801
28802 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28803
28804 * xfns.c (x_set_name_internal): Save encoded name before
28805 x_encode_text in case string data is relocated.
28806
28807 2007-05-31 Richard Stallman <rms@gnu.org>
28808
28809 * buffer.c (syms_of_buffer): Doc fix.
28810
28811 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
28812
28813 * sysdep.c (init_sys_modes): Add rather than replace with
28814 O_NONBLOCK.
28815
28816 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
28817 term_mouse_moveto.
28818
28819 * termhooks.h (term_mouse_moveto): New extern.
28820
28821 * term.c (mouse_face_window): Rename...
28822 (Qmouse_face_window): ...to this.
28823 (term_show_mouse_face, term_clear_mouse_face)
28824 (term_mouse_highlight): Use Qmouse_face_window.
28825 (term_mouse_moveto): New function.
28826 (term_mouse_position): Make it work.
28827 (syms_of_term): Uncomment assignment to mouse_position_hook.
28828 Staticpro Qmouse_face_window.
28829
28830 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28831
28832 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
28833 around current_column call.
28834
28835 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
28836
28837 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
28838 * xdisp.c (next_element_from_buffer):
28839 * window.c (delete_window):
28840 * term.c (term_mouse_highlight):
28841 * msdos.c (getdefdir):
28842 * macterm.c (mac_create_bitmap_from_bitmap_data)
28843 (init_font_name_table):
28844 * fns.c (Fsxhash):
28845 * data.c (Fmake_local_variable):
28846 * ccl.c (ccl_driver): Likewise.
28847
28848 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28849
28850 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
28851 Call mac_wakeup_from_rne on window size change.
28852
28853 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
28854
28855 * image.c (uncache_image): Fix typo.
28856
28857 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
28858
28859 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
28860
28861 2007-05-22 Richard Stallman <rms@gnu.org>
28862
28863 * xterm.c (x_connection_closed): Remove NO_RETURN.
28864
28865 2007-05-22 Martin Rudalics <rudalics@gmx.at>
28866
28867 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
28868
28869 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
28870
28871 * image.c (uncache_image): New function.
28872 (Fimage_refresh): New function.
28873
28874 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
28875
28876 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
28877
28878 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
28879
28880 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
28881 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
28882
28883 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
28884
28885 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
28886 conditional on [HAVE_GPM_H].
28887
28888 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
28889
28890 * syntax.c (skip_chars): Update syntax-table only after we checked that
28891 the new location is valid.
28892
28893 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28894
28895 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
28896 mac_get_window_bounds.
28897
28898 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
28899
28900 * Makefile.in (LIBGPM): Allow it to be set from configure.
28901 If set then link Emacs with it.
28902
28903 * config.in: Regenerate.
28904
28905 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
28906 New externs.
28907
28908 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
28909 Include gpm.h.
28910 (handle_one_term_event, term_gpm): New externs.
28911
28912 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
28913 and allow it to be interrupted by SIGIO.
28914
28915 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
28916 (wait_reading_process_output): Wait on gpm_fd too.
28917 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
28918 (add_gpm_wait_descriptor_called_flag): New variable.
28919 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
28920
28921 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
28922 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
28923 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
28924 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
28925 (make_lispy_event): Add case GPM_CLICK_EVENT.
28926 (read_avail_input): Handle mouse input.
28927
28928 * term.c (write_glyphs_with_face): New function.
28929 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
28930 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
28931 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
28932 (mouse_face_face_id, term_gpm, pos_x, pos_y)
28933 (last_mouse_x, last_mouse_y): New variables.
28934 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
28935 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
28936 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
28937 (Fterm_close_connection): New functions.
28938 (term_init): Initialise mouse_face_window.
28939
28940 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
28941
28942 * xdisp.c (redisplay_window): If first window line is a
28943 continuation line, recompute the new window start instead of
28944 recentering.
28945
28946 2007-05-18 Glenn Morris <rgm@gnu.org>
28947
28948 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
28949 Suggested by Alfred M. Szmidt <ams@gnu.org>.
28950
28951 2007-05-17 Glenn Morris <rgm@gnu.org>
28952
28953 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
28954
28955 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28956
28957 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
28958 dead key repeat and up events.
28959
28960 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
28961
28962 * image.c (pbm_load): Check image size for monochrome pbm.
28963
28964 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
28965
28966 * xterm.c (XTread_socket): Revert last change.
28967
28968 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
28969
28970 * image.c (pbm_load): Correctly check image size for greyscale pbm.
28971
28972 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
28973
28974 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
28975
28976 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
28977 mixup (YAILOM).
28978
28979 2007-05-07 Andreas Schwab <schwab@suse.de>
28980
28981 * keymap.c (Flookup_key): Fix typo in last change.
28982
28983 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
28984
28985 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
28986 mapping for unibyte strings.
28987
28988 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28989
28990 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
28991 (Fx_popup_dialog) [MAC_OSX]: Likewise.
28992
28993 2007-04-29 Richard Stallman <rms@gnu.org>
28994
28995 * insdel.c (replace_range): For undo, record insertion first.
28996
28997 2007-04-29 Andreas Schwab <schwab@suse.de>
28998
28999 * lisp.h (VECSIZE): Use OFFSETOF.
29000
29001 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29002
29003 * xdisp.c (try_window_reusing_current_matrix): Fix number of
29004 disabled lines.
29005
29006 2007-04-28 Richard Stallman <rms@gnu.org>
29007
29008 * lread.c (read_escape): In a string, \s is always space.
29009
29010 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
29011
29012 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
29013
29014 * gtkutil.c (xg_update_menubar, create_menus): Create empty
29015 submenu for menu bar items.
29016
29017 See ChangeLog.10 for earlier changes.
29018
29019 ;; Local Variables:
29020 ;; coding: utf-8
29021 ;; End:
29022
29023 Copyright (C) 2007, 2008, 2009, 2010
29024 Free Software Foundation, Inc.
29025
29026 This file is part of GNU Emacs.
29027
29028 GNU Emacs is free software: you can redistribute it and/or modify
29029 it under the terms of the GNU General Public License as published by
29030 the Free Software Foundation, either version 3 of the License, or
29031 (at your option) any later version.
29032
29033 GNU Emacs is distributed in the hope that it will be useful,
29034 but WITHOUT ANY WARRANTY; without even the implied warranty of
29035 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29036 GNU General Public License for more details.
29037
29038 You should have received a copy of the GNU General Public License
29039 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
29040