Remove alternative K&R declarations.
[bpt/emacs.git] / src / ChangeLog
1 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative declaration.
4
5 Clean up include guards.
6 * tparam.c: Remove include guards for config.h, string.h and code
7 that assumes #ifndef emacs.
8 * termcap.c:
9 * unexalpha.c:
10 * sysdep.c:
11 * filemode.c:
12 * filelock.c:
13 * bidi.c: Likewise.
14
15 Remove prefix-args.c
16 * prefix-args.c: Remove file.
17 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
18 * Makefile.in (temacs${EXEEXT}): Remove references to
19 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
20 (mostlyclean): Remove reference to prefix-args.
21 (prefix-args): Remove.
22
23 Simplify cstart_of_data, start_of_code and related code.
24 * mem-limits.h: Remove !emacs and _LIBC conditional code.
25 (start_of_data): Merge into start_of_data function.
26 * sysdep.c (start_of_text): Remove. Move simplified versions of
27 it in the only users: unexaix.c and unexec.c.
28 (read_input_waiting): Remove local declaration of quit_char.
29 (start, etext): Remove declarations.
30 (start_of_data): Merge with the version in mem-limits.h and move
31 to vm-limits.c.
32 * vm-limit.c (start_of_data): Merged and simplified version of the
33 code formerly in mem-limits.h and sysdep.c.
34 * unexec.c (start): New declaration, moved from sysdep.c.
35 (start_of_text): Simplified version of the code formerly in sysdep.c.
36 * unexaix.c (start_of_text): Simplified version of the code
37 formerly in sysdep.c.
38 * m/alpha.h (HAVE_TEXT_START): Remove.
39 (TEXT_START): Move ...
40 * unexalpha.c (TEXT_START): ... here.
41 * s/hpux10-20.h (TEXT_START): Remove.
42 * s/darwin.h (TEXT_START):
43 * m/mips.h (TEXT_START):
44 * m/macppc.h (HAVE_TEXT_START):
45 * m/m68k.h (TEXT_START):
46 * m/iris4d.h (TEXT_START):
47 * m/intel386.h (TEXT_START):
48 * m/ibmrs6000.h (TEXT_START):
49 * m/ia64.h (HAVE_TEXT_START):
50 * s/msdos.h (TEXT_START): Likewise.
51
52 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
53
54 * alloc.c (overrun_check_malloc, overrun_check_realloc)
55 (overrun_check_free, xstrdup, allocate_string)
56 (allocate_string_data, compact_small_strings, Fmake_string)
57 (make_unibyte_string, make_multibyte_string)
58 (make_string_from_bytes, make_specified_string, make_float)
59 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
60 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
61 memcpy, memmove, memset, memcmp.
62 * atimer.c (start_atimer, set_alarm): Likewise.
63 * buffer.c (clone_per_buffer_values, report_overlay_modification)
64 (mmap_realloc, init_buffer_once): Likewise.
65 * callint.c (Fcall_interactively): Likewise.
66 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
67 (getenv_internal_1): Likewise.
68 * casefiddle.c (casify_object): Likewise.
69 * ccl.c (ccl_driver): Likewise.
70 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
71 * charset.c (load_charset_map_from_file)
72 (load_charset_map_from_file, load_charset_map_from_vector)
73 (Fdefine_charset_internal): Likewise.
74 * cm.c (Wcm_clear): Likewise.
75 * coding.c (decode_eol, decode_coding_object)
76 (Fset_coding_system_priority, make_subsidiaries): Likewise.
77 * data.c (Faset): Likewise.
78 * dired.c (directory_files_internal, file_name_completion_stat):
79 Likewise.
80 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
81 (clear_glyph_row, copy_row_except_pointers)
82 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
83 (save_current_matrix, restore_current_matrix)
84 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
85 (mirror_line_dance, scrolling_window): Likewise.
86 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
87 Likewise.
88 * doprnt.c (doprnt): Likewise.
89 * editfns.c (Fuser_full_name, make_buffer_string_both)
90 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
91 * emacs.c (sort_args): Likewise.
92 * eval.c (Fapply, Ffuncall): Likewise.
93 * fileio.c (Ffile_name_directory, make_temp_name)
94 (Fexpand_file_name, search_embedded_absfilename)
95 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
96 (auto_save_error): Likewise.
97 * fns.c (Fstring_equal, Fcopy_sequence, concat)
98 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
99 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
100 (Fmake_hash_table): Likewise.
101 * fringe.c (Fdefine_fringe_bitmap): Likewise.
102 * ftfont.c (ftfont_text_extents): Likewise.
103 * getloadavg.c (getloadavg): Likewise.
104 * image.c (define_image_type, make_image, make_image_cache)
105 (x_create_x_image_and_pixmap, xbm_image_p)
106 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
107 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
108 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
109 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
110 (tiff_image_p, tiff_read_from_memory, gif_image_p)
111 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
112 Likewise.
113 * indent.c (scan_for_column, compute_motion): Likewise.
114 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
115 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
116 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
117 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
118 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
119 (store_user_signal_events, menu_bar_items, tool_bar_items)
120 (process_tool_bar_item, append_tool_bar_item)
121 (read_char_minibuf_menu_prompt, read_key_sequence)
122 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
123 Likewise.
124 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
125 Likewise.
126 * lisp.h (STRING_COPYIN): Likewise.
127 * lread.c (Fload, read1, oblookup): Likewise.
128 * msdos.c (Frecent_doskeys): Likewise.
129 * nsfns.m (Fx_create_frame): Likewise.
130 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
131 Likewise.
132 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
133 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
134 Likewise.
135 * nsmenu.m (ns_update_menubar): Likewise.
136 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
137 * print.c (print_unwind, printchar, strout, print_string)
138 (print_error_message): Likewise.
139 * process.c (conv_lisp_to_sockaddr, set_socket_option)
140 (Fmake_network_process, Fnetwork_interface_list)
141 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
142 (init_process): Likewise.
143 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
144 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
145 Likewise.
146 * scroll.c (do_scrolling, do_direct_scrolling)
147 (scrolling_max_lines_saved): Likewise.
148 * search.c (search_buffer, wordify, Freplace_match): Likewise.
149 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
150 * syntax.c (skip_chars, skip_syntaxes): Likewise.
151 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
152 (emacs_set_tty): Likewise.
153 * term.c (encode_terminal_code, calculate_costs)
154 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
155 Likewise.
156 * termcap.c (tgetst1, gobble_line): Likewise.
157 * termhooks.h (EVENT_INIT): Likewise.
158 * tparam.c (tparam1): Likewise.
159 * unexalpha.c (unexec): Likewise.
160 * unexec.c (write_segment): Likewise.
161 * unexmacosx.c (unexec_write_zero): Likewise.
162 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
163 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
164 * w32font.c (w32font_list_family, w32font_text_extents)
165 (w32font_list_internal, w32font_match_internal)
166 (w32font_open_internal, compute_metrics, Fx_select_font):
167 Likewise.
168 * w32menu.c (set_frame_menubar, add_menu_item)
169 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
170 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
171 * w32uniscribe.c (uniscribe_list_family): Likewise.
172 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
173 * window.c (make_window, replace_window, set_window_buffer)
174 (Fsplit_window): Likewise.
175 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
176 (add_to_log, message3, x_consider_frame_title)
177 (append_space_for_newline, extend_face_to_end_of_line)
178 (decode_mode_spec_coding, init_glyph_string): Likewise.
179 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
180 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
181 (face_attr_equal_p, make_realized_face, make_face_cache)
182 (free_realized_faces, lookup_named_face, smaller_face)
183 (face_with_height, lookup_derived_face)
184 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
185 (Finternal_set_font_selection_order, realize_default_face)
186 (compute_char_face, face_at_buffer_position)
187 (face_for_overlay_string, face_at_string_position, merge_faces):
188 Likewise.
189 * xfns.c (xic_create_fontsetname, Fx_create_frame)
190 (Fx_window_property, x_create_tip_frame)
191 (Fx_backspace_delete_keys_p): Likewise.
192 * xfont.c (xfont_list, xfont_match, xfont_list_family)
193 (xfont_text_extents): Likewise.
194 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
195 * xrdb.c (magic_file_p, x_get_resource): Likewise.
196 * xselect.c (x_queue_event, x_get_window_property)
197 (receive_incremental_selection): Likewise.
198 * xsmfns.c (x_session_check_input): Likewise.
199 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
200 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
201 Likewise.
202 * character.h (BCOPY_SHORT): Removed.
203 * config.in: Regenerate.
204 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
205 * emacs.c (main) [PROFILING]: Don't declare
206 dump_opcode_frequencies.
207 * lisp.h (safe_bcopy): Remove declaration.
208 (memset) [!HAVE_MEMSET]: Declare.
209 (memcpy) [!HAVE_MEMCPY]: Likewise.
210 (memmove) [!HAVE_MEMMOVE]: Likewise.
211 (memcmp) [!HAVE_MEMCMP]: Likewise.
212 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
213 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
214 Don't define.
215 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
216 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
217 (BCOPY_DOWNWARD_SAFE): Don't define.
218 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
219 (memcpy) [!HAVE_MEMCPY]: Define.
220 (memmove) [!HAVE_MEMMOVE]: Define.
221 (memcmp) [!HAVE_MEMCMP]: Define.
222
223 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
224
225 * process.c (kbd_is_on_hold): New variable.
226 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p): New
227 functions.
228 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
229 select on empty input mask.
230 (init_process): Initialize kbd_is_on_hold to 0.
231
232 * process.h (hold_keyboard_input, unhold_keyboard_input)
233 (kbd_on_hold_p): Declare.
234
235 * keyboard.c (input_available_signal): Declare.
236 (kbd_buffer_nr_stored): New function.
237 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
238 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
239 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
240 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
241 (tty_read_avail_input): If input is on hold, return.
242 Don't read more that free slots in kbd_buffer (Bug#6571).
243
244 2010-07-07 Eli Zaretskii <eliz@gnu.org>
245
246 * msdos.h:
247 * msdos.c:
248 * dosfns.c:
249 * w16select.c: Convert function definitions to ANSI C.
250
251 * msdos.h (ctrl_break_func, install_ctrl_break_check): Remove
252 unused prototypes.
253
254 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
255
256 * coding.c, sysdep.c: Convert some more functions to standard C.
257
258 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
259
260 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
261 (encode_coding_object): Use SPECPDL_INDEX.
262 (syms_of_coding): Use DOS_NT.
263
264 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
265
266 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
267
268 Make the function member of Lisp_Subr use standard C prototypes.
269 * lisp.h (struct Lisp_Subr): Use a union for the function member.
270 (DECL_ALIGN): Add a cast for the function.
271 * eval.c (Feval, Ffuncall): Use the proper type for each type
272 function call.
273
274 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
275
276 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
277 fringe face id, so face-remapping-alist works (Bug#6091).
278
279 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
280
281 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
282 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
283 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
284
285 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
286
287 * xterm.c (x_get_keysym_name): Change type of parameter to int.
288 * lisp.h: Declare x_get_keysym_name.
289 * keyboard.c (modify_event_symbol): Don't declare
290 x_get_keysym_name here.
291
292 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
293
294 * ecrt0.c: Revert conversion to standard C.
295
296 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
297
298 * vm-limit.c (memory_warnings):
299 * keyboard.c (modify_event_symbol):
300 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
301 (round2, emacs_rint):
302 * process.c (send_process, old_sigpipe): Convert function
303 definitions and declarations to standard C.
304
305 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
306
307 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
308 * xdisp.c: Convert function definitions to standard C.
309
310 * cm.c (cmputc): Arg C is now int, not char.
311 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
312
313 2010-07-05 James Cloos <cloos@jhcloos.com>
314
315 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
316
317 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
318 _NET_WM_ICON_NAME atoms.
319
320 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
321 and _NET_WM_ICON_NAME properties, too, matching what is
322 done in the Gtk+ case.
323
324 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
325
326 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
327
328 * xsmfns.c (SSDATA): New macro.
329 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
330 passed to strlen/strcpy/strcat.
331 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
332 7:th arg to XChangeProperty to (unsigned char *)
333
334 * xsettings.c (something_changedCB, parse_settings)
335 (apply_xft_settings): Reformat prototype.
336 (something_changedCB, init_gconf): Remove unused variable i.
337 (read_settings): Remove unused variable long_len.
338
339 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
340 (xg_get_image_for_pixmap, create_dialog)
341 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
342 (menuitem_highlight_callback, make_menu_item)
343 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
344 (xg_create_scroll_bar, xg_update_scrollbar_pos)
345 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
346 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
347 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
348 (xg_tool_bar_item_expose_callback): Reformat prototype.
349 (xg_update_menubar): GList *group => GSList *group.
350 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
351 before use.
352 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
353 to GTK_IMAGE (wimage).
354
355 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
356
357 * atimer.c: Use "" instead of <> for local includes for
358 consistency with the rest of the code.
359
360 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
361 * xrdb.c (get_system_name):
362 * window.c (shrink_windows):
363 * syntax.c (forw_comment):
364 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
365 (ins_del_costs):
366 * mem-limits.h (start_of_data):
367 * lread.c (readevalloop):
368 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
369 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
370 * frame.c (x_get_focus_frame):
371 * floatfns.c (fmod_float):
372 * fileio.c (choose_write_coding_system):
373 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
374 (malloc_initialize_hook, sort_args, synchronize_locale):
375 * doprnt.c (doprnt):
376 * dired.c (compile_pattern):
377 * data.c (fmod_float):
378 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
379 (map_char_table_for_charset):
380 * charset.c (define_charset_internal):
381 * alloc.c (Fgarbage_collect): Convert declarations or definitions
382 to standard C.
383
384 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
385 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * lread.c (read1): Fix up last change to not mess up `c'.
388
389 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
390
391 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
392
393 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
394
395 Fix prototypes.
396
397 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
398 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
399 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
400 arg, as required by internal_condition_case_1.
401 * print.c (strout): Use const char* for arg PTR.
402 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
403 (analyse_first): Fix "const const".
404 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
405 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
406 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
407
408 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
409
410 * alloc.c: Convert function definitions to standard C.
411 * atimer.c:
412 * bidi.c:
413 * bytecode.c:
414 * callint.c:
415 * callproc.c:
416 * casefiddle.c:
417 * casetab.c:
418 * category.c:
419 * ccl.c:
420 * character.c:
421 * charset.c:
422 * chartab.c:
423 * cmds.c:
424 * coding.c:
425 * composite.c:
426 * data.c:
427 * dbusbind.c:
428 * dired.c:
429 * dispnew.c:
430 * doc.c:
431 * doprnt.c:
432 * ecrt0.c:
433 * editfns.c:
434 * fileio.c:
435 * filelock.c:
436 * filemode.c:
437 * fns.c:
438 * font.c:
439 * fontset.c:
440 * frame.c:
441 * fringe.c:
442 * ftfont.c:
443 * ftxfont.c:
444 * gtkutil.c:
445 * indent.c:
446 * insdel.c:
447 * intervals.c:
448 * keymap.c:
449 * lread.c:
450 * macros.c:
451 * marker.c:
452 * md5.c:
453 * menu.c:
454 * minibuf.c:
455 * prefix-args.c:
456 * print.c:
457 * ralloc.c:
458 * regex.c:
459 * region-cache.c:
460 * scroll.c:
461 * search.c:
462 * sound.c:
463 * strftime.c:
464 * syntax.c:
465 * sysdep.c:
466 * termcap.c:
467 * terminal.c:
468 * terminfo.c:
469 * textprop.c:
470 * tparam.c:
471 * undo.c:
472 * unexelf.c:
473 * window.c:
474 * xfaces.c:
475 * xfns.c:
476 * xfont.c:
477 * xftfont.c:
478 * xgselect.c:
479 * xmenu.c:
480 * xrdb.c:
481 * xselect.c:
482 * xsettings.c:
483 * xsmfns.c:
484 * xterm.c: Likewise.
485
486 2010-07-03 Eli Zaretskii <eliz@gnu.org>
487
488 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
489 frames other than the initial one. Fix reversal of colors when
490 `reverse' is specified in the frame parameters. Call
491 update_face_from_frame_parameter instead of
492 internal-set-lisp-face-attribute. Initialize screen colors from
493 initial_screen_colors[] when f->default_face_done_p is zero,
494 instead of depending on being called with default-frame-alist as
495 the alist argument.
496
497 * xfaces.c (update_face_from_frame_parameter): Move out of
498 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
499 with HAVE_WINDOW_SYSTEM.
500
501 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
502 to menu-bar-mode, if not set in the frame parameters or in
503 default-frame-alist.
504
505 * w32console.c (sys_tputs): Adjust argument list to prototype in
506 term.c.
507
508 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
509
510 * lisp.h (memory_warnings): Fix prototype.
511
512 * cm.h (evalcost): Fix prototype.
513
514 * cm.c (evalcost): Fix arg type.
515
516 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
517
518 * term.c (term_clear_mouse_face, Fidentity):
519 * syssignal.h (signal_handler_t):
520 * lisp.h (memory_warnings):
521 * coding.h (preferred_coding_system):
522 * cm.h (evalcost):
523 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
524
525 2010-07-02 Eli Zaretskii <eliz@gnu.org>
526
527 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
528 from prototypes.
529
530 * msdos.h (load_pixmap): Don't define away.
531
532 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
533
534 * lisp.h:
535 * atimer.h: Remove define for P_.
536
537 * alloc.c: Remove __P and P_ from .c and .m files.
538 * atimer.c:
539 * buffer.c:
540 * callint.c:
541 * category.c:
542 * charset.c:
543 * chartab.c:
544 * cm.c:
545 * coding.c:
546 * composite.c:
547 * data.c:
548 * dired.c:
549 * dispnew.c:
550 * doc.c:
551 * editfns.c:
552 * emacs.c:
553 * eval.c:
554 * fileio.c:
555 * filelock.c:
556 * fns.c:
557 * font.c:
558 * fontset.c:
559 * frame.c:
560 * ftfont.c:
561 * ftxfont.c:
562 * gmalloc.c:
563 * gtkutil.c:
564 * image.c:
565 * indent.c:
566 * intervals.c:
567 * keyboard.c:
568 * keymap.c:
569 * lread.c:
570 * marker.c:
571 * menu.c:
572 * minibuf.c:
573 * print.c:
574 * process.c:
575 * scroll.c:
576 * search.c:
577 * sound.c:
578 * strftime.c:
579 * syntax.c:
580 * sysdep.c:
581 * term.c:
582 * terminal.c:
583 * textprop.c:
584 * unexalpha.c:
585 * w32console.c:
586 * w32fns.c:
587 * w32font.c:
588 * w32menu.c:
589 * w32term.c:
590 * w32uniscribe.c:
591 * window.c:
592 * xdisp.c:
593 * xfaces.c:
594 * xfns.c:
595 * xfont.c:
596 * xftfont.c:
597 * xmenu.c:
598 * xselect.c:
599 * xterm.c: Likewise.
600
601 Remove P_ and __P macros.
602 * atimer.h: Remove P_ and __P macros.
603 * buffer.h:
604 * category.h:
605 * ccl.h:
606 * character.h:
607 * charset.h:
608 * cm.h:
609 * coding.h:
610 * composite.h:
611 * dispextern.h:
612 * disptab.h:
613 * dosfns.h:
614 * font.h:
615 * fontset.h:
616 * frame.h:
617 * gtkutil.h:
618 * indent.h:
619 * intervals.h:
620 * keyboard.h:
621 * keymap.h:
622 * lisp.h:
623 * macros.h:
624 * md5.h:
625 * menu.h:
626 * msdos.h:
627 * nsterm.h:
628 * puresize.h:
629 * region-cache.h:
630 * syntax.h:
631 * syssignal.h:
632 * systime.h:
633 * termhooks.h:
634 * w32font.h:
635 * w32term.h:
636 * widget.h:
637 * window.h:
638 * xgselect.h:
639 * xsettings.h:
640 * xterm.h: Likewise.
641
642 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
643
644 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
645
646 Cleanup old code.
647 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
648 * syssignal.h: Remove code for Lynx, not supported anymore.
649 * vm-limit.c: Remove unused code the depends on emacs not being
650 defined and NO_LIM_DATA being defined.
651 * mem-limits.h: Remove dead code.
652
653 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
654
655 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
656
657 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
658 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
659
660 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
661 parameters, they are already absolute.
662
663 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed
664 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
665
666 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH
667
668 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update
669 FRAME_TOOLBAR_HEIGHT.
670
671 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
672 BLOCK/UNBLOCK_INPUT so asserts don't trigger.
673
674 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
675
676 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
677 check default-frame-alist.
678
679 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
680
681 * process.c (create_process): Avoid using invalid file descriptors.
682
683 * callproc.c (child_setup): Avoid closing a file descriptor twice.
684
685 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
686
687 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
688 Improve documentation. Return font regardless of use_system_font.
689 (syms_of_xsettings): Improve documentation for font-use-system-font.
690
691 2009-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
692
693 * xftfont.c (xftfont_open): Check font width one by one also when
694 spacing is dual.
695
696 * ftfont.c (ftfont_open): Ditto.
697
698 2010-06-30 Glenn Morris <rgm@gnu.org>
699
700 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
701
702 * Makefile.in (CANNOT_DUMP): Update for configure name change.
703
704 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
705 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
706 * s/darwin.h (SYSTEM_MALLOC):
707 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
708
709 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
710
711 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
712 (ns_get_screen): Don't assign integer to f.
713 (Fx_display_color_cells): Declarations before statements.
714
715 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
716
717 * xfns.c (x_default_font_parameter): Remove got_from_system
718 (Bug#6526).
719
720 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
721 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
722 defines based on what configure finds.
723
724 * xterm.c (XTflash): Use gtk_widget_get_window.
725 (xg_scroll_callback): Use gtk_adjustment_get_upper and
726 gtk_adjustment_get_page_size.
727 (handle_one_xevent): Use gtk_widget_get_mapped.
728 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
729 messages.
730
731 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
732
733 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
734 HAVE_GTK_FILE_SELECTION_NEW.
735
736 * gtkutil.c (xg_display_open, xg_display_close): Remove
737 HAVE_GTK_MULTIDISPLAY, it is always defined.
738 (xg_display_open): Return type is void.
739 (gtk_widget_set_has_window)
740 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
741 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
742 (gtk_adjustment_set_page_increment)
743 (gtk_adjustment_get_step_increment): #define these if not found
744 by configure.
745 (remove_submenu): New define based on Gtk+ version.
746 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
747 gtk_widget_get_window.
748 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
749 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
750 (create_dialog): Use gtk_dialog_get_action_area and
751 gtk_dialog_get_content_area.
752 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
753 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
754 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
755 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
756 g_object_ref and g_object_unref.
757 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
758 gtk_widget_get_sensitive.
759 (xg_update_submenu): Use remove_submenu.
760 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
761 properties instead to get old x and y position.
762 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
763 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
764 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
765 (xg_get_tool_bar_widgets): New function.
766 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
767 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
768 (toolbar_set_orientation): New #define based on if configure
769 finds gtk_orientable_set_orientation.
770 (xg_create_tool_bar): Call toolbar_set_orientation.
771 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
772 instead of gtk_box_pack_start_defaults.
773
774 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
775
776 * cmds.c (Fdelete_backward_char): Move into Lisp.
777
778 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
779
780 * s/freebsd.h (BSD4_2): Remove redundant definition.
781 bsd-common.h defines it already.
782
783 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
784
785 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
786 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
787 tool-bar-mode, which are now set using these X resources at
788 startup, to determine the defaults (Bug#2249).
789
790 * w32fns.c (Fx_create_frame):
791 * nsfns.m (Fx_create_frame): Likewise.
792
793 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
794
795 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
796
797 * gtkutil.c (xg_update_scrollbar_pos):
798 Avoid C99 mid-block variable declaration.
799
800 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
801
802 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
803
804 * gtkutil.h (xg_show_scroll_bar): Remove.
805
806 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
807 if height is less than scroll bar min size.
808 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
809
810 * xfns.c (x_default_font_parameter): Try to open font from system
811 before using it (bug#6478). Rename got_from_gconf to got_from_system.
812
813 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
814
815 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
816
817 2010-06-20 Eli Zaretskii <eliz@gnu.org>
818
819 * xdisp.c (try_scrolling): When scroll-conservatively is set to
820 most-positive-fixnum, be extra accurate when scrolling window
821 start, to avoid missing the cursor line.
822
823 2010-06-19 Eli Zaretskii <eliz@gnu.org>
824
825 * xdisp.c (try_scrolling): Compute the limit for searching point
826 in forward scroll from scroll_max, instead of an arbitrary limit
827 of 10 screen lines. See
828 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
829 and
830 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
831 for details.
832
833 2010-06-16 Glenn Morris <rgm@gnu.org>
834
835 * editfns.c (Fbyte_to_string): Pacify compiler.
836
837 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * lread.c (read1): Phase out old-style backquotes a bit more.
840
841 2010-06-12 Eli Zaretskii <eliz@gnu.org>
842
843 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
844 bidimirror.h.
845
846 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
847
848 * bidi.c (bidi_initialize): Remove explicit initialization of
849 bidi_type_table; include biditype.h instead. Don't support
850 entries whose second codepoint is zero. Initialize bidi_mirror_table.
851 (bidi_mirror_char): Use bidi_mirror_table.
852
853 * biditype.h: New file.
854
855 * bidimirror.h: New file.
856
857 * window.c (syms_of_window): Doc fix (bug#6409).
858
859 2010-06-12 Romain Francoise <romain@orebokech.com>
860
861 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
862 ediff-hook.
863
864 2010-06-10 Glenn Morris <rgm@gnu.org>
865
866 * editfns.c (Fbyte_to_string): Pacify compiler.
867
868 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
869
870 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
873 Check `object's type before accessing its guts.
874
875 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
876
877 * s/usg5-4.h: Fix previous change.
878 Suggested by Lawrence Mitchell <wence@gmx.li>
879
880 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
881
882 * minibuf.c (Fall_completions): Add more checks.
883
884 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
885
886 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
887
888 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
889
890 * lread.c (X_OK): Remove, unused.
891
892 * dispnew.c: Remove obsolete comment.
893
894 Remove INCLUDED_FCNTL.
895 * xterm.c (INCLUDED_FCNTL):
896 * callproc.c (INCLUDED_FCNTL):
897 * alloc.c (INCLUDED_FCNTL):
898 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
899 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
900
901 2010-06-07 Martin Rudalics <rudalics@gmx.at>
902
903 * window.c (Fselect_window): Move `record_buffer' up to the
904 beginning of this function, so the buffer gets recorded
905 even if the selected window does not change.
906 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
907
908 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
909
910 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
911 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
912
913 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
914
915 Remove BSTRING related code, all platforms define it.
916 * s/usg5-4.h (BSTRING): Remove definition.
917 * s/template.h (BSTRING):
918 * s/msdos.h (BSTRING):
919 * s/ms-w32.h (BSTRING):
920 * s/hpux10-20.h (BSTRING):
921 * s/gnu-linux.h (BSTRING):
922 * s/darwin.h (BSTRING):
923 * s/cygwin.h (BSTRING):
924 * s/bsd-common.h (BSTRING):
925 * s/aix4-2.h (BSTRING): Likewise.
926 * sysdep.c: Remove code depending on BSTRING not being defined.
927
928 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
929
930 Remove obsolete macro BASE_LEADING_CODE_P.
931 * character.h (BASE_LEADING_CODE_P): Remove.
932 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
933 * buffer.c (Fset_buffer_multibyte):
934 * indent.c (scan_for_column, compute_motion):
935 * insdel.c (count_combining_before, count_combining_after):
936 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
937
938 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
939
940 Turn `directory-sep-char' into a noop.
941
942 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
943 (DIRECTORY_SEP): Define unconditionally.
944
945 * s/ms-w32.h (DIRECTORY_SEP): Remove.
946
947 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
948 call dostounix_filename directly.
949
950 * fileio.c (CORRECT_DIR_SEPS): Remove.
951 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
952 (Fsubstitute_in_file_name): Use dostounix_filename instead.
953 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
954 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
955
956 * w32proc.c (CORRECT_DIR_SEPS): Remove.
957 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
958
959 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
960
961 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
962 address. (Bug#6346)
963
964 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
965
966 * ccl.c (Fccl_program_p): Fix typo in docstring.
967
968 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
969
970 Move UNEXEC definition to autoconf.
971 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
972 * s/sol2-10.h (UNEXEC):
973 * s/irix6-5.h (UNEXEC):
974 * s/hpux10-20.h (UNEXEC):
975 * s/gnu-linux.h (UNEXEC):
976 * s/darwin.h (UNEXEC):
977 * s/cygwin.h (UNEXEC):
978 * s/bsd-common.h (UNEXEC):
979 * s/aix4-2.h (UNEXEC):
980 * m/alpha.h (UNEXEC): Likewise.
981 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
982
983 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
984
985 Remove obsolete pre-unicode2 macros.
986 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
987 * composite.c (composition_reseat_it):
988 * data.c (Faset):
989 * fns.c (Ffillarray):
990 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
991 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
992
993 2010-06-03 Juri Linkov <juri@jurta.org>
994
995 * buffer.c (Fother_buffer): Add CHECK_FRAME.
996 (Fswitch_to_buffer): Remove unused variable `err'.
997
998 2010-06-03 Glenn Morris <rgm@gnu.org>
999
1000 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
1001
1002 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
1003 now that AH_BOTTOM does it.
1004
1005 * m/hp800.h (HAVE_ALLOCA):
1006 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
1007
1008 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
1009 Remove NOT_C_CODE tests, it is always true now.
1010
1011 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1012
1013 Fix config.h includes.
1014 * xsettings.c:
1015 * xgselect.c:
1016 * nsterm.m:
1017 * nsselect.m:
1018 * nsimage.m:
1019 * nsfont.m:
1020 * nsfns.m:
1021 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
1022 other files do.
1023
1024 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
1025
1026 * s/sol2-6.h: Remove obsolete comments.
1027
1028 Remove unnecessary alloca.h includes.
1029 * keymap.c: Do not include alloca.h, config.h does that.
1030 * sysdep.c: Likewise. Do not define fwrite, not used.
1031
1032 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
1035 the HAVE_TERMIO where it belongs (bug#6149).
1036
1037 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
1040 of bug#6305).
1041
1042 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1043
1044 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
1045 state is always cached (bug#6306).
1046
1047 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1048
1049 Fix cursor motion in bidi-reordered continued lines.
1050 * xdisp.c (try_cursor_movement): Backup to non-continuation line
1051 only after finding point's row. Fix the logic. Rewrite the loop
1052 over continuation lines in bidi-reordered buffers. Return
1053 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
1054 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
1055
1056 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1057
1058 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
1059
1060 2010-05-28 Kenichi Handa <handa@m17n.org>
1061
1062 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
1063 Don't sheck SPEC if it is nil.
1064 (font_list_entities): Call font_delete_unmatched if
1065 Vface_ignored_fonts is non-nil. (Bug#6287)
1066
1067 2010-05-28 Glenn Morris <rgm@gnu.org>
1068
1069 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
1070
1071 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1072
1073 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
1074 whether to trash.
1075 (internal_delete_file, Frename_file): Callers changed.
1076 (delete_by_moving_to_trash): Doc fix.
1077 (Fdelete_directory_internal): Don't move to trash.
1078
1079 * callproc.c (delete_temp_file):
1080 * buffer.c (Fkill_buffer): Callers changed.
1081
1082 * lisp.h: Update prototype.
1083
1084 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * xdisp.c (redisplay_window): After redisplay, check if point is
1087 still valid before setting it (Bug#6177).
1088
1089 2010-05-27 Glenn Morris <rgm@gnu.org>
1090
1091 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
1092 Convert comments to Makefile format.
1093
1094 * Makefile.in (bootstrap-clean): No more Makefile.c.
1095
1096 2010-05-26 Glenn Morris <rgm@gnu.org>
1097
1098 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
1099 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
1100
1101 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1102 Remove.
1103 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1104
1105 2010-05-26 Kenichi Handa <handa@m17n.org>
1106
1107 * composite.c (composition_compute_stop_pos): Fix condition for
1108 backward scanning.
1109
1110 2010-05-25 Glenn Morris <rgm@gnu.org>
1111
1112 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1113 Move before TEMACS_LDFLAGS.
1114 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1115 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1116
1117 * Makefile.in (NOT_C_CODE): No longer define.
1118 (config.h): No longer include.
1119
1120 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
1121 variables it may reference.
1122
1123 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1124 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
1125
1126 2010-05-25 Kenichi Handa <handa@m17n.org>
1127
1128 * dispextern.h (struct composition_it): New members rule_idx and
1129 charpos.
1130
1131 * xdisp.c (set_iterator_to_next): While scanning backward, assume
1132 that the character positions of IT point the last character of the
1133 current grapheme cluster.
1134 (next_element_from_composition): Don't change character positions
1135 of IT.
1136 (append_composite_glyph): Set glyph->charpos to
1137 it->cmp_it.charpos.
1138
1139 * composite.c (autocmp_chars): Change the first argument to RULE,
1140 and try composition with RULE only.
1141 (composition_compute_stop_pos): Record the index number of the
1142 composition rule in CMP_IT->rule_idx.
1143 (composition_reseat_it): Call autocmp_chars repeatedly until the
1144 correct rule of the composition is found.
1145 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
1146 is at the last character of the current grapheme cluster when
1147 CMP_IT->reversed_p is nonzero.
1148
1149 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * editfns.c (Fbyte_to_string): New function.
1152
1153 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * process.c (Fmake_network_process): Set :host to nil if it's not used.
1156 Suggested by Masatake YAMATO <yamato@redhat.com>.
1157
1158 2010-05-23 Eli Zaretskii <eliz@gnu.org>
1159
1160 * dispextern.h (init_iterator): Sync prototype with changed definition.
1161
1162 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1163
1164 * s/netbsd.h: If terminfo is found, use it in preference to
1165 termcap. (Bug#6190) [Backport from trunk]
1166
1167 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1168
1169 Redesign and reimplement bidi-aware edge positions of glyph rows.
1170
1171 * dispextern.h (struct glyph_row): New members minpos and maxpos.
1172 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
1173 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
1174 and maxpos members instead of start.pos and end.pos, respectively.
1175
1176 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
1177 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
1178 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
1179 (try_window_reusing_current_matrix, try_window_id):
1180 Use ROW->minpos rather than ROW->start.pos.
1181 (init_from_display_pos, init_iterator): Use EMACS_INT for
1182 character and byte positions.
1183 (find_row_edges): Rename from find_row_end. Accept additional
1184 arguments for minimum and maximum buffer positions seen by
1185 display_line for this row. Don't use iterator to find the
1186 position following the maximum one; instead, increment the
1187 position found by display_line directly. Fix logic; eol_pos
1188 should be tested before the rest. Handle the case of characters
1189 delivered from display vector (bug#6036). Fix tests related to
1190 it->method. Handle the truncated_on_right_p rows.
1191 (RECORD_MAX_MIN_POS): New macro.
1192 (display_line): Use it to record the minimum and maximum buffer
1193 positions for glyphs in the row being assembled. Record the
1194 position of the newline that terminates the line. If word wrap is
1195 in effect, restore minimum and maximum positions seen up to the
1196 wrap point, when iterator returns to it.
1197 (try_window_reusing_current_matrix): Give up if in bidi-reordered
1198 row and cursor not already at point. Restore original pre-bidi
1199 code for unidirectional buffers.
1200
1201 * dispnew.c (increment_row_positions, check_matrix_invariants):
1202 Increment and check row->start.pos and row->end.pos, in addition
1203 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
1204
1205 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
1206 Display truncated_on_left_p and truncated_on_right_p flags.
1207 Formatting fixes.
1208 (pmtxrows): Display the ordinal number of each row. Don't display
1209 rows beyond the last one.
1210
1211 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
1212 it is not copied by bidi_copy_it.
1213
1214 2010-05-22 Eli Zaretskii <eliz@gnu.org>
1215
1216 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
1217 (Bug#6237)
1218
1219 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * image.c (Fimage_flush): Rename from image-refresh.
1222
1223 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
1226 just one window.
1227
1228 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
1229 (clear_image_cache): If the number of cached images is unusually
1230 large, decrease the cache eviction delay (Bug#6230).
1231
1232 2010-05-21 Glenn Morris <rgm@gnu.org>
1233
1234 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
1235 Move these rules to ns.mk.
1236 * ns.mk: New file.
1237
1238 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
1239
1240 * Makefile.in (CANNOT_DUMP): New, set by configure.
1241 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
1242
1243 2010-05-20 Juri Linkov <juri@jurta.org>
1244
1245 * fileio.c (Fdelete_file): Change interative spec to use
1246 `read-file-name' like in `find-file-read-args' where the default
1247 value is `default-directory' instead of `buffer-file-name'.
1248 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
1249
1250 2010-05-20 Kevin Ryde <user42@zip.com.au>
1251
1252 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
1253 (Voverriding_terminal_local_map, Vsystem_key_alist)
1254 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
1255
1256 2010-05-20 Glenn Morris <rgm@gnu.org>
1257
1258 * Makefile.in (DEPDIR): New constant.
1259 (DEPFLAGS): Set with configure, not cpp.
1260 (MKDEPDIR): New, set by configure.
1261 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
1262 (clean): Use $DEPDIR.
1263 (deps_frag): Include from configure.
1264 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
1265 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
1266
1267 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
1268 reallocation of the cache. (Bug#6210)
1269
1270 2010-05-19 Glenn Morris <rgm@gnu.org>
1271
1272 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
1273
1274 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
1275 (GNULIB_VAR): Remove.
1276 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
1277
1278 * m/ibms390x.h (LINKER):
1279 * m/macppc.h (LINKER) [GNU_LINUX]:
1280 * s/aix4-2.h (ORDINARY_LINK):
1281 * s/cygwin.h (LINKER):
1282 * s/darwin.h (ORDINARY_LINK):
1283 * s/gnu.h (ORDINARY_LINK):
1284 * s/netbsd.h (LINKER):
1285 * s/usg5-4.h (ORDINARY_LINK):
1286 Move to configure.
1287
1288 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
1289
1290 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
1293 prevent stack overflow if number of arguments is too large
1294 (Bug#6214).
1295
1296 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * charset.c (load_charset_map_from_file): Don't call close after fclose.
1299
1300 2010-05-18 Glenn Morris <rgm@gnu.org>
1301
1302 * s/gnu-linux.h: Combine two conditionals.
1303
1304 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
1305 $(POST_ALLOC_OBJ).
1306
1307 * Makefile.in (RALLOC_OBJ): New, set by configure.
1308 (rallocobj): Replace with the previous variable.
1309 (otherobj): Use $RALLOC_OBJ.
1310
1311 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
1312 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
1313
1314 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
1315 (gmallocobj, vmlimitobj): Replace with previous two variables.
1316 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
1317
1318 2010-05-17 Glenn Morris <rgm@gnu.org>
1319
1320 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
1321 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
1322
1323 2010-05-16 Glenn Morris <rgm@gnu.org>
1324
1325 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
1326
1327 * Makefile.in (clean): Get rid of HAVE_NS conditional.
1328
1329 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
1330 trailing "/".
1331
1332 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
1333 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
1334
1335 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
1336 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
1337 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
1338 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
1339 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
1340
1341 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
1342 Remove ${STARTFLAGS}, nothing ever sets it.
1343
1344 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
1345
1346 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
1347
1348 2010-05-16 Glenn Morris <rgm@gnu.org>
1349
1350 * Makefile.in (LIBX_BASE): Always define.
1351
1352 * Makefile.in (LIBX_OTHER): Move out of cpp section.
1353
1354 * Makefile.in (LIBXT): Always define.
1355
1356 2010-05-15 Glenn Morris <rgm@gnu.org>
1357
1358 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
1359
1360 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
1361 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
1362
1363 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1364
1365 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
1366 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
1367
1368 * emacs.c (main): Initialize initial-environment and
1369 process-environment before generating from env, not after.
1370
1371 Handle --version reasonably in CANNOT_DUMP configuration.
1372 * emacs.c (emacs_version, emacs_copyright): New string variables.
1373 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
1374 (syms_of_emacs): Defvar them, and initialize them from the C
1375 string variables.
1376 (main): If initialization hasn't been done, print initial version
1377 info from the C strings, instead of starting an interactive session.
1378
1379 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1380
1381 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
1382 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
1383 (bidi_paragraph_init): Remove redundant assertion that we are at
1384 the beginning of a line after call to bidi_find_paragraph_start.
1385
1386 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
1387 (syms_of_xdisp): Defsubr it.
1388
1389 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
1390
1391 * Makefile.in: Fix MSDOS-related comments.
1392
1393 2010-05-15 Glenn Morris <rgm@gnu.org>
1394
1395 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
1396 (really-lwlib, really-oldXMenu): Always define.
1397 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
1398
1399 * Makefile.in: Simplify cpp conditional.
1400
1401 * Makefile.in (${ns_appdir}): Simplify using umask.
1402
1403 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
1404
1405 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * eval.c (specbind): Remove left-over duplicate test.
1408 Disallow let-binding frame-local vars. Add comment.
1409
1410 2010-05-14 Eli Zaretskii <eliz@gnu.org>
1411
1412 Make the cache of bidi iterator states dynamically allocated.
1413 * bidi.c (bidi_cache_shrink): New function.
1414 (bidi_init_it): Call it.
1415 (bidi_cache_iterator_state): Enlarge the cache if needed.
1416
1417 * bidi.c (bidi_move_to_visually_next): Rename from
1418 bidi_get_next_char_visually. All callers changed.
1419
1420 2010-05-14 Kenichi Handa <handa@m17n.org>
1421
1422 * dispextern.h (struct composition_it): New member reversed_p.
1423
1424 * composite.c (composition_compute_stop_pos): Search backward if
1425 ENDPOS < CHARPOS.
1426 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
1427 Set CMP_IT->reversed_p.
1428 (composition_update_it): Pay attention to CMP_IT->reversed_p.
1429
1430 * xdisp.c (set_iterator_to_next):
1431 Call composition_compute_stop_pos with negative ENDPOS if we are
1432 scanning backward. Call composition_compute_stop_pos if scan
1433 direction is changed.
1434 (next_element_from_buffer): Call composition_compute_stop_pos with
1435 negative ENDPOS if we are scanning backward.
1436 (next_element_from_composition): Pay attention to
1437 IT->cmp_it.reversed_p.
1438
1439 2010-05-14 Kenichi Handa <handa@m17n.org>
1440
1441 * font.c (font_range): Return the range for the font found at first.
1442
1443 2010-05-14 Glenn Morris <rgm@gnu.org>
1444
1445 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
1446
1447 * Makefile.in (mktime, X11, register): Move undefs to configure.
1448
1449 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
1450 (MSDOS_X_OBJ): New variable.
1451 (MSDOS_SUPPORT_REAL): New constant.
1452 (MSDOS_SUPPORT): Set as a variable, not with cpp.
1453 (obj): Use MSDOS_X_OBJ.
1454 (lisp): Use MSDOS_SUPPORT as a variable.
1455
1456 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
1457 (GPM_MOUSE_SUPPORT): Now it's a constant.
1458 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
1459 not cpp.
1460
1461 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
1462 (ns_appresdir): Remove, unused.
1463
1464 * Makefile.in (SHELL): Move outside cpp section.
1465
1466 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
1467
1468 2010-05-13 Glenn Morris <rgm@gnu.org>
1469
1470 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
1471 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
1472
1473 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
1474 HAVE_WINDOW_SYSTEM must be too.
1475
1476 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
1477 (lisp): Remove WINNT_SUPPORT.
1478
1479 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
1480 Let configure set these variables (to empty) in this case as well.
1481
1482 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
1483 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
1484
1485 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
1486 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
1487 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
1488 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
1489 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
1490 the values output by configure.
1491 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
1492
1493 2010-05-12 Glenn Morris <rgm@gnu.org>
1494
1495 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
1496 (LINKER_WAS_SPECIFIED): Remove.
1497
1498 * Makefile.in (LIB_GCC): Set using configure, not cpp.
1499 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
1500 * m/arm.h (LIB_GCC) [GNU_LINUX]:
1501 * s/cygwin.h (LIB_GCC):
1502 * s/freebsd.h (LIB_GCC):
1503 * s/gnu-linux.h (LIB_GCC):
1504 * s/msdos.h (LIB_GCC):
1505 * s/netbsd.h (LIB_GCC):
1506 Move to configure.
1507
1508 2010-05-11 Karel Klic <kklic@redhat.com>
1509
1510 * ftfont.c: Fix incorrect parentheses of #if condition for
1511 definining M17N_FLT_USE_NEW_FEATURE.
1512
1513 2010-05-11 Glenn Morris <rgm@gnu.org>
1514
1515 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
1516 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
1517
1518 2010-05-10 Eli Zaretskii <eliz@gnu.org>
1519
1520 * xdisp.c (init_iterator): Don't turn on bidi reordering in
1521 unibyte buffers. See
1522 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
1523
1524 2010-05-10 Glenn Morris <rgm@gnu.org>
1525
1526 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
1527 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1528 (LIBES): Use LIBS_SYSTEM as a variable.
1529 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
1530 * s/aix4-2.h (LIBS_SYSTEM):
1531 * s/freebsd.h (LIBS_SYSTEM):
1532 * s/hpux10-20.h (LIBS_SYSTEM):
1533 * s/sol2-6.h (LIBS_SYSTEM):
1534 * s/unixware.h (LIBS_SYSTEM):
1535 Move to configure.
1536
1537 * s/aix4-2.h (MAIL_USE_LOCKF):
1538 * s/bsd-common.h (MAIL_USE_FLOCK):
1539 * s/darwin.h (MAIL_USE_FLOCK):
1540 * s/gnu-linux.h (MAIL_USE_FLOCK):
1541 * s/irix6-5.h (MAIL_USE_FLOCK):
1542 * s/template.h (MAIL_USE_FLOCK):
1543 Move to configure.
1544
1545 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * Version 23.2 released.
1548
1549 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
1550
1551 * composite.c (autocmp_chars): Save point as marker before calling
1552 auto-composition-function (Bug#5984).
1553
1554 * lisp.h (restore_point_unwind): Add prototype.
1555
1556 * fileio.c (restore_point_unwind): Remove static attribute.
1557
1558 2010-05-08 Kenichi Handa <handa@m17n.org>
1559
1560 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
1561 new feature of libotf and m17n-flt.
1562 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
1563 Call OTF_check_features even if no specific feature is given.
1564 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
1565 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
1566 that OUT is NULL. Use OTF_drive_gsub_with_log and
1567 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
1568 OTF_drive_gpos.
1569 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
1570 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
1571 Setup mflt_enable_new_feature and mflt_try_otf.
1572
1573 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
1574
1575 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
1576
1577 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
1578 box and toolbar (Bug #6139).
1579 (xg_create_tool_bar): Remove comment (Bug #6139).
1580 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
1581 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
1582
1583 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1584
1585 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
1586 Update dependencies.
1587
1588 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1589
1590 * fringe.c (update_window_fringes): Set up truncation bitmaps for
1591 R2L lines.
1592
1593 2010-05-08 Glenn Morris <rgm@gnu.org>
1594
1595 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
1596
1597 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
1598 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
1599 (termcapobj): Replace with TERMCAP_OBJ.
1600 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
1601 (LIBES): Use LIBS_TERMCAP as a variable.
1602
1603 * s/freebsd.h (osreldate.h): No longer include, since this file
1604 does not use __FreeBSD_version any more.
1605
1606 * s/aix4-2.h (TERMINFO):
1607 * s/cygwin.h (TERMINFO):
1608 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1609 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
1610 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1611 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1612 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
1613 * s/irix6-5.h (TERMINFO):
1614 * s/netbsd.h (LIBS_TERMCAP):
1615 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
1616 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
1617 * s/usg5-4.h (TERMINFO):
1618 Move to configure.
1619
1620 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * eval.c (unbind_to): Don't unbind a local binding into the global
1623 binding when the local binding disappeared. Inversely, don't unbind
1624 a global binding into a newly created local binding.
1625 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
1626 can specify the frame to use, when applicable. Adjust callers.
1627
1628 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
1629 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
1632
1633 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1634
1635 * w32fns.c: Include w32.h.
1636 (Fw32_shell_execute): Decode the error message before passing it
1637 to `error'. (Bug#6126)
1638
1639 * msdos.c (dos_set_window_size):
1640 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
1641 instead of `XSYMBOL (foo)->value'.
1642
1643 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1644
1645 Fix the MS-DOS build, broken by autoconfiscation.
1646
1647 * Makefile.in: Don't use Make-style comments past the "start of
1648 cpp stuff" line.
1649 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
1650
1651 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
1652 edited directly by msdos/sed1v2.inp).
1653
1654 2010-05-07 Glenn Morris <rgm@gnu.org>
1655
1656 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1657 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
1658 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
1659 move out of cpp section.
1660 * s/freebsd.h (LD_SWITCH_SYSTEM):
1661 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
1662 * s/netbsd.h (LD_SWITCH_SYSTEM):
1663 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
1664
1665 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1666
1667 Define LIB_STANDARD and START_FILES using autoconf.
1668 * s/usg5-4.h (LIB_STANDARD):
1669 * s/netbsd.h (START_FILES):
1670 * s/irix6-5.h (LIB_STANDARD):
1671 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
1672 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1673 * s/freebsd.h (START_FILES):
1674 * s/darwin.h (START_FILES):
1675 * s/cygwin.h (START_FILES):
1676 * s/aix4-2.h (LIB_STANDARD):
1677 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
1678 * Makefile.in (STARTFILES): Rename to START_FILES, define using
1679 autoconf, not cpp.
1680
1681 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
1682
1683 Remove NEED_BSDTTY and NEED_UNISTD_H.
1684 * s/hpux10-20.h (NEED_BSDTTY): Remove.
1685 * s/aix4-2.h (NEED_UNISTD_H): Remove.
1686 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
1687 <sys/ptyio.h> and <unistd.h>.
1688
1689 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
1690
1691 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
1692 * s/gnu.h (START_FILES): Remove empty definition.
1693
1694 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
1695
1696 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
1697
1698 2010-05-06 Glenn Morris <rgm@gnu.org>
1699
1700 * Makefile.in (CPP, LN_S): Remove unused variables.
1701
1702 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
1705
1706 2010-05-05 Lawrence Mitchell <wence@gmx.li>
1707
1708 * m/sparc.h: Fix typo in earlier change.
1709
1710 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 Misc tweaks.
1713 * eval.c (Fdefvaralias): Remove unintended nested if.
1714 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
1715
1716 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
1717
1718 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
1719
1720 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1721
1722 Remove BSD_PGRPS.
1723 * s/bsd-common.h (BSD_PGRPS): Remove undef.
1724 * s/gnu-linux.h (BSD_PGRPS): Remove.
1725 * term.c (dissociate_if_controlling_tty):
1726 * sysdep.c (narrow_foreground_group, widen_foreground_group)
1727 (init_sys_modes, reset_sys_modes):
1728 * emacs.c (main):
1729 * callproc.c (Fcall_process, child_setup): Remove code depending
1730 on BSD_PGRPS.
1731
1732 Remove POSIX_SIGNALS.
1733 * s/usg5-4.h (POSIX_SIGNALS):
1734 * s/netbsd.h (POSIX_SIGNALS):
1735 * s/msdos.h (POSIX_SIGNALS):
1736 * s/ms-w32.h (POSIX_SIGNALS):
1737 * s/hpux11.h (POSIX_SIGNALS):
1738 * s/gnu.h (POSIX_SIGNALS):
1739 * s/gnu-linux.h (POSIX_SIGNALS):
1740 * s/freebsd.h (POSIX_SIGNALS):
1741 * s/darwin.h (POSIX_SIGNALS):
1742 * s/cygwin.h (POSIX_SIGNALS):
1743 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
1744 * s/unixware.h:
1745 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
1746 * process.c (create_process):
1747 * syssignal.h:
1748 * sysdep.c (wait_for_termination, init_signals):
1749 * process.c (create_process):
1750 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
1751 remove all code that assumes the contrary.
1752
1753 2010-05-04 Glenn Morris <rgm@gnu.org>
1754
1755 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
1756 variable.
1757 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1758 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
1759 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1760 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
1761 LD_SWITCH_SYSTEM_tmp.
1762 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
1763 New variables, set by configure.
1764
1765 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1766 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
1767 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1768 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
1769 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
1770
1771 * s/aix4-2.h (C_SWITCH_SYSTEM):
1772 * m/alpha.h (C_SWITCH_MACHINE):
1773 Move to configure.in.
1774 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
1775 New variables, set by configure.
1776 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1777 $c_switch_machine and $c_switch_system.
1778
1779 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1780
1781 * s/hpux10-20.h (LIB_STANDARD): New definition.
1782 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1783 on it, not used anymore.
1784
1785 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1786
1787 * eval.c (internal_condition_case_n): Rename from
1788 internal_condition_case_2.
1789 (internal_condition_case_2): New function.
1790
1791 * xdisp.c (safe_call): Use internal_condition_case_n.
1792
1793 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1794 (internal_delete_file, Frename_file): Callers changed.
1795
1796 * buffer.c (Fkill_buffer):
1797 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1798
1799 * lisp.h: Update prototypes.
1800
1801 2010-05-03 Glenn Morris <rgm@gnu.org>
1802
1803 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1804 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1805 (LIBXT): Set with configure, not cpp.
1806 (LIBX): Remove.
1807 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1808
1809 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1810
1811 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1812 The FreeBSD is not needed, the default works, Solaris version is
1813 not needed, and the remaining case is not supported by configure.
1814
1815 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1816
1817 * xsmfns.c (CHDIR_OPT): New define.
1818 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1819 restarting emacs.
1820
1821 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1822 shut_down_emacs.
1823
1824 * emacs.c (USAGE1): Mention --chdir.
1825 (main): Handle --chdir.
1826 (standard_args): Add --chdir.
1827 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1828 #5552).
1829
1830 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1831
1832 Remove LD_SWITCH_MACHINE.
1833 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1834 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1835
1836 Clean up IRIX code.
1837 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1838 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1839
1840 Clean up AIX code.
1841 * m/ibmrs6000.inp: Remove file, unused.
1842 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1843 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1844 definition ...
1845 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1846
1847 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1848 unused.
1849
1850 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1851
1852 Emulate POSIX_SIGNALS on MS-Windows.
1853
1854 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1855 (SIG_SETMASK, SIG_UNBLOCK): Define.
1856
1857 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1858 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1859 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1860
1861 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1862 New stubs.
1863
1864 Miscellaneous fixes of bidi display.
1865
1866 * xdisp.c (find_row_end): New function, refactored from display_line.
1867 (display_line): Use it.
1868 (extend_face_to_end_of_line): In almost-filled rows, extend only
1869 if the row is R2L and not continued.
1870 (display_line): Fix prepending of truncation glyphs to R2L rows.
1871 Preserve overlay and string info in row->end.
1872 (insert_left_trunc_glyphs): Support addition of left truncation
1873 glyphs to R2L rows.
1874 (set_cursor_from_row): Don't place cursor on the vertical border
1875 glyph between adjacent windows. Fix a crash when a display string
1876 is continued to the next line. Don't return zero if cursor was
1877 found by `cursor' property of a display string.
1878 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1879 test for that explicitly.
1880
1881 2010-05-01 Glenn Morris <rgm@gnu.org>
1882
1883 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1884 for clarity.
1885 (OTHER_OBJ): Remove.
1886 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1887 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1888
1889 2010-05-01 Karel Klíč <kklic@redhat.com>
1890
1891 * fileio.c (Ffile_selinux_context): Context functions may return null.
1892
1893 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1894
1895 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
1896
1897 2010-04-30 Glenn Morris <rgm@gnu.org>
1898
1899 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1900 (OTHER_OBJ): Define as a separate variable, for clarity.
1901
1902 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1903
1904 * xsettings.c: include limits.h and update file comment.
1905
1906 2010-04-30 Glenn Morris <rgm@gnu.org>
1907
1908 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1909 Set with configure, not cpp.
1910 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1911
1912 * Makefile.in (mallocobj): Remove.
1913 (otherobj): Simplify using @OTHER_OBJ@.
1914
1915 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1916 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1917 Don't bother making nsgui.h dependency platform-specific.
1918
1919 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1920
1921 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * process.c (read_process_output, exec_sentinel): Don't burp if the
1924 sentinel/filter kills the current buffer (bug#6060).
1925
1926 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
1927 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1928 Remove unused var `args'.
1929 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1930 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1931 * doc.c (store_function_docstring): Use XSETCAR.
1932
1933 2010-04-28 Glenn Morris <rgm@gnu.org>
1934
1935 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1936 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1937
1938 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1939
1940 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1941 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1942
1943 * Makefile.in (FONT_OBJ): New, set by configure.
1944 (FONT_DRIVERS): Use $FONT_OBJ.
1945
1946 * Makefile.in (LIBXMU): Set with configure, not cpp.
1947 * s/aix4-2.h (LIBXMU):
1948 * s/hpux10-20.h (LIBXMU):
1949 Remove definition, now set in configure.
1950
1951 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1952
1953 * m/amdx86-64.h [i386]: Move this test to configure.in.
1954
1955 2010-04-27 Glenn Morris <rgm@gnu.org>
1956
1957 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1958 * s/unixware.h (NEED_LIBW): Remove definition.
1959
1960 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1961 (TOOLKIT_LIBW): New, set by configure.
1962 (@X_TOOLKIT_TYPE@): No longer define it.
1963
1964 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1965 (MOTIF_LIBW): Set with configure, not cpp.
1966 * s/aix4-2.h (LIB_MOTIF):
1967 * s/gnu-linux.h (LIB_MOTIF):
1968 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1969
1970 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1971
1972 Reduce CPP usage.
1973 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1974 (obj): Use autoconf for unexec instead of cpp.
1975 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1976 definitions and undefs. Inline definitions in the only user.
1977 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
1978
1979 2010-04-27 Glenn Morris <rgm@gnu.org>
1980
1981 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1982 since the defaults (set by the system file) are fine in most cases.
1983 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1984 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1985 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1986 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1987 Remove definitions, since they are set correctly in s/gnu-linux.h.
1988 * s/freebsd.h (START_FILES, LIB_STANDARD):
1989 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1990 * s/hpux10-20.h (START_FILES):
1991 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1992 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1993
1994 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1995 (MOTIF_LIBW): Use $LIBXP.
1996 (otherobj): Use $WIDGET_OBJ.
1997
1998 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1999
2000 * Makefile.in (LIBS_MACHINE): Remove, unused.
2001
2002 Use autoconf instead of cpp for LIB_MATH.
2003 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
2004 * s/cygwin.h (LIB_MATH): Likewise.
2005 * Makefile.in (LIB_MATH): Do not define with cpp.
2006 (LIBES): Use autoconf for LIB_MATH.
2007
2008 2010-04-26 Kenichi Handa <handa@m17n.org>
2009
2010 * composite.c (Ffind_composition_internal): Fix the return value
2011 for an automatic composition.
2012
2013 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2014
2015 Remove all NO_ARG_ARRAY uses.
2016 * fns.c (concat2, concat3, nconc2):
2017 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
2018 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
2019 * m/xtensa.h (NO_ARG_ARRAY):
2020 * m/template.h (NO_ARG_ARRAY):
2021 * m/sparc.h (NO_ARG_ARRAY):
2022 * m/sh3.h (NO_ARG_ARRAY):
2023 * m/mips.h (NO_ARG_ARRAY):
2024 * m/macppc.h (NO_ARG_ARRAY):
2025 * m/iris4d.h (NO_ARG_ARRAY):
2026 * m/intel386.h (NO_ARG_ARRAY):
2027 * m/ibms390x.h (NO_ARG_ARRAY):
2028 * m/ibms390.h (NO_ARG_ARRAY):
2029 * m/ibmrs6000.h (NO_ARG_ARRAY):
2030 * m/ia64.h (NO_ARG_ARRAY):
2031 * m/hp800.h (NO_ARG_ARRAY):
2032 * m/arm.h (NO_ARG_ARRAY):
2033 * m/amdx86-64.h (NO_ARG_ARRAY):
2034 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
2035
2036 2010-04-25 Eli Zaretskii <eliz@gnu.org>
2037
2038 * xdisp.c (display_line): Don't assume 2nd call to
2039 get_next_display_element cannot return zero. (Bug#6030)
2040 (iterate_out_of_display_property): New function, body from pop_it.
2041 (pop_it): Use it.
2042
2043 2010-04-24 Glenn Morris <rgm@gnu.org>
2044
2045 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
2046 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
2047 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
2048 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
2049
2050 2010-04-24 Eli Zaretskii <eliz@gnu.org>
2051
2052 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
2053 use `get_next_display_element' and `set_iterator_to_next' to
2054 advance to the next character, when looking for the character that
2055 begins the next row.
2056
2057 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2058 definition of "struct Lisp_Symbol".
2059
2060 2010-04-24 Glenn Morris <rgm@gnu.org>
2061
2062 * Makefile.in (CRT_DIR): New variable, set by configure.
2063 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
2064 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
2065
2066 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2067
2068 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
2069
2070 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
2071
2072 Remove redundant flags.
2073 * s/freebsd.h (C_SWITCH_SYSTEM):
2074 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
2075 * s/netbsd.h (C_SWITCH_SYSTEM):
2076 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
2077 of these.
2078
2079 Simplify m/intel386.h.
2080 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
2081 user: ecrt0.c.
2082 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
2083 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
2084 the only user: s/unixware.h.
2085 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
2086 from m/intel386.h.
2087 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
2088 moved here from m/intel386.h.
2089
2090 * m/mips.h: Remove #if 0 code.
2091
2092 2010-04-23 Eli Zaretskii <eliz@gnu.org>
2093
2094 Fix display of composed characters from L2R scripts in bidi buffers.
2095 * xdisp.c (set_iterator_to_next, next_element_from_composition):
2096 After advancing IT past the composition, resync the bidi iterator
2097 with IT's position. (Bug#5977)
2098
2099 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2100
2101 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
2102 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
2103
2104 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
2107
2108 2010-04-23 Eli Zaretskii <eliz@gnu.org>
2109
2110 Support `display' text properties and overlay strings in bidi buffers.
2111 * xdisp.c (pop_it): When the stack is popped after displaying
2112 from a string, bidi-iterate to exit from the text portion covered
2113 by the `display' property or overlay. (Bug#5988, bug#5920)
2114
2115 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2116
2117 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
2118 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
2119
2120 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
2121 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
2122
2123 Simplify STARTFILES definition.
2124 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
2125 relying on Makefile.in to define it.
2126 * s/cygwin.h (START_FILES): Likewise.
2127 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
2128
2129 Clean up Solaris code.
2130 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
2131 (LIB_MOTIF): Remove, configure takes care of this.
2132 (NOT_USING_MOTIF): Remove, unused.
2133 * xrdb.c: Remove #if 0-ed #include.
2134 (SYSV): Remove conditional for old SysV.
2135 * sysdep.c (closedir): Remove conditional code for Solaris,
2136 Solaris has closedir.
2137
2138 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
2139
2140 * xsettings.c (read_and_apply_settings): Check if current_font is
2141 NULL before strcmp (Bug#6001).
2142
2143 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2144
2145 Clean up HP-UX files.
2146 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
2147 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
2148 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
2149 * s/hpux10-20.h: ... to the only user, here.
2150
2151 2010-04-21 Eli Zaretskii <eliz@gnu.org>
2152
2153 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
2154 use buffer-local values of paragraph-start and paragraph-separate.
2155 <paragraph_start_re, paragraph_separate_re>: Rename from
2156 fallback_paragraph_start_re and fallback_paragraph_separate_re.
2157 (Bug#5992)
2158
2159 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2160
2161 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
2162 current_tool_bar_style are new.
2163 (store_config_changed_event): Rename from store_font_changed_event.
2164 (XSETTINGS_TOOL_BAR_STYLE): New define.
2165 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
2166 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
2167 HAVE_XFT.
2168 (something_changedCB): store_font_changed_event is now
2169 store_config_changed_event
2170 (parse_settings): Rename from parse_xft_settings. Read
2171 non-xft xsettings outside #ifdef HAVE_XFT.
2172 (read_settings): Renamed from read_xft_settings.
2173 (apply_xft_settings): Take current settings as parameter. Do not
2174 call read_(xft)_settings.
2175 (read_and_apply_settings): New function.
2176 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
2177 read_and_apply_settings if there are settings to be read.
2178 (init_xsettings): Renamed from init_xfd_settings.
2179 Call read_and_apply_settings unconditionally.
2180 (xsettings_initialize): Call init_xsettings.
2181 (Ftool_bar_get_system_style): New function.
2182 (syms_of_xsettings): Define Qmonospace_font_name and
2183 Qtool_bar_style. Initialize current_tool_bar_style to nil.
2184 defsubr Stool_bar_get_system_style. Fprovide on
2185 dynamic-setting.
2186 Move misplaced HAVE_GCONF
2187
2188 * xsettings.h (Ftool_bar_get_system_style): Declare.
2189
2190 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
2191 Qtext, Qboth, Qboth_horiz are new.
2192 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
2193 Vtool_bar_style, tool_bar_max_label_size.
2194
2195 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
2196
2197 * keyboard.c: QClabel is new.
2198 (parse_tool_bar_item): Take out QClabel from tool bar items.
2199 Try to construct a label if ther is no QClabel.
2200 (syms_of_keyboard): Intern :label as QClabel.
2201
2202 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
2203 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
2204 New.
2205
2206 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
2207 dynamic-setting.el.
2208
2209 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
2210 (xg_make_tool_item, xg_show_toolbar_item): New function.
2211 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
2212 Call xg_make_tool_item to make a tool bar item.
2213 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
2214
2215 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
2216 into account for toolbars.
2217
2218 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2219
2220 * data.c (make_blv): Declarations before code (Bug#5993).
2221
2222 2010-04-21 Glenn Morris <rgm@gnu.org>
2223
2224 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
2225 Define using autoconf, not cpp.
2226 (LIBXSM): New variable, set by autoconf.
2227 (LIBXT): Use $LIBXSM.
2228
2229 2010-04-21 Dan Nicolaescu <local_user@dannlt>
2230
2231 Remove NOMULTIPLEJOBS, unused.
2232 * s/template.h (NOMULTIPLEJOBS):
2233 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
2234
2235 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
2236 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
2237 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
2238 detects -znocombreloc and passes it to the linker
2239 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
2240
2241 2010-04-21 Glenn Morris <rgm@gnu.org>
2242
2243 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
2244
2245 2010-04-21 Karel Klíč <kklic@redhat.com>
2246
2247 * Makefile.in (LIBSELINUX_LIBS): New.
2248 (LIBES): Add $LIBSELINUX_LIBS.
2249 * eval.c, lisp.h (call7): New function.
2250 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
2251 (Ffile_selinux_context, Fset_file_selinux_context):
2252 New functions.
2253 (Fcopy_file): New parameter preserve-selinux-context.
2254 (Frename_file): Preserve selinux context when renaming by copy-file.
2255
2256 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2257 Eli Zaretskii <eliz@gnu.org>
2258
2259 Don't depend on cm.c or termcap.c on Windows, use stubs.
2260 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
2261 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
2262 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
2263 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
2264 (sys_tputs, sys_tgetstr): New stubs.
2265 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
2266 (tputs, tgetstr): New; define to sys_*.
2267
2268 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
2271
2272 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
2275 Just signal a warning rather than an error when inside a let.
2276 (Fmake_variable_frame_local): Add the same test.
2277
2278 * font.c (syms_of_font): Make the style table vars read-only.
2279
2280 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
2281 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
2282
2283 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
2284
2285 2010-04-20 Eli Zaretskii <eliz@gnu.org>
2286
2287 Fix R2L paragraph display on TTY.
2288
2289 * xdisp.c (unproduce_glyphs): New function.
2290 (display_line): Use it when produced glyphs are discarded from R2L
2291 glyph rows.
2292 (append_composite_glyph): In R2L rows, prepend the glyph rather
2293 than appending it.
2294
2295 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
2296 rather than append it. Set up the resolved_level and bidi_type
2297 attributes of the appended glyph.
2298 (produce_special_glyphs): Mirror the backslash continuation
2299 character in R2L lines.
2300
2301 Implement display of R2L paragraphs in GUI sessions.
2302
2303 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
2304 append_stretch_glyph.
2305 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
2306 off-by-one error in computing x at end of text in the row.
2307 (append_stretch_glyph): In reversed row, prepend the glyph rather
2308 than append it. Set resolved_level and bidi_type of the glyph.
2309 (extend_face_to_end_of_line): If the row is reversed, prepend a
2310 stretch glyph whose width is such that the rightmost glyph will be
2311 drawn at the right margin of the window. Fix off-by-one error on
2312 TTY frames in testing whether a line needs face extension. Fix
2313 face extension at ZV. If this is the last glyph row, use
2314 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
2315 region face.
2316 (set_cursor_from_row, display_line): Use
2317 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
2318 row->continuation_lines_width.
2319 (next_element_from_buffer): Don't call bidi_paragraph_init if we
2320 are at ZV. Fixes a crash when reseated to ZV by
2321 try_window_reusing_current_matrix.
2322 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
2323 which happens with R2L glyph rows. Fixes a crash when inserting a
2324 character at end of an R2L line.
2325 (set_cursor_from_row): Don't be fooled by truncated rows: don't
2326 treat them as having zero-width characters. Improve comments.
2327 Don't reverse pos_before and pos_after for reversed glyph rows.
2328 Set cursor.x to negative value when the cursor might be on the
2329 left fringe.
2330 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
2331 left fringe, not the right one.
2332 (notice_overwritten_cursor, draw_phys_cursor_glyph)
2333 (erase_phys_cursor): For reversed cursor_row, support cursor on
2334 the left fringe.
2335
2336 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
2337 of continuation indicators on the fringes.
2338 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
2339 left fringe.
2340
2341 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
2342 draw cursor on the left fringe.
2343
2344 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
2345 cursor on the left fringe.
2346
2347 * dispnew.c (update_text_area): Handle reversed desired rows when
2348 the cursor is on the left fringe.
2349 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
2350 below, not by 0, for when the cursor is on the left fringe.
2351
2352 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
2353
2354 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
2355 widget is a scrollbar.
2356
2357 2010-04-20 Kenichi Handa <handa@m17n.org>
2358
2359 * charset.c (char_charset): Consider Vcharset_non_preferred_head
2360 only when the arg CHARSET_LIST is nil.
2361
2362 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 Make variable forwarding explicit rather the using special values.
2365 Basically, this makes the structure of buffer-local values and object
2366 forwarding explicit in the type of Lisp_Symbols rather than use
2367 special Lisp_Objects for that. This tends to lead to slightly more
2368 verbose code, but is more C-like, simpler, and makes it easier to make
2369 sure we handled all cases, among other things by letting the compiler
2370 help us check it.
2371 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
2372 Removing forwarding objects.
2373 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
2374 (struct Lisp_Symbol): Make the various forms of variable-forwarding
2375 explicit rather than hiding them inside Lisp_Object "values".
2376 (XFWDTYPE): New macro.
2377 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
2378 (XBUFFER_LOCAL_VALUE): Remove.
2379 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
2380 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
2381 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
2382 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
2383 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
2384 Remove the Lisp_Misc_* header.
2385 (struct Lisp_Buffer_Local_Value): Redefine.
2386 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
2387 (struct Lisp_Misc_Any): Add filler to get the right size.
2388 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
2389 Lisp_Intfwd.
2390 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
2391 (DEFVAR_KBOARD): Allocate a forwarding object.
2392 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
2393 (let_shadows_global_binding_p): New function.
2394 (union Lisp_Val_Fwd): New type.
2395 (make_blv): New function.
2396 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
2397 (store_symval_forwarding, swap_in_global_binding, Fboundp)
2398 (swap_in_symval_forwarding, find_symbol_value, Fset)
2399 (let_shadows_buffer_binding_p, set_internal, default_value)
2400 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
2401 (Fkill_local_variable, Fmake_variable_frame_local)
2402 (Flocal_variable_p, Flocal_variable_if_set_p)
2403 (Fvariable_binding_locus):
2404 * xdisp.c (select_frame_for_redisplay):
2405 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
2406 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
2407 * frame.c (store_frame_param):
2408 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
2409 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
2410 value structure.
2411 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
2412 (clone_per_buffer_values): Only adjust markers into the current buffer.
2413 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
2414 (Fbuffer_local_value, set_buffer_internal_1)
2415 (swap_out_buffer_local_variables):
2416 Adapt to the new symbol value structure.
2417 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
2418 (defvar_per_buffer): Take a new arg for the fwd object.
2419 (buffer_lisp_local_variables): Return a proper alist (different fix
2420 for bug#4138).
2421 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
2422 (Fgarbage_collect): Don't handle buffer_defaults specially.
2423 (mark_object): Handle new symbol value structure rather than the old
2424 special Lisp_Misc_* objects.
2425 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
2426 * term.c (set_tty_color_mode):
2427 * bidi.c (bidi_initialize): Don't access the ->value field directly.
2428 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
2429 a buffer_local_flags.
2430 * print.c (print_object): Get rid of impossible forwarding objects.
2431
2432 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2433
2434 * bidi.c (bidi_get_type, bidi_get_category)
2435 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
2436 (bidi_type_of_next_char, bidi_level_of_next_char):
2437 Declare static. Use `INLINE' rather than `inline'.
2438
2439 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
2440
2441 * dired.c (Ffile_attributes): Fix typo in docstring.
2442
2443 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2444
2445 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
2446 NSInteger (Bug#5811).
2447
2448 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2449
2450 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
2451 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
2452
2453 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2454
2455 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
2456
2457 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
2460 terminal frames (Bug#5837).
2461
2462 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2463
2464 * .gdbinit (xsubchartable): New command.
2465
2466 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2467
2468 * xdisp.c (display_line): Don't write beyond the last glyph row in
2469 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
2470 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
2471 and
2472 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
2473
2474 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * alloc.c (Fpurecopy): Hash-cons if requested.
2477 (syms_of_alloc): Update purify-flag docstring.
2478
2479 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
2480
2481 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
2482 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
2483
2484 2010-04-17 Eli Zaretskii <eliz@gnu.org>
2485
2486 Fix a crash when an NSM character is inserted at BEGV.
2487
2488 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
2489 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
2490 NEUTRAL_B or UNKNOWN_BT.
2491
2492 2010-04-16 Eli Zaretskii <eliz@gnu.org>
2493
2494 * xdisp.c (set_cursor_from_row): Don't consider possibility of
2495 other rows with cursor unless they are different from this row and
2496 this row is part of a continued line. (Bug#5943)
2497
2498 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2499
2500 * s/freebsd.h: Restore osreldate.h include.
2501 Suggested by Naohiro Aota.
2502
2503 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
2504
2505 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
2506
2507 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
2508
2509 * s/cygwin.h: Avoid linking against static libgcc.
2510
2511 2010-04-15 Juri Linkov <juri@jurta.org>
2512
2513 * window.c: Add Qscroll_command.
2514 Remove Vscroll_preserve_screen_position_commands.
2515 (window_scroll_pixel_based, window_scroll_line_based): Check the
2516 `scroll-command' property on the last command instead of searching
2517 the last command in Vscroll_preserve_screen_position_commands.
2518 (syms_of_window): Initialize and staticpro `Qscroll_command'.
2519 Put Qscroll_command property on Qscroll_up and Qscroll_down.
2520 (scroll-preserve-screen-position): Doc fix.
2521 (Vscroll_preserve_screen_position_commands): Remove variable.
2522
2523 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2524
2525 * xdisp.c (message): Do not use NO_ARG_ARRAY.
2526
2527 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2528
2529 Reduce cpp use in Makefile.in.
2530 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
2531 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
2532 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
2533 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
2534 (CRT0_COMPILE): Remove, inline it in the only user.
2535
2536 2010-04-14 Juri Linkov <juri@jurta.org>
2537
2538 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
2539 `scroll-up-command' and `M-v' from `scroll-down' to
2540 `scroll-down-command'.
2541
2542 2010-04-14 Juri Linkov <juri@jurta.org>
2543
2544 * window.c (Vscroll_preserve_screen_position_commands): New variable
2545 with the default value as the list of Qscroll_down and Qscroll_up.
2546 (window_scroll_pixel_based, window_scroll_line_based): Search the
2547 last command in the list Vscroll_preserve_screen_position_commands
2548 instead of comparing with Qscroll_up and Qscroll_down.
2549
2550 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
2551
2552 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
2553 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
2554 does that.
2555
2556 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
2557 to zero.
2558
2559 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
2562
2563 Try to solve the problem of spurious EOF chars in long lines of text
2564 sent to interactive subprocesses.
2565 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
2566 (system_process_attributes): Remove unused var `ttotal'.
2567 * process.c (send_process): Don't bother breaking long line with EOF
2568 chars when talking to ttys any more.
2569 (wait_reading_process_output): Output a warning when called in such
2570 a way that it could block without being interruptible.
2571
2572 Try to detect file modification within the same second.
2573 * buffer.h (struct buffer): New field modtime_size.
2574 * buffer.c (reset_buffer): Initialize it.
2575 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
2576 (Fverify_visited_file_modtime): Check it.
2577 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
2578 (Fset_visited_file_modtime): Set (or clear) it.
2579
2580 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * process.c (status_notify): Remove unused var `ro'.
2583
2584 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
2585
2586 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
2587 more than one visual (Bug#5938).
2588
2589 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2590
2591 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
2592 Undefine.
2593
2594 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2595
2596 Remove C_SWITCH_SYSTEM_TEMACS.
2597 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
2598 (malloc, realloc, free): Use emacs, not temacs for conditional
2599 definition.
2600
2601 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
2602 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
2603
2604 Use autoconf, not cpp for some variables.
2605 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
2606 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
2607 (ALL_CFLAGS): Use them as make variables.
2608 (really-lwlib, really-oldXMenu): Do not pass them.
2609
2610 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2611
2612 * xmenu.c (apply_systemfont_to_dialog): New.
2613 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
2614
2615 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * process.c (exec_sentinel): Preserve current-buffer.
2618
2619 * process.c (read_process_output): Move the save-current-buffer to
2620 apply to both the filter and the non-filter branches.
2621
2622 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
2623
2624 * s/msdos.h (UNEXEC): New definition.
2625
2626 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2627
2628 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
2629 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
2630
2631 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
2632 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
2633 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
2634 TRY_WINDOW_CHECK_MARGINS.
2635
2636 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
2637 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
2638 width only when it is for padding.
2639
2640 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
2641
2642 * xfns.c (Fx_show_tip): Call try_window in a loop until
2643 fonts_changed_p is zero (Bug#2423).
2644
2645 2010-04-08 Eli Zaretskii <eliz@gnu.org>
2646
2647 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
2648 the end of TEXT_AREA. (Bug#5856)
2649
2650 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2651
2652 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
2653 HAVE_GCONF.
2654
2655 2010-04-08 Eli Zaretskii <eliz@gnu.org>
2656
2657 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
2658 prev.orig_type, for resolving type of NSM. (Bug#5858)
2659
2660 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2661
2662 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
2663 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
2664 in current_font.
2665 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
2666 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
2667 New functions.
2668 (syms_of_xsettings): Initialize current_font.
2669 defsubr Sfont_get_system_normal_font.
2670
2671 * xsettings.h (Ffont_get_system_normal_font,
2672 xsettings_get_system_normal_font): Declare.
2673
2674 * xfns.c (extern xlwmenu_default_font): Remove.
2675 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
2676 to xlwmenu.c.
2677
2678 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
2679 menu items in UTF-8.
2680
2681 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
2682 (apply_systemfont_to_menu): New function.
2683 (set_frame_menubar, create_and_show_popup_menu): Call
2684 apply_systemfont_to_menu.
2685
2686 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2687
2688 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
2689 FRAME_LINE_TO_PIXEL_Y.
2690
2691 * xterm.c (x_set_window_size_1): Don't add border_width/height to
2692 pixelwidth/height.
2693
2694 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2695
2696 Simplify code for HP machines.
2697 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
2698 for GNU_LINUX, not needed.
2699 (UNEXEC, NEED_BSDTTY): Move definitions...
2700 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2701
2702 * m/iris4d.h (UNEXEC): Move definition ...
2703 * s/irix6-5.h (UNEXEC): ... here.
2704
2705 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2706
2707 * xfns.c (set_machine_and_pid_properties): New function.
2708 (Fx_create_frame): Call set_machine_and_pid_properties.
2709
2710 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2711
2712 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
2713 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
2714 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
2715
2716 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
2717 in this function. (Bug#5703)
2718
2719 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2720
2721 * nsterm.h: Fix last change.
2722
2723 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
2724
2725 * m/intel386.h (NO_REMAP): Move definition ...
2726 * s/msdos.h (NO_REMAP): ... here.
2727
2728 * m/vax.h (CRT0_DUMMIES): Remove, unused.
2729
2730 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2731 used on those platforms.
2732
2733 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2734
2735 Remove extern errno declarations.
2736 * xterm.c:
2737 * xrdb.c:
2738 * w32term.c:
2739 * unexec.c:
2740 * unexaix.c:
2741 * sysdep.c:
2742 * process.c:
2743 * lread.c:
2744 * keyboard.c:
2745 * floatfns.c:
2746 * filelock.c:
2747 * fileio.c:
2748 * emacs.c (main):
2749 * ecrt0.c:
2750 * dispnew.c:
2751 * callproc.c:
2752 * buffer.c: Remove errno extern declarations.
2753 * s/netbsd.h (NEED_ERRNO): Remove.
2754
2755 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2756
2757 Remove all uses of LIBX11_SYSTEM.
2758 * Makefile.in (LIBX11_SYSTEM): Remove.
2759 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
2760 instead.
2761
2762 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2763
2764 Remove support for DJGPP v1.x (bug#5813).
2765
2766 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
2767 * s/msdos.h:
2768 * unexec.c (make_hdr, copy_text_and_data):
2769 * sysdep.c (wait_for_termination, sys_subshell):
2770 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
2771 (IT_set_terminal_modes, __write, _rename, gethostname)
2772 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
2773 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
2774 the value of __DJGPP__.
2775 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
2776 compatibility code.
2777 * lread.c:
2778 * gmalloc.c (memalign):
2779 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2780 * emacs.c (main):
2781 * dosfns.c (init_dosfns):
2782 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2783
2784 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2785
2786 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2787 string with `cursor' property comes from an `after-string'
2788 overlay. (Bug#5816)
2789
2790 2010-04-01 Glenn Morris <rgm@gnu.org>
2791
2792 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2793 Define as Makefile variables.
2794 (LIBX): Use above variables rather than directly using autoconf.
2795
2796 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2797
2798 Clean up BSD_SYSTEM use.
2799 * xterm.c:
2800 * process.c:
2801 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2802 for including <sys/ioctl.h>.
2803 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2804 code is only used for MSDOS.
2805
2806 2010-03-31 Juri Linkov <juri@jurta.org>
2807
2808 * image.c: Add `Qextension_data'.
2809 (syms_of_image): Initialize and staticpro `Qextension_data'.
2810 (Fimage_metadata): Rename from `Fimage_extension_data'.
2811 (gif_load): Put GIF extension data to the property
2812 `Qextension_data'.
2813
2814 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2817 * nsterm.h: Fix prototype.
2818
2819 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2820
2821 * xdisp.c (highlight_trailing_whitespace): Support highlight of
2822 trailing whitespace in right-to-left rows.
2823
2824 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 Get rid of the direct_output optimizations.
2827 * keyboard.c (nonundocount): Remove extern declaration.
2828 (command_loop_1): Remove brittle optimisation for cheap and
2829 common operations.
2830 * xdisp.c (redisplay_internal): Don't bother checking
2831 redisplay_performed_directly_p any more.
2832 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2833 any more.
2834 * dispnew.c (redisplay_performed_directly_p)
2835 (direct_output_for_insert, direct_output_forward_char):
2836 * dispextern.h (redisplay_performed_directly_p)
2837 (direct_output_for_insert, direct_output_forward_char): Remove.
2838 * cmds.c (nonundocount): Make it static.
2839
2840 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
2841
2842 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2843
2844 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
2845
2846 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2847 invisible (Bug#5766).
2848
2849 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
2850
2851 * xdisp.c (x_consider_frame_title, update_window_cursor):
2852 Remove HAVE_NS conditionals.
2853 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
2854
2855 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2856 filename for the title.
2857 (ns_set_doc_edited): Do nothing if the selected window is a
2858 minibuffer window.
2859
2860 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2861 ns_set_doc_edited.
2862
2863 * nsterm.m: Remove unneeded prototype.
2864
2865 2010-03-31 Glenn Morris <rgm@gnu.org>
2866
2867 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2868 in the DOC file. (Bug#5336)
2869
2870 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2873
2874 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * window.c (keys_of_window): Remove redundant/overridden bindings.
2877
2878 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2879
2880 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2881 Restore original behavior when the iterator is not bidi_p.
2882
2883 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2884
2885 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2886
2887 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2888
2889 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2890 are outside the range of cached character positions.
2891
2892 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
2893
2894 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2895
2896 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2897
2898 Initial support for bidirectional editing.
2899
2900 * Makefile.in (obj): Include bidi.o.
2901 (bidi.o): New target.
2902
2903 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2904 ($(BLD)/bidi.$(O)): New target.
2905
2906 * bidi.c: New file.
2907
2908 * buffer.h (struct buffer): New members bidi_display_reordering
2909 and bidi_paragraph_direction.
2910
2911 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2912 and bidi_paragraph_direction.
2913 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2914 and bidi-paragraph-direction.
2915 (Fbuffer_swap_text): Swap the values of
2916 bidi_display_reordering and bidi_paragraph_direction.
2917
2918 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2919 (bidi_type_t, bidi_dir_t): New types.
2920 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2921 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2922 prev_stop, base_level_stop, and eol_pos.
2923 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2924 (IT_STACK_SIZE): Enlarge to 5.
2925 (struct glyph_row): New member reversed_p.
2926 <string_buffer_position>: Update prototype.
2927 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2928 glyph_row if bidi_it.paragraph_dir == R2L.
2929 (struct glyph): New members resolved_level and bidi_type.
2930
2931 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2932 processing or buffer's direction is right-to-left.
2933 (prepare_desired_row): Preserve the reversed_p flag.
2934 (row_equal_p): Compare the reversed_p attributes as well.
2935
2936 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2937 bidi_init_it and set it->paragraph_embedding from the current
2938 buffer's value of bidi_paragraph_direction.
2939 (reseat_1): Initialize bidi_it.first_elt.
2940 (set_iterator_to_next, next_element_from_buffer): Use the value of
2941 paragraph_embedding to determine the paragraph direction.
2942 (set_iterator_to_next): Under bidi reordering, call
2943 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2944 new_paragraph flag is set in the bidi iterator.
2945 (next_element_from_buffer): If bidi_it.first_elt is set,
2946 initialize paragraph direction and find the first character to
2947 display in the visual order. If reseated to a middle of a line,
2948 prime the bidi iterator starting at the line's beginning. Handle
2949 the situation where we overstepped stop_charpos due to
2950 non-linearity of the bidi iteration. Likewise for when we back up
2951 beyond the previous stop_charpos. When moving across stop_charpos,
2952 record it in prev_stop.
2953 (display_line): Set row->end and it->start for the next row to the
2954 next character in logical order. Always extend reversed_p rows to
2955 the end of line, even if they end at ZV. Copy the reversed_p flag
2956 to the next glyph row. Keep calling set_cursor_from_row for
2957 bidi-reordered rows even if we already have a possible candidate
2958 for cursor position. Set row_end after all the row's glyphs have
2959 been produced, by looping over the glyphs. Record the position
2960 after EOL in it->eol_pos, and use it to set end_pos of the last
2961 row produced for a continued line.
2962 <Qright_to_left, Qleft_to_right>: New variables.
2963 (syms_of_xdisp): Initialize and staticpro them.
2964 (string_buffer_position_lim): New function.
2965 (string_buffer_position): Most of code moved to
2966 string_buffer_position_lim. Last argument and return value are
2967 now EMACS_INT; all callers changed.
2968 (set_cursor_from_row): Rewritten to support bidirectional text and
2969 reversed glyph rows.
2970 (text_outside_line_unchanged_p, try_window_id): Disable
2971 optimizations if we are reordering bidirectional text and the
2972 paragraph direction can be affected by the change.
2973 (append_glyph, append_composite_glyph)
2974 (produce_image_glyph, append_stretch_glyph): Set the
2975 resolved_level and bidi_type members of each glyph.
2976 (append_glyph): If the glyph row is reversed, prepend the glyph
2977 rather than appending it.
2978 (handle_stop_backwards): New function.
2979 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2980 (reseat): call handle_stop_backwards to recompute prev_stop and
2981 base_level_stop for the new position.
2982 (handle_invisible_prop): Under bidi iteration, skip invisible text
2983 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2984 paragraph direction. Update IT->prev_stop after skipping
2985 invisible text.
2986 (move_it_in_display_line_to): New variables prev_method
2987 and prev_pos. Compare for strict equality in
2988 BUFFER_POS_REACHED_P.
2989 (try_cursor_movement): Examine all the candidate rows that occlude
2990 point, to return the best match. If rows are bidi-reordered
2991 and point moved backwards, back up to the row that is not a
2992 continuation line, and start looking for a suitable row from
2993 there.
2994
2995 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2996 rather than appending, if the glyph_row's reversed_p flag is set.
2997 Set the resolved_level and bidi_type members of each glyph.
2998
2999 * .gdbinit (pbiditype): New command.
3000 (pgx): Use it to display bidi level and type of the glyph.
3001 (pitx): Display some bidi information about the iterator.
3002 (prowlims, pmtxrows): New commands.
3003
3004 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3005
3006 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
3007 * s/usg5-4.h (LIBS_DEBUG):
3008 * s/irix6-5.h (C_DEBUG_SWITCH):
3009 * s/gnu-linux.h (LIBS_DEBUG):
3010 * s/darwin.h (LIBS_DEBUG):
3011 * s/bsd-common.h (LIBS_DEBUG):
3012 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
3013 * m/iris4d.h (LIBS_DEBUG):
3014 * m/hp800.h (LIBS_DEBUG): Remove definitions.
3015
3016 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
3017 (LIBS_DEBUG): Remove definition.
3018
3019 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
3022 Windows.
3023
3024 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3025
3026 * process.c (Fmake_network_process): Don't call turn_on_atimers around
3027 `connect' (Bug#5723).
3028
3029 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
3030
3031 * process.c (Fmake_network_process): Call `select' for interrupted
3032 `connect' rather than creating new socket (Bug#5173).
3033
3034 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
3035
3036 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
3037
3038 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
3039
3040 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
3041
3042 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3043
3044 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
3045 XLoadQueryFont.
3046
3047 2010-03-24 Kenichi Handa <handa@m17n.org>
3048
3049 * coding.c (decode_coding_ccl): Fix previous change for the
3050 multibyte case.
3051 (encode_coding_ccl): Don't setup ccl program here. Fix for the
3052 case that the output buffer is fullfilled.
3053 (encode_coding): Setup ccl program here.
3054
3055 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3056
3057 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
3058
3059 Simplify LIBS_MACHINE definitions.
3060 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
3061 * m/iris4d.h (LIBS_MACHINE): Likewise.
3062 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
3063 * s/aix4-2.h (LIBS_SYSTEM): ... here.
3064 * s/netbsd.h: Remove commented out code.
3065
3066 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3067
3068 Remove dead code dealing with POSIX_SIGNALS.
3069 * atimer.c (set_alarm): Remove dead code, all USG systems define
3070 POSIX_SIGNALS.
3071 * data.c (arith_error): Likewise.
3072 * keyboard.c (input_available_signal, handle_user_signal)
3073 (interrupt_signal): Likewise.
3074 * process.c (sigchld_handler): Likewise.
3075 (create_process): Remove if 0 code. Remove HPUX conditional when
3076 !defined (POSIX_SIGNALS), it cannot be true.
3077 * syssignal.h: Remove USG5_4 and USG conditionals when
3078 !POSIX_SIGNALS, they cannot be true.
3079
3080 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
3081 NO_SOCK_SIGIO, not used anymore.
3082
3083 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3084
3085 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
3086 support vax on BSDs.
3087
3088 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
3089 * s/aix4-2.h (ORDINARY_LINK): ... here.
3090
3091 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3092
3093 * Makefile.in (abs_builddir): Define.
3094 (bootstrap_exe): Use it.
3095 (VPATH): Use $(srcdir) instead of @srcdir@.
3096
3097 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 * Makefile.in (bootstrap_exe): Use an absolute name.
3100
3101 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3102
3103 Remove support for old GNU/Linux using libc version 5.
3104 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
3105 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
3106
3107 Consolidate redundant definitions in s/bsd-common.h.
3108 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3109 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3110 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
3111 doing it in all files that include this one.
3112 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3113 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3114 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3115 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3116 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3117 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3118 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3119 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3120 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3121
3122 Consolidate redundant definitions.
3123 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
3124 it's undefined in all files that include this one.
3125 (POSIX_SIGNALS): Define here instead of doing it in all files that
3126 include this one.
3127 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3128 (POSIX_SIGNALS): Do not define.
3129 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3130 (POSIX_SIGNALS): Do not define.
3131 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3132 (POSIX_SIGNALS): Do not define.
3133
3134 Remove support for old UNIX System V systems.
3135 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
3136 * s/usg-5-4-2.h: Remove.
3137
3138 Remove support for Solaris on PPC and for old versions.
3139 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
3140 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
3141 that cancel each other.
3142 * s/sol2-3.h:
3143 * s/sol2-4.h:
3144 * s/sol2-5.h: Remove.
3145 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
3146 (NO_REMAP): Remove, unused.
3147 (UNEXEC): Move definition ...
3148 * s/aix4-2.h (UNEXEC): ... here.
3149
3150 * s/openbsd.h: Remove support for non-ELF and for systems that do
3151 not support shared libraries.
3152 * s/netbsd.h:
3153 * s/freebsd.h: Likewise.
3154
3155 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3156
3157 Remove non-working support for lynxos 3.0.
3158 * s/lynxos.h: Remove file.
3159
3160 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
3161 COFF_BSD_SYMBOLS, nothing defines it anymore.
3162
3163 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3164
3165 Remove obsolete uses of HAVE_SHM.
3166 * emacs.c (standard_args):
3167 (Fdump_emacs):
3168 (syms_of_emacs): Remove code depending on HAVE_SHM.
3169
3170 * alloc.c: Remove HAVE_SHM dependent definition.
3171
3172 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
3173
3174 2010-03-18 Glenn Morris <rgm@gnu.org>
3175
3176 * emacs.c (USAGE4): Hard-code bug address.
3177 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
3178 (bug_reporting_address): Remove.
3179 (main): Don't call bug_reporting_address.
3180
3181 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
3182 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
3183
3184 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * xfns.c (Fx_create_frame):
3187 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
3188 on left.
3189
3190 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
3191
3192 * editfns.c (Fformat): Account for string precision when computing
3193 field width (Bug#5710).
3194
3195 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3196
3197 * xfns.c (Fx_create_frame): Set default to Qright.
3198
3199 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
3200 all window systems.
3201
3202 2010-03-12 Eli Zaretskii <eliz@gnu.org>
3203
3204 These changes remove termcap.c from the build on Posix platforms.
3205 * Makefile.in (termcapobj): Move termcap.o from here...
3206 (MSDOS_OBJ): ...to here.
3207 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
3208 now identical to when LIBS_TERMCAP is defined.
3209
3210 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
3211
3212 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
3213
3214 * config.in: Regenerated. (See top-level ChangeLog.)
3215
3216 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * Branch for 23.2.
3219
3220 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 Cleanup setup of gl_state in various parts of the code.
3223 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
3224 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
3225 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
3226 (skip_chars):
3227 * regex.c (regex_compile): Use it.
3228 (re_compile_pattern): Don't set gl_state.current_syntax_table since
3229 it's now set in regex_compile when/if we need it.
3230
3231 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 Make it possible to C-g in a tight bytecode loop again (bug#5680).
3234 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
3235 (QUIT): Use it to consolidate code and remove redundancy.
3236 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
3237
3238 * regex.c (regex_compile): Setup gl_state as well.
3239
3240 * syntax.c (skip_chars): Setup gl_state (bug#3823).
3241 (in_classes): Use CONSP before XCAR/XCDR.
3242
3243 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3244
3245 * keymap.c (Fwhere_is_internal): Use Fequal to compare
3246 definitions, so that keyboard macros are correctly handled
3247 (Bug#5481).
3248
3249 2010-03-02 Eli Zaretskii <eliz@gnu.org>
3250
3251 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
3252 text that could be relocated inside the call to emacs_mule_char.
3253 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
3254 (CODING_DECODE_CHAR): Add a comment describing its purpose.
3255
3256 2010-03-02 Kenichi Handa <handa@m17n.org>
3257
3258 * character.c (parse_str_as_multibyte): Fix handling of the
3259 multibyte form of raw-bytes.
3260 (str_as_multibyte): Likewise.
3261
3262 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
3263 form of raw-bytes.
3264
3265 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3266
3267 * charset.c (load_charset_map_from_file)
3268 (load_charset_map_from_vector): Zero out allocated
3269 charset_map_entries before using them.
3270
3271 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
3272
3273 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
3274
3275 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3276
3277 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
3278 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
3279
3280 2010-02-26 Kenichi Handa <handa@m17n.org>
3281
3282 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
3283
3284 * xdisp.c (reseat_to_string): Fix previous change.
3285
3286 2010-02-26 David Reitter <david.reitter@gmail.com>
3287
3288 * nsfont.m (nsfont_draw): ns_antialias_text should be a
3289 Lisp_Object (Bug#4736).
3290
3291 2010-02-25 Kenichi Handa <handa@m17n.org>
3292
3293 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
3294
3295 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
3296
3297 * xterm.c (XTflash): Move declarations before statements.
3298
3299 * gtkutil.c (xg_get_gdk_display): Remove (unused).
3300 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
3301 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
3302 (xg_create_tool_bar): Remove unused variables.
3303 (x_wm_set_size_hint): Move declarations before statements.
3304 (xg_create_frame_widgets): Remove variable grav.
3305
3306 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
3309
3310 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * term.c (fatal): Add a final \n if needed (bug#5596).
3313
3314 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
3317
3318 2010-02-18 Glenn Morris <rgm@gnu.org>
3319
3320 * callint.c (Finteractive): Doc fix.
3321
3322 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3323
3324 * coding.c (record_conversion_result):
3325 Handle CODING_RESULT_INSUFFICIENT_DST.
3326 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
3327 memory allocation error.
3328
3329 2010-02-17 Kenichi Handa <handa@m17n.org>
3330
3331 * coding.c (decode_coding_ccl): Don't setup ccl program here.
3332 Fix for the case that the output buffer is fullfilled.
3333 (decode_coding): Setup ccl program here. Keep looping when the
3334 decoder stopped because the output buffer is
3335 fullfilled (bug#5534).
3336
3337 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
3338
3339 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
3340
3341 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
3342 bug #5571.
3343 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
3344 overdrawn.
3345
3346 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
3347
3348 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
3349 doing_interact here.
3350 (ice_connection_closed): New function.
3351 (x_session_check_input, smc_die_CB, ice_io_error_handler)
3352 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
3353 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
3354 returns I/O error.
3355 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
3356 bug #5512.
3357
3358 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
3359
3360 * nsfont.m (nsfont_open): The system's value for the font descent
3361 is negative, so round it down to avoid clipping.
3362
3363 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3364
3365 * charset.c (load_charset_map_from_file)
3366 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
3367 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
3368
3369 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * charset.c (load_charset_map_from_file): Allocate large
3372 charset_map_entries structure on the heap rather than the stack.
3373 (Bug#5526).
3374
3375 2010-01-31 Kenichi Handa <handa@m17n.org>
3376
3377 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
3378 size in NAME is invalid, return -1 (Bug#5396).
3379
3380 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
3383 <deactivated@gmail.com> (Bug#3605).
3384
3385 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
3386
3387 * fileio.c (Frename_file): Correctly rename symlinks to
3388 directories (Bug#5496).
3389
3390 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
3391
3392 * nsterm.m (ns_ring_bell): Handle visible bell like X.
3393
3394 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
3395
3396 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
3397
3398 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * frame.c (DEFAULT_ROWS): Change default to 35.
3401
3402 * xfns.c (x_default_font_parameter): Change default XFT font to
3403 monospace-10 (Bug#3643).
3404
3405 2010-01-29 Eli Zaretskii <eliz@gnu.org>
3406
3407 * w32inevt.c (key_event): Remove unnecessary comparison of
3408 event->uChar.AsciiChar with 128.
3409
3410 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * fileio.c (Frename_file): Fix last change (Bug#5487).
3413
3414 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
3415
3416 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
3417
3418 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
3419
3420 * xfns.c (Fx_create_frame): Remove window size matching code from
3421 2010-01-15.
3422 (x_get_current_desktop, x_get_desktop_workarea): Remove.
3423
3424 2010-01-27 Jason Rumney <jasonr@gnu.org>
3425
3426 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
3427 (key_event): Use unicode for characters 128 and higher (Bug#4567).
3428
3429 2010-01-27 Kenichi Handa <handa@m17n.org>
3430
3431 * regex.c (analyse_first): Fix setting of fastmap for unibyte
3432 pattern string (Bug#4209).
3433
3434 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3435
3436 * fileio.c (Frename_file): Call copy-directory and
3437 delete-directory for directories, in order to handle cross-device
3438 renaming (Bug#3353).
3439
3440 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
3441
3442 * xfns.c (Fx_create_frame): If frame height is too big, try
3443 sizes 24 and 10. Bug #3643.
3444
3445 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 Try and fix bug#788, hopefully for real this time.
3448 * keymap.c (shadow_lookup): Add `remap' arg.
3449 (describe_map, describe_vector): Update calls to shadow_lookup.
3450 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
3451 `remapped' so this flag is applicable to `sequence'. Be careful to
3452 perform remapping during shadow_lookup check of remapped_sequences.
3453
3454 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
3455
3456 * image.c (png_load): Use png_sig_cmp instead of the obsolete
3457 png_check_sig, which has been removed in libpng 1.4.
3458
3459 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3460
3461 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
3462 lacks this header file).
3463
3464 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3465
3466 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
3467 as in Emacs 22.
3468
3469 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3470
3471 * lisp.h (make_pure_string): String pointer arg now points to const.
3472
3473 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
3474 args now point to const.
3475
3476 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3477
3478 * lread.c (Fload): Don't treat files without .elc extension as
3479 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
3480 them. (bug#5303)
3481
3482 2010-01-20 Kenichi Handa <handa@m17n.org>
3483
3484 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
3485 treat the source as actual byte sequence.
3486
3487 2010-01-19 Alan Mackenzie <acm@muc.de>
3488
3489 Fix spurious before-change-functions invocation from (insert ?\n).
3490 * textprop.c (set_text_properties): Rename parameter
3491 `signal_after_change_p' to `coherent_change_p', and make the
3492 invocation of `modify_region' conditional on it.
3493
3494 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
3495
3496 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
3497 for debug purpose.
3498 (syms_of_xsettings): Declare xft-settings.
3499
3500 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3501
3502 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
3503
3504 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * xterm.c (event_handler_gdk): Block input (Bug#5037).
3507
3508 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3509
3510 * emacs.c (standard_args): Adjust arg priorities to reflect how
3511 they are processed in startup.el.
3512
3513 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
3514
3515 * Makefile.in (lisp, shortlisp): Update.
3516
3517 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
3520 code, link the new kboard into all_kboard before running Lisp code,
3521 and protect the new terminal with GCPRO (Bug#5365).
3522 (x_term_init): Remove unused var `atom'.
3523 (x_delete_display, x_delete_terminal): Remove unused var `i'.
3524
3525 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
3526
3527 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
3528 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
3529 to find out usable size of the desktop. Don't make frames larger than
3530 this. Bug #3643.
3531
3532 2010-01-15 Kenichi Handa <handa@m17n.org>
3533
3534 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
3535
3536 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * nsterm.m (Qnone): Define.
3539
3540 * nsfns.m (Qnone): Move definition to nsterm.m.
3541
3542 2010-01-14 Kenichi Handa <handa@m17n.org>
3543
3544 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
3545 systems.
3546
3547 2010-01-14 Kenichi Handa <handa@m17n.org>
3548
3549 Make auto-composition work on all buffers even if they are
3550 fundamental mode.
3551
3552 * composite.c (Vauto_composition_mode): New variable.
3553 (composition_compute_stop_pos): Check Vauto_composition_mode
3554 instead of Vauto_composition_function.
3555 (composition_adjust_point, Ffind_composition_internal): Likewise.
3556 (syms_of_composite): Declare Lisp variable
3557 "auto-composition-mode" here.
3558
3559 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
3562 during call to vendor-specific-keysyms (Bug#5365).
3563
3564 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3565
3566 * keyboard.c (input_available_signal) [SYNC_INPUT]:
3567 Call SIGNAL_THREAD_CHECK (Bug#5333).
3568
3569 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
3570 Call SIGNAL_THREAD_CHECK.
3571
3572 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 Try to fix bug#5314. This is probably not the final word, tho.
3575 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
3576 recent-auto-save-p as a side-effect.
3577 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
3578 * buffer.c (Fkill_buffer, reset_buffer):
3579 * editfns.c (Fsubst_char_in_region):
3580 * fileio.c (Finsert_file_contents, Fdo_auto_save)
3581 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
3582
3583 2010-01-13 Kenichi Handa <handa@m17n.org>
3584
3585 Display buffer name, etc. in mode line by composing correctly.
3586
3587 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
3588 STRING is not nil.
3589 (display_mode_element): Adjust for the change of
3590 decode_mode_spec and display_line.
3591 (decode_mode_spec): Change arg MULTIBYTE to STRING.
3592 (display_string): Handle the case that STRING is non-null and
3593 LISP_STRING is not nil.
3594
3595 * xterm.c (x_draw_composite_glyph_string_foreground):
3596 Pay attention to s->face->overstrike.
3597
3598 * composite.c (composition_reseat_it): Don't check PT if STRING is
3599 non nil.
3600
3601 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3602
3603 * keyboard.c (read_char): Don't apply previous change when current
3604 buffer is unchanged by command execution.
3605
3606 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
3607
3608 * keyboard.c (read_char): Return after executing from special map.
3609
3610 2010-01-12 Glenn Morris <rgm@gnu.org>
3611
3612 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
3613 bug-gnu-emacs rather than emacs-pretest-bug.
3614
3615 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
3618 initializing the Lisp variables that depend on them.
3619
3620 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3621
3622 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
3623 Clear areas that will not be updated after change of menu bar lines.
3624 Clear the menu bar window's current matrix when the window gets empty.
3625
3626 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * intervals.h, textprop.c (extend_property_ranges): Return value
3629 and args changed. Discard properties that begin at or after the
3630 new end (Bug#5306).
3631
3632 * editfns.c (Fformat): Caller changed.
3633
3634 * nsterm.m (ns_set_default_prefs): Delete function.
3635 (syms_of_nsterm): Initialize ns_command_modifier,
3636 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
3637 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
3638
3639 * xdisp.c (pos_visible_p): Check for invisible text at the correct
3640 position (Bug#4040).
3641
3642 2010-01-09 Eli Zaretskii <eliz@gnu.org>
3643
3644 * editfns.c (Ffloat_time): Doc fix.
3645
3646 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3647
3648 * xfns.c (Fx_create_frame): Don't create frame larger than display
3649 by default bug#3643.
3650
3651 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3652
3653 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
3654 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
3655 windows above internal border.
3656
3657 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
3658 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
3659 windows above internal border.
3660
3661 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
3662 tool bar windows specially.
3663
3664 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
3665
3666 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
3667 specially.
3668 (XTflash): Take account of menu bar height.
3669
3670 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
3671 specially.
3672
3673 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
3674
3675 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
3676 also be true before we can return early (bug #5339).
3677
3678 2010-01-06 David Reitter <david.reitter@gmail.com>
3679
3680 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
3681 (Fns_display_usable_bounds): Rewrite, computing bounds properly
3682 (Bug#3233).
3683
3684 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3685
3686 * font.c (font_open_entity): Enable chache and call cached_font_ok
3687 for the driver if defined.
3688 (QCuser_spec): New symbol.
3689 (font_spec_from_name): Save name as user-spec.
3690 (font_load_for_lface): Keep user-spec instead of name.
3691 (font_open_by_name): Save name as user-spec.
3692 (syms_of_font): Initialize QCuser_spec.
3693 (font_clear_prop): Clear name if it exists in font (bug#5157).
3694
3695 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
3696 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
3697 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
3698
3699 * font.h (struct font_driver): Add cached_font_ok.
3700
3701 * xterm.c (x_clear_frame): Queue draw for scroll bars.
3702
3703 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
3704
3705 * xterm.c (x_new_font): Move code for setting rows/cols before
3706 resizing ...
3707 (x_set_window_size): ... to here. Bug #2568.
3708
3709 * gtkutil.c (xg_clear_under_internal_border): New function.
3710 (xg_frame_resized, xg_frame_set_char_size):
3711 Call xg_clear_under_internal_border.
3712 (xg_update_scrollbar_pos): Clear under old scroll bar position.
3713
3714 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * keyboard.c (read_key_sequence): Catch keyboard switch after
3717 making a new tty frame (Bug#5095).
3718
3719 2010-01-05 Kenichi Handa <handa@m17n.org>
3720
3721 * fontset.c (fontset_find_font): Fix getting the frame pointer.
3722
3723 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
3726 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
3727 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
3728
3729 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
3730
3731 * dbusbind.c (xd_add_watch): Improve debug message.
3732 (xd_remove_watch): Improve debug message. If DATA is the session
3733 bus, unset D-Bus session environment.
3734 (Fdbus_init_bus): Pass the bus as argument to
3735 dbus_connection_set_watch_functions. (Bug#5283)
3736
3737 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
3740
3741 * lread.c (syms_of_lread): Make it clearer that these are the
3742 names of loaded files (Bug#5068).
3743
3744 * eval.c (run_hook_with_args): Handle the case where the global
3745 value has the obsolete single-function form (Bug#5026).
3746
3747 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * minibuf.c (Fall_completions): Minor optimization.
3750
3751 2009-12-26 Eli Zaretskii <eliz@gnu.org>
3752
3753 * .gdbinit (pgx): Fix display of composite glyphs.
3754 Display cmp.from and cmp.to as well.
3755 (pitx): Fix last change.
3756
3757 2009-12-25 Kenichi Handa <handa@m17n.org>
3758
3759 * composite.h (composition_adjust_point): Update prototype.
3760
3761 * composite.c (composition_reseat_it): Don't make a composition
3762 spanning over point.
3763 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
3764 composable characters.
3765 (composition_adjust_point): New arg NEW_PT. Callers changed.
3766
3767 * keyboard.c (command_loop_1): Force redisplay if the last point
3768 was within a composition.
3769 (adjust_point_for_property): Don't adjust point for automatic
3770 composition when called after buffer modification.
3771
3772 2009-12-19 Eli Zaretskii <eliz@gnu.org>
3773
3774 * .gdbinit (pitx): Don't use enum names, use their values.
3775 Remove reference to non-existing value GET_FROM_COMPOSITION.
3776 (pgx): Don't use enum names, use their values.
3777 (pitmethod): New helper command.
3778 (pitx): Use it to display iteration method.
3779 (pgrowit): New command.
3780
3781 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3782
3783 Update dependencies in Makefile.in.
3784
3785 * Makefile.in (alloc.o): Depend on termhooks.h.
3786 (atimer.o): Depend on blockinput.h.
3787 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3788 and frame.h.
3789 (callint.o): Depend on systime.h, coding.h, and composite.h.
3790 (callproc.o): Depend on buffer.h.
3791 (casefiddle.o): Don't depend on charset.h.
3792 (casetab.o): Depend on character.h.
3793 (ccl.o): Depend on composite.h.
3794 (chartab.o): Depend on ccl.h.
3795 (cm.o): Depend on dispextern.h.
3796 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3797 (coding.o): Don't depend on $(INTERVALS_H).
3798 (composite.o): Don't depend on dispextern.h explicitly (it's in
3799 $(INTERVALS_H)). Depend on ccl.h.
3800 (data.o): Depend on systime.h, coding.h, composite.h,
3801 dispextern.h, font.h, and ccl.h.
3802 (dired.o): Depend on composite.h.
3803 (dispnew.o): Depend on coding.h. Don't depend explicitly on
3804 composite.h (it's in $(INTERVALS_H)).
3805 (doc.o): Depend on systime.h, coding.h, and composite.h.
3806 (editfns.o): Don't depend explicitly on dispextern.h.
3807 (emacs.o): Depend on frame.h and coding.h.
3808 (eval.o): Depend on coding.h, composite.h, and xterm.h.
3809 (fileio.o): Depend on frame.h and commands.h. Don't depend
3810 explicitly on dispextern.h.
3811 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
3812 composite.h.
3813 (fns.o): Don't depend on termhooks.h.
3814 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3815 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3816 coding.h, $(INTERVALS_H), window.h, xterm.h.
3817 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3818 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3819 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3820 fontset.h, ccl.h, and ftfont.h.
3821 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3822 (gtkutil.o): Depend on dispextern.h and composite.h.
3823 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3824 termhooks.h, and ccl.h.
3825 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3826 (intervals.o): Depend on systime.h and coding.h.
3827 (keyboard.o): Depend on composite.h and coding.h.
3828 (keymap.o): Depend on coding.h and frame.h.
3829 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3830 (macros.o): Depend on systime.h, coding.h, and composite.h.
3831 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3832 and atimer.h.
3833 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
3834 dispextern.h explicitly.
3835 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3836 Don't depend explicitly on dispextern.h and composite.h.
3837 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3838 (regex.o): Don't depend on charset.h.
3839 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3840 (search.o): Don't depend explicitly on composite.h.
3841 (sound.o): Depend on atimer.h and systime.h.
3842 (syntax.o): Don't depend explicitly on composite.h.
3843 (sysdep.o): Depend on coding.h and composite.h.
3844 (term.o): Depend on xterm.h and buffer.h.
3845 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3846 (textprop.o): Don't depend on dispextern.h explicitly.
3847 (undo.o): Depend on dispextern.h.
3848 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3849 dispextern.h and composite.h explicitly.
3850 (xdisp.o): Depend on ccl.h.
3851 (xfaces.o): Depend on coding.h and ccl.h.
3852 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3853 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3854 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3855 ftfont.h.
3856 (xgselect.o): New dependency.
3857 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3858 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3859 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3860 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3861 (xsmfns.o): Depend on frame.h and dispextern.h.
3862 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3863 sysselect.h.
3864
3865 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3866
3867 * font.c (Fclear_font_cache): Pass correct cache argument to
3868 font_clear_cache.
3869
3870 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3871
3872 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3873 twice.
3874
3875 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
3876
3877 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3878 calling file-remote-p. Reported by Jim Meyering.
3879
3880 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3881
3882 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
3883 avoid compiler warnings. (Bug #5217)
3884
3885 2009-12-14 Kenichi Handa <handa@m17n.org>
3886
3887 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3888 in 8-bit encoding.
3889
3890 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
3891
3892 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3893 tooltip windows.
3894
3895 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3896
3897 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3898 Xatom_net_window_type.
3899
3900 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3901 Xatom_net_window_type.
3902
3903 * xterm.c (my_log_handler): New function.
3904 (x_term_init): Set my_log_handler as log handler during gtk_init
3905 so we can filter out buggy messages. (Bug #5120).
3906
3907 * xterm.c (xg_scroll_callback): Parameter list changed,
3908 use parameter GtkScrollType to determine scroll/line/page.
3909 Only allow dragging if a button < 4 is grabbed (bug #5177).
3910 (xg_end_scroll_callback): New function.
3911 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3912 xg_create_scroll_bar.
3913
3914 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3915 (scroll_end_callback): Remove.
3916 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3917 button-release-event. Replace value-changed event with change-value,
3918 bug #5177,
3919 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3920 bug #5177.
3921
3922 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3923 (xg_create_scroll_bar): Add GCallback end_callback.
3924
3925 * xftfont.c (QClcdfilter): New variable.
3926 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3927 (syms_of_xftfont): Initialize QClcdfilter.
3928
3929 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3930
3931 * xsettings.c (struct xsettings): Add member seen.
3932 (parse_xft_settings): Update member seen with what we have read.
3933 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3934 (apply_xft_settings): Only update Xft settings with what member seen
3935 indicates as new.
3936
3937 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3938
3939 * dispextern.h (struct text_pos): Use EMACS_INT;
3940 (struct glyph): Use EMACS_INT for charpos.
3941 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3942 region_beg_charpos, region_end_charpos,
3943 redisplay_end_trigger_charpos, and also for
3944 iterator_stack_entry.end_charpos and
3945 iterator_stack_entry.stop_charpos.
3946
3947 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3948
3949 * gtkutil.c (scroll_end_callback): New function (bug #5177).
3950 (xg_create_scroll_bar): Call scroll_end_callback on button release
3951 event (bug #5177).
3952 (xg_event_is_for_scrollbar): != replaced with ==.
3953
3954 2009-12-12 Kenichi Handa <handa@m17n.org>
3955
3956 * ftfont.c (struct ftfont_info): New member matrix.
3957 (ftfont_open): Setup xftfont_info->matrix.
3958 (MFLTFontFT): New member matrix.
3959 (FLOOR, CEIL, ROUND): New macros.
3960 (ftfont_get_metrics): Handle matrix transformation.
3961 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3962
3963 * xftfont.c (struct xftfont_info): New member matrix.
3964 (xftfont_open): Setup xftfont_info->matrix.
3965
3966 2009-12-10 Kenichi Handa <handa@m17n.org>
3967
3968 * xdisp.c (append_space_for_newline): Consider face-remapping.
3969
3970 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3971
3972 * xsettings.c: Include "keyboard.h".
3973
3974 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3975
3976 Fix implicit function declarations.
3977 * cmds.c: Include "frame.h".
3978 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3979 * frame.h: Move declaration of delete_frame outside of
3980 HAVE_WINDOW_SYSTEM.
3981
3982 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3983
3984 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3985
3986 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3987 GTK builds.
3988
3989 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3990
3991 * unexelf.c (unexec): Don't search for .data twice.
3992
3993 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3996 if push failed.
3997 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3998 of push_display_prop (Bug#5000).
3999
4000 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
4001 value of font_list_entities (Bug#5085).
4002
4003 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
4004
4005 Fix `string-to-number' to deal consistently with integers and floats.
4006 * lread.c (isfloat_string): New argument ignore_trailing to accept all
4007 trailing characters, not just whitespace.
4008 (read1): Pass new arg 0 to keep old behavior.
4009 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
4010 trailing chars, as it is already done for integers. Doc fixes.
4011 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
4012
4013 2009-12-04 Eli Zaretskii <eliz@gnu.org>
4014
4015 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
4016 Delete unused enumeration value.
4017
4018 2009-12-03 Eli Zaretskii <eliz@gnu.org>
4019
4020 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
4021
4022 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
4023
4024 * process.c (Fmake_network_process): Fix up the tests for
4025 "connectionless socket", so they DTRT for seqpacket sockets as well.
4026
4027 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * process.c (Qseqpacket): New symbol.
4030 (HAVE_SEQPACKET): New macro.
4031 (Fmake_network_process): Accept new :type `seqpacket'.
4032 (init_process): Add `seqpacket' feature when applicable.
4033 (syms_of_process): Initialize Qseqpacket.
4034
4035 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4036
4037 * font.c (font_load_for_lface, font_open_by_name): Don't store name
4038 if entity is Qnil.
4039
4040 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * print.c (print_preprocess): Preprocess the key_and_value table of
4043 hashtables, even tho they're "hidden" (bug#5082).
4044
4045 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
4046
4047 * frame.c (frame_make_pointer_invisible)
4048 (frame_make_pointer_visible): Declare f before statements.
4049
4050 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4051
4052 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
4053 omitted dependencies on lisp.h.
4054
4055 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
4056
4057 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
4058 is NULL.
4059
4060 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
4061
4062 * frame.c (frame_make_pointer_invisible)
4063 (frame_make_pointer_visible): Just return if there isn't any selected
4064 frame.
4065
4066 * search.c (simple_search): Remove warning by making *p const.
4067
4068 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4069
4070 * xdisp.c (power_letter): Remove duplicate const.
4071
4072 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
4073
4074 * term.c (delete_tty): Remove check for last terminal (bug#4970).
4075
4076 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
4077 defaults (bug #5025).
4078
4079 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * insdel.c (adjust_markers_for_delete): Move it in the
4082 right direction! (bug#4803)
4083
4084 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4085
4086 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
4087
4088 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
4089
4090 2009-11-24 Glenn Morris <rgm@gnu.org>
4091
4092 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
4093
4094 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
4095
4096 * Makefile.in: Must create deps for ecrt0.o in its rule.
4097
4098 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
4099 because that is what Gtk+ font dialog understands.
4100
4101 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
4102 of Fcopy_sequence.
4103 (font_open_by_name): Put name given into QCname for font-object returned.
4104
4105 * frame.c (x_set_font): Save original font name as frame parameter
4106 font-parameter.
4107
4108 * xsettings.c (set_default_xft_settings): New function.
4109 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
4110 is found.
4111
4112 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
4113
4114 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
4115 searching backwards through multibyte buffer.
4116
4117 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4118
4119 * xterm.c: #include xgselect.h.
4120 (x_initialize): Call xgselect_initialize.
4121
4122 * xsettings.c (something_changedCB): C++ comments => C comments.
4123 (init_gconf): Do not deal with any GLib file descriptors, xg_select
4124 does that now.
4125
4126 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
4127 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
4128 (scroll_bar_button_cb): Remove.
4129 (create_menus): C++ comments => C comments. Don't bind grab-notify
4130 event.
4131 (xg_create_scroll_bar): Don't bind button-press-event and
4132 button-release-event.
4133
4134 * process.c: Include xgselect.h if defined (USE_GTK) ||
4135 defined (HAVE_GCONF).
4136 (wait_reading_process_output): Call xg_select for the same condition.
4137
4138 * xgselect.c (xg_select): New function to better integrate with
4139 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
4140
4141 * xgselect.h: New file, declare xg_select, xgselect_initialize.
4142
4143 * Makefile.in (XOBJ): Add xgselect.o.
4144
4145 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
4146
4147 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
4148 Remove ignored second argument. All callers changed.
4149 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
4150 (RE_STRING_CHAR_AND_LENGTH): Likewise.
4151 * xdisp.c (string_char_and_length): Likewise.
4152
4153 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4154
4155 * xterm.c (x_new_font):
4156 * print.c (print_object):
4157 * cmds.c (Fself_insert_command): Move declarations before statements.
4158
4159 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4160
4161 * s/cygwin.h: Remove unneeded linker flags.
4162
4163 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
4164
4165 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
4166
4167 * xsettings.h: Declare xsettings_get_system_font.
4168
4169 * xsettings.c (xsettings_get_system_font): New function.
4170 (init_gconf): No use initiating gconf unless we have Xft also.
4171 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
4172 HAVE_GCONF.
4173
4174 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
4175 add a blank entry so it doesn't collapse into nothing.
4176
4177 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * lread.c (Funintern): Comment out last change.
4180
4181 2009-11-19 Richard Stallman <rms@gnu.org>
4182
4183 * lread.c (Funintern): Error if symbol is t or nil.
4184
4185 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * insdel.c (make_gap_larger): Don't make as many assumptions about the
4188 representation of Lisp integers.
4189 Reported by MJ Chan <mjchan.inbox@gmail.com>.
4190
4191 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4192
4193 * lisp.h: Remove declaration of Ffont_get_system_font.
4194 * xfns.c: Move include of "xsettings.h".
4195 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
4196
4197 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4198
4199 * xsettings.c (something_changedCB, Ffont_get_system_font):
4200 Check use_system_font.
4201 (syms_of_xsettings): DEFVAR font-use-system-font.
4202
4203 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4204
4205 * xfns.c (x_default_font_parameter): Remove dead assignment.
4206
4207 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
4208
4209 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4210
4211 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
4212 not have FC_LCD_*. #define them if not there.
4213
4214 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
4215
4216 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
4217
4218 * xterm.c (handle_one_xevent): Call xft_settings_event for
4219 ClientMessage, PropertyNotify and DestroyNotify.
4220 (x_term_init): If we have XFT, get DPI from Xft.dpi.
4221 Call xsettings_initialize.
4222
4223 * xftfont.c (xftfont_fix_match): New function.
4224 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
4225 Call xftfont_fix_match after XftFontMatch.
4226
4227 * xfont.c (xfont_driver): Initialize all members.
4228
4229 * xfns.c (x_default_font_parameter):
4230 Try font from Ffont_get_system_font.
4231 Do not get font from x_default_parameter if we got one from
4232 Ffont_get_system_font.
4233 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
4234
4235 * w32font.c (w32font_driver): Initialize all members.
4236
4237 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
4238
4239 * lisp.h: Declare syms_of_xsettings.
4240
4241 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
4242 Handle CONFIG_CHANGED_EVENT.
4243
4244 * ftfont.c (ftfont_filter_properties): New function.
4245
4246 * frame.c (x_set_font): Remove unused variable lval.
4247
4248 * font.h (struct font_driver): Add filter_properties.
4249
4250 * font.c (font_put_extra): Don't return if val is nil, it means
4251 boolean option is off.
4252 (font_parse_fcname): Collect all extra properties in extra_props
4253 and call filter_properties for all drivers with extra_props and
4254 font as parameter.
4255 (font_open_entity): Do not use cache, it does not pick up new
4256 fontconfig settings like hinting.
4257 (font_load_for_lface): If spec had a name in it, store it in entity.
4258
4259 * emacs.c (main): Call syms_of_xsettings.
4260
4261 * config.in: HAVE_GCONF is new.
4262
4263 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
4264 xsettings.o is new.
4265
4266 2009-11-17 Kenichi Handa <handa@m17n.org>
4267
4268 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
4269 back to the default font in case that no suitable font is found.
4270
4271 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
4274 Suggested by Chad Brown <yandros@mit.edu>.
4275 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
4276
4277 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
4278
4279 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
4280
4281 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
4282
4283 * Makefile.in: Ignore errors from mkdir when creating deps directory.
4284
4285 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4286
4287 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
4288 has a parent.
4289
4290 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
4291 dependency files in deps/. Include those files into Makefile.
4292
4293 * config.in: Generated (AUTO_DEPEND).
4294
4295 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4296
4297 * dbusbind.c (Vdbus_registered_objects_table): Rename from
4298 Vdbus_registered_functions_table, because it contains also
4299 properties. Fix docstring.
4300 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
4301
4302 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * alloc.c (mark_object): Don't reprocess marked strings.
4305 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
4306 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
4307
4308 2009-11-13 Kenichi Handa <handa@m17n.org>
4309
4310 * category.c (word_boundary_p): Adjust for the change of the
4311 semantics of Vword_combining_categories.
4312 (Vword_combining_categories): Describe the slight change of the
4313 semantics.
4314
4315 2009-11-13 Eli Zaretskii <eliz@gnu.org>
4316
4317 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
4318
4319 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
4320
4321 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4322
4323 * xdisp.c (syms_of_xdisp): Fix typo in last change.
4324
4325 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
4326
4327 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
4328
4329 2009-11-11 David Reitter <david.reitter@gmail.com>
4330
4331 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
4332 variables to fix 2009-11-09 change.
4333
4334 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4335
4336 * process.c (ifflag_def): Make flag_sym constant.
4337 (Fnetwork_interface_info): Use a constant pointer.
4338 (ifflag_table):
4339 * xfns.c (cursor_bits):
4340 * xdisp.c (power_letter):
4341 * termcap.c (speeds, esctab):
4342 * sysdep.c (baud_convert):
4343 * keyboard.c (lispy_accent_codes, modifier_names):
4344 * image.c (xbm_format, xpm_format, pbm_format, png_format)
4345 (jpeg_format, tiff_format, gif_format, svg_format)
4346 (interlace_start, interlace_increment, gs_format):
4347 * gtkutil.c (separator_names):
4348 * fringe.c (swap_nibble):
4349 * fns.c (base64_value_to_char, base64_char_to_value):
4350 * fileio.c (make_temp_name_tbl):
4351 * coding.c (suffixes): Make constant.
4352
4353 * frame.c (make_initial_frame):
4354 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
4355 build_string.
4356 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
4357
4358 * s/freebsd.h:
4359 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
4360
4361 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
4362 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
4363
4364 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
4365 * xterm.c (syms_of_xterm):
4366 * xfaces.c (syms_of_xfaces):
4367 * xdisp.c (syms_of_xdisp):
4368 * lread.c (syms_of_lread):
4369 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
4370 build_string.
4371
4372 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
4373
4374 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * fns.c (Fplist_get): Merge the active and the commented out code.
4377
4378 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4379
4380 * keyboard.h: Declare timer_check.
4381
4382 * keyboard.c (timer_check_2): New function that does what the old
4383 timer_check did.
4384 (timer_check): Call timer_check_2 until -1 or a non-zero time is
4385 returned, i.e. don't return -1 with timers pending.
4386
4387 * process.c: Remove extern declaration of timer_check.
4388
4389 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
4390 even if timer_check returned -1.
4391
4392 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
4393 xg_dialog_data.
4394 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
4395 the event loop.
4396 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
4397 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
4398 Destroy the dialog after xg_dialog_run.
4399
4400 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
4403
4404 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4405
4406 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
4407
4408 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
4411
4412 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
4415 w32menu.c, and nsmenu.m.
4416 Simplify the obsolete case where position is nil.
4417 (cleanup_popup_menu): New function, moved from nsmenu.m.
4418 (struct skp): Remove slot `notreal'.
4419 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
4420 adjust callers.
4421 (single_menu_item): Adjust call to parse_menu_item.
4422 (syms_of_menu): Defsubr x-popup-menu.
4423 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
4424 (keymap_panes): Don't export any more.
4425 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
4426 (xmenu_show): Declare.
4427 * keyboard.c (parse_menu_item): Remove arg `notreal'.
4428 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
4429 * keyboard.h (parse_menu_item): Update declaration.
4430 * xmenu.c (Fx_popup_menu): Remove.
4431 (syms_of_xmenu): Don't defsubr x-popup-menu.
4432 * w32menu.c (Fx_popup_menu): Remove.
4433 (syms_of_w32menu): Don't defsubr x-popup-menu.
4434 * nsmenu.m (cleanup_popup_menu): Remove.
4435 (ns_menu_show): Rename from ns_popup_menu and remove all the code
4436 moved to menu.c's Fx_popup_menu.
4437 (Fx_popup_menu): Remove.
4438 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
4439 menu_items (it's done in menu.c already).
4440
4441 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
4444 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
4445
4446 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
4449 xmenu_show. Hide any tooltip before opening a menu.
4450 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
4451 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
4452
4453 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 Let integers use up 2 tags to give them one extra bit and thus double
4456 their range.
4457 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
4458 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
4459 New macros.
4460 (enum Lisp_Type): Use them. Give explicit values.
4461 (Lisp_Type_Limit): Remove.
4462 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
4463 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
4464 Pay attention to USE_2_TAGS_FOR_INTS.
4465 (INTEGERP): Use LISP_INT_TAG_P.
4466 * fns.c (internal_equal): Simplify the default case.
4467 (sxhash): Use case_Lisp_Int.
4468 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
4469 any more.
4470 (Ftype_of): Use case_Lisp_Int.
4471 (store_symval_forwarding): Take into account the fact that Ints can
4472 now have more than one tag.
4473 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
4474 buffer_slot_type_mismatch):
4475 * xfaces.c (face_attr_equal_p):
4476 * print.c (print_object):
4477 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
4478 Use case_Lisp_Int.
4479
4480 2009-11-06 Eli Zaretskii <eliz@gnu.org>
4481
4482 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
4483
4484 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
4485 warning.
4486
4487 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
4488
4489 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
4490
4491 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
4492
4493 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
4494 ButtonPressRelease and MotionNotify (bug#4870).
4495
4496 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
4497
4498 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
4499
4500 * xterm.c (syms_of_xterm):
4501 * xselect.c (syms_of_xselect):
4502 * xmenu.c (syms_of_xmenu):
4503 * xfns.c (syms_of_xfns):
4504 * xfaces.c (syms_of_xfaces):
4505 * xdisp.c (syms_of_xdisp):
4506 * window.c (syms_of_window):
4507 * w32fns.c (syms_of_w32fns):
4508 * undo.c (syms_of_undo):
4509 * textprop.c (syms_of_textprop):
4510 * terminal.c (syms_of_terminal):
4511 * syntax.c (syms_of_syntax):
4512 * sound.c (syms_of_sound):
4513 * search.c (syms_of_search):
4514 * print.c (syms_of_print):
4515 * minibuf.c (syms_of_minibuf):
4516 * macros.c (syms_of_macros):
4517 * keymap.c (syms_of_keymap, initial_define_key)
4518 (initial_define_lispy_key):
4519 * keyboard.c (syms_of_keyboard):
4520 * insdel.c (syms_of_insdel):
4521 * image.c (syms_of_image):
4522 * fringe.c (syms_of_fringe):
4523 * frame.c (syms_of_frame):
4524 * fontset.c (syms_of_fontset):
4525 * fns.c (syms_of_fns):
4526 * fns.c (syms_of_fns):
4527 * fileio.c (syms_of_fileio):
4528 * fileio.c (syms_of_fileio):
4529 * eval.c (syms_of_eval):
4530 * doc.c (syms_of_doc):
4531 * dispnew.c (syms_of_display):
4532 * dired.c (syms_of_dired):
4533 * dbusbind.c (syms_of_dbusbind):
4534 * data.c (syms_of_data):
4535 * composite.c (syms_of_composite):
4536 * coding.c (syms_of_coding):
4537 * cmds.c (syms_of_cmds):
4538 * charset.c (define_charset_internal, syms_of_character):
4539 * ccl.c (syms_of_ccl):
4540 * category.c (syms_of_category, init_category_once):
4541 * casetab.c (syms_of_casetab):
4542 * casefiddle.c (syms_of_casefiddle):
4543 * callint.c (syms_of_callint):
4544 * bytecode.c (syms_of_bytecode):
4545 * buffer.c (keys_of_buffer, syms_of_buffer):
4546 * alloc.c (syms_of_alloc):
4547 * process.c (syms_of_process, init_process):
4548 * lread.c (syms_of_lread, init_obarray):
4549 * font.c (build_style_table):
4550 * emacs.c (syms_of_emacs, main): Replace calls to intern with
4551 intern_c_string, calls to make_pure_string with
4552 make_pure_c_string. Use pure_cons instead of Fcons.
4553
4554 * process.c (socket_options): Make it const.
4555 (set_socket_option, init_process): Use a const pointer.
4556
4557 * lread.c (intern_c_string): New function.
4558 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4559 (defvar_int): Uset it. Make the name const char*.
4560
4561 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4562 (defvar_int): Update prototypes.
4563 (DEFUN, EXFUN): Support for prototypes is now required.
4564 (intern_c_string): New prototype.
4565 (struct Lisp_Subr): Make symbol_name constant.
4566
4567 * font.c (struct table_entry): Remove unused member. Make NAMES
4568 constant.
4569 (weight_table, slant_table, width_table): Make constant.
4570
4571 * emacs.c (struct standard_args): Make name and longname constant.
4572
4573 * character.h (DEFSYM): Use intern_c_string.
4574
4575 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * alloc.c (make_pure_c_string): New function.
4578
4579 * eval.c (Fautoload): Purecopy all arguments.
4580
4581 2009-11-05 Kenichi Handa <handa@m17n.org>
4582
4583 * fileio.c (Finsert_file_contents): Be sure set coding-system of
4584 the buffer in case of replace.
4585
4586 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4587
4588 * puresize.h (BASE_PURESIZE): Increase to 1620000.
4589
4590 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
4593 when applicable (bug#4851).
4594
4595 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
4596 (P_): Support for prototypes is now required.
4597
4598 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
4601 (Bug#4827).
4602
4603 2009-10-30 Eli Zaretskii <eliz@gnu.org>
4604
4605 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
4606
4607 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4608
4609 * puresize.h (BASE_PURESIZE): Increase to 1470000.
4610
4611 * lread.c (Fload): Purecopy the file name when building
4612 Vpreloaded_file_list.
4613
4614 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
4615
4616 * w32fns.c (syms_of_w32fns): Change default value of
4617 w32-scroll-lock-modifier to nil. (Bug#2827)
4618
4619 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4620
4621 * minibuf.c (Fall_completions): Fix typos in docstring.
4622
4623 2009-10-26 Andreas Schwab <schwab@redhat.com>
4624
4625 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
4626
4627 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
4630 For delta < 0, skip check that only makes sense when the mini-window
4631 is going to be enlarged. (Bug#4534)
4632
4633 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
4634
4635 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
4636 string in menu maps (Bug#4471).
4637
4638 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4639
4640 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
4641 FRAME_NS_VIEW on terminal frames (Bug#4765).
4642
4643 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
4644
4645 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
4646 DBUS_TYPE_UINTnn separately to get proper sign extension.
4647
4648 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
4649 can properly handle unsigned types.
4650 (make_uid, make_gid): Remove.
4651
4652 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
4653 types again.
4654
4655 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
4656 (system_process_attributes): Likewise.
4657
4658 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4659
4660 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
4661
4662 * eval.c (Fautoload): Purecopy the filename. Simplify.
4663
4664 * category.c (Fdefine_category): Purecopy docstring.
4665
4666 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
4667
4668 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
4669
4670 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
4671
4672 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * window.c (Fwindow_edges, Fwindow_pixel_edges)
4675 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
4676 (Bug#4775).
4677
4678 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
4681 (init_fileio_once):
4682 * lisp.h (init_fileio_once): Remove.
4683 * emacs.c (main): Don't call init_fileio_once.
4684
4685 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4686
4687 * puresize.h (BASE_PURESIZE): Increase to 1430000.
4688
4689 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
4690
4691 * doprnt.c (doprnt): Fix overflow check.
4692
4693 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
4694
4695 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
4696
4697 * xterm.h (x_wait_for_event): Declare it.
4698
4699 * xterm.c (pending_event_wait): New variable.
4700 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
4701 see pending_event_wait.eventtype.
4702 (handle_one_xevent): Don't change gravity when parent changes.
4703 (x_new_font): Call change_frame_size with new rows/columns before we
4704 try to resize the frame.
4705 (x_wait_for_event): New function.
4706 (x_set_window_size_1): Don't change gravity unless change_gravity
4707 is set.
4708 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
4709 don't change frame size, instead wait for the ConfigureNotify.
4710 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
4711 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
4712 (x_initialize): Initialize pending_event_wait.
4713
4714 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
4715 size.
4716
4717 * widget.c (EmacsFrameSetValues): Add comment.
4718 (EmacsFrameSetCharSize): Just call x_set_window_size.
4719
4720 * gtkutil.c (xg_frame_set_char_size): Flush events and call
4721 x_wait_for_event.
4722 (flush_and_sync): Remove again.
4723 (xg_get_font_name): Suggest monospace if no previous font is known.
4724
4725 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
4728 8th bit, since that only made sense in the ASCII world (bug#4751).
4729
4730 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4731
4732 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
4733 processing pending events when event is filtered for input method.
4734 (Bug#3681)
4735
4736 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * fns.c: Add #endif accidentally removed in previous change.
4739
4740 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4741
4742 * fns.c: Remove code for unsupported system: MAC_OS.
4743 * image.c: Likewise. Include setjmp.h.
4744
4745 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
4746
4747 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
4748 pixel -1 (bug #4742).
4749
4750 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4751
4752 * process.c (create_pty): Remove conditionals for no longer
4753 supported systems: UNIPLUS and RTU.
4754
4755 * xterm.c:
4756 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
4757
4758 * alloc.c: Do not define struct catchtag.
4759 * eval.c: Move struct catchtag definition ...
4760 * lisp.h: ... here.
4761
4762 * image.c: Move png.h #include earlier to avoid warnings.
4763
4764 * xterm.c:
4765 * xsmfns.c:
4766 * xselect.c:
4767 * xrdb.c:
4768 * xmenu.c:
4769 * xftfont.c:
4770 * xfont.c:
4771 * xfns.c:
4772 * xfaces.c:
4773 * xdisp.c:
4774 * window.c:
4775 * widget.c:
4776 * w32xfns.c:
4777 * w32uniscribe.c:
4778 * w32term.c:
4779 * w32select.c:
4780 * w32reg.c:
4781 * w32proc.c:
4782 * w32menu.c:
4783 * w32inevt.c:
4784 * w32heap.c:
4785 * w32font.c:
4786 * w32fns.c:
4787 * w32console.c:
4788 * w32.c:
4789 * w16select.c:
4790 * vm-limit.c:
4791 * unexsol.c:
4792 * unexec.c:
4793 * unexcw.c:
4794 * unexaix.c:
4795 * undo.c:
4796 * tparam.c:
4797 * textprop.c:
4798 * terminfo.c:
4799 * terminal.c:
4800 * termcap.c:
4801 * term.c:
4802 * syntax.c:
4803 * sound.c:
4804 * sheap.c:
4805 * search.c:
4806 * scroll.c:
4807 * region-cache.c:
4808 * regex.c:
4809 * ralloc.c:
4810 * process.c:
4811 * print.c:
4812 * nsterm.m:
4813 * nsselect.m:
4814 * nsmenu.m:
4815 * nsimage.m:
4816 * nsfont.m:
4817 * nsfns.m:
4818 * msdos.c:
4819 * minibuf.c:
4820 * menu.c:
4821 * marker.c:
4822 * macros.c:
4823 * keymap.c:
4824 * keyboard.c:
4825 * intervals.c:
4826 * insdel.c:
4827 * indent.c:
4828 * gtkutil.c:
4829 * ftxfont.c:
4830 * ftfont.c:
4831 * fringe.c:
4832 * frame.c:
4833 * fontset.c:
4834 * font.c:
4835 * fns.c:
4836 * floatfns.c:
4837 * filelock.c:
4838 * fileio.c:
4839 * emacs.c:
4840 * editfns.c:
4841 * dosfns.c:
4842 * doprnt.c:
4843 * doc.c:
4844 * dispnew.c:
4845 * dired.c:
4846 * dbusbind.c:
4847 * data.c:
4848 * composite.c:
4849 * coding.c:
4850 * cmds.c:
4851 * cm.c:
4852 * chartab.c:
4853 * charset.c:
4854 * character.c:
4855 * ccl.c:
4856 * category.c:
4857 * casetab.c:
4858 * casefiddle.c:
4859 * callproc.c:
4860 * callint.c:
4861 * bytecode.c:
4862 * buffer.c:
4863 * atimer.c: Include setjmp.h. (Bug#4643)
4864
4865 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 Remove leftover table unibyte_to_multibyte_table.
4868 * character.c (unibyte_to_multibyte_table): Remove.
4869 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4870 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4871 * character.h (UNIBYTE_TO_CHAR): New macro.
4872 (MAKE_CHAR_MULTIBYTE): Use it.
4873 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4874 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4875 (message_dolog, set_message_1):
4876 * search.c (Freplace_match):
4877 * editfns.c (Fcompare_buffer_substrings):
4878 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4879 (concat):
4880 * insdel.c (copy_text, count_size_as_multibyte):
4881 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4882 * term.c (produce_glyphs):
4883 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4884 * regex.c (RE_CHAR_TO_MULTIBYTE):
4885 * cmds.c (internal_self_insert):
4886 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4887
4888 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4889
4890 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4891
4892 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4893
4894 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4897
4898 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4899
4900 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4901 still needed under Tiger.
4902
4903 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4904
4905 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4906 __Apple__.
4907
4908 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4909
4910 2009-10-15 Kenichi Handa <handa@m17n.org>
4911
4912 * print.c (print_object): Escape a symbol like "2E10" too.
4913
4914 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4915
4916 Cleanups and changes for 64-bit compile under Snow Leopard.
4917 Based on suggestions by Erik Charlebois.
4918
4919 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4920
4921 * nsfont.m (ns_char_width): Replace deprecated call.
4922 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4923 cast argument.
4924 (nsfont_open): Use ns_char_width() everywhere.
4925 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
4926
4927 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4928
4929 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4930 where appropriate.
4931
4932 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4933 where appropriate.
4934 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4935 Use stringWithUTF8String.
4936 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4937
4938 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4939 Add formal protocol mention to inheritance.
4940 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4941
4942 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4943 Fix printf format.
4944 (ns_query_color): Use CGFloat where appropriate.
4945 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
4946 (EmacsScroller-mouseDown:): Use long format in printf, and cast
4947 argument.
4948
4949 * config.in (NS_HAVE_NSINTEGER): Drop.
4950
4951 * dbusbind.c (dbus-method-return-internal)
4952 (dbus-method-error-internal): Use long format in printf, and cast
4953 argument.
4954
4955 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4956 in printf, and cast argument.
4957
4958 * process.c (list_processes_1): Use long format in printf, and
4959 cast argument.
4960
4961 2009-10-11 Glenn Morris <rgm@gnu.org>
4962
4963 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4964
4965 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4966
4967 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4968 menu bar with a small width so it doesn't enlarge the frame.
4969
4970 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
4971
4972 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4973
4974 2009-10-06 Glenn Morris <rgm@gnu.org>
4975
4976 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4977 SOME_MACHINE_LISP (this enters indirectly via DOC).
4978
4979 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4980
4981 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4982
4983 2009-10-04 Eli Zaretskii <eliz@gnu.org>
4984
4985 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4986 Doc fix.
4987
4988 2009-10-03 Martin Rudalics <rudalics@gmx.at>
4989
4990 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4991
4992 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
4993
4994 * lisp.h (Qdelete_directory_internal): Remove, because it is not
4995 used anymore outside fileio.c.
4996
4997 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4998
4999 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * lisp.h (Qdelete_directory_internal):
5002 Declare, instead of Qdelete_directory.
5003
5004 * w32fns.c (Fsystem_move_file_to_trash): Use it.
5005
5006 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * eval.c (Fcalled_interactively_p): Add `kind' argument.
5009
5010 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * fileio.c (Fdelete_directory_internal): Rename from
5013 Fdelete_directory. It is not a command anymore. It has no file
5014 name handler.
5015
5016 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * xdisp.c (get_next_display_element): Use an enum in last change.
5019
5020 2009-09-28 Kenichi Handa <handa@m17n.org>
5021
5022 * xdisp.c (get_next_display_element): Pay attention to
5023 unibyte_display_via_language_environment in handling
5024 Vnobreak_char_display.
5025
5026 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5027
5028 * nsterm.h (ns_app_name): New extern variable.
5029
5030 * nsterm.m (ns_app_name): New variable.
5031 (ns_term_init): Set and use it.
5032 (ns_term_shutdown): Use it.
5033
5034 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
5035 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
5036
5037 * nsfns.m (ns_set_name_iconic, ns_set_name)
5038 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
5039 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
5040
5041 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
5042 Remove double-casting in client_data comparison.
5043
5044 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5045
5046 * keyboard.c (make_lispy_event): Remember last wheel direction.
5047 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
5048
5049 2009-09-26 Glenn Morris <rgm@gnu.org>
5050
5051 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
5052 internal.elc. Add term/pc-win.elc.
5053 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
5054 term/x-win.elc.
5055 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
5056 term/w32-win.elc.
5057 (NS_SUPPORT): New.
5058 (lisp): Add NS_SUPPORT.
5059 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
5060
5061 2009-09-25 David Reitter <david.reitter@gmail.com>
5062
5063 * nsmenu.m (EmacsMenu-clear): Recognize application menu
5064 on Mac OS X 10.6+ (bug#4513).
5065
5066 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5067
5068 * frame.c (xrdb_get_resource): Return nil for empty string resources;
5069 some parts of Emacs code (like font selection) don't grok them.
5070 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
5071
5072 2009-09-24 Andreas Schwab <schwab@redhat.com>
5073
5074 * coding.c (decode_coding_iso_2022): Fix operator precedence.
5075
5076 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5077
5078 * dired.c (Fdirectory_files): Fix typo in docstring.
5079
5080 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5081
5082 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
5083 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
5084 (EmacsScroller-setPosition:portion:whole:): Remove -display call
5085 under GNUstep.
5086 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
5087
5088 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
5089 glyph advancement.
5090
5091 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5092
5093 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
5094 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
5095
5096 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
5097 deleted (bug #4492).
5098
5099 * nsfont.m (Vns_reg_to_script): New lisp variable.
5100 (syms_of_nsfont): Declare it.
5101 (ns_registry_to_script): New function.
5102 (ns_get_req_script): Call it.
5103 (ns_findfonts): Don't give up on non-unicode registry.
5104
5105 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
5106
5107 2009-09-20 Tom Tromey <tromey@redhat.com>
5108
5109 * eval.c (find_handler_clause): Make stack-trace-on-error work in
5110 batch mode (bug#4228).
5111
5112 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
5113
5114 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
5115 carefully. (Bug #4339)
5116
5117 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
5118
5119 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
5120
5121 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5122
5123 * emacs.c (inhibit_x_resources): Update doc string for NS.
5124 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
5125 legacy code for -NXHost. Fix error printf in daemon case.
5126
5127 * nsterm.h (ns_no_defaults): Remove.
5128
5129 * nsterm.m (ns_no_defaults): Remove.
5130 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
5131 (ns_use_qd_smoothing): Remove legacy variable.
5132 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
5133 don't update the NSWindow itself.
5134 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
5135 state detection and store user rect ourselves. (Bug #3581)
5136
5137 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
5138 ns_use_qd_smoothing.
5139
5140 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
5141 platform versions. Drop support for emacs-20-style face specs.
5142 (x-close-connection): Drop PSFlush() under OS X.
5143 (x-focus-frame): Activate the app first. (Bug #4180)
5144
5145 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
5146
5147 * emacs.c (inhibit_x_resources): New variable.
5148 (main) [HAVE_NS]: Don't process --quick command line option.
5149 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
5150
5151 * lisp.h (inhibit_x_resources): Declare it extern.
5152
5153 * w32reg.c (x_get_string_resource):
5154 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
5155
5156 2009-09-17 Eli Zaretskii <eliz@gnu.org>
5157
5158 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
5159 Add lisp/term/internal.elc.
5160
5161 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
5164 (bug#4461).
5165
5166 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5167
5168 * puresize.h (BASE_PURESIZE): Increase to 1290000.
5169
5170 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
5171 (OBJECTS_MACHINE): Remove, unused.
5172
5173 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * frame.c (x_get_resource_string): Remove unused.
5176
5177 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
5178
5179 * xterm.c (x_new_font): Call change_frame_size before calling
5180 x_set_window_size, in case frame size won't change.
5181
5182 * frame.c (x_set_font): Remove dead code.
5183
5184 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
5187
5188 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5189
5190 * lread.c (Fload): Don't output a message after loading an obsolete
5191 package any more (done in Lisp now).
5192
5193 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * fns.c (syms_of_fns): Doc fix (Bug#4227).
5196
5197 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * keymap.c (Fwhere_is_internal): Use nconc2.
5200
5201 2009-09-11 Alan Mackenzie <acm@muc.de>
5202
5203 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
5204 batch mode.
5205
5206 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
5207
5208 * xdisp.c (display_mode_element): Detect cycles.
5209
5210 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * keymap.c (where_is_internal): Don't erroneously return nil right after
5213 filling the cache.
5214 (where_is_internal_1): Fix up typo.
5215
5216 2009-09-11 Glenn Morris <rgm@gnu.org>
5217
5218 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
5219 share a common doc-string.
5220
5221 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * keymap.c (get_keymap): Return the actual keymap symbol rather than
5224 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
5225
5226 * keymap.c (QCadvertised_binding): New constant.
5227 (syms_of_keymap): Initialize it.
5228 (Fwhere_is_internal): Try and use bindings from :advertised-binding
5229 if applicable.
5230
5231 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
5234 (parse_menu_item): Streamline since bindings are recomputed all the
5235 time anyway. Don't bother checking Vdefine_key_rebound_commands any
5236 more and don't support lmenu's menu-alias any more either.
5237
5238 * keymap.c (where_is_internal_data): Make noindirect a boolean.
5239 (where_is_internal): Strip it down to only traverse the keymaps.
5240 Move the cache handling from Fwhere_is_internal to here.
5241 (Fwhere_is_internal): Move the handling of remapping and the choice of
5242 the best binding from where_is_internal to here.
5243 Unify the cached/noncached paths, so remapping is also handled
5244 correctly when the cache is used, and so the cache can be used to
5245 speed up remap-handling when applicable.
5246 Give preference to non-remapped bindings.
5247 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
5248 non-remapped bindings.
5249 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
5250 command remapping.
5251
5252 * xdisp.c (display_mode_element): Move list length limit from 50 to
5253 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
5254
5255 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
5256
5257 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
5258
5259 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
5262 (Bug#4334)
5263
5264 * keymap.c (where_is_internal): Filter out shadowed remappings.
5265 Assume that where_is_internal returns unshadowed bindings to simplify
5266 the code and get rid of the gotos. Use ASIZE.
5267
5268 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
5269
5270 * xterm.c (x_focus_changed): If we get a focusout and pointer
5271 is invisible, make it visible.
5272
5273 * xterm.h: Remove condition for declaration of
5274 x_*_window_to_frame.
5275
5276 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
5279 initial terminal as well.
5280
5281 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
5282
5283 * xterm.h: Rename x_non_menubar_window_to_frame to
5284 x_menubar_window_to_frame.
5285
5286 * xterm.c: Remove declarations also in xterm.h.
5287 (XTmouse_position): Do not return valid positions
5288 for clicks in the menubar and the toolbar for Gtk+.
5289
5290 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
5291 if the widget for the event has the same top level as a frame,
5292 return the frame.
5293 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
5294 internal windows, bug #4122.
5295 (x_non_menubar_window_to_frame): Remove.
5296
5297 2009-09-02 Glenn Morris <rgm@gnu.org>
5298
5299 * buffer.c (default-major-mode): Move most of the doc from here...
5300 (major-mode): ... to here.
5301
5302 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5303
5304 * process.c (wait_reading_process_output): Keep the descriptor
5305 when pty is used by a non-child process, e.g., in I/O buffer of
5306 GDB this allows inferior to be restarted.
5307
5308 2009-08-29 Eli Zaretskii <eliz@gnu.org>
5309
5310 * xdisp.c (redisplay_internal): Remove redundant test and collapse
5311 both branches into one.
5312
5313 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
5316 (main): Use enable-multibyte-characters rather than
5317 default-enable-multibyte-characters. Output a warning message when
5318 running a unibyte session.
5319
5320 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5321
5322 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
5323 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
5324 (copy_data_segment): Also copy __program_vars section.
5325 (copy_dyld_info) [LC_DYLD_INFO]: New function.
5326 (dump_it) [LC_DYLD_INFO]: Use it.
5327
5328 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
5329
5330 2009-08-28 Eli Zaretskii <eliz@gnu.org>
5331
5332 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
5333 $(SRC)/buildobj.h.
5334 (buildobj.h): Renamed from $(SRC)/buildobj.h.
5335 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
5336 $(SRC)/buildobj.h.
5337 (clean): Add buildobj.h.
5338
5339 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
5340
5341 * print.c (print_object): Set escapeflag to 1 when printing
5342 hashtable keys and values.
5343
5344 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * lread.c (read_integer): Use doubles (and potentially return a float
5347 number) as we do in string-to-number.
5348 (read1): Use strtol to read integers, signal errors on strtol's
5349 overflow and use floats if strtol's output is too large for
5350 Elisp integers.
5351
5352 2009-08-27 Eli Zaretskii <eliz@gnu.org>
5353
5354 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
5355 (make-buildobj-SH): Fix last change.
5356 (SRC): Move to before where it's first used.
5357
5358 2009-08-27 Kenichi Handa <handa@m17n.org>
5359
5360 * process.c (send_process): Use encode_coding_object instead of
5361 encode_coding_string to perform eol-conversion even if the string
5362 is unibyte.
5363
5364 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
5365 character.
5366
5367 * cmds.c (Fself_insert_command): Avoid unnecessay
5368 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
5369
5370 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5371
5372 * callproc.c (Fcall_process): Remove always true #if.
5373
5374 * lisp.h: Replace #if 0 code for checking with text pointing to
5375 the --enable-checking configure flag.
5376
5377 * emacs.c (main): Mention the --enable-profiling configure flag
5378 instead of using CFLAGS.
5379
5380 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
5381
5382 * Makefile.in (buildobj.h): New target.
5383 (doc.o): Depend on it.
5384 (temacs${EXEEXT}): Don't generate buildobj.lst.
5385 (mostlyclean): Delete buildobj.h, not buildobj.lst.
5386 * makefile.w32-in ($(SRC)/buildobj.h): New target.
5387 ($(BLD)/doc.$(O)): Depend on it.
5388 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
5389 provided by Eli Zaretskii.)
5390 ($(TEMACS)): Don't generate buildobj.lst.
5391 * doc.c: Include buildobj.h.
5392 (buildobj): New static variable.
5393 (Fsnarf_documentation): Use it, instead of opening and reading
5394 buildobj.lst.
5395
5396 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5397
5398 * dbusbind.c (Fdbus_call_method)
5399 (Fdbus_call_method_asynchronously): Use English numeric format for
5400 timeout values in doc string.
5401
5402 2009-08-25 Kenichi Handa <handa@m17n.org>
5403
5404 * alloc.c (mark_char_table): New function.
5405 (mark_object): Use mark_char_table for a char-table.
5406
5407 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
5408 (CHAR_TABLE_REF): Use it.
5409
5410 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
5411
5412 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
5413 before invoking the newly build emacs to check for load-path
5414 shadowing.
5415
5416 2009-08-22 Glenn Morris <rgm@gnu.org>
5417
5418 * Makefile.in (bootstrap_exe): New variable.
5419 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
5420 Use ${bootstrap_exe}.
5421
5422 2009-08-22 Eli Zaretskii <eliz@gnu.org>
5423
5424 * coding.h (encode_coding_string): Don't encode unibyte strings.
5425 (Bug#4047)
5426
5427 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
5428
5429 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
5430
5431 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
5432 intended as hotfix only.
5433 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
5434
5435 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5436
5437 * nsterm.m (ns_get_color): Update documentation properly for last
5438 change, and clean up loose ends in the code left by it. Fix
5439 longstanding bug with 16-bit hex parsing, and add support for
5440 yet another X11 format (rgb:r/g/b) for compatibility.
5441 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
5442 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
5443
5444 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
5447
5448 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
5449
5450 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
5451 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
5452 (xd_initialize, xd_pending_messages): Check, whether
5453 $DBUS_SESSION_BUS_ADDRESS is set.
5454
5455 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5456
5457 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
5458
5459 * nsterm.m (ns_get_color): Remove incompatible color formats again.
5460
5461 2009-08-20 Glenn Morris <rgm@gnu.org>
5462
5463 * emacs.c (system-type): Doc fix.
5464
5465 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
5468 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
5469
5470 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
5471
5472 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
5473 New functions.
5474 (xd_initialize): Revert change from 2009-08-16.
5475
5476 2009-08-18 Kenichi Handa <handa@m17n.org>
5477
5478 * fontset.c (Ffontset_font): If a nil element is found in a
5479 font-group vector, return nil.
5480
5481 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * process.c (status_notify): Don't perform redisplay.
5484 (Fdelete_process, list_processes_1, process_send_signal):
5485 Expliticly perform redisplay.
5486 (wait_reading_process_output): Always check process status, but
5487 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
5488
5489 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
5490
5491 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
5492 (XFLOAT_INIT): New macro for storing a float value.
5493 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
5494 * fns.c (sxhash): Copy out the value of a float in order to
5495 examine its bytes.
5496 * dbusbind.c (xd_append_arg): Likewise.
5497
5498 * emacs.c (main): Don't call syms_of_data twice.
5499
5500 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5501
5502 * dbusbind.c (xd_initialize): Add connection file descriptor to
5503 input_wait_mask, in order to let select() detect, whether a new
5504 message has been arrived.
5505 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
5506
5507 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
5508
5509 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
5510 New functions.
5511
5512 * lisp.h (xd_pending_messages): Declare.
5513
5514 * keyboard.c (readable_events): Call xd_pending_messages.
5515
5516 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5517
5518 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
5519
5520 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
5521
5522 * buffer.c (set_buffer_internal_1)
5523 (swap_out_buffer_local_variables): Check for unbound local
5524 variables (Bug#4138).
5525
5526 2009-08-14 Eli Zaretskii <eliz@gnu.org>
5527
5528 * process.c (create_pty): Fix last change.
5529
5530 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5531
5532 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
5533 (xbm_load_image): Caller changed.
5534 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
5535
5536 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
5537
5538 * process.c (create_pty): New function.
5539 (Fstart_process): Use it to allow Emacs to just associate a pty
5540 with the buffer. See associated change in gdb-mi.el.
5541 (list_processes_1): Deal with no program name.
5542 (start_process_unwind): Use pid == -2 to mean no process.
5543
5544 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * cmds.c (nonundocount): New global variable.
5547 (keys_of_cmds): Initialize it.
5548 (Fself_insert_command): Use it to combine upto 20 sequential chars
5549 into a single undo entry, just like the Qself_insert_command code in
5550 keyboard.c does.
5551 Call frame_make_pointer_invisible, also like the Qself_insert_command
5552 code in keyboard.c does.
5553 * keyboard.c (command_loop_1): Use the new global nonundocount rather
5554 than its own local replacement for it.
5555
5556 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
5557
5558 * fns.c (concat): Don't re-set string length to its current value.
5559
5560 * coding.h (decode_coding_string, encode_coding_string):
5561 Use SBYTES macro.
5562
5563 * doprnt.c (doprnt_lisp): Delete unused function.
5564 (doprnt): Merge with doprnt1, discarding lispstrings code.
5565 * lisp.h (doprnt_lisp): Don't declare.
5566
5567 2009-08-07 Juri Linkov <juri@jurta.org>
5568
5569 * puresize.h (BASE_PURESIZE): Increase to 1270000.
5570
5571 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5572
5573 * print.c (syms_of_print): Undo previous change.
5574
5575 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5576
5577 * lread.c (read1, syms_of_lread): Read hashtables back from the
5578 readable format.
5579
5580 * print.c (print_preprocess, print_object): Print hashtables fully
5581 and readably.
5582 (syms_of_print): Provide 'hashtable-print-readable.
5583
5584 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5585
5586 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
5587 no family set.
5588 (nsfont_open): Handle case when entity has no family.
5589
5590 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5591
5592 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
5593 element, not a list, for match case.
5594
5595 2009-07-28 Kenichi Handa <handa@m17n.org>
5596
5597 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
5598 rigidly.
5599
5600 * xfont.c (xfont_list_pattern): Don't ignore the return value of
5601 font_parse_xlfd. Check font properties more rigidly.
5602
5603 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5604
5605 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
5606 bsd-common.h.
5607
5608 2009-07-27 Kenichi Handa <handa@m17n.org>
5609
5610 * xfaces.c (face_with_height): Call font_clear_prop.
5611
5612 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
5615
5616 * xterm.c (x_term_init): Use Qx.
5617
5618 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
5619
5620 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
5621 (ns_get_color): Revert 2009-07-16 change.
5622
5623 2009-07-25 Eli Zaretskii <eliz@gnu.org>
5624
5625 * lread.c (syms_of_lread) <force_load_messages>: New variable.
5626 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
5627
5628 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
5629
5630 * coding.h (decode_coding_string, encode_coding_string):
5631 Use SCHARS macro.
5632
5633 * lread.c: Rewrite 2009-07-21 changes.
5634 (load_depth): Delete.
5635 (Qload_in_progress): New variable.
5636 (load_unwind): Don't reference load_depth or load_in_progress.
5637 (Fload): Likewise; specbind Qload_in_progress instead.
5638 (init_lread): Don't initialize load_depth.
5639 (syms_of_lread): Initialize and protect Qload_in_progress.
5640
5641 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5642
5643 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
5644
5645 2009-07-23 Yavor Doganov <yavor@gnu.org>
5646
5647 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
5648
5649 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5650
5651 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
5652 Bugs 3792, 3720, 2402.
5653 (ns_lookup_indexed_color): Check for bad index.
5654 (ns_index_color): Init unused slot to 0.
5655 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
5656 Bug 3714, possibly 3082.
5657
5658 2009-07-22 Jason Rumney <jasonr@gnu.org>
5659
5660 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
5661 Position IME window at cursor (Bug#2570).
5662 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
5663 (globals_of_w32fns): Dynamically load functions required above.
5664
5665 * w32term.c (w32_draw_window_cursor): Send message to reposition
5666 any IME window.
5667
5668 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
5669
5670 * fileio.c: Revert 2009-07-16 changes.
5671 (Vauto_save_include_big_deletions): New variable.
5672 (Fdo_auto_save): Disable auto-save only if
5673 auto-save-include-big-deletions is nil.
5674
5675 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * xdisp.c (move_it_to): For continued lines ending in a tab, take
5678 the overflowed pixels into account (Bug#3879).
5679
5680 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
5681
5682 * lread.c (load_depth): New variable.
5683 (Fload, load_unwind, init_lread): Set it to the load recursion
5684 depth; set load_in_progress as a simple boolean based on the
5685 current load_depth. (Bug#3892)
5686
5687 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5688
5689 * nsfont.m (ns_has_attribute): Remove.
5690 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
5691
5692 2009-07-18 Juri Linkov <juri@jurta.org>
5693
5694 * process.c (Fset_process_query_on_exit_flag): Mention killing
5695 a buffer in docstring.
5696
5697 2009-07-17 Kenichi Handa <handa@m17n.org>
5698
5699 * casetab.c (shuffle): Fix the logic of setting up the cycle.
5700
5701 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5702
5703 * nsfns.m (Fns_set_alpha): Remove function.
5704 (syms_of_nsfns): Don't defsubr it.
5705
5706 * nsterm.m (ns_get_color): Remove incompatible color formats.
5707 (ns_color_to_lisp): Generate #rrggbb color format string.
5708
5709 2009-07-16 Richard Stallman <rms@gnu.org>
5710
5711 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
5712 (Fset_buffer_auto_saved): Handle save_length = -2.
5713
5714 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
5715
5716 * xterm.c (Qx_gtk_map_stock): New var.
5717
5718 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
5719 of calling intern each time.
5720
5721 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5722
5723 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
5724 does tiling.
5725
5726 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
5727
5728 2009-07-14 Kenichi Handa <handa@m17n.org>
5729
5730 * font.c (font_vconcat_entity_vectors): New function.
5731 (struct font_sort_data): New member font_driver_preference.
5732 (font_compare): Check font_driver_preference.
5733 (font_sort_entities): The format of the first argument changed.
5734 (font_delete_unmatched): Likewise.
5735 (font_list_entities): The return type changed.
5736 (font_select_entity): The format of the second argument changed.
5737 (font_find_for_lface): Adjuste for the above changes.
5738 Don't suppress the checking of C even if the repertory supports it.
5739 (Flist_fonts): Adjust for the above changes.
5740
5741 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
5742 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
5743 Reject a font who has adstyle property that is different from a
5744 langname derived from registry property.
5745 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
5746
5747 2009-07-13 Eli Zaretskii <eliz@gnu.org>
5748
5749 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
5750 local copy of dirfilename.
5751
5752 2009-07-13 Kenichi Handa <handa@m17n.org>
5753
5754 * chartab.c (sub_char_table_ref_and_range): Fix the range check
5755 against max_char.
5756
5757 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
5758 calling XSYMBOL (sym).
5759
5760 2009-07-11 Eli Zaretskii <eliz@gnu.org>
5761
5762 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
5763 New function.
5764 (directory_files_internal) [WINDOWSNT]:
5765 Bind w32-get-true-file-attributes to either t or nil, depending whether
5766 the filesystem of the directory is fast or slow.
5767
5768 * w32.c (logon_network_drive): Don't assume PATH is an absolute
5769 file name.
5770 (is_slow_fs): New function.
5771 (stat): Use it to determine whether to issue more system calls to
5772 get accurate file attributes, when w32-get-true-file-attributes is
5773 `local'.
5774
5775 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
5776
5777 * xfns.c (Fx_select_font): Remember last font selected in
5778 x_last_font_name and use that the next time. Also try the frame
5779 parameter font-parameter as default to the font dialog.
5780
5781 2009-07-10 Kenichi Handa <handa@m17n.org>
5782
5783 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5784
5785 2009-07-09 Eli Zaretskii <eliz@gnu.org>
5786
5787 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
5788
5789 * w32.c (stat): Treat UNC file names as residing on remote
5790 drives. (Bug#3542)
5791
5792 2009-07-09 Kenichi Handa <handa@m17n.org>
5793
5794 * fontset.c (fontset_find_font): Fix previous change.
5795
5796 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
5797
5798 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5799 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5800 error flag.
5801
5802 2009-07-08 Kenichi Handa <handa@m17n.org>
5803
5804 * fontset.c (fontset_find_font): Fix the logic of handling
5805 charset_matched.
5806 (font_for_char): Delete unused var.
5807 (generate_ascii_font_name): Delete it.
5808
5809 * coding.h (JIS_TO_SJIS2): Fix the code range check.
5810
5811 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5812 (encode_coding_sjis): Fix the code range check.
5813
5814 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
5815
5816 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5817 (Fexpand_file_name): Copy string data properly (Bug#3772).
5818
5819 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
5820
5821 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5822 first MapNotify.
5823
5824 2009-07-07 Kenichi Handa <handa@m17n.org>
5825
5826 * character.h (unibyte_has_multibyte_table): Delete extern.
5827 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5828
5829 * charset.c (Fset_charset_priority): Update charset_unibyte.
5830 (syms_of_charset): Initialize charset_unibyte.
5831
5832 * character.c (unibyte_has_multibyte_table): Delete it.
5833 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5834 charset_unibyte.
5835 (multibyte_char_to_unibyte_safe): Likewise.
5836 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5837
5838 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
5839 (x_produce_glyphs): Likewise.
5840
5841 * .gdbinit (xcharset): Fix the treating $arg0.
5842
5843 2009-07-04 Eli Zaretskii <eliz@gnu.org>
5844
5845 Emulation of `getloadavg' on MS-Windows.
5846 * w32.c: Include float.h.
5847 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5848 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5849 (get_native_system_info, get_system_times): New functions.
5850 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5851 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5852 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5853 g_b_init_get_system_times, and num_of_processors.
5854
5855 2009-07-03 Jason Rumney <jasonr@gnu.org>
5856
5857 * w32term.c (w32_initialize): Use standard types.
5858
5859 2009-07-03 Eli Zaretskii <eliz@gnu.org>
5860
5861 * dired.c (Ffile_attributes): Decode user and group names by the
5862 locale's encoding. (Bug#3443)
5863
5864 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5865
5866 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5867 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5868
5869 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5870
5871 * term.c (init_tty): Remove spurious #ifdef.
5872
5873 * m/mips.h: Mention this file is also used for netbsd.
5874 * m/pmax.h: Remove file.
5875
5876 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5877
5878 * xterm.h (struct x_display_info): Add invisible_cursor.
5879 (struct x_output): Add current_cursor.
5880
5881 * xterm.c (XTtoggle_invisible_pointer): New function.
5882 (x_define_frame_cursor): Don't define cursor if invisible or the
5883 same as before. Set current_cursor.
5884 (x_create_terminal): Set toggle_invisible_pointer_hook.
5885
5886 * xfns.c (make_invisible_cursor): New function.
5887 (x_set_mouse_color): Call make_invisible_cursor.
5888 Set current_cursor.
5889 (x_window): Set current_cursor.
5890
5891 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5892
5893 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5894 inserting a character.
5895 (read_avail_input): Call frame_make_pointer_visible.
5896
5897 * frame.c (Vmake_pointer_invisible): New variable.
5898 (frame_make_pointer_invisible, frame_make_pointer_visible):
5899 New functions.
5900 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5901
5902 * frame.h: Declare frame_make_pointer_invisible and
5903 frame_make_pointer_visible.
5904 (struct frame): Add pointer_invisible.
5905
5906 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5907
5908 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5909 frame isn't visible.
5910 (xg_frame_resized): If width/height is -1, get size of window
5911 from X server.
5912
5913 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5914 for MapNotify.
5915
5916 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
5917 here or call change_frame_size. Just call flush_and_sync.
5918 (flush_and_sync): Reintroduce.
5919
5920 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5921
5922 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
5923
5924 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5925 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5926
5927 * frame.h: Declare Qsticky.
5928
5929 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5930
5931 * nsfns.m (ns_frame_parm_handlers): Ditto.
5932
5933 * frame.c: Declare Qsticky.
5934 (frame_parms): Add sticky.
5935
5936 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5937
5938 * xterm.h: Declare x_set_sticky.
5939
5940 * xterm.c (x_set_sticky): New function.
5941
5942 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5943 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5944 xg_tool_bar_proxy_help_callback.
5945
5946 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5947
5948 * frame.c: Qmaximized is new.
5949 (x_set_frame_parameters): Do not handle fullscreen specially.
5950 Only set width and height if explicitly set.
5951 (x_set_fullscreen): Handle Qmaximized.
5952 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5953 (syms_of_frame): Initialize Qmaximized.
5954
5955 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5956 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
5957
5958 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
5959 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5960 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
5961 set gravity to NorthWestGravity when USE_GTK.
5962 (set_wm_state): New function.
5963 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
5964 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5965 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
5966 or the case when no window manager is running. That means remove calls
5967 to x_real_positions and x_fullscreen_adjust.
5968
5969 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5970 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5971 flush_and_sync.
5972 (xg_height_changed): New function.
5973 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
5974 and gtk_window_set_policy. Set frame gravity after parsing the
5975 geometry string.
5976 (xg_update_frame_menubar, free_frame_menubar)
5977 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5978 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5979 Remove calls to xg_frame_set_char_size.
5980
5981 2009-07-01 Kenichi Handa <handa@m17n.org>
5982
5983 * keyboard.c (decode_keyboard_code): New function.
5984 (tty_read_avail_input): Decode the input bytes if necessary.
5985
5986 * coding.c (setup_coding_system):
5987 Initialize coding->carryover_bytes to 0.
5988 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5989 use Qno_conversion.
5990
5991 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5992
5993 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5994
5995 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
5996
5997 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
5998
5999 2009-06-30 Jason Rumney <jasonr@gnu.org>
6000
6001 * w32term.c (w32_initialize): Use GetModuleHandle for library that
6002 is already loaded.
6003 Set user model ID if supported (bug#1849).
6004
6005 2009-06-29 Jim Meyering <meyering@redhat.com>
6006
6007 Remove useless if-before-xfree test.
6008 * nsfont.m (nsfont_close): Remove useless test.
6009 * term.c (delete_tty): Likewise.
6010 * w32.c (system_process_attributes): Likewise.
6011 * w32font.c (w32font_close): Likewise.
6012 * xfaces.c (x_free_gc): Likewise.
6013 * xselect.c (buffer): Likewise.
6014
6015 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
6016
6017 * process.c (send_process): Keep decoded string in a local
6018 variable and protect it from GC. (Bug#3521)
6019
6020 2009-06-28 Eli Zaretskii <eliz@gnu.org>
6021
6022 * term.c (create_tty_output) [MSDOS]: #ifdef away.
6023 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
6024
6025 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * xdisp.c (start_display, handle_face_prop)
6028 (move_it_vertically_backward, cursor_row_fully_visible_p)
6029 (redisplay_window, try_window_id, produce_image_glyph):
6030 Delete some #ifdef-ed out code chunks that are now obsolete.
6031
6032 * xterm.c (x_update_window_begin, x_new_focus_frame)
6033 (x_scroll_bar_handle_click, handle_one_xevent)
6034 (handle_one_xevent, XTread_socket, x_focus_on_frame)
6035 (x_make_frame_visible, x_make_frame_invisible)
6036 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
6037 code chunks that are now obsolete.
6038
6039 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
6040
6041 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
6042 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
6043 for hours, when optimzation is enabled.
6044 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
6045 (xd_read_message): Make them static.
6046
6047 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
6048
6049 * term.c (turn_on_face): Allow simultaneously bold and dim
6050 terminal faces (Bug#3530).
6051
6052 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
6053
6054 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
6055
6056 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
6057 truncation glyphs (Bug#3686).
6058
6059 2009-06-27 Glenn Morris <rgm@gnu.org>
6060
6061 * m/pmax.h: Restore file, with only netbsd portions.
6062
6063 2009-06-26 David Reitter <david.reitter@gmail.com>
6064
6065 * nsterm.m (keydown): Avoid infinite loop.
6066
6067 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
6068
6069 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
6070 the arg FORCE_SYMBOL.
6071
6072 2009-06-25 Kenichi Handa <handa@m17n.org>
6073
6074 * fontset.c (fontset_find_font): When a usable rfont_def is found
6075 in a fallback font-group, make it the first element of the group.
6076
6077 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
6078
6079 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
6080
6081 2009-06-24 Kenichi Handa <handa@m17n.org>
6082
6083 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
6084 set for C.
6085 (fontset_font): Record the availability of a font for C both in
6086 the realized fontsets of the current one and the default one.
6087
6088 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6089
6090 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
6091 conditional, it is always defined on AIX.
6092
6093 2009-06-23 Miles Bader <miles@gnu.org>
6094
6095 * window.c (Vrecenter_redisplay): New variable.
6096 (syms_of_window): Initialize it.
6097 (Qtty): New extern declaration.
6098 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
6099
6100 2009-06-23 Jim Meyering <meyering@redhat.com>
6101
6102 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
6103 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
6104 pointer dereferences are guaranteed to be valid.
6105
6106 2009-06-23 Kenichi Handa <handa@m17n.org>
6107
6108 * emacs.c (main): Call init_font ().
6109
6110 * font.h (Vfont_log): Extern it.
6111 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
6112
6113 * font.c (font_sort_entities, font_list_entities)
6114 (font_matching_entity, font_open_entity)
6115 (font_close_object): Change font_add_log to FONT_ADD_LOG.
6116 (Vfont_log): Delete static.
6117 (font_log_env_checked): Delete this variable.
6118 (font_add_log): Don't check font_log_env_checked.
6119 (font_deferred_log): Check Vfont_log.
6120 (init_font): New function.
6121
6122 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
6123
6124 * w32font.c: Change font_add_log to FONT_ADD_LOG.
6125
6126 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
6127
6128 * xfont.c: Change font_add_log to FONT_ADD_LOG.
6129
6130 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
6131 (face_for_char): Don't call font_deferred_log here.
6132 (font_for_char): Likewise.
6133
6134 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
6135
6136 * w32term.c (x_draw_glyph_string): Use the glyph string's width
6137 rather than its background_width for drawing the overline and
6138 underline (Bug#489).
6139
6140 * xterm.c (x_draw_glyph_string): Use the glyph string's width
6141 rather than its background_width for drawing the overline and
6142 underline (Bug#489).
6143 (xg_default_icon_file): New variable.
6144 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
6145 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
6146
6147 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
6148 (load_overlay_strings): Remove externs.
6149 (fast_find_position): Function deleted.
6150 (mouse_face_from_buffer_pos): New function, based on
6151 fast_find_position. Correctly handle before-strings,
6152 display-strings, and after-strings (Bug#1220).
6153 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
6154
6155 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
6158 (move_it_in_display_line_to, move_it_in_display_line_to)
6159 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
6160
6161 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6162
6163 * Branch for 23.1.
6164
6165 2009-06-21 Jason Rumney <jasonr@gnu.org>
6166
6167 * w32term.c (keyboard_codepage): New static variable.
6168 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
6169 (w32_read_socket) [WM_CHAR]: Use it to decode character
6170 input (bug#3237).
6171 (w32_initialize): Initialize it.
6172 (codepage_for_locale): New function.
6173
6174 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
6175
6176 * process.c (status_message): Pass Faset index argument as a lisp
6177 object, so as to work with USE_LISP_UNION_TYPE.
6178
6179 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6180
6181 * coding.c (Ffind_coding_systems_region_internal):
6182 Cache checked characters.
6183
6184 2009-06-18 Kenichi Handa <handa@m17n.org>
6185
6186 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
6187
6188 2009-06-18 Andreas Schwab <aschwab@redhat.com>
6189
6190 * xdisp.c (redisplay_internal): Check that the frame is still
6191 live after redisplay of its windows.
6192 (redisplay_windows): Check that the window is still live.
6193
6194 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
6195
6196 * coding.c (detect_coding_utf_16): Fix previous change.
6197
6198 2009-06-16 Kenichi Handa <handa@m17n.org>
6199
6200 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
6201 UTF-16 by checking the dispersion of Eth and Oth bytes.
6202
6203 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
6204
6205 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
6206
6207 2009-06-15 Kenichi Handa <handa@m17n.org>
6208
6209 * process.c (status_message): Fix previous change. Be sure to
6210 decode a localized string.
6211
6212 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6213
6214 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
6215 add comment explaining why.
6216
6217 2009-06-14 Sidney Markowitz <sidney@sidney.com>
6218
6219 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
6220
6221 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
6222
6223 * nsfont.m (ns_attribute_value): Remove.
6224 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
6225 (ns_has_attribute): Shrink the normal range.
6226 (ns_findfonts): Don't worry about requested spec in determining
6227 need for synthItal.
6228 (ns_get_covering_families): Retain scriptToFamilies.
6229
6230 2009-06-14 Seiji Zenitani <zenitani@mac.com>
6231
6232 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
6233
6234 2009-06-11 Kenichi Handa <handa@m17n.org>
6235
6236 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6237 overhang for the static composition case.
6238
6239 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6240
6241 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6242 overhang for the automatic composition case.
6243
6244 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
6245 composition case.
6246
6247 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
6248
6249 * xdisp.c (get_next_display_element): When handling wrap-prefix
6250 and line-prefix, treat \n as a control character (bug#3502).
6251
6252 2009-06-10 Kenichi Handa <handa@m17n.org>
6253
6254 * font.c (font_parse_family_registry): Fix for one-char foundry.
6255 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
6256
6257 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
6258
6259 * process.c (status_message): Fix handling of multibyte signal
6260 string (Bug#3499).
6261
6262 2009-06-09 Jim Meyering <meyering@redhat.com>
6263
6264 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
6265 color name is missing.
6266
6267 2009-06-09 Kenichi Handa <handa@m17n.org>
6268
6269 * charset.c (Fmap_charset_chars): In docstring, state clearly that
6270 FROM-CODE and TO-CODE are codepoints of CHARSET.
6271
6272 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6273
6274 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
6275
6276 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6277
6278 Changes to support :script/:lang/:otf in NS font driver.
6279 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
6280 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
6281 indicate not part of font driver interface, and change callers.
6282 (ns_get_family): Remove pointless null check.
6283 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
6284 ns_spec_to_descriptor, ns_descriptor_to_entity.
6285 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
6286 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
6287 (ns_spec_to_descriptor, ns_descriptor_to_entity)
6288 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
6289 (ns_get_req_script, ns_accumulate_script_ranges)
6290 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
6291 New functions.
6292 (nsfont_list, nsfont_match): Use ns_findfonts.
6293 (nsfont_open): Use font descriptor instead of traits.
6294 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
6295 (dump_glyphstring): Rename to ns_dump_glyphstring.
6296
6297 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
6298
6299 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
6300
6301 * fontset.c (fontset_from_font): Remove NS-specific code.
6302
6303 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
6304
6305 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
6306 nonactive windows.
6307
6308 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
6309
6310 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
6311
6312 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6313
6314 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
6315
6316 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
6317
6318 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
6319 account for the overflowing of newlines into the last glyph on the
6320 display line (Bug#3482).
6321
6322 2009-06-05 David Reitter <david.reitter@gmail.com>
6323
6324 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
6325 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
6326 Fns_selection_exists_p, Fns_selection_owner_p.
6327
6328 2009-06-03 Jason Rumney <jasonr@gnu.org>
6329
6330 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
6331 available. (Bug#3379)
6332
6333 2009-05-29 Kenichi Handa <handa@m17n.org>
6334
6335 * coding.c (get_translation_table):
6336 Check Venable_character_translation.
6337
6338 2009-05-26 David Reitter <david.reitter@gmail.com>
6339
6340 * nsterm.m (ns_raise_frame): Only raise frame if visible.
6341 (x_make_frame_visible): Move frame to front rather than calling
6342 ns_raise_frame().
6343 (keyDown:): Do not swallow events that aren't re-sent if frame
6344 isn't key window.
6345 (drawRect:): Do not set visibility/iconified flags because
6346 drawRect may be called by NSView even if the frame is hidden.
6347
6348 * nsfns.m (Fx_create_frame): Follow other ports in
6349 determining visibility; default to t. Ensure async_visible is set.
6350
6351 2009-05-23 Eli Zaretskii <eliz@gnu.org>
6352
6353 * dired.c (Ffile_attributes): Doc fix.
6354
6355 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
6356
6357 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
6358
6359 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
6362 and xfont_scratch_props.
6363 (syms_of_xfont): Do it here instead.
6364 (xfont_find_ccl_program): Delete, unused.
6365 (xfont_open): Delete unused var `i'.
6366
6367 2009-05-21 Kenichi Handa <handa@m17n.org>
6368
6369 * fontset.c (Qlatin): Don't make it static.
6370
6371 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
6372 New functions.
6373 (xfont_scripts_cache, xfont_scratch_props): New variables.
6374 (Qlatin, Vscalable_fonts_allowed): Extern it.
6375 (xfont_list_pattern): Argument changed. Callers changed.
6376 Check Vscalable_fonts_allowed. Check the support of a script.
6377 (xfont_list): Don't reject a font spec with :script property.
6378 (xfont_has_char): Fix setting of encoding.
6379 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
6380 xfont_scratch_props.
6381
6382 2009-05-19 Kenichi Handa <handa@m17n.org>
6383
6384 * font.c (font_sort_entities): Rename from font_sort_entites.
6385 Callers changed.
6386
6387 2009-05-18 Kenichi Handa <handa@m17n.org>
6388
6389 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
6390
6391 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
6394 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
6395
6396 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6397
6398 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
6399 (x_delete_terminal): Dissociate resource database from display and
6400 then call XrmDestroyDatabase before closing display.
6401
6402 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6403
6404 * nsterm.m (ns_read_socket): Remove unused variable.
6405 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
6406 whether selected frame is viable before raising it (based on patch
6407 by David Reitter), and improve commentary.
6408 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
6409
6410 2009-05-15 Kenichi Handa <handa@m17n.org>
6411
6412 * font.c (Ffont_spec): Check arguments.
6413
6414 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
6415
6416 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
6417 weight when testing attributes (Bug#3282).
6418
6419 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6420
6421 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
6422 what we expect to get in the next ConfigureNotify event.
6423
6424 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
6425 before Xft one (Bug#1696).
6426
6427 2009-05-07 David Reitter <david.reitter@gmail.com>
6428
6429 * nsfns.m (Fx_display_planes): Compute bitplanes using
6430 NSBitsPerPixelFromDepth (Bug#3207).
6431
6432 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
6433
6434 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
6435
6436 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
6437
6438 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
6439
6440 2009-05-07 David Reitter <david.reitter@gmail.com>
6441
6442 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
6443 Respect mouse face background.
6444
6445 2009-05-07 David Reitter <david.reitter@gmail.com>
6446
6447 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
6448 Mouse movement/highlight: bracket drawing operations
6449 in ns_update_begin and ns_update_end.
6450
6451 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * nsfns.m (ns_get_screen): Rewrite.
6454 Don't presume selected-frame is of type `ns'.
6455
6456 * font.c (font_update_drivers): Sanity fallback to avoid disabling
6457 all drivers.
6458
6459 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
6460
6461 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6462
6463 * keyboard.h (add_user_signal): Fix typo in extern.
6464
6465 * lisp.h (add_user_signal): Remove extern.
6466
6467 * unexelf.c (unexec): Consider a section to precede the .bss section
6468 if its addresses overlap that of .bss.
6469 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
6470 instead of dumping process.
6471
6472 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
6475
6476 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
6479
6480 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6481
6482 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
6483 any statements.
6484
6485 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
6486
6487 * process.c (read_process_output): Make sure the current buffer is
6488 always restored.
6489
6490 * coding.c (record_conversion_result): Don't modify
6491 Vlast_code_conversion_error for successful result.
6492 (alloc_destination): Don't clobber conversion result. (Bug#1650)
6493
6494 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6495
6496 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
6497 (load_charset_map): Remove unnecessary code.
6498
6499 2009-04-30 David Reitter <david.reitter@gmail.com>
6500
6501 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
6502 through f24.
6503
6504 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
6505
6506 * xfaces.c (face_at_buffer_position): New arg base_face_id.
6507
6508 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
6509 face_at_buffer_position.
6510 (face_before_or_after_it_pos, get_next_display_element)
6511 (note_mouse_highlight): Update face_at_buffer_position call.
6512
6513 * term.c (term_mouse_highlight):
6514 * msdos.c (IT_note_mouse_highlight):
6515 * fontset.c (Finternal_char_font):
6516 * font.c (font_at, font_range): Update face_at_buffer_position call.
6517
6518 * dispextern.h (face_at_buffer_position): Update prototype.
6519
6520 2009-04-30 Kenichi Handa <handa@m17n.org>
6521
6522 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
6523
6524 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
6525
6526 * callproc.c (Fcall_process): Fix GC protection. Make sure
6527 current buffer is always restored.
6528
6529 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6530
6531 * atimer.c (init_atimer): Also clear stopped_atimers.
6532
6533 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
6534
6535 * process.c (create_process): Clean up merger residues of
6536 2008-07-17 change.
6537
6538 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
6539
6540 * lread.c (Vread_circle): New variable.
6541 (read1): Disable recursive read if Vread_circle is nil.
6542
6543 2009-04-29 Kenichi Handa <handa@m17n.org>
6544
6545 * fontset.h (set_default_ascii_font): Delete extern.
6546
6547 * fontset.c (set_default_ascii_font): Delete this unused function.
6548
6549 * frame.c (x_set_font): When ARG is a font-object, check if the
6550 font-object matches with the ASCII font-spec of the frame's
6551 fontset. If not, create a new fontset for the frame. (Bug #3075)
6552
6553 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
6554
6555 * fns.c (Flocale_info): Protect vector from GC during decoding.
6556
6557 * process.c (Fstart_process): Protect argv strings from GC during
6558 encoding.
6559
6560 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
6561
6562 * sysdep.c: Include <ctype.h>.
6563
6564 2009-04-27 David Reitter <david.reitter@gmail.com>
6565
6566 * nsfont.m (nsfont_open): Remove unused variable shrink.
6567 Remove commented-out code.
6568
6569 2009-04-26 Johan Bockgård <bojohan@gnu.org>
6570
6571 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6572
6573 2009-04-25 Jason Rumney <jasonr@gnu.org>
6574
6575 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
6576
6577 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6578
6579 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
6580 Swap bytes in short integer if fringe bitmap width > 8.
6581
6582 2009-04-23 Kenichi Handa <handa@m17n.org>
6583
6584 * xfaces.c (Fx_list_fonts): If a font size is specified in
6585 PATTERN, set it in returned scalable fonts.
6586
6587 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
6588
6589 * keyboard.c (Fset_input_meta_mode): Doc fix.
6590
6591 * dispnew.c (Fsend_string_to_terminal): Doc fix.
6592
6593 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
6594
6595 * coding.c (Fterminal_coding_system): Doc fix.
6596
6597 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
6598 (Fx_display_pixel_height, Fx_display_planes)
6599 (Fx_display_color_cells, Fx_server_max_request_size)
6600 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6601 (Fx_display_mm_height, Fx_display_mm_width)
6602 (Fx_display_backing_store, Fx_display_visual_class)
6603 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
6604 Doc fixes, replacing "terminal id" with "terminal object".
6605 (check_x_display_info): Handle terminal objects instead of
6606 terminal ids.
6607
6608 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
6609 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
6610 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
6611 Doc fixes, replacing "terminal id" with "terminal object".
6612
6613 2009-04-21 Kenichi Handa <handa@m17n.org>
6614
6615 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
6616 (font_score): Check AVGWIDTH too.
6617
6618 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
6619 worst case.
6620 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
6621 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
6622
6623 2009-04-19 Jason Rumney <jasonr@gnu.org>
6624
6625 The following changes fix Bug#3005 for wide glyphs on each platform,
6626 without reintroducing Bug#1258 for stretch glyphs.
6627
6628 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
6629 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
6630 get_phys_cursor_geometry.
6631
6632 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
6633 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
6634 using get_phys_cursor_geometry.
6635
6636 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
6637 correctly calculated.
6638
6639 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6640
6641 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
6642 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
6643 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
6644 is deprecated.
6645
6646 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
6647
6648 * font.c (font_put_frame_data): Use xfree instead of free.
6649
6650 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
6651
6652 * w32font.c (Qja, Qko): Remove declarations.
6653 (syms_of_w32font): Don't DEFSYM them.
6654
6655 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
6656
6657 * font.c (Qja, Qko): Move definitions here from ftfont.c.
6658
6659 * font.h (Qja, Qko): Extern them.
6660
6661 * ftfont.c (Qja, Qko): Remove declarations.
6662
6663 * xfont.c (Qja, Qko): Remove declarations.
6664
6665 2009-04-17 Kenichi Handa <handa@m17n.org>
6666
6667 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
6668 string from a vector to handle Latin-1 characters correctly.
6669
6670 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
6671 entity even if the cache hits.
6672
6673 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
6674
6675 * search.c (boyer_moore): Use zero as marker value for a possible
6676 match instead of depending on overflow behavior. (Bug#2844)
6677
6678 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
6679 * lisp.h: Adjust prototypes.
6680
6681 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
6682
6683 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
6684 change (Bug#3003).
6685
6686 2009-04-16 Kenichi Handa <handa@m17n.org>
6687
6688 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
6689
6690 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
6691 adstyle.
6692
6693 * ftfont.c (Qja, Qko): Don't make them static.
6694 (enum ftfont_cache_for): New enum.
6695 (fc_charset_table): Undo the previous change.
6696 (ftfont_get_latin1_charset): Delete it.
6697 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
6698 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
6699 non-scarable font, try to get AVERAGE_WIDTH.
6700 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
6701 Change ft_face_cache from a list of a hash-table. Don't check
6702 `ja' and `ko' adstyle here.
6703 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
6704 FTFONT_CACHE_FOR_CHARET.
6705 (ftfont_get_charset): Undo the previous change.
6706 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
6707 (ftfont_close): Likewise.
6708 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
6709
6710 * font.c (font_sort_entites): Change the meaning of the arg
6711 BEST-ONLY. Don't optimize for VEC of lenght 1.
6712 (font_select_entity): Just return the value of font_sort_entites.
6713
6714 * xfaces.c (merge_face_vectors): Reflect font properties in
6715 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
6716 font_clear_prop if a face attribute doesn't change.
6717
6718 * charset.h (charset_ksc5601): Extern it.
6719
6720 * charset.c (charset_ksc5601): New variable.
6721 (Fdefine_charset_internal): Set charset_ksc5601.
6722 (init_charset_once): Initialize charset_ksc5601 to -1.
6723
6724 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6725
6726 * fileio.c (history_delete_duplicates): Remove unused declaration.
6727
6728 * callint.c (history_delete_duplicates): New declaration.
6729 (Fcall_interactively): Remove command history duplicates when
6730 history_delete_duplicates is true.
6731
6732 2009-04-14 Eli Zaretskii <eliz@gnu.org>
6733
6734 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
6735
6736 2009-04-14 Kenichi Handa <handa@m17n.org>
6737
6738 * font.c (Ffont_info): Fix docstring. Fix the second element of
6739 the returned value (bug#2949).
6740
6741 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
6742
6743 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
6744
6745 2009-04-14 Kenichi Handa <handa@m17n.org>
6746
6747 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
6748 encoding charset is ascii_compatible.
6749
6750 * charset.c (Fdefine_charset_internal): Make charset
6751 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
6752 code_offset is 0, and covers all ASCII characters.
6753
6754 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
6757 (ns_string_to_pasteboard_internal):
6758 * nsmenu.m (process_dialog):
6759 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
6760 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
6761 * lisp.h (Fx_load_color_file): Declare.
6762
6763 2009-04-13 Kenichi Handa <handa@m17n.org>
6764
6765 * font.c (font_delete_unmatched): Preserve the order of list elements.
6766 (font_select_entity): Suppress the code to optimize for the same
6767 kind of fonts.
6768 (font_load_for_lface): Get a font that supports at least ASCII
6769 characters.
6770
6771 * ftfont.c (Qja, Qko): New variables.
6772 (fc_charset_table): Delete uniquifier data for iso8859-1.
6773 (ftfont_get_latin1_charset): New function.
6774 (get_adstyle_property): New function.
6775 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
6776 bitmap fonts.
6777 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6778 Delete iso-8859-1 range from the charset of fonts whose adstyle is
6779 `ko' or `ja'.
6780 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
6781 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
6782 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6783 property.
6784 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6785 (syms_of_ftfont): DEFSYM Qja and Qko.
6786
6787 2009-04-09 Kenichi Handa <handa@m17n.org>
6788
6789 * charset.c (map_charset_chars): For a charset of `superset'
6790 method, fix calculation of code range.
6791
6792 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6793 from the list of extra properties.
6794 (font_clear_prop): Be sure to delete `:name' font property.
6795
6796 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6797
6798 * dispnew.c (redraw_overlapping_rows): Fix detection of
6799 overlapping for topmost and bottommost rows.
6800
6801 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
6802
6803 2009-04-06 Jason Rumney <jasonr@gnu.org>
6804
6805 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6806
6807 2009-04-06 Kenichi Handa <handa@m17n.org>
6808
6809 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6810
6811 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6812
6813 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6814
6815 * ftfont.c (ftfont_open): Fix checking of the return value of
6816 FT_Load_Char. Fix setting font->underline_thickness.
6817
6818 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6821 (Fterminal_parameters, Fterminal_parameter)
6822 (Fset_terminal_parameter): In doc string, refer to terminal
6823 objects rather than terminal ids.
6824
6825 2009-04-04 Eli Zaretskii <eliz@gnu.org>
6826
6827 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6828 ret_lim_data. (Bug#2867)
6829
6830 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
6831
6832 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6833 so they don't get wider than the window, matching 2006-01-23
6834 change to the partner function in xdisp.c (Bug#2800).
6835
6836 2009-04-03 Kenichi Handa <handa@m17n.org>
6837
6838 * print.c (print_object): Make each lowest sub_char_table start a
6839 new line (Bug#2866).
6840
6841 2009-04-02 Kenichi Handa <handa@m17n.org>
6842
6843 * fontset.c (fontset_font): Record no-font when a fontset
6844 explicitly tells not to try another font-specs.
6845
6846 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6847
6848 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6849
6850 2009-03-30 Kenichi Handa <handa@m17n.org>
6851
6852 * fontset.c (fontset_from_font): Specify only registry in a
6853 font-spec for all characters supported by that registry.
6854
6855 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6856 even if HAVE_M17N_FLT is not defined.
6857
6858 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6859
6860 * ftfont.c: Conditionalize prototyping and use of
6861 ftfont_variation_glyphs.
6862
6863 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * frame.c (delete_frame): Work around compiler bug.
6866
6867 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6868 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6869 Some more EMACS_INT.
6870 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6871
6872 * xdisp.c (dump_glyph): Fix typo.
6873
6874 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6875 (adjust_markers_gap_motion, adjust_markers_for_delete)
6876 (adjust_markers_for_insert, adjust_point)
6877 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6878 (make_gap, copy_text, count_size_as_multibyte, insert)
6879 (insert_and_inherit, insert_before_markers)
6880 (insert_before_markers_and_inherit, insert_1)
6881 (count_combining_before, count_combining_after, insert_1_both)
6882 (insert_from_string, insert_from_string_before_markers)
6883 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6884 (insert_from_buffer_1, adjust_after_replace)
6885 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6886 (replace_range_2, del_range, del_range_1, del_range_byte)
6887 (del_range_both, del_range_2, modify_region)
6888 (prepare_to_modify_buffer, signal_before_change)
6889 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6890 for buffer positions and sizes.
6891 * lisp.h: Adjust prototypes accordingly.
6892
6893 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6894 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6895 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6896
6897 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6898
6899 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6900
6901 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6902 lines and columns so we keep the same pixel height and width.
6903
6904 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6905 the property _NET_WM_STATE has changed.
6906 (x_handle_net_wm_state): New function to update frame parameter
6907 fullscreen.
6908 (x_term_init): Initialize atoms for _NET_WM_STATE.
6909
6910 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6911
6912 2009-03-27 Kevin Ryde <user42@zip.com.au>
6913
6914 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6915 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6916 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6917 (Fgpm_mouse_stop): Pass that new parameter.
6918 * termhooks.h (close_gpm): Adjust prototype.
6919
6920 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * lisp.h (Fx_focus_frame): Declare.
6923
6924 * callint.c (Fcall_interactively): For '^' just delegate the work to
6925 handle-shift-selection.
6926 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6927
6928 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6929
6930 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6931
6932 * data.c (Qinteractive_form): New variable.
6933 (Finteractive_form): Use it.
6934
6935 * eval.c (Fcommandp): Use Qinteractive_form.
6936
6937 2009-03-24 Jason Rumney <jasonr@gnu.org>
6938
6939 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6940 Calculate total size precisely. Decode environment variables
6941 before substituting. (Bug#38)
6942
6943 2009-03-24 Kenichi Handa <handa@m17n.org>
6944
6945 * font.c (find_font_encoding): Return Qnil for unsupported
6946 encoding (Bug#2722).
6947
6948 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6949
6950 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6951 that gdpy is set.
6952
6953 2009-03-22 Alan Mackenzie <acm@muc.de>
6954
6955 * callint.c (Finteractive): Clarify the doc string - even
6956 promptless elements need \n separators.
6957
6958 2009-03-22 Jason Rumney <jasonr@gnu.org>
6959
6960 * w32term.c (syms_of_w32term): Doc fix for
6961 x-use-underline-position-properties.
6962
6963 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6964
6965 * w32.c (getpwuid): Change argument type to unsigned.
6966 (struct w32_id): Change type of `rid' member to unsigned.
6967 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6968 argument ID to unsigned. All callers changed.
6969 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6970
6971 2009-03-20 Eli Zaretskii <eliz@gnu.org>
6972
6973 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6974 negative, produce a float value.
6975
6976 * dired.c (make_uid, make_gid): New functions.
6977 (Ffile_attributes): Use them to avoid negative UID and GID.
6978
6979 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
6980
6981 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6982 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6983 Fix typos in docstrings.
6984
6985 2009-03-19 Kenichi Handa <handa@m17n.org>
6986
6987 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
6988 changed, use font_load_for_lface to get a new font object.
6989 Call free_realized_fontset after handling ASCII font change.
6990
6991 * frame.c (x_set_font): Handle the case that ARG is a cons.
6992
6993 2009-03-19 Glenn Morris <rgm@gnu.org>
6994
6995 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6996
6997 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
6998
6999 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
7000
7001 2009-03-19 Kenichi Handa <handa@m17n.org>
7002
7003 * charset.c (load_charset_map_from_file): When a mapfile can't be
7004 loaded, signal an error.
7005
7006 2009-03-18 Eli Zaretskii <eliz@gnu.org>
7007
7008 * dired.c (Ffile_attributes): Make sure UID and GID are always
7009 positive, even if the value is too large for a positive EMACS_INT.
7010 Doc fix.
7011
7012 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
7013
7014 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7015
7016 * xmenu.c (xdialog_show): Move Fredisplay call ...
7017 (Fx_popup_dialog): ... here.
7018
7019 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * dired.c (file_name_completion): Disable the first optimization just
7022 installed, since it is not implemented correctly.
7023
7024 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7025
7026 * dired.c (file_name_completion): Check completion-ignored-extensions
7027 only if the entry can affect bestmatch.
7028 Stop the search early, as Ftry_completion already does.
7029
7030 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
7031
7032 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
7033
7034 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
7035
7036 * keyboard.c (parse_menu_item): Don't display remappings as menu
7037 equivalent bindings (Bug#788).
7038
7039 2009-03-15 Jason Rumney <jasonr@gnu.org>
7040
7041 * w32term.h (WM_EMACS_PAINT): New message.
7042 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
7043 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
7044 before passing to lisp thread. (Bug#950)
7045
7046 2009-03-14 David Reitter <david.reitter@gmail.com>
7047
7048 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
7049 variable as it was never reset.
7050 (ns_term_init): Remove initialization of Lisp-settable defaults
7051 and ns_expand_space.
7052 (-setPanelFromDefaultValues): Remove ns_expand_space.
7053 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
7054 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
7055 i.e. no additional spacing, similar to Carbon port.
7056
7057 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
7058 * nsfns.m (ns-popup-prefs-panel): Remove.
7059
7060 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
7061
7062 * sound.c (alsa_configure): Remove call to deprecated
7063 snd_pcm_sw_params_set_xfer_align.
7064
7065 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
7066
7067 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
7068 after clicking in a detached tool bar.
7069 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
7070
7071 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
7074 int/Lisp_Object mixup).
7075
7076 2009-03-13 Kenichi Handa <handa@m17n.org>
7077
7078 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
7079 Handle NAME nil and t correctly. Callers changed.
7080 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
7081 (set_fontset_font): Change ARG to a vector. Handle range_list in
7082 ARG correctly.
7083 (Fset_fontset_font): Fix the case that TARGET is both a script
7084 name and charset name. Adjust the arg to set_fontset_font for
7085 the above change.
7086 (fontset_from_font): Fix previous change.
7087 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
7088 entry. If FONTSET is the default fontset, don't set the extra
7089 slot of the returning char-table.
7090
7091 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
7092
7093 * nsfns.m (Fx_close_connection): Doc fix.
7094 (Fns_do_applescript): Reflow docstring.
7095 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
7096 (Fx_display_pixel_width, Fx_display_pixel_height)
7097 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
7098 Fix typos in docstrings.
7099 (Fns_set_alpha): Fix typos in error messages.
7100
7101 2009-03-12 David Reitter <david.reitter@gmail.com>
7102
7103 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
7104 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
7105 were used for such events.
7106
7107 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
7108 (toggleToolbar, performDragOperation, runHelp): Use it.
7109
7110 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
7111 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
7112
7113 2009-03-11 Kenichi Handa <handa@m17n.org>
7114
7115 * font.h (font_open_by_spec): Extern it.
7116
7117 * font.c (font_open_by_spec): New function.
7118 (font_open_by_name): Use font_open_by_spec.
7119
7120 * frame.c (x_set_font): When ARG is a font-object, don't alter the
7121 fontset of the frame.
7122
7123 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
7124 modify the default font of frames that use this fontset.
7125 (num_auto_fontsets): New variable.
7126 (fontset_from_font): Use num_auto_fontsets to decide a fontset
7127 name. Be sure to set FONTSET_ASCII to the correct font name.
7128 (update_auto_fontset_alist): New function.
7129
7130 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
7131
7132 * makefile.w32-in: Update dependencies.
7133
7134 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7135
7136 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
7137
7138 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
7141
7142 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
7143
7144 * lread.c (Feval_buffer): Doc fix.
7145
7146 2009-03-09 Kenichi Handa <handa@m17n.org>
7147
7148 * charset.c (Qfile_name_handler_alist): Extern it.
7149 (load_charset_map_from_file): Temporarily bind
7150 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
7151
7152 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
7153
7154 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
7155 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
7156
7157 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7158
7159 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
7160 (x_set_window_size): Change back to calculated method of setting
7161 toolbar height under Cocoa. (Bug#2546)
7162 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
7163 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
7164
7165 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
7166
7167 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
7168 accelerator in parens under GNUstep.
7169
7170 2009-03-06 Kenichi Handa <handa@m17n.org>
7171
7172 These changes are to detect incorrect composition sequence without
7173 looking ahead the source. (Bug#2370)
7174
7175 * coding.h: Include "composite.h".
7176 (enum compisition_state): New enum.
7177 (struct compisition_status): New struct.
7178 (struct iso_2022_spec): New member cmp_status.
7179 (struct emacs_mule_spec): New struct.
7180 (struct coding_system): New members ctext_extended_segment_len and
7181 embedded_utf_8. Change the union member
7182 spec.emacs_mule_full_support to spec.emacs_mule.
7183
7184 * coding.c (CODING_ISO_CMP_STATUS): New macro.
7185 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
7186 (MAX_ANNOTATION_LENGTH): Define to 5.
7187 (ADD_COMPOSITION_DATA): New arg nbytes.
7188 (emacs_mule_char): New arg cmp_status.
7189 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
7190 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
7191 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
7192 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
7193 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
7194 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
7195 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
7196 (EMACS_MULE_COMPOSITION_END): New macro.
7197 (emacs_mule_finish_composition): New function.
7198 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
7199 (decode_coding_emacs_mule): Avoid long looking ahead while
7200 handling composition.
7201 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
7202 (ENCODE_COMPOSITION_RULE): New macro.
7203 (finish_composition): New function.
7204 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
7205 (DECODE_COMPOSITION_START): New implementation.
7206 (DECODE_COMPOSITION_END): Likewise.
7207 (STORE_COMPOSITION_RULE): New macro.
7208 (decode_coding_iso_2022): Avoid long looking ahead while handling
7209 composition, CTEXT extended segment, and embedded UTF-8.
7210 (setup_coding_system): For a coding of type iso-2022, reset
7211 CODING_ISO_EXTSEGMENT_LEN (coding) and
7212 CODING_ISO_EMBEDDED_UTF_8 (coding).
7213 (get_translation): Delete arguments last_block, from_nchars,
7214 to_nchars. Callers changed.
7215 (produce_chars): Don't modify charbuf. Adjusted for the change of
7216 get_translation.
7217 (produce_composition): Adjust for the new annotation sequence.
7218 (handle_composition_annotation): Likewise.
7219 (consume_chars): Adjust for the change of get_translation.
7220
7221 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
7222
7223 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
7224
7225 2009-03-05 Kenichi Handa <handa@m17n.org>
7226
7227 * font.c (font_select_entity): New function.
7228 (font_find_for_lface): Use font_select_entity to select a font.
7229
7230 * fontset.c (fontset_find_font): If a font found without
7231 restricting to the characters C doesn't support C, try to find a
7232 font with C restriction.
7233
7234 2009-03-04 Nikolaj Schumacher <me@nschum.de>
7235
7236 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
7237
7238 2009-03-04 Jason Rumney <jasonr@gnu.org>
7239
7240 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
7241 characters that have already been read. (Bug#2569)
7242
7243 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
7244 Log an error message if check_image_size failed.
7245 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
7246 (gs_load): Mention max-image-size in size error message. (Bug#2560)
7247
7248 2009-03-02 Eli Zaretskii <eliz@gnu.org>
7249
7250 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
7251 when decoding process output.
7252
7253 2009-03-01 Richard M Stallman <rms@gnu.org>
7254
7255 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
7256
7257 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
7258
7259 2009-02-28 Eli Zaretskii <eliz@gnu.org>
7260
7261 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
7262 (decode_coding_emacs_mule, decode_coding_iso_2022)
7263 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7264 (decode_coding_raw_text, decode_coding_charset)
7265 (setup_coding_system, decode_eol, decode_coding, consume_chars):
7266 Honor inhibit-eol-conversion. (Bug #2186)
7267
7268 2009-02-28 Jason Rumney <jasonr@gnu.org>
7269
7270 * coding.c (detect_coding_charset): If not checking latin extra,
7271 fail on characters between 0x80 and 0xA0. (Bug#2354)
7272
7273 2009-02-28 Eli Zaretskii <eliz@gnu.org>
7274
7275 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
7276 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
7277
7278 2009-02-27 Glenn Morris <rgm@gnu.org>
7279
7280 * callint.c (Finteractive): Doc fix.
7281
7282 2009-02-27 Kenichi Handa <handa@m17n.org>
7283
7284 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
7285
7286 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * font.c (font_style_to_value): Set value for unknown symbols to
7289 100 instead of 255.
7290 (weight_table, slant_table, width_table): Treat "unspecified" as
7291 the default value.
7292
7293 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
7294
7295 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
7296
7297 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
7298
7299 * lread.c (Fload): Stop checking Vloads_in_progress and signal
7300 error as soon as a recursive load is detected.
7301
7302 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7303
7304 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
7305 before caching.
7306
7307 2009-02-24 Kenichi Handa <handa@m17n.org>
7308
7309 * fontset.c (fontset_find_font): Fix the condition for checking
7310 unavailable font.
7311
7312 2009-02-24 Glenn Morris <rgm@gnu.org>
7313
7314 * xfaces.c (Finternal_set_font_selection_order): Remove leading
7315 whitespace that confuses documentation.
7316
7317 2009-02-23 Miles Bader <miles@gnu.org>
7318
7319 * process.c (Flist_system_processes, Fprocess_attributes)
7320 (syms_of_process): Rename `system-process-attributes' to
7321 `process-attributes'.
7322
7323 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
7324
7325 * coding.h (struct coding_system): Make safe_charsets a pointer to
7326 unsigned char.
7327 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
7328 being 255.
7329 (SAFE_CHARSET_P): Likewise.
7330 (setup_iso_safe_charsets): Properly setup safe_charsets.
7331 (Fdefine_coding_system_internal): Likewise.
7332 (setup_coding_system): Likewise. Remove unneeded casts.
7333 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
7334 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
7335 unneeded casts.
7336
7337 * insdel.c (del_range_2): Don't modify gap contents when called
7338 from decode_coding_object. (Bug#1809)
7339
7340 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
7341
7342 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
7343 Qfont_object.
7344 (Ftype_of): Recognize font objects.
7345
7346 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
7347
7348 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
7349 moved to data.c.
7350
7351 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7352
7353 * nsterm.m (x_make_frame_invisible): Unset async_visible,
7354 async_iconified. Based on a patch by Christian Lynbech
7355 <christian.lynbech@tieto.com>.
7356 (EmacsView-windowDidMiniaturize:): Unset async_visible.
7357
7358 2009-02-20 Glenn Morris <rgm@gnu.org>
7359
7360 * syntax.c (Fskip_chars_forward): Fix doc typo.
7361
7362 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
7365
7366 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
7367
7368 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
7369
7370 2009-02-19 Kenichi Handa <handa@m17n.org>
7371
7372 * coding.c (detect_coding): Preserve coding->mode.
7373 Don't overflow coding->carryover. (Bug#2370)
7374
7375 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
7376
7377 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
7378
7379 2009-02-18 Kenichi Handa <handa@m17n.org>
7380
7381 * font.c (font_check_otf_features): Fix handling of `nil' element.
7382 (Ffont_spec): Describe :lang and :otf in the docstring.
7383
7384 2009-02-16 Andreas Schwab <schwab@suse.de>
7385
7386 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
7387 string.
7388
7389 2009-02-16 Kenichi Handa <handa@m17n.org>
7390
7391 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
7392 (Bug#1723)
7393
7394 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
7395
7396 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
7397
7398 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
7399 (handle_line_prefix): Suppress wrapping of wrap prefixes.
7400
7401 2009-02-14 Eli Zaretskii <eliz@gnu.org>
7402
7403 * msdos.c (MAX_SCREEN_BUF): New macro.
7404 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
7405 Encode the entire run of glyphs sharing the same face, instead of
7406 doing that one glyph at a time (fixes a bug with displaying
7407 double-size characters).
7408
7409 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7410
7411 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
7412
7413 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
7414 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
7415 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
7416
7417 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
7418 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
7419
7420 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * keyboard.c (adjust_point_for_property): Allow stopping between two
7423 invisible areas.
7424
7425 2009-02-12 Jason Rumney <jasonr@gnu.org>
7426
7427 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
7428 (add_font_entity_to_list): Call check_face_name even when family
7429 is unspecified.
7430
7431 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7432 Release DC when finished. Use NULL window to refer to desktop.
7433 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
7434
7435 * w32font.c (add_font_entity_to_list): Fix check for substituted
7436 raster fonts. (Bug#2219)
7437
7438 2009-02-12 Kenichi Handa <handa@m17n.org>
7439
7440 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
7441 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
7442 (autocmp_chars): Use fast_looking_at. Don't compose more
7443 characters than MAX_COMPOSITION_COMPONENTS.
7444 (find_automatic_composition): While looking forward and backward,
7445 check static composition. Fix where to stop looking forward.
7446 (composition_adjust_point): Fix checking of static composition.
7447 (Fcomposition_get_gstring): Pay attention to
7448 MAX_COMPOSITION_COMPONENTS.
7449
7450 * lisp.h (fast_looking_at): Extern it.
7451
7452 * search.c (fast_looking_at): New function.
7453
7454 * term.c (encode_terminal_code): Adjust for the change of
7455 <struct glyph>.u.cmp.to.
7456 (append_composite_glyph): Likewise.
7457
7458 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
7459 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
7460 composition.
7461 (append_composite_glyph): Adjust for the change of
7462 <strcut glyph>.u.cmp.to.
7463
7464 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * casetab.c (init_casetab_once):
7467 * coding.c (ALLOC_CONVERSION_WORK_AREA):
7468 * font.c (font_update_lface):
7469 * fontset.c (Fnew_fontset):
7470 * ftfont.c (ftfont_drive_otf):
7471 * xfont.c (xfont_open):
7472 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
7473
7474 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * fileio.c (Fwrite_region): !NILP -> CONSP.
7477
7478 2009-02-10 Andreas Schwab <schwab@suse.de>
7479
7480 * process.c (send_process): Properly relocate pointer into data
7481 when using encoded data. (Bug#2272)
7482
7483 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
7484
7485 * coding.c (detect_coding_charset): Fix previous change.
7486
7487 2009-02-08 Jason Rumney <jasonr@gnu.org>
7488
7489 * w32fns.c (w32_hide_hourglass): Handle case where frame
7490 disappeared while hourglass was displayed. (Bug #2193)
7491
7492 2009-02-07 Andreas Schwab <schwab@suse.de>
7493
7494 * unexelf.c (unexec): Fix error message.
7495
7496 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
7497
7498 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
7499 when modal window is active. (Bug #2152)
7500 (applicationShouldTerminate:): Remove now-unneeded while loop
7501 around NSRunAlertPanel.
7502
7503 * nsmenu.m (popupSession): New file-global variable.
7504 (pop_down_menu): End the popupSession before closing dialog.
7505 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
7506 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
7507 don't query NSApp for events (just sleep instead).
7508
7509 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7510
7511 * coding.c (syms_of_coding) <translation-table-for-input>:
7512 Modify doc string to discourage use for character code unification.
7513
7514 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7515
7516 * atimer.c (run_timers): Update pending_atimers.
7517
7518 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * image.c (svg_load_image): Fix last change.
7521
7522 * xfns.c (Fx_create_frame): Signal an error if no font is
7523 found (Bug#2147).
7524
7525 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
7526
7527 * character.c (syms_of_character) <script-representative-chars>:
7528 Fix typo in docstring.
7529
7530 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7531
7532 * nsmenu.m (pop_down_menu): New function.
7533 (ns_popup_dialog): Call it on unwind.
7534 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
7535 call timer_check() (Bug#2154).
7536 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
7537 handling_signal is set.
7538 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
7539
7540 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
7541
7542 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
7543
7544 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
7545
7546 * keyboard.c (poll_for_input_1, handle_async_input):
7547 Set handling_signal under HAVE_NS.
7548
7549 2009-02-04 Glenn Morris <rgm@gnu.org>
7550
7551 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
7552
7553 2009-02-04 Kenichi Handa <handa@m17n.org>
7554
7555 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
7556
7557 * charset.c (Fchar_charset): New optional arg restriction.
7558
7559 * coding.h (coding_system_charset_list): Extern it.
7560
7561 * coding.c (coding_system_charset_list): New function.
7562
7563 * composite.c: Include coding.h and termhooks.h.
7564 (composition_gstring_p): Fix for the terminal case.
7565 (composition_gstring_width): Likewise.
7566 (fill_gstring_body): Likewise.
7567 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
7568 the frame.
7569 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
7570 is within a composition.
7571 (Fcomposition_get_gstring): Fix the terminal case.
7572
7573 * term.c (encode_terminal_code): Fix handling of composition.
7574 (produce_composite_glyph): For static composition, get pixel_width
7575 from struct composition.
7576
7577 2009-02-02 Andreas Schwab <schwab@suse.de>
7578
7579 * unexelf.c (unexec): Handle unaligned bss offset.
7580
7581 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7582
7583 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
7584 XT,w32read_socket changes to ns_read_socket.
7585
7586 * keyboard.c (handle_interrupt): Don't call
7587 quit_throw_to_read_char() under NS.
7588
7589 * blockinput.h: Remove NS-specific code.
7590
7591 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
7592
7593 * dispnew.c (window_change_signal): Don't try to get the size of a
7594 suspended tty frame.
7595 * term.c (Fresume_tty): Resize if the size has changed while the
7596 tty was suspended.
7597
7598 * alloc.c (mark_stack): Properly conditionalize previous change.
7599
7600 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
7601
7602 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
7603 * w32term.c (w32_read_socket) [SYNC_INPUT]:
7604 Remove; this code is not used on Windows.
7605
7606 2009-01-30 Eli Zaretskii <eliz@gnu.org>
7607
7608 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
7609 EOLs that also has stray ^M characters.
7610
7611 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
7612
7613 * atimer.c (run_timers, alarm_signal_handler):
7614 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
7615 * w32inevt.c (w32_console_read_socket):
7616 * w32term.c (w32_read_socket):
7617 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
7618
7619 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
7622 Initialize it as a relative filename pattern.
7623 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
7624 (Fcall_process_region): Simplify temp file creation using
7625 temporary-file-directory.
7626
7627 2009-01-29 Eli Zaretskii <eliz@gnu.org>
7628
7629 * msdos.c: Rename pending_signals to msdos_pending_signals.
7630 (sig_suspender, sigprocmask): Adjust.
7631
7632 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * keyboard.c (pending_signals): New var.
7635 (poll_for_input, input_available_signal, init_keyboard): Set it.
7636 (process_pending_signals): New function.
7637
7638 * lisp.h (QUIT): Check pending_signals instead of
7639 interrupt_input_pending. Use process_pending_signals.
7640
7641 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
7642
7643 * process.c (wait_reading_process_output): Use process_pending_signals.
7644
7645 * sysdep.c (emacs_write): Use process_pending_signals.
7646
7647 * xterm.c (XTread_socket): Update pending_signals.
7648
7649 * w32term.c (w32_read_socket): Update pending_signals.
7650
7651 * w32inevt.c (w32_console_read_socket): Update pending_signals.
7652
7653 2009-01-29 Kenichi Handa <handa@m17n.org>
7654
7655 * xftfont.c (xftfont_has_char): New function.
7656 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
7657
7658 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7659
7660 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
7661 under GNUstep.
7662 (ns_query_color): New declaration.
7663
7664 * nsterm.m (ns_confirm_quit): New variable.
7665 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
7666 (EmacsApp-applicationShouldTerminate:): Use it.
7667 (EmacsPrefsController): Let user set it.
7668 (ns_query_color): New function.
7669 (ns_defined_color): Use it.
7670 (ns_initialize): Drop.
7671 (ns_term_init): Add two lines from ns_initialize(), and set
7672 input_interrupt_mode to nil.
7673
7674 * image.c (svg_load_image): Don't right-shift background RGB when
7675 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
7676
7677 2009-01-28 Kenichi Handa <handa@m17n.org>
7678
7679 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
7680 (fontset_get_font_group): Remember that no font-group is specified
7681 for C.
7682
7683 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * fns.c (concat): Check for string overflow (bug#1787).
7686
7687 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
7688 Quadruple undo limits (bug#1501).
7689
7690 2009-01-27 Kenichi Handa <handa@m17n.org>
7691
7692 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
7693 directly use GT_Get_Char_index.
7694
7695 * xftfont.c (struct xftfont_info): New member `index'.
7696
7697 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
7698 (Ffontset_font): Adjust for the change of fontset entry.
7699
7700 2009-01-26 Kenichi Handa <handa@m17n.org>
7701
7702 * fontset.c (fontset_find_font): Fix handling of non-cons return
7703 value of fontset_get_font_group.
7704 (fontset_font): Revert last change.
7705
7706 2009-01-26 Jason Rumney <jasonr@gnu.org>
7707
7708 * w32font.c (w32font_list_internal): Return quickly if registry is
7709 unknown. Simplify final return.
7710 (add_font_entity_to_list): Break complex logic down into more
7711 manageable chunks. Move unknown registry check to
7712 w32font_list_internal.
7713
7714 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
7715
7716 Changes to remove Feval calls from GUI under NS.
7717
7718 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
7719 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
7720 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
7721
7722 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
7723 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
7724 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
7725 instead of NON_ASCII_KEYSTROKE_EVENT.
7726 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
7727 (EmacsApp-applicationShouldTerminate:): Query user.
7728 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
7729 instead of Feval.
7730
7731 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
7732
7733 * keyboard.c (kbd_buffer_get_event): Check for it.
7734 (keys_of_keyboard): Define lispy keys for
7735 ns-put/unput-working-text.
7736
7737 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
7738 versions.
7739 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
7740
7741 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
7742
7743 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
7744 setting current_buffer directly. (Bug#2044)
7745
7746 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
7747
7748 * fontset.c (fontset_font): If we know there is no font, don't do
7749 any work. (Bug#1952, bug#1990).
7750
7751 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
7752
7753 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7754
7755 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
7756 (ns_no_defaults): New declaration.
7757 (main): Use it.
7758
7759 * nsterm.h (ns_no_defaults): New declaration.
7760
7761 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
7762
7763 * nsterm.m (ns_no_defaults): New variable.
7764 (ns_initialize): Don't read defaults when ns_no_defaults.
7765 (EmacsView-readSelectionFromPasteboard:)
7766 (writeSelectionToPasteboard:types:): New stubbed-out methods for
7767 NSServicesRequests protocol. (Bug#1435)
7768 (ns_dumpglyphs_stretch): New function.
7769 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
7770 of 2008-11-15 to other terms. (Bug#615)
7771
7772 * nsimage.m (setPixmapData:): Set to ignore image DPI.
7773
7774 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
7775
7776 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7777 call for Sparc64.
7778
7779 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7780
7781 * nsfns.m:
7782 * nsgui.h:
7783 * nsmenu.m:
7784 * nsselect.m:
7785 * nsterm.h:
7786 * nsterm.m: Remove '23' comments that indicated code added during
7787 update from emacs-20 -> emacs-23.
7788
7789 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7790
7791 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
7792 ns_alternate_modifier. (Bug#1217)
7793
7794 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7795 Display all shortcuts, including those w/o super modifier.
7796
7797 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7798
7799 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
7800
7801 * fileio.c (Vwrite_region_post_annotation_function)
7802 (Vwrite_region_annotation_buffers): New vars.
7803 (build_annotations_unwind): Just reset
7804 Vwrite_region_annotation_buffers.
7805 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7806 Call write-region-post-annotation-function.
7807 (build_annotations): Add to Vwrite_region_annotation_buffers if
7808 buffer changes.
7809
7810 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7811
7812 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7813 Tiger.
7814 * nsfns.m (ns_do_applescript):
7815 Conditionalize typeUTF16ExternalRepresentation on Tiger.
7816
7817 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7818
7819 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7820
7821 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7822
7823 * nsmenu.m (NSMENUPROFILE): Change #if style.
7824
7825 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7826
7827 * nsterm.m (x_set_frame_alpha): Add prototype.
7828 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7829 handle Ctrl-tab. (Bug#1841)
7830 (ns_get_color): Use unsigned long long for scanned hex string value.
7831 (ns_term_shutdown): Abort on non SIGTERM signals.
7832 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
7833 (EmacsPrefsController-setPanelFromDefaultValues): New function.
7834 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
7835 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
7836 (ns_defined_color): Fix settings of the XColor variable fields:
7837 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
7838
7839 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
7840 DPI. (Bug#1316)
7841 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7842 values in onTiger section.
7843
7844 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
7845
7846 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7847 Check return value of font_spec_from_name.
7848 (Fx_list_fonts): Doc fix. (Bug#1951)
7849
7850 * font.c (font_spec_from_name): Return Qnil if font name could not
7851 be parsed.
7852 (font_parse_name): Treat a `?' character as part of an XLFD.
7853
7854 * fns.c (Fsubstring): Doc fix.
7855
7856 2009-01-19 Kenichi Handa <handa@m17n.org>
7857
7858 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
7859 (ftfont_list): Likewise.
7860
7861 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
7862
7863 * dbusbind.c (Fdbus_register_signal):
7864 * process.c (conv_sockaddr_to_lisp):
7865 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7866
7867 * callproc.c (Fgetenv_internal): Doc fix.
7868
7869 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
7870
7871 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7872 it is not even used.
7873
7874 2009-01-16 Glenn Morris <rgm@gnu.org>
7875
7876 * font.c (Ffont_variation_glyphs): Silence compiler.
7877
7878 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
7879
7880 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7881 Reported by David Robinow <drobinow@gmail.com>.
7882
7883 2009-01-15 Kenichi Handa <handa@m17n.org>
7884
7885 * coding.c (detect_coding_system): Fix handling of null_byte_found.
7886
7887 2009-01-14 Jason Rumney <jasonr@gnu.org>
7888
7889 * frame.c (x_set_font): Always store a font to the font parameter,
7890 never a fontset. (Bug#1562)
7891
7892 2009-01-14 Kenichi Handa <handa@m17n.org>
7893
7894 * coding.c (TWO_MORE_BYTES): New macro.
7895 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
7896
7897 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
7898
7899 * font.c (font_clear_prop): If clearing the family, clear the font
7900 width index too.
7901
7902 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
7903
7904 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7907 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7908 functions, use sizeof.
7909
7910 2009-01-12 Martin Rudalics <rudalics@gmx.at>
7911
7912 * keyboard.c (read_char): Fix case where last_nonmenu_event
7913 returned a bad value with submenus. (Bug#447)
7914
7915 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
7916
7917 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7918 family, clear the font width index too.
7919
7920 2009-01-11 Jason Rumney <jasonr@gnu.org>
7921
7922 * keyboard.c (cmd_error_internal): Exit when errors occur before
7923 frame creation and not in daemon mode. (Bug#1836)
7924
7925 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
7926
7927 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7928 of a display vector, backtrack.
7929 (try_window_reusing_current_matrix): Check glyph type before
7930 referencing charpos member.
7931
7932 2009-01-10 Eli Zaretskii <eliz@gnu.org>
7933
7934 Fix Bug #876:
7935
7936 * coding.c (inhibit_null_byte_detection): New variable.
7937 (detect_coding, detect_coding_system): Don't pay attention to null
7938 bytes if inhibit_null_byte_detection is non-zero.
7939 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
7940 <inhibit-iso-escape-detection>: Doc fix.
7941
7942 2009-01-09 Jason Rumney <jasonr@gnu.org>
7943
7944 * w32font.c (add_font_entity_to_list): Don't report unknown
7945 Windows charset as any unrecognized registry. (Bug#1548)
7946 Only report Unicode Plane 2 fonts as unicode-sip.
7947
7948 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
7949
7950 * xfaces.c (Fx_font_family_list): Delete function.
7951 Move compatibility version to faces.el.
7952
7953 * font.c (Ffont_family_list): Return a list of strings, not symbols.
7954
7955 2009-01-09 Martin Rudalics <rudalics@gmx.at>
7956
7957 * frame.c (x_set_frame_parameters): Remember requested value for
7958 fullscreen before it's reset by the parameter handler.
7959
7960 2009-01-09 Glenn Morris <rgm@gnu.org>
7961
7962 * keyboard.c (last_command_char): For clarity, rename to...
7963 (last_command_event): ... and update all users.
7964 (last_input_char): For clarity, rename to...
7965 (last_input_event): ... and update all users.
7966 (last-command-char, last-input-char): Move to subr.el as aliases.
7967 * cmds.c, commands.h: Update for last_command_char rename.
7968
7969 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * font.c (font_open_for_lface): Handle unspecified height attribute.
7972
7973 2009-01-08 Jason Rumney <jasonr@gnu.org>
7974
7975 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7976 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7977 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7978 Don't declare.
7979 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
7980 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7981
7982 2009-01-07 Kenichi Handa <handa@m17n.org>
7983
7984 * fileio.c (Finsert_file_contents): In the case of replace,
7985 remember the coding system used for decoding in
7986 coding_system (Bug#1039).
7987
7988 * coding.c (decode_coding_utf_8): Check byte_after_cr before
7989 breaking the loop. (Bug#870)
7990 (decode_coding_utf_16, decode_coding_emacs_mule)
7991 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7992 (decode_coding_charset): Likewise.
7993
7994 2009-01-05 Martin Rudalics <rudalics@gmx.at>
7995
7996 * frame.c (x_set_frame_parameters): Make sure height (width) get
7997 applied when fullwidth (fullheight) is set. (Bug#1522)
7998
7999 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
8000
8001 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
8002 (utc_base): Declare as ULONGLONG, not long double.
8003 (convert_time_raw): Delete.
8004 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
8005 (initialize_utc_base): New function.
8006 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
8007 (convert_from_time_t): Use initialize_utc_base; compute result with
8008 64-bit arithmetic.
8009 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
8010
8011 2009-01-03 Eli Zaretskii <eliz@gnu.org>
8012
8013 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
8014 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
8015 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
8016 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
8017 [!subprocesses]: Define.
8018 (syms_of_process) [!subprocesses]: Intern and staticpro them.
8019 (Flist_system_processes, Fsystem_process_attributes)
8020 [!subprocesses]: Call list_system_processes and
8021 system_process_attributes instead of returning Qnil.
8022
8023 * dosfns.c (system_process_attributes, list_system_processes):
8024 New functions.
8025
8026 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
8027
8028 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
8029 Don't use the default (no-op) implementation.
8030
8031 2009-01-03 Jason Rumney <jasonr@gnu.org>
8032
8033 * keyboard.c (parse_modifiers_uncached): Wheel events are
8034 clicks (bug#687).
8035
8036 * w32term.c (x_query_colors, x_query_color): New functions.
8037
8038 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
8039 (svg_load_image): Cast returned pointers from dynamically loaded
8040 functions. Eliminate W32 specific code.
8041
8042 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8043
8044 * nsfns.m (x_set_foreground_color, x_set_background_color)
8045 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
8046 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
8047 x_ prefix instead of ns_. Update references.
8048 (syms_of_nsfns): Add a FIXME comment.
8049
8050 * nsterm.m (x_set_cursor_type): New prototype.
8051 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
8052
8053 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
8054 for Solaris instead of incorrectly providing Qutime and Qcutime.
8055
8056 2009-01-02 Eli Zaretskii <eliz@gnu.org>
8057
8058 * w32.c (process_times): Compute sum of utime and stime.
8059 (system_process_attributes): Add Qtime to the alist.
8060
8061 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
8062 and add them to the alist.
8063
8064 * process.c (top level) <Qtime, Qctime>: New variables.
8065 (syms_of_process): staticpro them.
8066 (Fsystem_process_attributes): Add their documentation to the doc
8067 string.
8068
8069 * process.h: Declare Qtime and Qctime.
8070
8071 2009-01-02 Jason Rumney <jasonr@gnu.org>
8072
8073 * image.c (Qgobject): New symbol.
8074 (syms_of_image): Initialize it.
8075 (init_svg_functions): Load some functions from gobject library.
8076
8077 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
8078
8079 * frame.c (make_terminal_frame): Remove redundant code and useless
8080 block.
8081
8082 2009-01-01 Andreas Schwab <schwab@suse.de>
8083
8084 * process.c (conv_sockaddr_to_lisp): Add workaround for
8085 getsockname bug on BSD.
8086
8087 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
8088
8089 * xfns.c (x_create_tip_frame): Set border width of the X window.
8090
8091 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
8092
8093 2009-01-01 Jason Rumney <jasonr@gnu.org>
8094
8095 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
8096 Don't block input, as per earlier xterm.c changes.
8097
8098 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
8099
8100 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
8101 (ns_appkit_version_int): New function.
8102 (x-server-version): Use ns_appkit_version_int and follow 21+
8103 convention of returning 3 integers.
8104
8105 2008-12-30 Kenichi Handa <handa@m17n.org>
8106
8107 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
8108 (CHAR_SURROGATE_PAIR_P): New macro.
8109
8110 * font.h (struct font_driver): New member get_variation_glyphs.
8111
8112 * font.c (font_range): Don't require a font for a variation selector.
8113 (Ffont_variation_glyphs): New function.
8114 (syms_of_font): Defsubr it.
8115
8116 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
8117 ftfont_variation_glyphs.
8118 (setup_otf_gstring): New function.
8119 (ftfont_drive_otf): Use it.
8120 (ftfont_shape_by_flt): Handle variation selector.
8121 (ftfont_variation_glyphs): New function.
8122
8123 2008-12-30 Martin Rudalics <rudalics@gmx.at>
8124
8125 * frame.c (Vemacs_iconified): Remove.
8126
8127 2008-12-30 Jason Rumney <jasonr@gnu.org>
8128
8129 * frame.c (store_frame_param, x_get_arg): Enable newer code on
8130 WINDOWSNT too, as related changes have already been synced. (Bug#117)
8131
8132 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
8133
8134 * indent.c (Fvertical_motion): Don't advance iterator if we have
8135 reseated to the desired position.
8136
8137 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
8138 checking for pos match.
8139
8140 2008-12-30 Kenichi Handa <handa@m17n.org>
8141
8142 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
8143 just get the low 8-bit of the code.
8144
8145 * font.c (font_intern_prop): Validate str as multibyte.
8146
8147 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8148
8149 * dispextern.h (struct face): Move lface and hash from the middle
8150 of bitfields.
8151
8152 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
8153
8154 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8155
8156 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
8157 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
8158 instead of intervals.h.
8159
8160 2008-12-26 Andreas Schwab <schwab@suse.de>
8161
8162 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
8163 cons.
8164
8165 2008-12-26 Martin Rudalics <rudalics@gmx.at>
8166
8167 * textprop.c (Qminibuffer_prompt): New variable.
8168 (syms_of_textprop): Initialize it.
8169 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
8170 in minibuffer-prompt face. (Bug#1662)
8171
8172 2008-12-25 Jason Rumney <jasonr@gnu.org>
8173
8174 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
8175
8176 2008-12-24 Jason Rumney <jasonr@gnu.org>
8177
8178 * ralloc.c (r_alloc_reset_variable): New function.
8179
8180 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
8181 record of what points where. (Bug#716)
8182
8183 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
8184
8185 * minibuf.c (read_minibuf): Follow the non-interactive case when
8186 running as a daemon, before detaching.
8187
8188 2008-12-22 Andreas Schwab <schwab@suse.de>
8189
8190 * buffer.c (init_buffer): Use realloc instead of xrealloc.
8191 * gtkutil.c (free_widget_value): Use xfree instead of free.
8192
8193 2008-12-22 Martin Rudalics <rudalics@gmx.at>
8194
8195 * frame.c (delete_frame): New function derived from
8196 Fdelete_frame to handle Qnoelisp value for FORCE argument.
8197 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
8198 (Fdelete_frame): Call delete_frame. Remove line from doc-string
8199 saying that FORCE non-nil doesn't run `delete-frame-functions'.
8200 * frame.h: Extern delete_frame.
8201 * window.c (window_loop):
8202 * terminal.c (delete_terminal):
8203 * xterm.c (x_connection_closed):
8204 * xfns.c (Fx_hide_tip):
8205 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
8206
8207 2008-12-21 Jason Rumney <jasonr@gnu.org>
8208
8209 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
8210 when character maps to .notdef character.
8211
8212 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8213
8214 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
8215
8216 2008-12-20 Jason Rumney <jasonr@gnu.org>
8217
8218 * frame.c (Fmake_terminal_frame): Raise an error when called from
8219 a graphical frame on Windows. (Bug#1325)
8220
8221 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
8222
8223 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
8224
8225 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
8226
8227 * minibuf.c (Fread_buffer): Doc fix.
8228
8229 2008-12-20 Jason Rumney <jasonr@gnu.org>
8230
8231 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
8232 server name in UNC paths. (Bug#719)
8233
8234 * coding.c (decode_coding): Clear chars_at_source flag when using
8235 charbuf. (Bug#1035)
8236
8237 2008-12-19 Daniel Engeler <engeler@gmail.com>
8238
8239 * sysdep.c (serial_configure): Fix typo.
8240
8241 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8242
8243 * sysdep.c: Include alloca.h.
8244 (system_process_attributes): Add implementation for Solaris.
8245
8246 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
8247
8248 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8249
8250 Reorganize implementation of Flist_system_processes and
8251 Fsystem_process_attributes. No functional changes.
8252 * process.c: Don't #include pwd.h, grp.h and limits.h.
8253 (Flist_system_processes): Just call list_system_processes.
8254 (Fsystem_process_attributes): Just call system_process_attributes.
8255 (procfs_list_system_processes, time_from_jiffies)
8256 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
8257 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
8258
8259 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
8260 (list_system_processes): Rename from
8261 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
8262 Provide a do nothing implementation.
8263 (system_process_attributes): Rename from
8264 procfs_list_system_processes.
8265 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
8266 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
8267
8268 * w32.c (list_system_processes): Rename from
8269 w32_list_system_processes.
8270 (system_process_attributes): Rename from
8271 w32_system_process_attributes.
8272
8273 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
8274
8275 * process.h (w32_list_system_processes)
8276 (w32_system_process_attributes): Remove.
8277 (list_system_processes, system_process_attributes):
8278 New prototypes.
8279
8280 2008-12-19 Kenichi Handa <handa@m17n.org>
8281
8282 * xfont.c (xfont_decode_coding_xlfd): New function.
8283 (xfont_encode_coding_xlfd): New function.
8284 (xfont_list_pattern): Decode XLFD by iso-8859-1.
8285 (xfont_list): Decode and encode XLFD by iso-8859-1.
8286 (xfont_match): Likewise.
8287 (xfont_list_family): Likewise.
8288 (xfont_open): Likewise.
8289
8290 * ftfont.c (ftfont_open): Generate a multibyte string if given
8291 names are utf-8.
8292
8293 * xftfont.c (xftfont_open): Generate a multibyte string if given
8294 names are utf-8.
8295
8296 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
8297
8298 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
8299 changed.
8300 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
8301 clicked on a detached tool bar button.
8302
8303 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
8304
8305 * emacs.c (main): Print and error and exit when no data is read
8306 from the pipe.
8307
8308 2008-12-17 Jason Rumney <jasonr@gnu.org>
8309
8310 * w32font.c (w32font_has_char): Always return -1.
8311
8312 2008-12-16 Kenichi Handa <handa@m17n.org>
8313
8314 * font.c (font_open_entity): Fix previous change.
8315
8316 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
8317
8318 * process.c: Include <limits.h>.
8319
8320 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
8321
8322 * font.c (font_update_drivers): Fix mistake in reconstructing the
8323 driver list.
8324
8325 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * font.c (font_clear_cache): Fix format of font cache data.
8328
8329 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
8330
8331 * xftfont.c (xftfont_open): Free Xft font pattern if
8332 XftFontOpenPattern fails.
8333
8334 * xterm.c (x_free_frame_resources): Remove extraneous call to
8335 free_frame_faces.
8336
8337 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8338
8339 * xterm.c (x_delete_display): Move xim_close_dpy call to
8340 x_delete_terminal.
8341 (x_delete_terminal): Call xim_close_dpy.
8342
8343 2008-12-13 Jason Rumney <jasonr@gnu.org>
8344
8345 * w32font.c (intern_font_name): New function.
8346 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
8347 (w32font_open_internal, Fx_select_font): Decode font name.
8348 (fill_in_logfont, list_all_matching_fonts): Encode font name.
8349
8350 * w32font.h (intern_font_name): Declare new function.
8351
8352 * w32uniscribe.c (add_opentype_font_name_to_list):
8353 Use intern_font_name.
8354
8355 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8356
8357 * frame.c (Fdelete_frame): Call free_font_driver_list.
8358
8359 * font.c (free_font_driver_list): Implement missing function.
8360
8361 * w32term.c (w32_term_init): Don't initialize the image cache
8362 here; it will be done in init_frame_faces.
8363
8364 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
8365 (struct x_display_info): Remove unused member null_pixel. New
8366 member xim_callback_data.
8367
8368 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
8369 (xim_initialize): Save pointer to callback function data.
8370 (xim_close_dpy): Free callback function data. Call XCloseIM,
8371 reverting 2008-11-04 change by David Smith.
8372 (x_term_init): Don't initialize the image cache here; it will be
8373 done in init_frame_faces. Remove ancient "null_pixel" cruft.
8374 (x_delete_display): Free x_dnd_atoms member.
8375
8376 2008-12-13 Kenichi Handa <handa@m17n.org>
8377
8378 * font.c (font_rescale_ratio): Moved from xfaces.c.
8379 Argument type changed. Handle a font-spec too.
8380 (font_score): Check Vface_font_rescale_alist.
8381 (font_open_entity): Likewise. (Bug#1547)
8382
8383 * xfaces.c (font_rescale_ratio): Moved to font.c.
8384
8385 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8386
8387 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
8388
8389 2008-12-12 Jason Rumney <jasonr@gnu.org>
8390
8391 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
8392 Vwindow_system_version to the real w32 major version.
8393
8394 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
8395
8396 * term.c (init_tty): Move setting the terminal name before the
8397 potential user: maybe_fatal.
8398
8399 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
8400
8401 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
8402 all callers changed. Call free_frame_faces to free the face cache.
8403
8404 2008-12-11 Jason Rumney <jasonr@gnu.org>
8405
8406 * w32font.c (fill_in_logfont): Don't assume symbol script means
8407 SYMBOL_CHARSET. (Bug#547)
8408
8409 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
8410 size for surrogates. (Bug#1096, bug#872)
8411
8412 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8413
8414 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
8415
8416 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8417
8418 * process.c (Fsystem_process_attributes, syms_of_process):
8419 Fix typo in name of Ssystem_process_attributes.
8420 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
8421
8422 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8423
8424 * syntax.c (Fmodify_syntax_entry): Doc fix.
8425
8426 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
8427
8428 * font.c (Ffont_spec): Move usage to end of docstring.
8429
8430 2008-12-10 Jason Rumney <jasonr@gnu.org>
8431
8432 * w32font.c (Qcham): New symbol.
8433 (font_supported_scripts): Add cham, and comments for other new
8434 scripts in bitfield from OpenType spec.
8435 (add_font_entity_to_list): Limit unicode-sip fonts to those that
8436 contain characters beyond the bmp.
8437
8438 2008-12-10 Kenichi Handa <handa@m17n.org>
8439
8440 * ftfont.c (fc_charset_table): Add "unicode-sip".
8441 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
8442 Qunicode_sip.
8443
8444 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
8445
8446 * coding.c (QCdefault_char): Rename from QCdefalut_char.
8447 (Fcoding_system_put): Use QCdefault_char.
8448 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
8449
8450 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
8451
8452 * xftfont.c (syms_of_xftfont): Fix typo.
8453
8454 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
8455
8456 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8457
8458 * emacs.c (main): Close daemon_pipe on exec.
8459
8460 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
8461
8462 * termchar.h (struct tty): New members termcap_term_buffer and
8463 termcap_strings_buffer.
8464
8465 * term.c (encode_terminal_code): Free any previous memory blocks
8466 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
8467 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
8468 All callers changed.
8469 (init_tty): Store termcap data and string buffers in new struct
8470 tty members termcap_term_buffer and termcap_strings_buffer.
8471 (delete_tty): Free them.
8472 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
8473
8474 2008-12-07 Seiji Zenitani <zenitani@mac.com>
8475
8476 * nsfns.m (ns_set_background_color): Remove code duplication.
8477 It was a substitute for face-transparency on OS X 10.3.
8478
8479 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
8480
8481 * coding.c (make_conversion_work_buffer): Disable buffer
8482 modification hooks in the work buffer.
8483
8484 2008-12-05 Eli Zaretskii <eliz@gnu.org>
8485
8486 * process.c (procfs_system_process_attributes): If `nread' has a
8487 negative value, assign zero to it.
8488
8489 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
8490
8491 * eval.c (Vdebug_on_error): Doc fix.
8492
8493 2008-12-05 Kenichi Handa <handa@m17n.org>
8494
8495 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
8496 second character is a combining character.
8497
8498 2008-12-05 Eli Zaretskii <eliz@gnu.org>
8499
8500 * process.c (procfs_system_process_attributes): Don't use cmd,
8501 cmdsize, and q without initializing them first.
8502
8503 2008-12-04 Jason Rumney <jasonr@gnu.org>
8504
8505 * w32font.c (w32font_draw): Initialize orig_clip before getting
8506 it, and delete it when finished.
8507
8508 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8509
8510 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
8511 case when running as a daemon before detaching.
8512
8513 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
8514
8515 * w32.c (init_environment): Don't unload library shell32.dll.
8516
8517 2008-12-03 Kenichi Handa <handa@m17n.org>
8518
8519 * font.c (font_at): Set `multibyte' at first.
8520
8521 * coding.c (decode_coding_charset): Check type of an element of
8522 vector VALIDS.
8523 (encode_coding_emacs_mule): Be sure to set `code'.
8524
8525 * fontset.c (face_for_char): Handle invalid charset property correctly.
8526 (font_for_char): Likewise.
8527
8528 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
8529
8530 * font.c (Fopen_font): Compute pixel size correctly.
8531 (font_update_lface): Handle fonts with corrupted size specs,
8532 i.e. non-int and non-float.
8533
8534 * ftfont.c (ftfont_match): Initialize entity variable.
8535 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8536 (ftfont_list_family): Initialize list var earlier.
8537
8538 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
8539
8540 * xterm.c (x_draw_glyph_string): Fall back on
8541 underline_minimum_offset for underline position.
8542
8543 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8544
8545 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
8546
8547 * character.c (c_string_width): Specify the type for LEN.
8548
8549 2008-12-03 Kenichi Handa <handa@m17n.org>
8550
8551 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
8552 (decode_coding_utf_8): Likewise.
8553 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
8554 (produce_chars): Initialize consumed_chars to 0.
8555
8556 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8557
8558 * keyboard.c (make_lispy_position): Only use PT if the selected
8559 window is current.
8560
8561 2008-12-02 Andreas Schwab <schwab@suse.de>
8562
8563 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
8564
8565 * doprnt.c (doprnt1): Fix size of charbuf.
8566
8567 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8568
8569 * keyboard.c (timer_check): Revert last change.
8570
8571 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
8572
8573 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
8574
8575 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
8576
8577 * makefile.w32-in: Update dependencies.
8578 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
8579
8580 2008-12-01 Andreas Schwab <schwab@suse.de>
8581
8582 * font.c (register_font_driver): Use xmalloc.
8583 (font_put_frame_data): Likewise.
8584
8585 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
8586
8587 * xfaces.c (realize_x_face): Make abort condition clearer.
8588
8589 * gtkutil.c (update_frame_tool_bar): Initialize variable.
8590
8591 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
8592
8593 * keyboard.c (timer_check): After a timer runs, ensure that the
8594 selected window's buffer is current.
8595
8596 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
8597
8598 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
8599 It was accidentally restored by the Unicode merge.
8600
8601 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
8602
8603 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
8604
8605 * w32proc.c: Include "coding.h".
8606 (Fw32_short_file_name): Encode filename passed to Windows API.
8607 (Fw32_long_file_name): Encode filename passed to Windows API and
8608 decode back the result. (Bug#1433)
8609
8610 2008-11-29 Kenichi Handa <handa@m17n.org>
8611
8612 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
8613 not before accessing it.
8614
8615 * charset.c (Fdefine_charset_internal): After calculating
8616 min_char, max_char, and fastmap, copy the charset structure again.
8617 (encode_char): Fix the previous change.
8618
8619 2008-11-28 Seiji Zenitani <zenitani@mac.com>
8620
8621 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
8622
8623 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
8624
8625 * nsterm.m (x_set_frame_alpha): New function.
8626
8627 2008-11-27 Eli Zaretskii <eliz@gnu.org>
8628
8629 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
8630
8631 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
8632
8633 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
8634 pointer to check_face_name.
8635
8636 2008-11-27 Kenichi Handa <handa@m17n.org>
8637
8638 * category.h (SET_CATEGORY_SET): Call set_category_set.
8639 (set_category_set): Extern it.
8640
8641 * category.c (hash_get_category_set): New function.
8642 (Fmodify_category_entry): Adjusted for the change of
8643 char_table_ref_and_range. Call hash_get_category_set to get a
8644 category set to store in the table.
8645
8646 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
8647 Funify_charset.
8648
8649 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
8650 (DECODE_CHAR): Check if the decoder vector is ready.
8651 (ENCODE_CHAR): Check if the encoder char-table is ready.
8652 (maybe_unify_char): Extern it.
8653
8654 * charset.c (Vchar_unified_charset_table): Delete it.
8655 (inhibit_load_charset_map): New variable.
8656 (temp_charset_work): New variable.
8657 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
8658 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
8659 New macros.
8660 (load_charset_map): Meaning of control_flag changed. If
8661 inhibit_load_charset_map is nonzero, setup a table in
8662 temp_charset_work.
8663 (load_charset): New argument control_flag.
8664 (map_charset_for_dump): New function.
8665 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
8666 map_charset_for_dump.
8667 (Fdefine_charset_internal): If the charset method is MAP, load
8668 mapping tables by calling load_charset.
8669 (Funify_charset): Don't load a mapping table but directly set
8670 Vchar_unify_table.
8671 (maybe_unify_char): New function.
8672 (decode_char): Don't handle the deleted method MAP_DEFERRED.
8673 Handle the case of inhibit_load_charset_map being nonzero.
8674 (encode_char): Don't handle the deleted method MAP_DEFERRED.
8675 Handle the case of inhibit_load_charset_map being nonzero.
8676 (Fclear_charset_maps): Just free temp_charset_work.
8677 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
8678 variable.
8679
8680 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
8681 change of char_table_ref_and_range.
8682 (char_table_ref_and_range): Change the meaning of argument FROM
8683 and TO. Now the caller must provide initial values for *FROM
8684 and *TO.
8685
8686 * fontset.c (fontset_add): Adjusted for the change of
8687 char_table_ref_and_range.
8688 (fontset_get_font_group): Likewise.
8689 (Ffontset_info): Likewise.
8690
8691 * keymap.c (describe_vector): Adjusted for the change of
8692 char_table_ref_and_range. For char-table, put boundary between
8693 non-ASCII and 8-bit characters.
8694
8695 * print.c (print_object): For bool-vector, delete unnecessary
8696 check of ASCII_BYTE_P.
8697
8698 2008-11-26 Jason Rumney <jasonr@gnu.org>
8699
8700 * w32font.c (w32font_open_internal): Don't include external
8701 leading in font height. (Bug#879)
8702
8703 2008-11-26 Glenn Morris <rgm@gnu.org>
8704
8705 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
8706 redefinition with ifdef. (Bug#1383)
8707
8708 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8709
8710 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
8711
8712 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8713
8714 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
8715 New EmacsView methods.
8716 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
8717 Fixes bug #1048,1357,1414.
8718
8719 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8720
8721 Fix bug #1362.
8722 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
8723 is not an indexed color.
8724 * nsterm.m (free_indexed_color): Add argument checking.
8725 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
8726
8727 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
8728
8729 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
8730 Document confirm-after-completion value for
8731 minibuffer-completion-confirm.
8732
8733 2008-11-24 Jason Rumney <jasonr@gnu.org>
8734
8735 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
8736 warning.
8737
8738 2008-11-23 Jason Rumney <jasonr@gnu.org>
8739
8740 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
8741 restored before returning.
8742
8743 * w32font.c (check_face_name): New function.
8744 (add_font_entity_to_list): Use it to filter out common substituted
8745 fonts. (Bug#642)
8746
8747 2008-11-22 Martin Rudalics <rudalics@gmx.at>
8748
8749 * buffer.c (Fswitch_to_buffer): Reword and mention new option
8750 confirm-nonexistent-file-or-buffer in doc-string.
8751
8752 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8753
8754 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
8755 Fix copy/paste typo. Add checks.
8756
8757 2008-11-21 Kenichi Handa <handa@m17n.org>
8758
8759 * coding.c (detect_coding_iso_2022): Reject invalid composition
8760 sequence.
8761 (DECODE_COMPOSITION_START): If the current source is the last
8762 block, and the current composition doesn't end, regard this
8763 sequence as invalid.
8764 (decode_coding_iso_2022): Handle invalid composition sequence.
8765
8766 2008-11-20 Martin Rudalics <rudalics@gmx.at>
8767
8768 * window.c (coordinates_in_window): Don't return
8769 ON_VERTICAL_BORDER for the rightmost position of a mode/header
8770 line when the window is not the rightmost one. (Bug#1372)
8771
8772 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
8773
8774 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
8775
8776 2008-11-15 Eli Zaretskii <eliz@gnu.org>
8777
8778 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8779 and bright_bg if noninteractive is non-zero.
8780
8781 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8782
8783 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8784 x_draw_glyph_string_background.
8785
8786 * w32term.c (x_draw_glyph_string): Likewise.
8787
8788 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
8789
8790 * xterm.c (x_draw_glyph_string): Stop drawing the background of
8791 the next glyph string once past the overhang width.
8792
8793 * nsterm.m (ns_draw_glyph_string): Likewise.
8794
8795 * w32term.c (x_draw_glyph_string): Likewise.
8796
8797 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8798
8799 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8800 double file close.
8801
8802 2008-11-14 Martin Rudalics <rudalics@gmx.at>
8803
8804 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8805 dedicated status of window before attempting to display another
8806 buffer in it.
8807
8808 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
8809
8810 * msdos.c (Fmsdos_long_file_names):
8811 (syms_of_msdos) <dos-unsupported-char-glyph>:
8812 * dosfns.c (Fint86): Fix typos in docstrings.
8813
8814 2008-11-14 Eli Zaretskii <eliz@gnu.org>
8815
8816 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8817
8818 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8819
8820 * puresize.h (BASE_PURESIZE): Increase to 1260000.
8821
8822 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
8823
8824 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8825
8826 * frame.h: Negative alpha means "don't touch".
8827
8828 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8829
8830 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8831
8832 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8833
8834 * hftctl.c:
8835 * chpdef.h:
8836 * acldef.h: Remove files used only for systems no longer supported.
8837
8838 * Makefile.in: Fix .o alphabetical ordering.
8839 (hftctl.o): Remove dependency, file removed.
8840 (keymap.o, print.o): Depend on charset.h.
8841
8842 2008-11-10 Kenichi Handa <handa@m17n.org>
8843
8844 * character.c (Fget_byte): Fix and make it faster for unibyte target.
8845
8846 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
8847
8848 * dired.c (file_name_completion): If completion_ignore_case is
8849 enabled, ignore case when checking completion-regexp-list.
8850
8851 2008-11-08 Eli Zaretskii <eliz@gnu.org>
8852
8853 * vm-limit.c (get_lim_data): Fix last change.
8854
8855 2008-11-08 Kenichi Handa <handa@m17n.org>
8856
8857 * character.c (Fget_byte): New function.
8858 (syms_of_character): Defsubr Fget_byte.
8859
8860 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
8861
8862 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8863 cursor position is valid after scrolling.
8864
8865 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
8866
8867 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8868
8869 2008-11-06 Glenn Morris <rgm@gnu.org>
8870
8871 * xterm.c (handle_one_xevent): Don't let popup menus cause
8872 mouse-autoselect-window related window switching. (Bug#1261)
8873
8874 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8875
8876 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8877
8878 2008-11-04 Andreas Schwab <schwab@suse.de>
8879
8880 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8881
8882 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
8883
8884 * xfns.c (Fx_wm_set_size_hint): New function.
8885
8886 2008-11-03 Martin Rudalics <rudalics@gmx.at>
8887
8888 * textprop.c (Fprevious_single_char_property_change): Return 0
8889 when there's no change in a string. (Bug#1301)
8890
8891 2008-11-02 Martin Rudalics <rudalics@gmx.at>
8892
8893 * frame.c (do_switch_frame): New argument NORECORD passed to
8894 Fselect_window.
8895 (Fselect_frame): New argument NORECORD passed to
8896 do_switch_frame.
8897 (Fset_frame_selected_window): New argument NORECORD passed to
8898 Fselect_frame.
8899 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8900 in call of do_switch_frame.
8901 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8902 Handle NORECORD argument in call of Fselect_frame.
8903 * lisp.h (do_switch_frame, Fselect_frame)
8904 (Fset_frame_selected_window): Adjust declarations.
8905 * window.c (select_frame_norecord): New function.
8906 (run_window_configuration_change_hook): Use it and call
8907 Fselect_frame with NORECORD set.
8908 (Fselect_window): Pass NORECORD to Fselect_frame.
8909 (Fset_window_configuration): Handle NORECORD argument in call of
8910 do_switch_frame.
8911 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8912 Fset_frame_selected_window.
8913 * keyboard.c (command_loop_1): Handle NORECORD in call of
8914 Fselect_frame (currently ifdefd).
8915
8916 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8917
8918 * emacs.c (USAGE2): Untabify.
8919
8920 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * composite.c (fill_gstring_header): Fix copy/paste typo.
8923
8924 2008-10-31 Martin Rudalics <rudalics@gmx.at>
8925
8926 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8927 (Fother_window): Rename argument and rewrite doc-string.
8928 (select_window_norecord): Fix return value. (Bug#1276)
8929
8930 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
8931
8932 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8933 new frames overriding foreground for tooltips. Based on similar patch
8934 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8935
8936 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
8937
8938 * emacs.c (Fdaemon_initialized): Initialize nfd.
8939
8940 2008-10-29 Martin Rudalics <rudalics@gmx.at>
8941
8942 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8943 (Fwindow_text_height): Clarify doc-strings.
8944 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8945 doc-string of window-scroll-functions.
8946
8947 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8948
8949 * category.c (syms_of_category): Fix typo in docstring.
8950
8951 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
8952
8953 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8954 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8955 Fix typos in docstrings.
8956
8957 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8958
8959 * emacs.c (daemon_pipe): Make non-static.
8960 (IS_DAEMON): Move definition ...
8961 * lisp.h (IS_DAEMON): ... here.
8962 (daemon_pipe): Declare.
8963 (is_daemon): Remove.
8964 * dispnew.c (init_display): Use IS_DAEMON.
8965
8966 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8969 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8970
8971 * emacs.c (is_daemon): Remove.
8972 (main): Don't set is_daemon.
8973 (IS_DAEMON): New macro.
8974 (Fdaemonp, Fdaemon_initialized): Use it.
8975 (Fdaemon_initialized): Write a char into the pipe to make sure the
8976 parent exits.
8977 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8978
8979 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
8980
8981 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8982 over-sized glyph, draw it with the default glyph width.
8983
8984 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8985 glyph, draw it with the default glyph width.
8986
8987 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8988 glyph, draw it with the default glyph width.
8989
8990 * xdisp.c (try_scrolling): When computing the distance from the
8991 scroll margin to PT, try moving some distance past the window
8992 bottom before giving up.
8993
8994 2008-10-27 Martin Rudalics <rudalics@gmx.at>
8995
8996 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8997 (Fset_window_buffer): Explain in doc-string that a window can be
8998 "strongly" dedicated to its buffer.
8999
9000 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
9001
9002 * emacs.c (daemon_name): New variable.
9003 (main): Deal with --daemon=SERVER_NAME.
9004 (Fdaemonp): Return a name if one was passed to --daemon.
9005
9006 2008-10-26 Romain Francoise <romain@orebokech.com>
9007
9008 * emacs.c (daemon_pipe): New variable.
9009 (main): Create a pipe before forking, make the parent exit only after
9010 the child has closed its end of the pipe. Move closing the
9011 descriptors ...
9012 (Fdaemon_initialized): ... here. New function.
9013
9014 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9015
9016 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
9017 the previous unoptimized table.
9018
9019 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
9020 the distinction between non-nil and non-t value of `dedicated'.
9021
9022 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
9023
9024 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
9025 read_char_minibuf_menu_text is large enough to hold the menu string.
9026
9027 2008-10-25 Martin Rudalics <rudalics@gmx.at>
9028
9029 * window.c (Fget_buffer_window, Fdelete_windows_on)
9030 (Freplace_buffer_in_windows): Make buffer argument optional and
9031 rename to buffer_or_name.
9032
9033 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
9034
9035 * xdisp.c (handle_single_display_spec, handle_display_prop):
9036 Undo 2005-05-16 change.
9037 (handle_stop): Pop iterator if it's loaded with an empty string.
9038 (get_overlay_strings_1): Don't save iterator if it's loaded with
9039 an empty string (bug#1201).
9040
9041 2008-10-24 Kenichi Handa <handa@m17n.org>
9042
9043 * ftfont.c (ftfont_otf_features): Fix previous change.
9044 (ftfont_otf_capability): Check FeatureList.FeatureCount before
9045 calling ftfont_otf_features.
9046
9047 2008-10-24 Kenichi Handa <handa@m17n.org>
9048
9049 * font.c (font_match_p): Fix for the case that a vector of
9050 characters is in script-representative-chars.
9051
9052 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
9053
9054 * dbusbind.c (xd_in_read_queued_messages): New variable.
9055 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
9056 (xd_read_queued_messages): Catch Qdbus_error from the macros.
9057 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
9058 macro. (Bug#1186)
9059
9060 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9061
9062 * s/sol2-10.h: New file.
9063
9064 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
9065
9066 * xdisp.c (fill_glyph_string): Fix typo in source (though the
9067 poor beast has survived 9+ years and the jump from xterm.c!).
9068
9069 2008-10-23 Martin Rudalics <rudalics@gmx.at>
9070
9071 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
9072 Reword doc-string.
9073 (Fbury_buffer): In doc-string say what happens to the buffer's window.
9074
9075 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
9076
9077 * character.c (syms_of_character) <script-representative-chars>:
9078 <unicode-category-table>: Doc fixes.
9079
9080 2008-10-23 Noah Friedman <friedman@splode.com>
9081
9082 * coding.c (make_conversion_work_buffer): Check that
9083 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
9084 Fget_buffer_create.
9085
9086 2008-10-23 Kenichi Handa <handa@m17n.org>
9087
9088 * font.c (font_add_log): Check the values of extra properties.
9089
9090 2008-10-22 Martin Rudalics <rudalics@gmx.at>
9091
9092 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9093 Reword doc-string.
9094 (Fset_window_parameter): Use NILP.
9095 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
9096 (Frecenter): Use "selected" instead of "current" window in doc-strings.
9097
9098 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
9099
9100 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
9101
9102 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9103
9104 * nsfns.m (ns_appkit_version): New function.
9105 (x-server-version): Use it.
9106 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
9107 (x-server-vendor): Don't check_ns().
9108
9109 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
9110
9111 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
9112
9113 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
9114 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
9115
9116 2008-10-22 Kenichi Handa <handa@m17n.org>
9117
9118 * syntax.c (scan_words): Call word_boundary_p instead of comparing
9119 scripts.
9120
9121 * category.c (word_boundary_p): Check scripts instead of charset.
9122 Handle nil value in word-separating-categories and
9123 word-combining-categories.
9124 (syms_of_category): Fix docstrings of word-separating-categories
9125 and word-combining-categories.
9126
9127 2008-10-21 Eli Zaretskii <eliz@gnu.org>
9128
9129 * coding.c (Fencode_coding_region, Fdecode_coding_region)
9130 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
9131
9132 2008-10-21 Martin Rudalics <rudalics@gmx.at>
9133
9134 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
9135 Rename arg "buffer" to "buffer_or_name".
9136 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
9137 it optional.
9138 (no_switch_window): Remove since the return value is not used.
9139 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
9140 Consider window as dedicated when Fwindow_dedicated_p returns a
9141 non-nil value.
9142 * lisp.h: Remove prototype for no_switch_window.
9143
9144 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
9145
9146 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
9147 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
9148
9149 2008-10-21 Kenichi Handa <handa@m17n.org>
9150
9151 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
9152 check Vlatin_extra_code_table.
9153
9154 2008-10-20 Eli Zaretskii <eliz@gnu.org>
9155
9156 * fileio.c (Fset_file_modes): Doc fix.
9157
9158 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
9159
9160 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
9161 in arrays.
9162
9163 2008-10-19 Martin Rudalics <rudalics@gmx.at>
9164
9165 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9166 Mention kill-buffer in doc-string.
9167 (Fset_window_buffer): Reinsert tem check removed in last commit.
9168 (Fenlarge_window, Fshrink_window): Have argument names and
9169 doc-string follow Elisp manual more closely.
9170
9171 2008-10-18 Eli Zaretskii <eliz@gnu.org>
9172
9173 * fileio.c (Fset_file_modes): Doc fix.
9174
9175 2008-10-18 Martin Rudalics <rudalics@gmx.at>
9176
9177 * window.c (Fwindow_width, Fset_window_start)
9178 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
9179 (Fdelete_windows_on, Freplace_buffer_in_windows):
9180 Make doc-strings follow code and Elisp manual more closely.
9181 (Fwindow_dedicated_p): Make window argument optional.
9182 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
9183 (Fset_window_buffer): Respect any non-nil dedicated value for
9184 window. Rename "buffer" argument to "buffer_or_name".
9185
9186 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
9187
9188 * m/sh3.h: New file, machine description for SuperH.
9189
9190 2008-10-17 Martin Rudalics <rudalics@gmx.at>
9191
9192 * window.c (Fsplit_window): Rename arg horflag to horizontal.
9193
9194 2008-10-17 Kenichi Handa <handa@m17n.org>
9195
9196 * ftfont.c (ftfont_otf_features): Fix indexing
9197 gsub_gpos->FeatureList.Feature. Check the validity of indices.
9198
9199 2008-10-16 Magnus Henoch <mange@freemail.hu>
9200
9201 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
9202 (Fdbus_call_method_asynchronously): Ditto.
9203 This change makes C-h f display the argument list.
9204
9205 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
9206
9207 * fileio.c (Fexpand_file_name): Doc fix.
9208
9209 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
9210 of :foreground and :background equivalent to unspecified (20.x
9211 compatibility).
9212
9213 2008-10-15 Eli Zaretskii <eliz@gnu.org>
9214
9215 * buffer.c (syms_of_buffer): Doc fix.
9216
9217 2008-10-14 Kenichi Handa <handa@m17n.org>
9218
9219 * font.c (font_clear_prop): When clearing font width, clear the
9220 average width field too.
9221
9222 2008-10-12 Andreas Schwab <schwab@suse.de>
9223
9224 * ftfont.c (ftfont_shape_by_flt): Make static.
9225 * ftfont.h (ftfont_shape_by_flt): Don't declare.
9226
9227 * font.c: Don't include <m17n-flt.h>.
9228
9229 2008-10-10 Eli Zaretskii <eliz@gnu.org>
9230
9231 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
9232
9233 2008-10-09 Eli Zaretskii <eliz@gnu.org>
9234
9235 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
9236 away code.
9237
9238 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
9239
9240 * dispnew.c (update_text_area): Avoid looping due to large glyph
9241 overhangs (bug#1070).
9242
9243 2008-10-09 Kenichi Handa <handa@m17n.org>
9244
9245 * fontset.c (face_for_char): If face->fontset is negative, just
9246 return ascii_face.
9247
9248 * font.c (font_delete_unmatched): Fix previous change.
9249 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
9250
9251 2008-10-09 Martin Rudalics <rudalics@gmx.at>
9252
9253 * frame.c (Fraise_frame): On text-only terminals select frame in
9254 order to make it visible. (Bug#1061)
9255
9256 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
9257
9258 * fontset.c (fontset_find_font): Check frame validity.
9259
9260 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
9261
9262 * gtkutil.c (xg_display_open): Reset default display if none exists.
9263 (xg_display_close): Allow Emacs to close all displays (bug#985).
9264
9265 2008-10-06 Andreas Schwab <schwab@suse.de>
9266
9267 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
9268
9269 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
9270
9271 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
9272
9273 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
9274
9275 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
9276 during initialization.
9277
9278 2008-10-04 Eli Zaretskii <eliz@gnu.org>
9279
9280 * xdisp.c (redisplay_internal): If frame switched, redisplay the
9281 whole thing on MSDOS frames as well as on a TTY.
9282
9283 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
9284 well as for TTY.
9285 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
9286 well as on a TTY.
9287
9288 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
9289 as well as for TTY.
9290
9291 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
9292
9293 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
9294 MSDOS frames as well.
9295
9296 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9297
9298 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
9299 correct arguments.
9300 * menu.c (find_and_return_menu_selection): Add cast.
9301
9302 2008-10-03 Glenn Morris <rgm@gnu.org>
9303
9304 * emacs.c (USAGE1): Add --daemon.
9305
9306 2008-10-02 Eli Zaretskii <eliz@gnu.org>
9307
9308 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
9309 100, so it's in percents as advertised.
9310
9311 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9312
9313 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
9314 (ns_output.current_cursor, ns_output.desired_cursor)
9315 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
9316 (FRAME_NEW_CURSOR_COLOR): Remove.
9317
9318 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
9319 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
9320 enumeration (HOLLOW_BOX_CURSOR, etc.).
9321
9322 * nsterm.m (ns_frame_rehighlight): Remove commented code.
9323 (draw_window_cursor): Simplify code.
9324 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
9325 Don't change cursor type. In latter, call rehighlight instead of doing
9326 updates manually.
9327 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
9328 Use core Emacs cursor types.
9329
9330 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
9331
9332 2008-10-02 Martin Rudalics <rudalics@gmx.at>
9333
9334 * process.c (Faccept_process_output): Fix doc-string.
9335
9336 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9337
9338 * gmalloc.c (__sbrk): Also define for uClibc.
9339
9340 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
9341 for uClibc.
9342
9343 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9344
9345 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
9346 styles.
9347 (nsfont_open): Reenable the cache.
9348
9349 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9350
9351 * font.c (font_matching_entity): Reflect ATTRS in font selection.
9352 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
9353
9354 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
9357 a suspended terminal.
9358
9359 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
9360
9361 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
9362
9363 2008-09-30 Eli Zaretskii <eliz@gnu.org>
9364
9365 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
9366
9367 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
9368
9369 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
9370 in a continued line coincides with a line beginning.
9371
9372 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9373
9374 * nsfont.m (nsfont_trait_distance): Fix bug.
9375 (nsfont_list): Return a list rather than a vector (syncs with Handa
9376 changes of 2008-05-14).
9377 (nsfont_open): Improve logging.
9378
9379 2008-09-29 Andreas Schwab <schwab@suse.de>
9380
9381 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9382
9383 2008-09-28 Martin Rudalics <rudalics@gmx.at>
9384
9385 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
9386 name as char-resolve-modifiers.
9387 Reported by: Markus Triska <markus.triska@gmx.at>
9388
9389 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
9390
9391 * dispnew.c (init_display): Return earlier when running as a daemon.
9392
9393 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9394
9395 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
9396
9397 2008-09-27 Eli Zaretskii <eliz@gnu.org>
9398
9399 * composite.c (Fcomposition_get_gstring)
9400 (Fcompose_region_internal, Fcompose_string_internal)
9401 (Ffind_composition_internal): Doc fix.
9402 (syms_of_composite) <compose-chars-after-function>: Doc fix.
9403 (syms_of_composite) <auto-composition-function>: Doc fix.
9404 (syms_of_composite) <composition-function-table>: Doc fix.
9405
9406 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
9407
9408 * search.c (wordify): New argument for lax word-ends.
9409 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
9410
9411 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9412
9413 * lisp.h (is_daemon): Declare.
9414 * dispnew.c (init_display): Do not try to initialize the terminal
9415 when running as a daemon.
9416
9417 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
9418
9419 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
9420 x_display_pixel_height.
9421
9422 2008-09-22 Martin Rudalics <rudalics@gmx.at>
9423
9424 * undo.c (record_point): Don't call Fundo_boundary for first
9425 change. (Bug#731)
9426
9427 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
9428
9429 * emacs.c (Fdaemonp): Doc fix.
9430
9431 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
9432
9433 * emacs.c (main): Place #ifdef in the proper place.
9434
9435 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9436
9437 * emacs.c (standard_args): Add --daemon.
9438 (main): Disconnect from the terminal when --daemon is passed.
9439 (is_daemon): New variable.
9440 (Fdaemonp): New function.
9441 (syms_of_emacs): Defsubr it.
9442
9443 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
9444
9445 * xdisp.c (get_next_display_element): Handle string display
9446 correctly when checking for the end of a box run.
9447
9448 2008-09-20 Glenn Morris <rgm@gnu.org>
9449
9450 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
9451 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
9452 (Frename_file): Avoid copying to trash if a rename involves
9453 a delete. (Bug#964).
9454
9455 2008-09-20 Eli Zaretskii <eliz@gnu.org>
9456
9457 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
9458 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
9459 frames as well as termcap frames.
9460 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
9461 get_named_tty.
9462
9463 2008-09-19 Eli Zaretskii <eliz@gnu.org>
9464
9465 * process.c (procfs_system_process_attributes): Fix cmdline in
9466 case /proc/PID/cmdline is empty.
9467
9468 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
9469 x_display_pixel_height.
9470
9471 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
9472
9473 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
9474
9475 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9476 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
9477
9478 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
9479
9480 * dispextern.h (struct it): Move line_wrap away from the middle of
9481 bitfields. Move voffset in struct iterator_stack_entry after the
9482 bitfields. Move tab_width near after another short.
9483
9484 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
9485
9486 * frame.h (struct frame): Move alpha from the middle of bitfields.
9487
9488 * window.h (struct window): Move frozen_window_start_p after the
9489 rest of the bitfields to reduce padding.
9490
9491 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
9492
9493 * xterm.h (x_display_info): Remove `height' and `width' members.
9494
9495 * nsterm.h (ns_display_info): Remove `height' and `width' members.
9496
9497 * w32term.h (w32_display_info): Remove `height', `width',
9498 `height_in', and `width_in' members.
9499
9500 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9501 New functions.
9502 (x_calc_absolute_position): Use them.
9503 (x_term_init): Omit removed `height' and `width' members.
9504
9505 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9506 New functions.
9507 (w32_read_socket, x_calc_absolute_position): Use them.
9508 (w32_initialize_display_info, w32_term_init): Omit removed members
9509 of w32_display_info.
9510
9511 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
9512 New functions.
9513 (ns_initialize_display_info): Omit removed members of ns_display_info.
9514
9515 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9516 New functions.
9517 (x_calc_absolute_position): Use them.
9518 (x_term_init): Omit removed `height' and `width' members.
9519
9520 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9521 (compute_tip_xy):
9522 * frame.c (x_fullscreen_adjust):
9523 * xmenu.c (menu_position_func): Use x_display_pixel_height and
9524 x_display_pixel_width.
9525
9526 2008-09-18 Kenichi Handa <handa@m17n.org>
9527
9528 * composite.c (fill_gstring_header): Don't check FROM and TO here.
9529 (composition_compute_stop_pos): Fix handling of static composition.
9530 (Fcomposition_get_gstring): Check FROM and TO at first.
9531
9532 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
9535 mixup (YAILOM).
9536
9537 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
9538
9539 * indent.c (Fvertical_motion): Use position reported by iterator
9540 instead of PT for determining screen motion (bug#943).
9541
9542 2008-09-17 Romain Francoise <romain@orebokech.com>
9543
9544 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
9545
9546 2008-09-17 Kenichi Handa <handa@m17n.org>
9547
9548 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
9549
9550 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
9551 if necessary.
9552
9553 2008-09-16 Kenichi Handa <handa@m17n.org>
9554
9555 * coding.c (make_conversion_work_buffer): Avoid calling
9556 Fget_buffer_create if it is not necessary.
9557
9558 2008-09-15 Martin Rudalics <rudalics@gmx.at>
9559
9560 * window.c (Fselect_window): Don't update window_select_count and
9561 use_time when norecord is not nil.
9562
9563 2008-09-14 Kenichi Handa <handa@m17n.org>
9564
9565 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
9566 specpdl_ptr.
9567
9568 2008-09-12 Kenichi Handa <handa@m17n.org>
9569
9570 * indent.c (scan_for_column): Don't handle automatic composition
9571 if the current buffer is not associated with a window.
9572
9573 * composite.c (composition_reseat_it): If the current buffer is
9574 not associated with a window, ignore the automatic composition.
9575 (find_automatic_composition): Likewise.
9576
9577 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9579 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
9580 (Fgpm_mouse_stop): Use it.
9581 * termhooks.h (close_gpm): Declare.
9582 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
9583 connection if Gpm_GetEvent fails.
9584
9585 * window.c (set_window_buffer): Always preserve current-buffer.
9586
9587 2008-09-12 Glenn Morris <rgm@gnu.org>
9588
9589 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
9590
9591 2008-09-11 Glenn Morris <rgm@gnu.org>
9592
9593 * charset.c (charset-map-path): Doc fix.
9594
9595 2008-09-10 Kenichi Handa <handa@m17n.org>
9596
9597 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
9598
9599 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
9600 compose a grapheme cluster with the preceding base glyph.
9601
9602 * composite.c (composition_compute_stop_pos): Fix previous change.
9603 Reset cmp_it->id to -1 at first.
9604
9605 2008-09-10 Glenn Morris <rgm@gnu.org>
9606
9607 * Makefile.in (character.o, chartab.o): Fix config.h typo.
9608
9609 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
9610
9611 * keyboard.c (read_key_sequence): Reapply translation maps when
9612 switching keyboards.
9613
9614 2008-09-09 Kenichi Handa <handa@m17n.org>
9615
9616 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
9617 characters.
9618
9619 * composite.c (FORWARD_CHAR): Fix calculation
9620 of (POSITION).pos_byte.
9621 (composition_compute_stop_pos): Limit the search of composition to
9622 at most 500 characters ahead. If we reach the limit or find a
9623 newline, set cmp_it->ch to -2 and return 0.
9624 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
9625
9626 2008-09-08 Kenichi Handa <handa@m17n.org>
9627
9628 * indent.c (Fvertical_motion): Be sure to set
9629 it_overshoot_expected if it.cmp_it.id is non-negative.
9630
9631 2008-09-07 Andreas Schwab <schwab@suse.de>
9632
9633 * callproc.c (Fcall_process): Don't hold references to string data
9634 across garbage collection. Move initialisation of new_argv down
9635 to avoid compiler bug.
9636
9637 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9638
9639 * process.c (Fsystem_process_attributes): Doc fix.
9640
9641 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
9642
9643 * callproc.c (Fcall_process): Canonicalize current directory name.
9644
9645 * xdisp.c (move_it_to): When moving by vpos, ensure that the
9646 iterator advances to the next line if the current line ends in a
9647 continued tab.
9648
9649 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
9650
9651 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
9652 member to point to cmp_from.
9653
9654 * xdisp.c: Doc fix for references to gidx data member.
9655
9656 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9657
9658 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
9659
9660 2008-09-07 Kenichi Handa <handa@m17n.org>
9661
9662 * composite.c (FORWARD_CHAR): Check STOP after
9663 incrementing (POSITION).pos.
9664
9665 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9666
9667 * process.c (Fsystem_process_attributes): Doc fix.
9668
9669 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
9670
9671 * keyboard.c (Ftop_level): Doc fix.
9672
9673 2008-09-06 Eli Zaretskii <eliz@gnu.org>
9674
9675 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
9676 minibuffer, don't let lower part of menu invade the echo area.
9677
9678 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
9679 "char *q" to access menu text and advance through it. Revert the
9680 change that displayed ">" instead of ASCII character 0x10.
9681
9682 2008-09-05 Eli Zaretskii <eliz@gnu.org>
9683
9684 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
9685 toggle boxes and radio buttons on MS-DOS as well.
9686
9687 2008-09-05 Kenichi Handa <handa@m17n.org>
9688
9689 * composite.c (autocmp_chars): Check lookback count.
9690 (composition_compute_stop_pos): Set cmp_it->lookback.
9691 (composition_reseat_it): Check lookback count.
9692 (struct position_record): New struct.
9693 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
9694 (find_automatic_composition): New function.
9695 (composition_adjust_point): Use find_automatic_composition.
9696
9697 * dispextern.h (struct composition_it): New member lookback.
9698
9699 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
9700
9701 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
9702 if moving by a single line.
9703
9704 2008-09-02 Andreas Schwab <schwab@suse.de>
9705
9706 * xterm.c (x_delete_display): Fix merge error.
9707
9708 * fileio.c (Fexpand_file_name): Remove unused variables.
9709
9710 2008-09-02 Eli Zaretskii <eliz@gnu.org>
9711
9712 * fileio.c (Fexpand_file_name): Copy argument `name' into local
9713 storage on all platforms, not just on DOS_NT.
9714
9715 2008-09-02 Jason Rumney <jasonr@gnu.org>
9716
9717 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
9718 Ensure mouse is not grabbed after menu is finished.
9719
9720 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
9721
9722 * xfaces.c (Finternal_set_alternative_font_family_alist)
9723 (Finternal_set_alternative_font_registry_alist): Properly copy
9724 entire alist structure.
9725
9726 2008-09-01 Kenichi Handa <handa@m17n.org>
9727
9728 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
9729 representative chars of the script is a vector.
9730 (ftfont_list): Handle the case where the representative chars of
9731 the script is a vector.
9732
9733 * character.c (syms_of_character): Docstring of
9734 script-representative-chars fixed.
9735
9736 2008-08-31 Eli Zaretskii <eliz@gnu.org>
9737
9738 * msdos.c (BUILD_CHAR_GLYPH): New macro.
9739 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
9740 the menu. Allocate larger buffer for `text', to account for
9741 possible ^C characters.
9742
9743 2008-08-31 Martin Rudalics <rudalics@gmx.at>
9744
9745 * xdisp.c (prepare_menu_bars): Don't call
9746 Vwindow_size_change_functions with arg Qt.
9747
9748 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * font.h (font_range):
9751 * fileio.c (report_file_error):
9752 * composite.c (composition_update_it): Yet another int/Lisp_Object
9753 mixup (YAILOM).
9754
9755 2008-08-30 Glenn Morris <rgm@gnu.org>
9756
9757 * data.c (Fmake_variable_frame_local): Doc fix.
9758
9759 * frame.c (Fmodify_frame_parameters): Doc fix.
9760
9761 2008-08-30 Eli Zaretskii <eliz@gnu.org>
9762
9763 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
9764 needed by GetTokenInformation.
9765 (w32_system_process_attributes): Check return values of all system
9766 APIs.
9767
9768 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
9769 only when the state changes.
9770 (IT_update_begin, IT_update_end): Add termscript trace.
9771
9772 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
9773 clipboard is unavailable. Set dst to NULL if it doesn't point to
9774 malloc'ed data.
9775 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
9776 passing random values to xfree.
9777
9778 * dispnew.c (init_display): Set `tty's association in frame's
9779 parameters alist to the name of the terminal device, if that is known.
9780
9781 2008-08-29 Jason Rumney <jasonr@gnu.org>
9782
9783 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9784
9785 2008-08-29 Eli Zaretskii <eliz@gnu.org>
9786
9787 * composite.c (fill_gstring_body): Avoid compiler warnings.
9788
9789 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9790 LGLYPH_SET_CODE to avoid compiler warnings.
9791
9792 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
9793
9794 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9795
9796 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9797 LGLYPH_SET_CODE.
9798
9799 2008-08-29 Kenichi Handa <handa@m17n.org>
9800
9801 * fileio.c (report_file_error): Don't downcase the first character
9802 of errstring if it is still unibyte.
9803
9804 2008-08-29 Kenichi Handa <handa@m17n.org>
9805
9806 These changes are to re-implement the automatic composition so
9807 that it doesn't use text properties.
9808
9809 * Makefile.in (ftfont.o): Depend on composite.h.
9810 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9811
9812 * character.h (Vunicode_category_table): Extern it.
9813
9814 * character.c (Vunicode_category_table): New variable.
9815 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9816
9817 * chartab.c (optimize_sub_char_table): Perform more greedy
9818 optimization.
9819
9820 * composite.h (enum composition_method):
9821 Delete COMPOSITION_WITH_GLYPH_STRING.
9822 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9823 (Vcomposition_function_table): Extern it.
9824 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9825 (composition_gstring_put_cache, composition_gstring_from_id)
9826 (composition_gstring_p, composition_gstring_width)
9827 (composition_compute_stop_pos, composition_reseat_it)
9828 (composition_update_it, composition_adjust_point): Extern them.
9829 (Fcomposition_get_gstring): EXFUN it.
9830
9831 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
9832 (Vcomposition_function_table)
9833 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
9834 (gstring_hash_table, gstring_work, gstring_work_headers):
9835 New variables.
9836 (gstring_lookup_cache, composition_gstring_put_cache)
9837 (composition_gstring_from_id, composition_gstring_p)
9838 (composition_gstring_width, fill_gstring_header)
9839 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9840 (composition_reseat_it, composition_update_it)
9841 (composition_adjust_point, Fcomposition_get_gstring): New functions.
9842 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9843 and gstring_work_headers. DEFVAR_LISP composition-function-table.
9844 Defsubr composition_get_gstring.
9845
9846 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9847 cmp_id.
9848 (struct glyph_string): Delete the member gidx. New members
9849 cmp_id, cmp_from, and cmp_to.
9850 (enum it_method): Delete GET_FROM_COMPOSITION.
9851 (struct composition_it): New struct.
9852 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9853 Delete c, len, cmp_id, cmp_len in u.comp.
9854
9855 * font.h (enum lgstring_indices): Delete it.
9856 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
9857 (enum lglyph_indices): Likewise.
9858 (font_range): Adjust extern.
9859 (font_fill_lglyph_metrics): Extern it.
9860
9861 * font.c (QCf): New variable.
9862 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9863 (font_prepare_composition): Delete this function.
9864 (font_range): Type and arguments changed.
9865 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9866 (font_fill_lglyph_metrics): New function.
9867 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
9868 (syms_of_font): DEFSYM QCf. Delete defsubr for
9869 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9870 Defsubr Sfont_shape_gstring.
9871
9872 * fontset.h (font_for_char): Extern it.
9873
9874 * fontset.c (font_for_char): New function.
9875
9876 * ftfont.c: Include composite.h.
9877 (ftfont_resolve_generic_family): Add langset "en" to pattern.
9878 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9879
9880 * indent.c: Include composite.h and dispextern.h.
9881 (check_composition): Delete this function.
9882 (scan_for_column): Handle composition by
9883 composition_compute_stop_pos, composition_reseat_it, and
9884 composition_update_it.
9885 (compute_motion): Likewise.
9886 (Fvertical_motion): Fix checking of composition.
9887
9888 * keyboard.c (adjust_point_for_property): Check composition by
9889 composition_adjust_point.
9890
9891 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
9892 struct glyph_string.
9893
9894 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9895 (append_composite_glyph): Adjust for the change of struct it and
9896 struct glyph.
9897 (produce_composite_glyph): Likewise.
9898
9899 * w32term.c (x_draw_composite_glyph_string_foreground):
9900 Adjust for the change of struct glyph_string.
9901 (x_draw_glyph_string): Likewise.
9902
9903 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9904 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9905
9906 * xdisp.c: Include font.h.
9907 (it_props): Delete the entry for Qauto_composed.
9908 (init_iterator): Initialize it->cmp_it.id to -1.
9909 (compute_stop_pos): Call composition_compute_stop_pos.
9910 (face_before_or_after_it_pos): Adjust for the change of struct it.
9911 (handle_auto_composed_prop): Delete it.
9912 (handle_composition_prop): Handle only static composition.
9913 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9914 from xassert. Initialize it->cmp_it.stop_pos.
9915 (push_it): Adjust for the change of struct it.
9916 (pop_it): Likewise.
9917 (get_next_element): Delete next_element_from_composition.
9918 (CHAR_COMPOSED_P): New macro.
9919 (get_next_display_element): For automatic composition, get a face
9920 from the font in the glyph-string.
9921 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
9922 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
9923 (next_element_from_string): Check if the character at the current
9924 position is composed by CHAR_COMPOSED_P.
9925 (next_element_from_buffer): Likewise.
9926 (next_element_from_composition): Adjust for the change of struct it.
9927 Update it->cmp_it.
9928 (dump_glyph): Adjust for the change of struct glyph.
9929 (fill_composite_glyph_string): Adjust for the change of struct
9930 it and struct glyph. Don't handle automatic composition here.
9931 (fill_gstring_glyph_string): New function.
9932 (x_get_glyph_overhangs): Handle automatic composition.
9933 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
9934 (BUILD_GSTRING_GLYPH_STRING): New macro.
9935 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9936 automatic composition.
9937 (append_composite_glyph): Adjust for the change of struct it and
9938 struct glyph.
9939 (x_produce_glyphs): Adjust for the change of struct it.
9940
9941 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9942 the change of struct glyph_string.
9943 (x_draw_glyph_string): Likewise.
9944
9945 2008-08-29 Glenn Morris <rgm@gnu.org>
9946
9947 * buffer.c (word-wrap): Doc fix.
9948 * xdisp.c (truncate-partial-width-windows): Doc fix.
9949 Increase default to 50.
9950
9951 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
9952
9953 * xdisp.c (update_tool_bar_unwind): New function.
9954 (update_tool_bar): Temporarily set selected frame before building
9955 tool-bar items.
9956
9957 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
9958
9959 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9960 snprintf, respectively.
9961 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9962
9963 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
9964
9965 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9966 LDFLAGS to GNUstep CC invocation.
9967
9968 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
9969
9970 * indent.c (Fvertical_motion): Revert last change. Handle the
9971 general case where we are moving forward, and PT spans multiple
9972 screen lines.
9973
9974 * eval.c (find_handler_clause): Temporarily increase
9975 max-lisp-eval-depth while printing the backtrace buffer, to
9976 guarantee that help-mode code can run.
9977
9978 2008-08-27 Eli Zaretskii <eliz@gnu.org>
9979
9980 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9981 colors under -rv.
9982 (IT_set_frame_parameters): Don't swap foreground and background
9983 colors if `(reverse . t)' is present in the frame properties.
9984 (internal_terminal_init): Call init_frame_faces only for the
9985 initial frame.
9986
9987 2008-08-27 Andreas Schwab <schwab@suse.de>
9988
9989 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9990
9991 2008-08-27 Andreas Schwab <schwab@suse.de>
9992
9993 * search.c (search_buffer): Set char_base to zero only at the end.
9994
9995 2008-08-27 Kenichi Handa <handa@m17n.org>
9996
9997 * fileio.c (report_file_error): Fix handling of multibyte error string.
9998
9999 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
10000
10001 * xterm.c (x_term_init): Temporarily hide the partially
10002 initialized terminal while calling vendor-specific-keysyms.
10003
10004 2008-08-26 Eli Zaretskii <eliz@gnu.org>
10005
10006 * msdos.c (internal_terminal_init): Most initializations done only
10007 once, especially initial_screen_colors[] and termscript open.
10008
10009 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
10010
10011 * eval.c (Fcondition_case): Doc fix.
10012
10013 * widgetprv.h (EmacsFramePart): Change font member to the new font
10014 struct.
10015
10016 * widget.c: Include character.h and font.h for XSETFONT.
10017 (setup_frame_gcs): Compute X font id from font struct, just once.
10018
10019 2008-08-26 Eli Zaretskii <eliz@gnu.org>
10020
10021 * term.c (get_named_tty): Fix last change.
10022
10023 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
10024
10025 * indent.c (Fvertical_motion): If moving forward starting from a
10026 multi-line string, move the iterator to the last line of that string.
10027
10028 2008-08-25 Eli Zaretskii <eliz@gnu.org>
10029
10030 * frame.c (do_switch_frame): Mark previously displayed frame as
10031 obscured for FRAME_MSDOS_P frames as well.
10032
10033 2008-08-24 Eli Zaretskii <eliz@gnu.org>
10034
10035 * frame.c (make_terminal_frame): Initialize f->terminal,
10036 f->terminal->reference_count, and scroll bars on MS-DOS as well.
10037 Set the top frame to newly created frame.
10038 (Fmake_terminal_frame): Reuse the_only_display_info.
10039
10040 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
10041 estimating available memory.
10042
10043 2008-08-23 David Reitter <david.reitter@gmail.com>
10044
10045 * nsterm.m (ns_draw_window_cursor): Don't call
10046 NSDisableScreenUpdates and NSEnableScreenUpdates on
10047 non-NS_IMPL_COCOA systems.
10048
10049 2008-08-23 Andreas Schwab <schwab@suse.de>
10050
10051 * process.c (procfs_system_process_attributes): Fix use of
10052 uninitialized variables.
10053
10054 2008-08-23 Eli Zaretskii <eliz@gnu.org>
10055
10056 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
10057
10058 * dispnew.c (init_display): Remove MS-DOS specific conditions for
10059 calling tty-set-up-initial-frame-faces.
10060
10061 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
10062 Allow MSDOS frames along with X frames.
10063
10064 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
10065 addition to output_termcap.
10066
10067 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
10068
10069 * termchar.h (FRAME_TTY): Support output_msdos_raw.
10070 (struct tty_display_info) [MSDOS]: Add fields related to mouse
10071 highlight.
10072
10073 * process.c [!subprocesses]: Define QCname.
10074 (syms_of_process): Intern and staticpro it.
10075
10076 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
10077 Adjust for changes in encoding/decoding routines.
10078 Use encode_coding_object and decode_coding_object instead of
10079 encode_coding and decode_coding.
10080
10081 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
10082
10083 * dosfns.c: Include frame.h before termhooks.h.
10084 (dos_cleanup): Use CURTTY ()->termscript instead of a global
10085 variable termscript.
10086
10087 * s/msdos.h (USER_FULL_NAME): Define.
10088 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
10089
10090 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
10091 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
10092 pw->pw_gecos.
10093
10094 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
10095 SELECTED_FRAME as additional (1st) argument.
10096 (tty_read_avail_input): Handle output_msdos_raw in
10097 addition to output_termcap.
10098
10099 * msdos.c: Include frame.h before termhooks.h.
10100 (mouse_on, mouse_off, mouse_moveto, mouse_init)
10101 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
10102 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
10103 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
10104 (IT_set_terminal_modes, IT_reset_terminal_modes)
10105 (IT_set_frame_parameters): Use tty->termscript instead of a global
10106 variable termscript.
10107 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
10108 global variable terminal_coding. Don't refer to
10109 Vnonascii_translation_table.
10110 (internal_terminal_init): Set Vwindow_system in current_kboard.
10111 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
10112 Announce date and time of session start, if termscript is open.
10113 Don't zero out the_only_display_info (it is done in
10114 term.c:init_tty). Open termscript only of not already open.
10115 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
10116 here instead of dos_ttraw. Don't initialize display if this is an
10117 initial tty. Don't set FRAME_FONT.
10118 (Vwindow_system_version): Bump to 23.
10119 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
10120 is available, set up mouse_position_hook.
10121 (dos_ttraw, IT_set_terminal_modes): If called with initial
10122 terminal, do nothing.
10123 (IT_set_frame_parameters): Handle the Qtty_type frame
10124 parameter by calling internal_terminal_init.
10125 (dos_set_window_size, show_mouse_face)
10126 (clear_mouse_face, IT_note_mode_line_highlight)
10127 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
10128 (dos_rawgetc): Use tty_display_info instead of x_display_info.
10129 (initialize_msdos_display): New function.
10130 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
10131 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
10132 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
10133 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
10134 Accept additional argument: a pointer to a frame. Update all callers.
10135 (request_sigio, unrequest_sigio): Don't define, now defined on
10136 sysdep.c.
10137 (IT_write_glyphs): Rewrite to use encode_terminal_code.
10138
10139 * term.c [MSDOS]: Include msdos.h.
10140 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
10141 conditional to DOS_NT. Allow only one call to this function in a
10142 session. Don't allocate a new struct tty_display_info; instead,
10143 reuse the_only_display_info. Call get_tty_size to get screen
10144 dimensions. Call init_baud_rate to set bad_rate.
10145 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
10146 (Fsuspend_tty) [MSDOS]: Don't close input and output.
10147 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
10148 (get_tty_terminal, get_named_tty, Ftty_type)
10149 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
10150 output_termcap.
10151 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
10152 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
10153 only when subprocesses are supported.
10154
10155 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
10156 f->output_data.x.
10157 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
10158 terminal devices.
10159
10160 * msdos.h: Remove definition of struct x_display_info and struct
10161 x_output.
10162 (FRAME_FONT): Use output_data.tty.
10163 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
10164 (struct x_display_info): Rename from display_info. Update all users in
10165 msdos.c.
10166 (struct x_output): Remove background_pixel and foreground_pixel.
10167 (the_only_display_info): Rename from the_only_x_display.
10168 (dos_ttraw): Update prototype.
10169
10170 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
10171 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
10172
10173 2008-08-23 Jason Rumney <jasonr@gnu.org>
10174
10175 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
10176 (fn_TIFFSetDirectory): New library function used.
10177 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
10178 (tiff_load): Use :index to select among multiple images. Set count
10179 property when multiple images exist.
10180 (gif_format): Use :index, not :image.
10181
10182 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * xdisp.c (try_scrolling): Check INT_MAX instead of
10185 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
10186 to obtain INT_MAX.
10187
10188 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
10189
10190 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
10191
10192 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
10193
10194 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
10195 GNUstep library location.
10196
10197 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
10198
10199 * xfaces.c (x_update_menu_appearance): Check validity of menu font
10200 before using it.
10201
10202 * puresize.h (BASE_PURESIZE): Increase to 1250000.
10203
10204 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10205
10206 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
10207 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
10208 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
10209 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
10210 (EmacsApp-cursor_blink_handler): Remove declaration.
10211 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
10212 match 01 Feb 2008 changes in xterm.c.
10213 (ns_read_socket): Add cast to avoid warning.
10214 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
10215 GNUstep.
10216
10217 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
10218
10219 * xselect.c (x_get_foreign_selection): Return nil if desired
10220 selection could not be obtained, instead of signalling an error.
10221
10222 2008-08-20 David Reitter <david.reitter@gmail.com>
10223
10224 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
10225 * nsterm.m: Remove ns-specific code for cursor blinking.
10226 (ns_draw_window_cursor): Clear cursor properly rather than
10227 redrawing the area. Respect width of bar cursors.
10228 These changes enable the use of generic blink-cursor-mode and
10229 generic cursor types in NS and support smooth cursor movements (do
10230 not blink off after command).
10231 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
10232 Nextstep, too.
10233
10234 2008-08-19 Kenichi Handa <handa@m17n.org>
10235
10236 * font.c (Vfont_log_deferred): New variable.
10237 (font_add_log): Check Vfont_log_deferred.
10238 (font_deferred_log): New function.
10239
10240 * font.h (font_deferred_log): Extern it.
10241
10242 * fontset.c (reorder_font_vector): Use encoding charset of fonts
10243 for sorting.
10244 (face_for_char): Use deferred log.
10245
10246 2008-08-18 Kenichi Handa <handa@m17n.org>
10247
10248 * fontset.c (face_for_char): Add font log.
10249
10250 * font.c (font_add_log): Add the font properties :script, :lang,
10251 and :otf in the log.
10252
10253 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * xdisp.c: Remove dead code.
10256 (handle_invisible_prop, next_overlay_string): Defer call to
10257 setup_for_ellipsis.
10258 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
10259
10260 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
10261
10262 * xfaces.c (lookup_derived_face): Properly handle possible zero
10263 return value of get_lface_attributes.
10264 (merge_faces): Don't tell lookup_derived_face to signal an error
10265 if face is not found.
10266
10267 * dired.c (Fdirectory_files): Doc fix.
10268
10269 * process.c (make_process): Initialize kill_without_query struct
10270 member.
10271
10272 2008-08-15 Eli Zaretskii <eliz@gnu.org>
10273
10274 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
10275 Alternative calculation of totphys for Visual Studio 6.
10276
10277 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
10278
10279 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
10280 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
10281 All users changed.
10282 (stat): Only root directory passed to GetDriveType. Allow RAM
10283 disk as well as local fixed disk when w32-get-true-file-attributes
10284 is set to `local'.
10285 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
10286 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
10287 (w32_cached_id, w32_add_to_cache): New functions.
10288 (get_name_and_id): Look account names in the cache before calling
10289 lookup_account_sid.
10290 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
10291 New initialization flags.
10292 (globals_of_w32): Initialize them to zero.
10293 (w32_system_process_attributes): Use w32_cached_id and
10294 w32_add_to_cache.
10295
10296 2008-08-14 Lawrence Mitchell <wence@gmx.li>
10297
10298 * lread.c (Fread_char, Fread_char_exclusive): If no character
10299 event is read before timeout is reached, return nil, rather than
10300 converting to a number.
10301
10302 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
10303
10304 * fns.c (use_dialog_box): Doc fix.
10305
10306 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
10307 on OS X.
10308
10309 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
10310
10311 * frame.c (Qns_parse_geometry): New var.
10312 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
10313
10314 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * xdisp.c (x_produce_glyphs): Handle the case when font has no
10317 space character in calculating tabs.
10318
10319 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
10320
10321 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
10322
10323 2008-08-10 Glenn Morris <rgm@gnu.org>
10324
10325 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
10326 silence gcc "limited range of data type" warnings in some
10327 make_fixnum_or_float calls.
10328
10329 2008-08-09 Eli Zaretskii <eliz@gnu.org>
10330
10331 * w32.c (w32_system_process_attributes): If the process does not
10332 exist, return nil.
10333
10334 * w32.c: Include thelp32.h, psapi.h and coding.h.
10335 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
10336 declarations.
10337 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
10338 (Process32Next_Proc): New typedefs.
10339 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
10340 (g_b_init_process32_next, g_b_init_open_thread_token)
10341 (g_b_init_impersonate_self, g_b_init_revert_to_self)
10342 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
10343 (g_b_init_get_process_working_set_size)
10344 (g_b_init_global_memory_status_ex): New static variables.
10345 (globals_of_w32): Initialize them.
10346 (create_toolhelp32_snapshot, process32_first, process32_next)
10347 (open_thread_token, impersonate_self, revert_to_self)
10348 (get_process_memory_info, get_process_working_set_size)
10349 (global_memory_status, global_memory_status_ex): New wrapper
10350 functions.
10351 (w32_list_system_processes, w32_system_process_attributes)
10352 (enable_privilege, restore_privilege, ltime, process_times):
10353 New functions.
10354 (convert_time_raw): New function.
10355 (convert_time): Remove conversion of FILETIME into time in 100
10356 nsec units, call convert_time_raw instead.
10357
10358 * process.h (w32_list_system_processes, w32_system_process_attributes):
10359 Add prototypes.
10360 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
10361 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
10362 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
10363 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
10364
10365 * process.c (Fsystem_process_attributes): Doc fix.
10366
10367 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
10368
10369 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
10370 a continued multi-char glyph; if so, advance to the actual glyph.
10371
10372 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10373
10374 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
10375
10376 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
10377 (.m.o): Use it.
10378 * config.in: Regenerate.
10379
10380 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
10381
10382 * xdisp.c (redisplay_window): Revert last change.
10383 (try_window): Check bottom scroll margin too.
10384
10385 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10386
10387 * config.in: Regenerate.
10388
10389 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
10390 -list-load-path-shadows'.
10391 (nsgui.h): Reduce number of things depending on it.
10392
10393 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
10394
10395 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
10396 instead of window-end which does the wrong thing at eob.
10397 (try_cursor_movement): Minor optimization.
10398 (redisplay_window): If scroll margin is defined, don't assume
10399 window doesn't need scrolling.
10400
10401 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10402
10403 * config.in: Regenerate.
10404
10405 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
10406 (mostlyclean): Don't delete *.d under NS.
10407
10408 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
10409
10410 2008-08-06 Kenichi Handa <handa@m17n.org>
10411
10412 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
10413
10414 2008-08-06 Andreas Schwab <schwab@suse.de>
10415
10416 * config.in: Regenerate.
10417
10418 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
10419
10420 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
10421 forcing a window start.
10422
10423 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
10424 (auto_save_1): Update modtime when auto-save-list-file-name is on.
10425
10426 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10427
10428 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
10429 argument.
10430
10431 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
10432
10433 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
10434 <scroll-down-aggressively, before-change-functions>:
10435 <after-change-functions>: Reflow docstrings.
10436
10437 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10438 Ken Raeburn <raeburn@gnu.org>
10439
10440 Dock menu customization, based on a patch by Ken Raeburn, plus some
10441 other fixes.
10442 * nsmenu.m (dockMenu): New variable.
10443 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
10444
10445 * nsterm.h (dockMenu): Declare.
10446
10447 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
10448 (ns_term_init): Initialize dockMenu.
10449 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
10450 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
10451 left.
10452
10453 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
10454
10455 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
10456
10457 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
10458
10459 * config.in: Regenerate.
10460
10461 2008-08-04 Seiji Zenitani <zenitani@mac.com>
10462
10463 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
10464
10465 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
10466
10467 * nsterm.h (find_and_call_menu_selection): Fix prototype.
10468
10469 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10470
10471 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
10472
10473 * keyboard.h: Comment an #endif.
10474
10475 * lisp.h (have_menus_p): Adjust comment.
10476
10477 * menu.c (find_and_return_menu_selection): Fix comparison with
10478 client_data.
10479
10480 * nsmenu.m (popup_activated_flag): New variable.
10481 (popup_activated): New function.
10482 (menu-or-popup-active-p): New exported lisp definition.
10483 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
10484 when popup done.
10485 (ns_popup_dialog): Set popup_activated_flag.
10486
10487 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
10488 version for GNUstep (handled by conditional typedef in nsterm.m).
10489 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
10490 in rgb.txt).
10491
10492 * process.c (init_process): Use DARWIN_OS, not DARWIN.
10493
10494 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
10495
10496 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
10497
10498 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
10499 shortcircuit if popup_activated like GTK and X toolkit.
10500
10501 * m/inter386.h: Change DARWIN to DARWIN_OS.
10502
10503 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
10504 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
10505 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
10506 comment on NO_SOCK_SIGIO.
10507
10508 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
10509
10510 * nsterm.m (windowDidResize): Remove stopModal call.
10511
10512 2008-08-03 Andreas Schwab <schwab@suse.de>
10513
10514 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
10515 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
10516
10517 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
10520 Don't use uninitialized pointer variable when using getrlimit.
10521
10522 2008-08-02 Jason Rumney <jasonr@gnu.org>
10523
10524 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
10525
10526 2008-08-02 Eli Zaretskii <eliz@gnu.org>
10527
10528 * alloc.c (NSTATICS): Bump to 0x640.
10529
10530 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
10531
10532 * lisp.h: Add prototype for directory_files_internal.
10533
10534 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
10535 New functions.
10536 (syms_of_process): Defsubr them. Add initializations for various
10537 Q* symbols used in procfs_system_process_attributes.
10538 (procfs_list_system_processes, procfs_system_process_attributes)
10539 [HAVE_PROCFS]: New functions.
10540 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
10541 (procfs_get_total_memory): New functions.
10542
10543 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10544
10545 * xfaces.c (Fx_load_color_file): Fix previous change;
10546 it is #ifdef WINDOWSNT, not WINDOWS_NT.
10547
10548 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
10549
10550 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
10551
10552 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10553
10554 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
10555
10556 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
10557
10558 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
10559
10560 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
10561 define NSApplicationDelegateReplySuccess.
10562 (EmacsView -converstationIdentifier): Use long instead of
10563 NSInteger for GNUstep, since it doesn't have NSInteger.
10564
10565 * xmenu.c: Revert last change.
10566
10567 * keyboard.h: Fix last change.
10568
10569 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10570
10571 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
10572 on Windows.
10573
10574 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10575
10576 Warning clearing and clean-up in NS port.
10577 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
10578 Add prototypes.
10579 * nsgui.h (FACE_DEFAULT): Remove, unused.
10580 (XGCValues): Change colors to unsigned long.
10581 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
10582 nsterm.m.
10583 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
10584 (ns_list_fonts): Remove, unused.
10585 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
10586 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
10587 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
10588 (nsfont_draw): Compare face colors to 0, not nil.
10589 * nsmenu.m (struct widget_value): Drop unneeded declaration.
10590 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
10591 (-addSubmenuWithTitle:): Use NSMenuItem class.
10592 (ns_popup_menu): Use NO, not NULL, for enabled setting.
10593 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
10594 (ns_clip_to_row): Make gc arg a BOOL.
10595 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
10596 ns_clip_to_row() call.
10597 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
10598 used). Cast FRAME_FONT assignments.
10599 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
10600 (ns_string_to_lispmod): Change arg to const char.
10601 (ns_term_init): Use NSMenuItem class.
10602 (EmacsApp -openFile:): Move to different section of file.
10603 (EmacsApp -application:openFiles:): Don't return a value, call
10604 -replyToOpenOrPrint:.
10605 (EmacsView -keyDown:): Fix up cast.
10606 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
10607 (EmacsView -menuDown:): Cast tag in call to
10608 find_and_call_menu_selection().
10609 (ns_list_fonts): Remove, unused.
10610 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
10611 (ns_fontname_to_xlfd): Make static.
10612 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
10613 Remove prototypes (now in keyboard.h).
10614 (next_menubar_widget_id): Remove, unused.
10615 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
10616 Remove prototypes (now in keyboard.h).
10617 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
10618
10619 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10620
10621 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
10622 (floatfns.o): Depend on syssignal.h.
10623 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
10624
10625 * systty.h: Fix previous change that removed BSD_TERMIOS.
10626 Add comments to #ifdefs.
10627
10628 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10629
10630 * w32fns.c (w32-load-color-file): Remove.
10631 (x-open-connection): Use renamed Fx_load_color_file.
10632 * xfaces.c (x-load-color-file): Add.
10633 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
10634 Emacs.clr.
10635 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
10636
10637 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
10638
10639 * dbusbind.c (Fdbus_call_method_asynchronously)
10640 (Fdbus_method_error_internal): New defuns.
10641 (xd_read_message): Handle also reply messages.
10642 (Vdbus_registered_functions_table): Extend docstring.
10643
10644 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
10645
10646 * keyboard.c (gobble_input): Fix previous change.
10647
10648 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10649
10650 * bitmaps/README:
10651 * xfns.c:
10652 * termcap.c:
10653 * term.c:
10654 * syswait.h:
10655 * systty.h:
10656 * systime.h:
10657 * syssignal.h:
10658 * sysdep.c:
10659 * process.h:
10660 * process.c:
10661 * print.c:
10662 * ndir.h:
10663 * lread.c:
10664 * keyboard.c:
10665 * getpagesize.h:
10666 * floatfns.c:
10667 * fileio.c:
10668 * emacs.c:
10669 * doc.c:
10670 * dispnew.c:
10671 * dired.c:
10672 * data.c:
10673 * callproc.c:
10674 * buffer.c:
10675 * README:
10676 * Makefile.in:
10677 * s/template.h:
10678 * s/msdos.h:
10679 * m/vax.h: Remove VMS support.
10680 * s/vms.h:
10681 * vlimit.h:
10682 * uaf.h:
10683 * temacs.opt:
10684 * param.h:
10685 * ioctl.h: Remove file.
10686
10687 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10688
10689 * s/ms-w32.h (MULTI_KBOARD): Remove.
10690 * xterm.c:
10691 * xselect.c:
10692 * xfns.c:
10693 * window.c:
10694 * w32term.c:
10695 * w32fns.c:
10696 * terminal.c:
10697 * termhooks.h:
10698 * term.c:
10699 * sysdep.c:
10700 * keyboard.h:
10701 * keyboard.c:
10702 * frame.h:
10703 * frame.c:
10704 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
10705 * config.in: Regenerate.
10706
10707 2008-07-30 Jason Rumney <jasonr@gnu.org>
10708
10709 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
10710
10711 * w32font.c (w32font_encode_char): Leave as unicode if in range.
10712 (w32font_open_internal): Get unicode version of textmetrics.
10713 Don't enable or disable glyph indices here.
10714 (w32font_open): Disable use of glyph indices.
10715
10716 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
10717
10718 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
10719
10720 * minibuf.c (Vread_buffer_function): Doc fix.
10721
10722 2008-07-30 John Paul Wallington <jpw@pobox.com>
10723
10724 * minibuf.c (read_buffer_completion_ignore_case): New var.
10725 (Fread_buffer): Use it.
10726
10727 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
10728
10729 * systty.h (sensemode): Remove empty #if. Remove reference to
10730 BSD_TERMIOS, unused.
10731
10732 * sysdep.c: Remove reference to DGUX.
10733 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
10734
10735 * config.in: Regenerate.
10736
10737 2008-07-30 Jason Rumney <jasonr@gnu.org>
10738
10739 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
10740
10741 2008-07-29 Jason Rumney <jasonr@gnu.org>
10742
10743 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
10744 is populated.
10745 (uniscribe_encode_char): Always use uniscribe.
10746 Avoid using context if cache is populated.
10747
10748 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
10749
10750 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
10751 open menu.
10752
10753 * gtkutil.c (menu_nav_ended): Remove.
10754 (create_menus): Remove signal connect for menu_nav_ended.
10755
10756 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * xdisp.c (redisplay_window): Check return value of
10759 compute_window_start_on_continuation_line before forcing a window
10760 start.
10761
10762 2008-07-28 Jason Rumney <jasonr@gnu.org>
10763
10764 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10765
10766 * w32term.c (w32_enable_unicode_output, cleartype_active):
10767 Remove obsolete display options.
10768 (x_draw_glyph_string_background): Don't use old cleartype_active
10769 workaround.
10770 (w32_initialize): Remove cleartype_active initialization.
10771 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
10772
10773 2008-07-28 Andreas Schwab <schwab@suse.de>
10774
10775 * lisp.h (init_weak_hash_tables, syms_of_font)
10776 (xd_read_queued_messages, syms_of_dbusbind): Declare.
10777 (remove_hash_entry): Don't declare.
10778 * eval.c (maybe_call_debugger): Make static and move before use.
10779 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10780 * xdisp.c: Include "gtkutil.h" if USE_GTK.
10781 * xterm.h (x_set_frame_alpha): Declare.
10782
10783 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
10784
10785 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10786 (create_menus): Connect selection-done to menu_nav_ended.
10787
10788 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10789
10790 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10791 Set Vx_resource_name to a fallback. Replace read of 'buffered'
10792 parameter with read of 'alpha' one.
10793 (Qns_frame_parameter): Remove.
10794 * nsselect.m (selection-coding-system)
10795 (next-selection-coding-system, Vselection_coding_system)
10796 (Vnext_selection_coding_system): Drop.
10797
10798 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10799
10800 * nsfns.m (do-applescript, do_applescript): Rename to
10801 ns-do-applescript, ns_do_applescript, and move within file.
10802
10803 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10804
10805 Remove support for Mac Carbon.
10806 * mactoolbox.c:
10807 * macterm.h:
10808 * macterm.c:
10809 * macselect.c:
10810 * macmenu.c:
10811 * macgui.h:
10812 * macfns.c:
10813 * mac.c: Remove file.
10814 * s/darwin.h:
10815 * m/intel386.h:
10816 * xfaces.c:
10817 * xdisp.c:
10818 * window.c:
10819 * tparam.c:
10820 * termhooks.h:
10821 * termcap.c:
10822 * term.c:
10823 * syssignal.h:
10824 * sysselect.h:
10825 * sysdep.c:
10826 * process.c:
10827 * lread.c:
10828 * lisp.h:
10829 * keyboard.c:
10830 * image.c:
10831 * fringe.c:
10832 * frame.h:
10833 * frame.c:
10834 * fontset.c:
10835 * font.h:
10836 * font.c:
10837 * fns.c:
10838 * fileio.c:
10839 * emacs.c:
10840 * dispnew.c:
10841 * dispextern.h:
10842 * config.in:
10843 * atimer.c:
10844 * Makefile.in: Remove code for Carbon.
10845
10846 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10847
10848 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10849
10850 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10851
10852 * macterm.h (kCGBitmapByteOrder32Host): New define for
10853 non-universal SDKs.
10854
10855 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10856 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10857
10858 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10859 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10860
10861 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10862
10863 * w32inevt.c: Include dispextern.h.
10864
10865 2008-07-26 Andreas Schwab <schwab@suse.de>
10866
10867 * print.c (print_object): Fix off-by-one in last change.
10868
10869 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
10870
10871 * term.c (syms_of_term): Don't initialize default_orig_pair,
10872 default_set_foreground and default_set_background on Windows.
10873
10874 2008-07-25 Jason Rumney <jasonr@gnu.org>
10875
10876 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10877 ScriptItemize. Clean up return value checking. Remove unused
10878 variables.
10879 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10880 shaping engine.
10881
10882 * w32font.c (w32font_has_char): Handle the case where we can't
10883 determine the script for a character.
10884
10885 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10886
10887 * term.c (syms_of_term): Initialize default_orig_pair,
10888 default_set_foreground, and default_set_background.
10889
10890 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10891 clash (bug#86).
10892 (getloadavg): Callers changed.
10893
10894 * image.c (svg_load_image): Fix last change.
10895 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10896 image size is valid. Use g_object_unref instead of deprecated
10897 rsvg_handle_free to free rsvg handle.
10898 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10899
10900 2008-07-25 Jason Rumney <jasonr@gnu.org>
10901
10902 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10903 surrogates before looking up glyph index.
10904 (w32font_text_extents): Encode as surrogates if falling back to
10905 functions that need UTF-16 wide chars.
10906
10907 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10908 BMP as surrogates before looking up glyph index.
10909
10910 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * image.c (svg_load_image): Check for failure in return value of
10913 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10914
10915 2008-07-25 Jason Rumney <jasonr@gnu.org>
10916
10917 * w32font.c (Fx_select_font): Reverse sense of second arg.
10918
10919 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10920
10921 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10922 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10923
10924 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10925 (PURESIZE): Use it.
10926
10927 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10928
10929 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10930 * m/alpha.h (TEXT_END):
10931 * m/ibmrs6000.h (TEXT_END):
10932 * m/macppc.h (TEXT_END):
10933 * s/darwin.h (TEXT_END):
10934 * s/msdos.h (TEXT_END): Remove, unused.
10935 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10936 * s/cygwin.h: Remove comment.
10937
10938 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10939 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10940 * m/intel386.h (DOT_GLOBAL_START):
10941 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10942 (USG): Remove, file not used on USG platforms.
10943
10944 * Makefile.in (HAVE_X11): Remove empty #else.
10945
10946 2008-07-24 Andreas Schwab <schwab@suse.de>
10947
10948 * fileio.c (Finsert_file_contents): Properly adjust undo list
10949 after format conversion.
10950
10951 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10952
10953 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10954 (menu_nav_ended): Remove.
10955 (create_menus): Remove signal connect for menu_nav_ended.
10956 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10957 create_menus.
10958 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10959
10960 2008-07-23 Jason Rumney <jasonr@gnu.org>
10961
10962 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10963 with opened font.
10964 (w32font_open): Set font type to gdi.
10965
10966 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10967
10968 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10969
10970 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10971 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10972 defines it.
10973 * unexec.c (ADDR_CORRECT): Define unconditionally.
10974
10975 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10976
10977 * unexec.c: Remove code depending on !COFF and USG, the file is
10978 not used for such systems.
10979
10980 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10981 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10982 (LD_SWITCH_SYSTEM_1): Remove, update users.
10983
10984 * s/darwin.h (DATA_END):
10985 * m/intel386.h (DATA_END):
10986 * m/ibmrs6000.h (DATA_END):
10987 * m/alpha.h (DATA_END): Remove, unused.
10988
10989 * config.in: Regenerate.
10990 * s/ms-w32.h (subprocesses): Define unconditionally.
10991 * s/template.h (subprocesses): Update comment.
10992 * s/vms.h (subprocesses):
10993 * s/usg5-4.h (subprocesses):
10994 * s/hpux10-20.h (subprocesses):
10995 * s/gnu-linux.h (subprocesses):
10996 * s/cygwin.h (subprocesses):
10997 * s/bsd-common.h (subprocesses):
10998 * s/aix4-2.h (subprocesses):
10999 * s/darwin.h (subprocesses): Do not define, defined by default now.
11000
11001 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
11002 Remove all references.
11003 (temacs): Add GNUstep specific ld flags.
11004
11005 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
11006 similarly to what X does.
11007
11008 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11009
11010 * nsfns.m (x-list-fonts): Remove.
11011 (syms_of_nsfns): Drop the x-list-fonts declaration.
11012 * nsterm.m: Get rid of remaining "//" comments.
11013
11014 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
11015
11016 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
11017
11018 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
11019 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
11020 (Fns_own_selection_internal, Fx_disown_selection_internal)
11021 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
11022
11023 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
11024 ... */' style of docstrings. Doc fixes.
11025
11026 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11027
11028 * terminfo.c (UP, BC, PC): Undo previous change.
11029
11030 * nsfns.m: Rename ns prefixed functions/variables to the
11031 corresponding x versions. Update references.
11032
11033 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11034
11035 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
11036
11037 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11038
11039 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
11040 Remove forwarding functions.
11041 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
11042 non-static.
11043 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
11044 non-static.
11045 (ns_frame_parm_handlers): Use the new names.
11046 (syms_of_nsfns): Move to the end of file.
11047
11048 * nsterm.m (syms_of_nsterm): Move to the end of file.
11049
11050 * dispnew.c (init_display): Remove code for X10.
11051
11052 2008-07-22 Jason Rumney <jasonr@gnu.org>
11053
11054 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
11055 bare drive.
11056
11057 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11058
11059 * nsterm.m (syms_of_nsterm): Remove debugging println.
11060
11061 2008-07-22 David Reitter <david.reitter@gmail.com>
11062
11063 * nsfns.m (do_applescript, F_do_applescript): NS version of the
11064 Carbon implementation of the same functionality: execute arbitrary
11065 AppleScript code.
11066
11067 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11068
11069 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
11070 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
11071 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11072 (Fx_display_mm_height, Fx_display_mm_width)
11073 (Fx_display_backing_store, Fx_display_visual_class)
11074 (Fx_display_save_under, Fx_open_connection)
11075 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
11076 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
11077 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11078 (Fx_display_pixel_width, Fx_display_pixel_height)
11079 (Fx_display_usable_bounds, Fx_display_planes)
11080 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
11081 ... */' style of docstrings.
11082
11083 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11084
11085 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
11086 on this platform.
11087 (mips):
11088 * m/iris4d.h (mips): Do not define.
11089 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
11090
11091 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
11092
11093 * image.c:
11094 * nsfns.m:
11095 * nsselect.m:
11096 * nsterm.h:
11097 * nsterm.m: Rename ns prefixed functions/variables to the
11098 corresponding x versions. Update references.
11099
11100 * m/ibms390x.h (NO_REMAP): Do not undefine.
11101
11102 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
11103
11104 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
11105
11106 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
11107 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
11108 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
11109 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
11110 (Fns_display_mm_height, Fns_display_mm_width)
11111 (Fns_display_backing_store, Fns_display_visual_class)
11112 (Fns_display_save_under, Fns_open_connection)
11113 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
11114 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
11115 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11116 (Fns_display_pixel_width, Fns_display_pixel_height)
11117 (Fns_display_usable_bounds, Fx_display_planes)
11118 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
11119
11120 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
11121
11122 * print.c (print_object): Check print_depth before searching for
11123 circularities.
11124
11125 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
11126
11127 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
11128 only sprintf.
11129
11130 2008-07-21 Kenichi Handa <handa@m17n.org>
11131
11132 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
11133
11134 2008-07-20 Andreas Schwab <schwab@suse.de>
11135
11136 * syntax.c (find_start_pos, find_start_value)
11137 (find_start_value_byte, find_start_begv, find_defun_start)
11138 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
11139
11140 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11141
11142 * s/sol2-3.h: Insert contents of s/sol2.h.
11143 (LD_SWITCH_SYSTEM): Remove redundant definition.
11144 * s/sol2.h: Remove, unused.
11145
11146 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11147
11148 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
11149
11150 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11151
11152 * Makefile.in (ns_appdir): Fix typo in find command.
11153
11154 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11155
11156 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
11157
11158 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
11159 added not supported anymore.
11160
11161 * s/usg5-4-2.h (LIBS_SYSTEM):
11162 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
11163
11164 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11165 * s/lynxos.h (GETPGRP_NO_ARG):
11166 * s/hpux10-20.h (NO_SIOCTL_H):
11167 * s/gnu.h (GETPGRP_NO_ARG):
11168 * s/gnu-linux.h (NO_SIOCTL_H):
11169 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11170 * s/cygwin.h (GETPGRP_NO_ARG):
11171 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
11172 (C_DEBUG_SWITCH): Remove duplicate definition.
11173
11174 * m/ibms390.h: Remove boilerplate comments.
11175
11176 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
11177
11178 * process.c (HAVE_SERIAL): Consolidate ifdefs.
11179 (wait_reading_process_output): Remove code for SunOS, platform not
11180 supported anymore. Use SOLARIS2 instead of sun.
11181
11182 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11183
11184 * font.c (font_open_by_name): Under NS, default lface height to zero.
11185 (font_open_for_lface): Under NS, set size based on frame fontsize.
11186 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
11187 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
11188
11189 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11190
11191 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
11192 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
11193 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
11194 YES/NO.
11195 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
11196 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
11197 * Makefile.in (clean): Clear out build destination dir.
11198
11199 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11200
11201 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
11202 xterm, xselect.
11203 * lisp.h: Remove declaration of hash_remove.
11204 * nsgui.h: Remove redefinitions of hash_remove.
11205 * fns.c (hash_remove): Rename to hash_remove_from_table.
11206
11207 2008-07-19 Seiji Zenitani <zenitani@mac.com>
11208
11209 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
11210 strdup() the family UTF8String before modifying it.
11211
11212 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11213
11214 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
11215 NS_FACE_BACKGROUND with 0 instead of nil.
11216 * nsfont.m (nsfont_draw): Same.
11217
11218 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
11219
11220 * nsfns.m (ns_set_background_color): Fix crash.
11221
11222 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
11223
11224 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
11225
11226 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
11227
11228 * puresize.h (BASE_PURESIZE): Increase to 1240000.
11229
11230 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11231
11232 * gtkutil.c: Include <config.h> instead of "config.h".
11233
11234 * lisp.h (Foverlay_buffer): Add EXFUN.
11235
11236 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
11237 child process to complete child_setup. Undo 2005-09-21 change.
11238
11239 * s/darwin.h: Mention setsid after vfork.
11240
11241 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11242
11243 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
11244 Depend on macgui.h.
11245
11246 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
11247 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
11248
11249 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
11250 and f19.
11251 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
11252
11253 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
11254 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
11255 Remove enumerators.
11256
11257 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
11258 Check if FACE_FROM_ID returns NULL.
11259
11260 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
11261
11262 * w32inevt.c (change_frame_size): Remove extern declaration.
11263 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
11264 change_frame_size.
11265
11266 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11267
11268 * getloadavg.c: Revert last change (2008-07-15).
11269
11270 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11271
11272 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
11273 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
11274 from configure.
11275
11276 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11277
11278 * s/sol2.h:
11279 * s/sol2-4.h: Reorganize conditionals.
11280
11281 * ecrt0.c: Remove code depending on m68000, not used anymore.
11282
11283 * fns.c (hash_remove): Make static.
11284 * lisp.h (hash_remove): Don't prototype.
11285
11286 * m/ibmrs6000.h:
11287 * m/ibms390x.h:
11288 * m/macppc.h: Remove boilerplate comments.
11289
11290 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
11291 Solaris, which does not need them.
11292
11293 * m/vax.h: Remove comments about unsupported systems.
11294
11295 * s/darwin.h: Reorganize ifdefs.
11296
11297 2008-07-17 Andreas Schwab <schwab@suse.de>
11298
11299 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
11300
11301 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 Use SDATA. Follow coding convention of placing operators at
11304 beginning of next line rather than end of previous line, and placing
11305 spaces around infix operators.
11306
11307 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
11308 in case it was defined already.
11309 USE @GNUSTEP_MAKEFILES@ rather than envvars.
11310 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
11311 ns_default.
11312 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
11313 Lisp_Objects.
11314 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
11315 (ns_defined_color, ns_color_to_lisp): Declare.
11316 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
11317 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
11318 it's accepted even with USE_LISP_UNION_TYPE.
11319 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
11320 (update_frame_tool_bar): Remove apparently obsolete tests for
11321 non-integerness of f->tool_bar_lines.
11322 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
11323 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
11324 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
11325 (nsfont_open): Don't confuse NULL for Qnil.
11326 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
11327 * menu.h (find_and_call_menu_selection):
11328 * menu.c (find_and_call_menu_selection): Use just int for vector size.
11329 (find_and_return_menu_selection): Always return something.
11330 * frame.h: Include dispextern.h for Display_Info.
11331 (display_x_get_resource): Declare.
11332
11333 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
11334
11335 * syntax.c: Remove stdio.h include accidentally introduced in
11336 Emacs.app commit.
11337 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
11338 NS_IMPL_COCOA.
11339 * keyboard.c (handle_async_input, input_available_signal): Remove
11340 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
11341
11342 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
11345 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
11346 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
11347 Use SDATA.
11348
11349 * keymap.c: Remove all NS-specific code.
11350 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
11351 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
11352 where_is_preferred_modifier, return a different value depending on how
11353 preferred is the binding.
11354 (where_is_internal): Adjust accordingly.
11355 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
11356 Adjust to new preferred_sequence_p.
11357 (syms_of_keymap): Declare `where-is-preferred-modifier'.
11358 * keyboard.c (parse_solitary_modifier): Not static any more.
11359 * keyboard.h (parse_solitary_modifier): Declare.
11360
11361 2008-07-16 Andreas Schwab <schwab@suse.de>
11362
11363 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
11364 of easymenu.
11365
11366 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
11367
11368 * xdisp.c (move_it_in_display_line): Account for word wrap, so
11369 that we don't move off the line.
11370
11371 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * keyboard.c (Qsuper): Remove.
11374 (parse_menu_item): Don't call where_is_internal specially for NS.
11375
11376 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11377
11378 * s/gnu-linux.h: Remove boilerplate comments.
11379
11380 * m/alpha.h (__ELF__): Consolidate conditions.
11381
11382 * m/m68k.h (linux): Use GNU_LINUX instead.
11383 Remove boilerplate comments.
11384
11385 * m/intel386.h: Undo refactoring from previous change.
11386 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
11387 too, remove dead code.
11388 (linux): Use GNU_LINUX instead.
11389
11390 2008-07-16 Jason Rumney <jasonr@gnu.org>
11391
11392 * w32gui.h: Repeat 26 June changes lost by last change.
11393
11394 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11395
11396 * systty.h: Remove code for Aix on 386, unsupported platform.
11397
11398 * s/ms-w32.h: Remove boilerplate comments.
11399 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
11400
11401 * s/gnu-linux.h (TERM): Remove support.
11402 (HAVE_SYSVIPC): Remove, unused.
11403 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11404 for this system.
11405
11406 * process.c: Remove support for IRIS, unused.
11407 Remove support for TERM, not relevant anymore.
11408
11409 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
11410 used with the definition.
11411
11412 * s/aix4-2.h (static): Do not undef.
11413
11414 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
11415 only used on Aix.
11416 (HAVE_SYSVIPC): Remove, unused.
11417
11418 * m/hp800.h (CANNOT_DUMP): Do not undef.
11419
11420 * m/alpha.h: Fix comment.
11421
11422 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
11423 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
11424 used by this configuration.
11425 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
11426 * unexec.c: Remove code depending on HPUX and
11427 USG_SHARED_LIBRARIES, not used with this file. Remove code
11428 depending on IRIS, unused. Remove if 0-ed code.
11429
11430 * s/template.h: Remove comments about static.
11431
11432 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
11433 Remove if 0-ed code.
11434 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
11435 were the same as the default.
11436 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
11437 Remove boilerplate comments.
11438 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
11439 (HAVE_SYSVIPC): Remove, unused.
11440 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
11441
11442 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11443 Remove boilerplate comments.
11444 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11445 Remove boilerplate comments.
11446 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11447 Remove boilerplate comments.
11448 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
11449
11450 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
11451 USG systems which do not use DATA_SEG_BITS.
11452 Refactor code. Remove boilerplate comments.
11453
11454 * m/ibms390.h:
11455 * m/m68k.h:
11456 * s/bsd-common.h:
11457 * s/cygwin.h:
11458 * s/darwin.h:
11459 * s/freebsd.h:
11460 * s/gnu.h:
11461 * s/msdos.h: Remove boilerplate comments.
11462
11463 * m/iris4d.h: Remove boilerplate comments and code for systems that
11464 do not use this file.
11465 (IRIS_4D): Remove, unused.
11466
11467 * m/mips.h: Remove boilerplate comments and code for systems that
11468 do not use this file.
11469 (SIGN_EXTEND_CHAR):
11470 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
11471 * unexmips.c: Remove file, unused.
11472
11473 * editfns.c (Fuser_full_name): Replace the only use of
11474 USER_FULL_NAME with its value.
11475 * config.in: Regenerate.
11476
11477 2008-07-16 David Reitter <david.reitter@gmail.com>
11478
11479 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
11480 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
11481
11482 2008-07-16 Glenn Morris <rgm@gnu.org>
11483
11484 * emacs.c (system-type): Doc fix.
11485
11486 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
11487
11488 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
11489 If the cache doesn't work, let's fix it, rather than work around it.
11490
11491 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11492
11493 * Makefile.in: Correct additions for nsfont.o in last commit.
11494 * nsfont.m: New file (forgot last commit).
11495
11496 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11497
11498 * callproc.c (set_initial_environment): Initialize
11499 Vprocess_environment under CANNOT_DUMP (fixes crash when
11500 batch-compiling for bootstrap).
11501
11502 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11503 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11504
11505 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
11506 fix crash due to different init order.
11507
11508 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11509
11510 Changes and additions for NeXTstep windowing system (Cocoa and
11511 GNUstep) support.
11512
11513 * Makefile.in:
11514 * config.in: Support defines and build commands for NS port.
11515 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
11516 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
11517 * dispextern.h: Include nsgui.h and add needed typedefs under NS
11518 windowing.
11519 (struct face): Add synth_ital field.
11520 * dispnew.c: Include nsterm.h when compiling under NS windowing.
11521 (init_display): Initialize Vinitial_window_system to "ns" when so
11522 compiled.
11523 * emacs.c: Include GSConfig.h when compiling under GNUstep.
11524 (display_arg): Use under NS.
11525 (main): Under NS, allocate autorelease pool and handle command line
11526 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
11527 (standard_args): Add NS-specific args.
11528 (shut_down_emacs): Shut down NS terminal if compiled under NS.
11529 * font.c (DEFAULT_ENCODING): New variable.
11530 (font_find_for_lface): Use it.
11531 (syms_of_font): Load syms_of_nsfont under NS.
11532 * font.h: Declare nsfont_driver when compiled under NS.
11533 * fontset.c: When compiling under NS, include nsterm.h.
11534 (fontset_from_font): Autoconstruct fontset under NS.
11535 * frame.c (various): Under NS, include nsterm.h, add Qns window system
11536 symbol, document and use it.
11537 (do_switch_frame): When for_deletion under Cocoa, add
11538 Fraise_frame(Qnil).
11539 (x_set_frame_parameters): Ensure font attribute changes are picked up.
11540 (x_get_arg): Allow "yes" and "no" as boolean values.
11541 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
11542 Qright under Cocoa.
11543 (focus-follows-mouse): Default to 0 under NS.
11544 * frame.h (enum output_method): Add output_ns.
11545 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
11546 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
11547 (FRAME_WINDOW_P): NS-specific definition.
11548 * fringe.c (max_used_fringe_bitmap): Make public.
11549 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
11550 (getloadavg): Use NeXT code under descendant OS's.
11551 * image.c (includes and header section, x_create_bitmap_from_data)
11552 (x_create_bitmap_from_file, free_bitmap_record, image_background)
11553 (image_background_transparent, x_clear_image_1)
11554 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
11555 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
11556 (x_to_xcolors, x_from_xcolors, x_disable_image)
11557 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
11558 other GUIs, including XPM support using code originally written for
11559 Carbon GUI.
11560 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
11561 using NS API.
11562 (image_ascent): Use font metrics macros instead of direct struct field
11563 access.
11564 * keyboard.c (includes): Add nsterm.h when compiling under NS.
11565 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
11566 Also, handle NS as GTK for menu bar purposes.
11567 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
11568 toolkit where they differ.
11569 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
11570 use cachelist, still needed under NS.
11571 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
11572 (struct widget_value): Define it here for menu.c.
11573 * keymap.c (includes): Include modifier internals.
11574 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
11575 NS.
11576 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
11577 support for preferring sequences using certain modifiers, specified by
11578 the FIRSTONLY argument.
11579 * lisp.h (hash_remove): Rename to avoid name clash when compiling
11580 under NS GNUstep implementation.
11581 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
11582 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
11583 * menu.c: Include nsterm.h under NS.
11584 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
11585 (free_menubar_widget_tree_value, update_submenu_strings)
11586 (find_and_call_menu_selection): Treat NS as X and NT.
11587 (find_and_return_menu_selection): New function, used for popup menus.
11588 * nsgui.h:
11589 * nsterm.h:
11590 * nsfns.m:
11591 * nsimage.m:
11592 * nsmenu.m:
11593 * nsselect.m:
11594 * nsterm.m: New files.
11595 * process.c (wait_reading_process_output): Under NS, call ns_select()
11596 instead of plain select().
11597 * syntax.c (char_quoted): Under NS, avoid a crash when called near
11598 beginning of buffer.
11599 * sysselect.h (init_process): Rename when compiling under Cocoa to
11600 avoid name conflict.
11601 * termhooks.h (display_info): Add ns_display_info to union.
11602 * terminal.c (Fterminal_live_p): Add ns to terminal types.
11603 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
11604 COCOA environment.
11605 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
11606 unexec() signature. (Note, this will dump, but the resulting file
11607 crashes; unexosx is used instead; keeping around for reference and
11608 possible aid in getting dump working under GNUstep.)
11609 * w32gui.h (button_type, widget_value): Remove definitions (now in
11610 keyboard.h).
11611 * window.c: Include nsterm.h when compiling under NS.
11612 * xdisp.c (includes): Include nsterm.h when compiling under NS.
11613 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
11614 other GUI windowing systems.
11615 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
11616 GTK.
11617 (x_consider_frame_title): Under NS, set icon type and frame
11618 modified-state indicator; use ns_set_name_as_filename() when using
11619 formatted title.
11620 (update_window_cursor): Make public when compiling under NS.
11621 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
11622 (hourglass_atimer, Vhourglass_delay
11623 * xfaces.c (header section, init_frame_faces, clear_font_table)
11624 (defined_color, unload_color, x_face_list_fonts)
11625 (prepare_face_for_display): Add NS support parallel to other GUIs.
11626 Emulate GCs like other non-X GUIs.
11627 (split_font_name): Don't lowercase font name under NS.
11628 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
11629 under NS.
11630 * s/darwin.h: Add support for compilation under NS.
11631
11632 2008-07-15 Jason Rumney <jasonr@gnu.org>
11633
11634 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
11635 (w32_show_hourglass): Rename from show_hourglass.
11636 (w32_hide_hourglass): Rename from hide_hourglass.
11637 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
11638 (Vhourglass_delay): Declare extern.
11639 (hourglass_started): Remove.
11640
11641 * xdisp.c (Vhourglass_delay): Remove static.
11642 (hourglass_started, start_hourglass, cancel_hourglass):
11643 Don't include these versions on WINDOWSNT.
11644
11645 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11646
11647 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
11648 variables (formerly in xfns.c).
11649 (show_hourglass, hide_hourglass): New prototypes (same).
11650 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
11651 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
11652 in xfns.c).
11653 (syms_of_xdisp): Declare/initialize display-hourglass,
11654 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
11655 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
11656 formerly in xfns.c.
11657 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11658 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11659 (start_hourglass, cancel_hourglass): Remove.
11660 (show_hourglass, hide_hourglass): Remove prototypes and static
11661 modifiers.
11662 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
11663 hourglass_atimer, hourglass_shown_p declaration/initialization.
11664 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11665 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11666 (start_hourglass, cancel_hourglass): Remove.
11667 (show_hourglass, hide_hourglass): Remove prototypes and static
11668 modifiers.
11669 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
11670 hourglass_atimer, hourglass_shown_p declaration/initialization.
11671 * w32fns.c (display_hourglass_p, Vhourglass_delay)
11672 (DEFAULT_HOURGLASS_DELAY): Remove.
11673 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
11674 hourglass_shown_p declaration/initialization.
11675
11676 2008-07-14 Jason Rumney <jasonr@gnu.org>
11677
11678 * w32fns.c (w32_get_arg): Remove wrapper function.
11679 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
11680 directly.
11681 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
11682
11683 2008-07-14 Kenichi Handa <handa@m17n.org>
11684
11685 * xfont.c (xfont_open): Add workaround for X's bug.
11686
11687 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11688
11689 * fontset.c: Include <stdio.h> unconditionally.
11690
11691 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
11692
11693 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
11694 for filtering.
11695
11696 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11697
11698 * s/vms.h: Use __GNUC__ instead of _GNUC_.
11699
11700 * m/macppc.h:
11701 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
11702
11703 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
11704 (SPECIAL_EMACS_INT):
11705 * m/ia64.h (SPECIAL_EMACS_INT):
11706 * m/amdx86-64.h (SPECIAL_EMACS_INT):
11707 * s/gnu.h (NLIST_STRUCT):
11708 * s/aix4-2.h (X11R5_INHIBIT_I18N):
11709 * s/gnu-linux.h (LINUX):
11710 * s/msdos.h (HAVE_FACES):
11711 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
11712
11713 * systty.h:
11714 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
11715 anymore.
11716
11717 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
11718
11719 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
11720 always defined as int.
11721
11722 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
11723 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
11724 * s/gnu-linux.h (HAVE_WAIT_HEADER):
11725 * s/freebsd.h (HAVE_WAIT_HEADER):
11726 * s/bsd-common.h (HAVE_UNION_WAIT):
11727 * s/aix4-2.h (HAVE_WAIT_HEADER):
11728 * m/mips.h (HAVE_UNION_WAIT):
11729 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
11730 (COFF, static): Do not define, they are undefined later in the file.
11731
11732 * process.c (update_status): Don't use a union.
11733 (status_convert):
11734 (sigchld_handler): Use int instead of WAITTYPE.
11735
11736 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
11737
11738 * indent.c (Fvertical_motion): Restore hscroll before moving to
11739 goal column.
11740
11741 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11742
11743 * lisp.h: Remove left over code.
11744
11745 2008-07-11 Andreas Schwab <schwab@suse.de>
11746
11747 * lisp.h: Fix logic in last change.
11748
11749 * menu.h: New file.
11750 * menu.c: Include it.
11751 * xmenu.c: Likewise.
11752 * Makefile.in: Update dependencies.
11753
11754 2008-07-11 Kenichi Handa <handa@m17n.org>
11755
11756 * fontset.c (fontset_from_font): Cancel the previous change.
11757
11758 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11759
11760 * lisp.h:
11761 * w32heap.c:
11762 * emacs.c:
11763 * alloc.c: Replace all references of NO_UNION_TYPE with
11764 USE_LISP_UNION_TYPE.
11765
11766 * m/xtensa.h (NO_UNION_TYPE):
11767 * m/vax.h (NO_UNION_TYPE):
11768 * m/template.h (NO_UNION_TYPE):
11769 * m/sparc.h (NO_UNION_TYPE):
11770 * m/mips.h (NO_UNION_TYPE):
11771 * m/macppc.h (NO_UNION_TYPE):
11772 * m/m68k.h (NO_UNION_TYPE):
11773 * m/iris4d.h (NO_UNION_TYPE):
11774 * m/intel386.h (NO_UNION_TYPE):
11775 * m/ibms390x.h (NO_UNION_TYPE):
11776 * m/ibms390.h (NO_UNION_TYPE):
11777 * m/ibmrs6000.h (NO_UNION_TYPE):
11778 * m/ia64.h (NO_UNION_TYPE):
11779 * m/hp800.h (NO_UNION_TYPE):
11780 * m/arm.h (NO_UNION_TYPE):
11781 * m/amdx86-64.h (NO_UNION_TYPE):
11782 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11783 defining it the same.
11784
11785 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
11786
11787 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11788
11789 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11790
11791 * fileio.c:
11792 * sysdep.c:
11793 * systty.h:
11794 * m/ibmrs6000.h:
11795 * m/iris4d.h:
11796 * s/aix4-2.h:
11797 * s/freebsd.h:
11798 * s/gnu-linux.h:
11799 * s/hpux10-20.h:
11800 * s/hpux11.h:
11801 * s/netbsd.h:
11802 * s/sol2-3.h:
11803 * s/sol2-4.h:
11804 * s/sol2.h:
11805 * s/usg5-4.h:
11806 * s/vms.h: Remove references to unused variables.
11807
11808 2008-07-10 Andreas Schwab <schwab@suse.de>
11809
11810 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11811 pattern before matching the generic family.
11812
11813 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11814
11815 * unexec.c:
11816 * s/vms.h:
11817 * s/usg5-4-2.h:
11818 * s/sol2-5.h:
11819 * s/freebsd.h:
11820 * s/darwin.h: Remove dead code.
11821
11822 * m/template.h:
11823 * m/sparc.h:
11824 * m/mips.h:
11825 * m/m68k.h:
11826 * m/iris4d.h:
11827 * m/intel386.h:
11828 * m/ibms390x.h:
11829 * m/ibms390.h:
11830 * m/ia64.h:
11831 * m/hp800.h:
11832 * m/arm.h:
11833 * m/amdx86-64.h: Remove dead code and references to unused
11834 and compiler defined symbols.
11835
11836 * unexmips.c:
11837 * unexelf.c: Remove references to desupported systems.
11838
11839 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11840
11841 * m/powermac.h: Remove boilerplate comments.
11842 (NO_REMAP): Remove unused definition.
11843
11844 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11845 define them.
11846
11847 2008-07-10 Kenichi Handa <handa@m17n.org>
11848
11849 * xfont.c (xfont_open): Log the reason of failure.
11850
11851 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * fontset.c (fontset_get_font_group):
11854 * font.c (font_check_otf): Specify argument types.
11855
11856 2008-07-09 Kenichi Handa <handa@m17n.org>
11857
11858 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11859 non-ASCII char is found.
11860
11861 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11862 (reorder_font_vector): Change the arg preferred_family to font.
11863 Prefer the spec matching with font.
11864 (fontset_get_font_group): New function.
11865 (fontset_find_font): Change the format of an element of a realized
11866 fontset. Use fontset_get_font_group.
11867 (fontset_font): Try the current fontset, the default fontset, the
11868 fallbacks of the current fontset, and the fallbacks of the default
11869 fontset in this order.
11870 (face_for_char): Delete the shortcut to use the current font.
11871 (fontset_from_font): Don't set fonts for Latin in the fontset.
11872
11873 * font.h (font_make_object, font_match_p): Adjust prototypes.
11874
11875 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11876
11877 * font.c (font_make_object): New arg entity and pixelsize.
11878 (font_check_otf_features, font_check_otf): New functions.
11879 (font_match_p): Check :lang, :script, and :otf properties.
11880
11881 * xfont.c (xfont_open): Adjust it for the change of
11882 font_make_object.
11883 (xfont_text_extents): Fix initial setting of metrics.
11884
11885 * ftfont.c (struct ftfont_info): New member index, delete member
11886 fc_charset_idx. Make the member order compatible with struct
11887 xftfont_info.
11888 (fc_charset_table): Change charset names to registry names.
11889 (ftfont_pattern_entity): Delete the args registry and
11890 fc_charset_idx. Change the value of :font-entity property
11891 to (FONTNAME . INDEX). Always set :registry property to
11892 `iso10646-1'.
11893 (struct ftfont_cache_data): New struct.
11894 (ftfont_lookup_cache): New arg for_face.
11895 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11896 (ftfont_driver): Set the member otf_capability.
11897 (ftfont_get_charset): Adjust it for the change of
11898 fc_charset_table.
11899 (OTF_TAG_SYM): New macro.
11900 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11901 for the change of fc_charset_table.
11902 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11903 ftfont_pattern_entity. Add FC_INDEX to objset.
11904 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11905 and ftfont_pattern_entity.
11906 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11907 font_make_object, struct ftfont_info.
11908 (ftfont_has_char): Use ftfont_get_fc_charset.
11909 (ftfont_otf_features, ftfont_otf_capability): New functions.
11910 (ftfont_shape): Use ftfont_get_otf.
11911 (ftfont_text_extents): Fix initial setting of metrics.
11912
11913 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11914 member order compatible with struct ftfont_info.
11915 (xftfont_open): Add FC_CHARSET to the pattern. Set
11916 xftfont_info->ft_size. Don't unlock the face. Check BDF
11917 properties if appropriate.
11918 (xftfont_close): Unlock the face.
11919 (xftfont_anchor_point, xftfont_shape): Deleted.
11920 (syms_of_xftfont): Don't set members anchor_point and shape of
11921 xftfont_driver.
11922
11923 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11924 font_make_object.
11925
11926 * w32font.c (w32font_open): Adjust it for the change of
11927 font_make_object.
11928 (w32font_open_internal): Don't set properties of font_object here.
11929
11930 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
11931
11932 * macfns.c (x_create_tip_frame):
11933 * w32fns.c (x_create_tip_frame):
11934 * xfns.c (x_create_tip_frame): Pass parameter argument to
11935 face-set-after-frame-default.
11936
11937 * xfaces.c (Finternal_merge_in_global_face): Save merged
11938 attributes for the default face back into the face vector.
11939
11940 2008-07-08 Andreas Schwab <schwab@suse.de>
11941
11942 * fontset.h: Declare fontset_from_font. Don't declare
11943 new_fontset_from_font and fontset_from_font_name.
11944 * xterm.c: Include "fontset.h".
11945 * Makefile.in (xterm.o): Update dependencies.
11946
11947 2008-07-08 Glenn Morris <rgm@gnu.org>
11948
11949 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11950 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11951
11952 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
11953
11954 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11955 (x_set_frame_parameters): Don't bind it.
11956
11957 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
11958
11959 * w32fns.c (map_w32_filename): Declare extern.
11960
11961 2008-07-07 Jason Rumney <jasonr@gnu.org>
11962
11963 * w32term.c (WS_EX_LAYERED): Define if not already.
11964
11965 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
11966
11967 * xfaces.c (set_font_frame_param): Don't try to set the font
11968 parameter if it is still unspecified in the lface.
11969
11970 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11971
11972 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11973 face if it didn't already exist.
11974
11975 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11976
11977 2008-07-05 Andreas Schwab <schwab@suse.de>
11978
11979 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11980
11981 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11982
11983 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11984 word-wrapping.
11985 (IT_DISPLAYING_WHITESPACE): New macro.
11986 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11987 when word-wrapping. Simplify word-wrapping logic. Use correct
11988 pixel positions when saving copies of the iterator.
11989 (display_line): Use proper wrap point if the last character on a
11990 line was preceded by whitespace.
11991
11992 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11995
11996 2008-07-04 Kenichi Handa <handa@m17n.org>
11997
11998 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11999
12000 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
12001
12002 2008-07-02 Jason Rumney <jasonr@gnu.org>
12003
12004 * xfns.c (syms_of_xfns): Only define x-select-font when both
12005 HAVE_FREETYPE and USE_GTK.
12006
12007 * xdisp.c (next_element_from_display_vector): Move assignment out
12008 of if statement.
12009
12010 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
12011
12012 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
12013
12014 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
12015 (syms_of_fileio): Initialize and export them.
12016 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
12017
12018 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
12019 (Fsystem_move_file_to_trash): New function.
12020 (syms_of_w32fns): Export it to lisp.
12021
12022 2008-07-01 Jason Rumney <jasonr@gnu.org>
12023
12024 * w32font.c (w32font_text_extents): Don't count overhang as part
12025 of width.
12026
12027 2008-06-30 Miles Bader <miles@gnu.org>
12028
12029 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
12030 Add `avoid_cursor_p' field.
12031
12032 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
12033 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
12034 (append_glyph, append_composite_glyph, produce_image_glyph)
12035 (append_stretch_glyph): Initialize avoid_cursor_p.
12036 (get_it_property): Rename from `get_line_height_property'.
12037 (x_produce_glyphs): Use get_it_property.
12038 (handle_line_prefix, push_display_prop): New functions.
12039 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
12040 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
12041 New variables.
12042 (syms_of_xdisp): Initialize them.
12043
12044 2008-06-30 Kenichi Handa <handa@m17n.org>
12045
12046 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
12047 XftDefaultSubstitute (they are called in XftFontMatch).
12048 (xftfont_open): Fix args to ftfont_font_format.
12049
12050 * ftfont.c (fc_charset_table): New member lang.
12051 (ftfont_resolve_generic_family): New arg pattern.
12052 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
12053 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
12054 (ftfont_open): Fix args to ftfont_font_format.
12055 (ftfont_font_format): New arg filename.
12056
12057 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
12058
12059 * xfaces.c (Finternal_merge_in_global_face): If default face was
12060 modified, realize it again. Update the font face attribute.
12061
12062 2008-06-29 Jason Rumney <jasonr@gnu.org>
12063
12064 * w32term.c (x_set_frame_alpha): Fix logic.
12065
12066 2008-06-29 Kenichi Handa <handa@m17n.org>
12067
12068 * fontset.c (Finternal_char_font): Return font-object instead of
12069 font-name.
12070
12071 * composite.c (get_composition_id): Fix the width calculation for TAB.
12072
12073 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12074
12075 * indent.c (Fvertical_motion): Properly handle float column arg.
12076
12077 2008-06-28 Jason Rumney <jasonr@gnu.org>
12078
12079 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
12080 (pfnSetLayeredWindowAttributes): New function pointer.
12081 (w32_initialize): Initialize it when supported.
12082 (x_set_frame_alpha): New function.
12083
12084 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
12085 (w32_frame_parm_handlers): Set alpha handler.
12086
12087 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
12088
12089 2008-06-27 Jason Rumney <jasonr@gnu.org>
12090
12091 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
12092 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
12093 (w32_to_x_charset, x_to_w32_charset)
12094 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12095 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12096 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12097 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12098 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12099 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12100 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
12101 (Qw32_charset_unicode): Remove.
12102 (syms_of_w32fns): Update for above changes.
12103
12104 * w32font.c (w32_to_x_charset, x_to_w32_charset)
12105 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12106 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12107 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12108 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12109 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12110 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12111 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
12112 (syms_of_w32font): Update for above changes.
12113
12114 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
12115
12116 * s/usg5-4.h: Fix previous change: keep the correct branch of a
12117 removed #if.
12118 (USG_SHARED_LIBRARIES): Remove duplicate definition.
12119
12120 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
12121 Eli Zaretskii <eliz@gnu.org>
12122
12123 * makefile.w32-in (LOCAL_FLAGS):
12124 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
12125
12126 * sysdep.c (_spawnlp, _getpid):
12127 Declare with explicit _cdecl instead of _CRTAPI1.
12128
12129 * editfns.c (Fget_internal_run_time):
12130 Check for WINDOWSNT with #ifdef, not #if.
12131
12132 2008-06-26 Jason Rumney <jasonr@gnu.org>
12133
12134 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
12135
12136 * w32term.c (x_draw_glyph_string_foreground)
12137 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
12138 Use FONT_HANDLE macro.
12139 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
12140
12141 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12142 (uniscribe_encode_char): Use FONT_HANDLE macro.
12143
12144 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
12145 (w32font_text_extents): Use precast w32_font.
12146 (w32font_close): Free cached metrics.
12147 (w32font_open_internal): Allocate space for name on stack.
12148
12149 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
12150
12151 * xdisp.c (extend_face_to_end_of_line): Fix last change.
12152
12153 2008-06-26 Jason Rumney <jasonr@gnu.org>
12154
12155 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
12156 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
12157
12158 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
12159
12160 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
12161
12162 2008-06-26 Jason Rumney <jasonr@gnu.org>
12163
12164 * w32bdf.c, w32bdf.h: Remove obsolete files.
12165
12166 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
12167
12168 * w32gui.h: Don't include w32bdf.h.
12169 (XCharStruct, enum w32_char_font_type, W32FontStruct):
12170 Remove obsolete font support.
12171
12172 * w32font.h (struct w32font_info): Remove compat_w32_font.
12173 Add hfont member.
12174 (FONT_COMPAT): Remove obsolete macro.
12175
12176 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
12177 (w32font_encode_char, w32font_text_extents): Use new hfont member.
12178 (w32font_open_internal): Remove compat code. Set new hfont member.
12179 (Fx_select_font): Use new hfont member.
12180
12181 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12182 (uniscribe_encode_char): Use new hfont member.
12183
12184 * w32term.c (x_draw_glyph_string_foreground)
12185 (x_draw_composite_glyph_string_foreground): Use new hfont member.
12186 (x_draw_glyph_string): Use metrics in w32font_info.
12187
12188 2008-06-26 Kenichi Handa <handa@m17n.org>
12189
12190 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
12191
12192 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12193
12194 * unexnext.c:
12195 * m/ews4800.h:
12196 * m/hp9000s300.h:
12197 * m/ibm370aix.h:
12198 * m/mips-siemens.h:
12199 * m/ncr386.h:
12200 * m/next.h:
12201 * m/pmax.h:
12202 * m/powerpcle.h:
12203 * m/tandem-s2.h:
12204 * s/386bsd.h:
12205 * s/bsd386.h:
12206 * s/bsd4-1.h:
12207 * s/bsd4-2.h:
12208 * s/bsdos2-1.h:
12209 * s/bsdos2.h:
12210 * s/bsdos3.h:
12211 * s/bsdos4.h:
12212 * s/nextstep.h:
12213 * s/ultrix4-3.h:
12214 * s/usg5-0.h:
12215 * s/usg5-2-2.h:
12216 * s/usg5-2.h:
12217 * s/usg5-4-3.h:
12218 * s/ux4800.h:
12219 * s/uxpds.h:
12220 * s/uxpv.h: Remove support for obsolete systems.
12221 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
12222 Remove, insert contents in s/hpux10-20.h.
12223 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
12224 Remove, insert contents in s/aix4-2.h.
12225 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
12226 * s/bsd4-3.h: Rename to ...
12227 * s/bsd-common.h: ... this.
12228 * data.c:
12229 * doc.c:
12230 * ecrt0.c:
12231 * emacs.c:
12232 * fileio.c:
12233 * floatfns.c:
12234 * keyboard.c:
12235 * mem-limits.h:
12236 * print.c:
12237 * process.c:
12238 * sysdep.c:
12239 * syssignal.h:
12240 * systty.h:
12241 * syswait.h:
12242 * term.c:
12243 * unexec.c:
12244 * unexelf.c:
12245 * unexhp9k800.c:
12246 * m/hp800.h:
12247 * m/ibmrs6000.h:
12248 * m/mips.h:
12249 * m/vax.h:
12250 * s/darwin.h:
12251 * s/freebsd.h:
12252 * s/gnu.h:
12253 * s/ms-w32.h:
12254 * s/msdos.h:
12255 * s/netbsd.h:
12256 * s/template.h: Remove references to obsolete variables.
12257
12258 * Makefile.in: Add dependencies for all unexec files.
12259 (admindir): Remove unused variable.
12260 (UNEXEC_SRC): Remove references.
12261
12262 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
12263
12264 * xfns.c (x_default_font_parameter): If Xft is available, first
12265 try Monospace-12 for the default font.
12266
12267 2008-06-25 Jason Rumney <jasonr@gnu.org>
12268
12269 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
12270
12271 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12272
12273 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
12274
12275 * buffer.c (syms_of_buffer): Remove default-word-wrap.
12276
12277 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
12278
12279 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
12280 <scroll-conservatively>: Fix typo in docstring.
12281
12282 * xselect.c (Fx_send_client_event): Doc fix.
12283
12284 2008-06-25 Kenichi Handa <handa@m17n.org>
12285
12286 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
12287
12288 * font.c (font_parse_fcname): Remove unused variables.
12289 (font_sort_entites): Delete the arg SPEC. Caller changed.
12290 Fix for the case of ! best_only.
12291 (font_delete_unmatched): Check DPI and AVGWIDTH too.
12292
12293 * lisp.h (Fstring_to_unibyte): EXFUN it.
12294
12295 * character.h (str_to_unibyte): Extern it.
12296
12297 * character.c (str_to_unibyte): New function.
12298
12299 * fns.c (Fstring_to_unibyte): New function.
12300 (syms_of_fns): Defsubr it.
12301
12302 2008-06-24 Kenichi Handa <handa@m17n.org>
12303
12304 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
12305 DPI too.
12306 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
12307
12308 2008-06-24 Andreas Schwab <schwab@suse.de>
12309
12310 * Makefile.in (${lispsource}loaddefs.el): Rename from
12311 ../lisp/loaddefs.el.
12312 (bootstrap-clean): Do what distclean does but don't remove
12313 Makefile.
12314 (distclean): Depend on bootstrap-clean and remove Makefile.
12315
12316 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
12317
12318 * buffer.h (struct buffer): New member word_wrap.
12319
12320 * buffer.c (syms_of_buffer): New variables default-word-wrap and
12321 word-wrap.
12322 (init_buffer_once): Initialize them.
12323
12324 * dispextern.h (struct it): Replace bool truncate_lines_p with a
12325 line_wrap enum possessing three possible values.
12326
12327 * termopts.h: Replace truncate_partial_width_windows with
12328 Vtruncate_partial_width_windows.
12329
12330 * dispnew.c (direct_output_for_insert): Avoid direct output when
12331 inserting a space with word wrap on.
12332
12333 * indent.c (compute_motion): Obey integer values of
12334 truncate-partial-width-windows.
12335
12336 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
12337 replacing truncate_partial_width_windows.
12338 (init_iterator): If Vtruncate_partial_width_windows is an integer,
12339 truncate only if the window width is below that integer.
12340 (start_display, resize_mini_window, produce_stretch_glyph)
12341 (display_string, move_it_in_display_line_to): Use line_wrap.
12342 (back_to_previous_visible_line_start, reseat_1): Reset
12343 string_from_display_prop_p.
12344 (display_line): Extend default face to end of line when wrapping.
12345
12346 2008-06-24 Kim F. Storm <storm@cua.dk>
12347
12348 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
12349 to wrap continued lines at word boundaries.
12350
12351 2008-06-24 Jason Rumney <jasonr@gnu.org>
12352
12353 * font.c (Ffont_face_attributes): Multiply pixel size before point
12354 conversion to avoid multiplying rounding error.
12355
12356 2008-06-23 Jason Rumney <jasonr@gnu.org>
12357
12358 * w32term.c (x_draw_glyph_string_background)
12359 (x_draw_glyph_string): Remove old bdf font code.
12360
12361 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
12362
12363 2008-06-22 Kenichi Handa <handa@m17n.org>
12364
12365 * font.c (font_find_for_lface): Try the adstyle specified in
12366 the property of LFACE_FONT of LFACE (if any).
12367
12368 2008-06-21 Seiji Zenitani <zenitani@mac.com>
12369 Ryo Yoshitake <ryo@shiftmode.net>
12370
12371 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
12372
12373 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
12376 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
12377 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
12378 (witness-emacs): Remove.
12379 (lisp, shortlisp): Move loaddefs.el earlier.
12380 (mostlyclean): Forget about witness-emacs.
12381
12382 2008-06-22 Glenn Morris <rgm@gnu.org>
12383
12384 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
12385 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
12386
12387 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * Makefile.in (PRECOMP): Remove.
12390 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
12391 (witness-emacs): Run `compile-first'.
12392 (.el.elc): Use the new compile-onefile target.
12393
12394 2008-06-21 Kenichi Handa <handa@m17n.org>
12395
12396 * xftfont.c (xftfont_open): Handle QCembolden only when
12397 FC_EMBOLDEN is defined.
12398
12399 2008-06-21 Andreas Schwab <schwab@suse.de>
12400
12401 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
12402 (.el.elc): Likewise.
12403
12404 2008-06-21 Miles Bader <miles@gnu.org>
12405
12406 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
12407 build dir, not the lisp source dir.
12408
12409 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
12412 (bootstrapclean): Remove.
12413 (.el.elc): New rule.
12414 (PRECOMP): New var.
12415 (../lisp/subdirs.el): Remove.
12416 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
12417 (witness-emacs): New target.
12418 (mostlyclean): Remove witness-emacs as well.
12419 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
12420 Add witness-emacs dependency.
12421
12422 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
12423
12424 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
12425 defined by the font.
12426
12427 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
12430 (bootstrap-clean): New target that keeps TAGS around.
12431 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
12432 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
12433
12434 2008-06-20 Jason Rumney <jasonr@gnu.org>
12435
12436 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
12437 Remove obsolete font code.
12438
12439 * w32font.c (font_matches_spec): Use csb bitfield from font signature
12440 to determine language support.
12441
12442 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * sysdep.c (cfsetspeed): New fun extracted from the code.
12445 (cfmakeraw): Move before first use.
12446
12447 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
12448
12449 * sysdep.c (cfmakeraw): Provide fallback implementation.
12450 (serial_configure): Provide fallback implementation of cfsetspeed.
12451
12452 2008-06-20 Kenichi Handa <handa@m17n.org>
12453
12454 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
12455 the pattern.
12456
12457 * fontset.c (fontset_from_font): Copy font_spec before changing
12458 the elements.
12459
12460 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
12461
12462 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12463
12464 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
12465 for explicit `font' parameters.
12466
12467 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
12468
12469 2008-06-19 Kenichi Handa <handa@m17n.org>
12470
12471 * frame.c: Include <ctype.h>.
12472 (x_set_font_backend): Allow spacing characters in the X resource
12473 for FontBackend.
12474
12475 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12476
12477 * w32fns.c, xfns.c (Qfont_param): New var.
12478 (syms_of_w32fns): Initialize it.
12479 (x_default_font_parameter): Record explicit `font' into
12480 `font-parameter'.
12481
12482 2008-06-18 Kenichi Handa <handa@m17n.org>
12483
12484 * font.c (font_parse_xlfd): Fix previous change.
12485 (font_parse_fcname): Don't use :fc-unknown-spec.
12486 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
12487 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
12488 (font_add_log): Prepend the driver name to the resulting fonts.
12489
12490 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
12491 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
12492 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
12493
12494 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
12495 (QCembolden): New variables.
12496 (syms_of_xftfont): DEFSYM them.
12497 (xftfont_open): Call XftFontMatch. Don't trust the result of
12498 XftTextExtents8 if the pixel_size is less than 5.
12499
12500 2008-06-18 Andreas Schwab <schwab@suse.de>
12501
12502 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
12503 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
12504
12505 2008-06-18 Jason Rumney <jasonr@gnu.org>
12506
12507 * w32font.c (w32font_list, w32font_match): Add logging.
12508
12509 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
12510
12511 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
12512
12513 * font.c (font_parse_fcname): Store divider characters for
12514 unknown-spec list. For known key symbols, intern using correct
12515 symbol name.
12516
12517 2008-06-17 Kenichi Handa <handa@m17n.org>
12518
12519 * xfaces.c (realize_default_face): If the frame is not on window
12520 system, set the fontset of face to nil.
12521
12522 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12523
12524 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
12525
12526 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12527
12528 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
12529 (build_font_name_from_vector): Delete externs.
12530
12531 * xfaces.c (struct font_name): Don't declare.
12532
12533 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
12536
12537 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12538
12539 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
12540
12541 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12542
12543 * font.c (Ffont_spec): Fix usage in docstring.
12544 (Ffont_face_attributes): Doc fix.
12545
12546 2008-06-16 Andreas Schwab <schwab@suse.de>
12547
12548 * font.c (Ffont_face_attributes): Fix definition.
12549
12550 2008-06-16 Jason Rumney <jasonr@gnu.org>
12551
12552 * font.h (font_style_symbolic_from_value): Remove.
12553
12554 * font.c (font_style_symbolic_from_value): Remove.
12555 (font_style_symbolic): Revert to pre 2008-06-13 version.
12556
12557 * w32font.c (w32_to_fc_weight): New function.
12558 (w32font_full_name, logfont_to_fcname): Use it.
12559
12560 2008-06-16 Kenichi Handa <handa@m17n.org>
12561
12562 * font.c (font_check_object): Delete it.
12563 (font_clear_cache): Check if a font-object is alive.
12564 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
12565 font-object to nil.
12566 (font_close_object): Don't check FONT_CLOSE_OBJECT.
12567 (font_at): Don't call font_check_object.
12568 (Ffont_get): Return a symbol for :weight, :slant, and :width.
12569
12570 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12571
12572 * puresize.h (BASE_PURESIZE): Increase to 1230000.
12573
12574 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12575
12576 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
12577
12578 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
12579
12580 * font.c (font_parse_fcname): Only one decimal point.
12581 (font_unparse_fcname): Handle data in family and foundry indices
12582 as symbols, not strings.
12583 (font_unparse_gtkname, Ffont_face_attributes): New functions.
12584
12585 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
12586
12587 * font.h (font_unparse_gtkname): Add prototype.
12588
12589 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12590
12591 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
12592
12593 2008-06-15 Andreas Schwab <schwab@suse.de>
12594
12595 * font.c (font_update_drivers): Fix crash when no drivers match.
12596
12597 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
12600 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
12601
12602 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12603
12604 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
12605
12606 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * process.c (Fserial_process_configure, Fprocess_send_eof):
12609 Use EQ to compare Lisp_Objects.
12610
12611 2008-06-13 Jason Rumney <jasonr@gnu.org>
12612
12613 * w32fns.c (Fw32_select_font): Remove old font API function.
12614
12615 * w32font.c (logfont_to_fcname): New function.
12616 (Fx_select_font): New font dialog function compatible with
12617 GTK/fontconfig version.
12618
12619 * font.c (font_style_symbolic_from_value): New function.
12620 (font_style_symbolic): Use it.
12621
12622 * font.h (font_style_symbolic_from_value): Declare new function.
12623
12624 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
12625
12626 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
12627 <font-width-table>: Fix typos in docstrings.
12628
12629 2008-06-13 Daniel Engeler <engeler@gmail.com>
12630
12631 These changes add serial port access.
12632 * process.c: Add HAVE_SERIAL.
12633 (Fdelete_process, Fprocess_status, Fset_process_buffer)
12634 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
12635 (list_processes_1, select_wrapper, Fstop_process)
12636 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
12637 (status_notify): Modify to handle serial processes.
12638 [HAVE_SERIAL] (Fserial_process_configure)
12639 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
12640 New functions.
12641 * process.h (struct Lisp_Process): Add `type'.
12642 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
12643 New functions.
12644 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
12645 serial ports.
12646 (serial_open, serial_configure): New functions.
12647 * w32.h: Add FILE_SERIAL.
12648 (struct _child_process): Add ovl_read, ovl_write.
12649
12650 2008-06-13 Kenichi Handa <handa@m17n.org>
12651
12652 * dispextern.h (enum lface_attribute_index): New member
12653 LFACE_FOUNDRY_INDEX.
12654
12655 * font.c (font_score): Delete arg alternate_families. Check only
12656 weight, slant, width, and size. Ignore the difference of alias
12657 style symbols.
12658 (font_sort_entites): Adjust for the above change. Reflect the
12659 order of font-driver to scores.
12660 (font_list_entities): Don't check alternate_familes here.
12661 (font_clear_prop): Handle foundry.
12662 (font_update_lface): Don't parse "foundry-family" form here.
12663 Handle FONT_FOUNDRY_INDEX.
12664 (font_find_for_lface): Likewise. Handle alternate families here.
12665 If registry is nil, try iso8859-1 and ascii-0.
12666 (font_open_for_lface): Pay attention to size in ENTITY.
12667 (font_open_by_name): Simplify by calling font_load_for_lface.
12668 (free_font_driver_list): Delete it.
12669 (font_update_drivers): Preserve the order of backends.
12670 (syms_of_font): Setting of sort_shift_bits adjusted for the change
12671 of font_score and font_sort_entites.
12672 (font_update_sort_order): Likewise.
12673
12674 * xfaces.c (LFACE_FOUNDRY): New macro.
12675 (check_lface_attrs): Check foundry.
12676 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
12677 (merge_face_vectors): Check foundry.
12678 (merge_face_ref): Likewise.
12679 (Finternal_set_lisp_face_attribute): Likewise.
12680 (x_update_menu_appearance): Likewise.
12681 (Finternal_get_lisp_face_attribute): Likewise.
12682 (lface_hash): Likewise.
12683 (lface_same_font_attributes_p): Likewise.
12684 (x_supports_face_attributes_p): Likewise.
12685 (tty_supports_face_attributes_p): Likewise.
12686 (Finternal_set_alternative_font_family_alist): Intern strings.
12687 (Finternal_set_alternative_font_registry_alist): Downcase strings.
12688 (realize_default_face): Set LFACE_FOUNDRY (lface).
12689
12690 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
12691 font-driver at first.
12692
12693 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
12694
12695 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12696
12697 * lread.c (Fload): Use xfree, not free on saved_doc_string.
12698
12699 2008-06-12 Jim Meyering <meyering@redhat.com>
12700
12701 Make unexec_free handle NULL the same way free does.
12702 * unexmacosx.c (unexec_free): Ignore a NULL argument.
12703
12704 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12705
12706 * character.h (CHAR_TO_BYTE_SAFE): New macro.
12707 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
12708 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
12709 (WEAK_ALIAS): Simplify.
12710 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
12711 when searching a unibyte buffer.
12712
12713 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
12714
12715 * xfns.c (Fx_select_font): Rename from x-font-dialog.
12716
12717 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
12718
12719 * w32font.c: Include ctype.h.
12720
12721 2008-06-11 Jason Rumney <jasonr@gnu.org>
12722
12723 * w32font.c (w32font_encode_char): Detect missing glyphs that are
12724 misreported as space.
12725 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
12726 as aliases for registry iso10646-1.
12727
12728 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * buffer.c (clone_per_buffer_values): Skip `name'.
12731
12732 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
12733
12734 * font.c (font_parse_fcname): Fix last change; accept decimal
12735 points in font size.
12736
12737 2008-06-10 Jason Rumney <jasonr@gnu.org>
12738
12739 * w32uniscribe.c (add_opentype_font_name_to_list):
12740 Skip non unicode fonts.
12741
12742 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
12743
12744 * xfns.c (Fx_font_dialog): New function.
12745
12746 * gtkutil.c (xg_dialog_response_cb): Rename from
12747 xg_file_response_callback.
12748 (pop_down_dialog): Rename from pop_down_file_dialog.
12749 (xg_get_file_name): Callers changed.
12750 (xg_get_font_name): New function.
12751
12752 * gtkutil.h (xg_get_font_name): Insert prototype.
12753
12754 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
12757 x_underline_minimum_display_offset.
12758 (syms_of_xdisp): Declare it here rather than in xterm.c.
12759 * dispextern.h (underline_minimum_offset): Declare it.
12760 * w32term.c (x_draw_glyph_string): Use it.
12761 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
12762 (syms_of_xterm): Don't declare it any more.
12763 (x_draw_glyph_string): Adjust to the new name.
12764
12765 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
12766
12767 * xterm.c (x_underline_minimum_display_offset): New var.
12768 (x_draw_glyph_string): Use it.
12769 (syms_of_xterm): Declare it.
12770
12771 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
12772
12773 * font.c (font_parse_fcname): Accept GTK-style font names too.
12774
12775 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * dired.c (file_name_completion): Don't return t if the match is exact
12778 but with different capitalization.
12779 * minibuf.c (Ftry_completion): Simplify.
12780
12781 * window.c (Vwindow_point_insertion_type): New var.
12782 (set_window_buffer): Use it.
12783 (syms_of_window): Init and export it to Lisp.
12784
12785 2008-06-10 Kenichi Handa <handa@m17n.org>
12786
12787 * font.h (font_intern_prop): Prototype adjusted.
12788
12789 * font.c (font_intern_prop): New arg force_symbol.
12790 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12791 Adjust for the change of font_intern_prop.
12792
12793 * ftfont.c (ftfont_pattern_entity):
12794 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12795 (w32_registry):
12796 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12797 the change of font_intern_prop.
12798
12799 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
12800
12801 * w32menu.c (digest_single_submenu): Declare extern.
12802
12803 2008-06-09 Jason Rumney <jasonr@gnu.org>
12804
12805 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12806
12807 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12808 (parse_single_submenu): Remove.
12809 (digest_single_submenu): Remove.
12810 (syms_of_w32menu): Don't initialise variables that have moved
12811 to menu.c.
12812 (set_frame_menubar): Sync with version in xmenu.c.
12813 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12814
12815 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12816 Make static again.
12817
12818 2008-06-09 Jason Rumney <jasonr@gnu.org>
12819
12820 Changes to w32 files related to the move of common menu code
12821 to menu.c on 2008-06-08 by Chong Yidong.
12822
12823 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12824 defs to w32gui.h.
12825 (single_keymap_panes, push_menu_item, push_menu_pane):
12826 Make globally visible.
12827
12828 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12829 (local_free, malloc_widget_value, free_widget_value)
12830 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12831 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12832 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12833 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12834 (menu_items, menu_items_allocated, menu_items_used)
12835 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12836 (init_menu_items, finish_menu_items, discard_menu_items)
12837 (grow_menu_items, push_submenu_start, push_submenu_end)
12838 (push_left_right_boundary, push_menu_pane, push_menu_item)
12839 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12840 (free_menubar_widget_tree_value, parse_single_submenu)
12841 (update_submenu_strings): Remove functions.
12842 (xmalloc_widget_value): Remove and declare extern.
12843
12844 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12845 (OBJ1): Build it.
12846
12847 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12848 (local_heap, local_alloc, local_free, malloc_widget_value)
12849 (free_widget_value): Define here.
12850
12851 2008-06-09 Kenichi Handa <handa@m17n.org>
12852
12853 * font.h (Qascii_0): Extern it.
12854
12855 * font.c (Qascii_0): New variable.
12856 (syms_of_font): DEFSYM it.
12857 (font_open_by_name): If the registry "iso8859-1" fails, try also
12858 "ascii-0".
12859
12860 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12861
12862 2008-06-08 Kenichi Handa <handa@m17n.org>
12863
12864 * .gdbinit (xfont): New command.
12865
12866 2008-06-08 Andreas Schwab <schwab@suse.de>
12867
12868 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12869 * Makefile.in (menu.o): Update dependencies.
12870
12871 * Makefile.in (obj): Always add menu.o.
12872 * emacs.c (main): Always call syms_of_menu.
12873 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12874
12875 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
12876
12877 * Makefile.in: Compile menu.c.
12878
12879 * lisp.h: Declare syms_of_menu.
12880
12881 * emacs.c (main): Call syms_of_menu.
12882
12883 * keyboard.h: Relocate platform-independent menu definitions from
12884 xmenu.c.
12885
12886 * menu.c: New file. Relocate platform-independent menu
12887 definitions from xmenu.c. Suggested by Adrian Robert.
12888
12889 * xmenu.c: Remove platform-independent menu definitions.
12890 (menu_items, menu_items_inuse, menu_items_allocated)
12891 (menu_items_used, menu_items_n_panes)
12892 (menu_items_submenu_depth): Move to keyboard.h.
12893 (init_menu_items, finish_menu_items, unuse_menu_items)
12894 (discard_menu_items, restore_menu_items, save_menu_items)
12895 (grow_menu_items, push_submenu_start, push_submenu_end)
12896 (push_left_right_boundary, push_menu_pane, push_menu_item)
12897 (keymap_panes, single_keymap_panes, single_menu_item)
12898 (list_of_panes, list_of_items, find_and_call_menu_selection)
12899 (xmalloc_widget_value, free_menubar_widget_value_tree)
12900 (parse_single_submenu, digest_single_submenu)
12901 (update_submenu_strings): Move to menu.c.
12902
12903 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12906
12907 2008-06-06 Miles Bader <miles@gnu.org>
12908
12909 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12910 face, not frame default.
12911
12912 2008-06-05 Martin Rudalics <rudalics@gmx.at>
12913
12914 * window.c (pop_up_windows, pop_up_frames)
12915 (display_buffer_reuse_frames, Vpop_up_frame_function)
12916 (Vdisplay_buffer_function, Veven_window_heights)
12917 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12918 (Vspecial_display_function, Vsame_window_buffer_names)
12919 (Vsame_window_regexps, split_height_threshold)
12920 (Vsplit_window_preferred_function): Move those vars to window.el.
12921 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12922 (Fdisplay_buffer): Move those functions to window.el.
12923 (syms_of_window): Remove corresponding declarations.
12924 (display_buffer): New function.
12925 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12926 * dispnew.c (Flast_nonminibuf_frame): New function.
12927 * buffer.c (Fpop_to_buffer): Move to window.el.
12928
12929 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12930
12931 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12932
12933 2008-06-05 Kenichi Handa <handa@m17n.org>
12934
12935 * coding.c (detect_coding): Fix previous change.
12936 (detect_coding_system): Likewise.
12937
12938 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12939
12940 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12941
12942 * keymap.c (Vminibuffer_local_filename_must_match_map):
12943 Rename from Vminibuffer_local_must_match_filename_map.
12944 (syms_of_keymap):
12945 * minibuf.c (Fcompleting_read): Adjust accordingly.
12946 * commands.h: Rename declaration as well.
12947
12948 2008-06-05 Kenichi Handa <handa@m17n.org>
12949
12950 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12951 family name.
12952 (Ffont_put): Likewise.
12953
12954 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12955 current font-spec.
12956
12957 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12958 is unspecified.
12959
12960 * xfaces.c (realize_x_face): If the font-related face attributes
12961 are the same as those of default face, realize a new fontset from
12962 default->fontset.
12963 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12964
12965 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12966
12967 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12968 (move_it_in_display_line): New wrapper.
12969
12970 * window.c (window_scroll_pixel_based_preserve_x)
12971 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12972 (window_scroll_pixel_based, window_scroll_line_based):
12973 Use them to preserve column positions.
12974 (syms_of_window): Initialize them.
12975
12976 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12977 (HPOS . VPOS) pair.
12978
12979 * dispextern.h (move_it_in_display_line): Declare.
12980
12981 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
12982
12983 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12984 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12985 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12986
12987 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
12988
12989 * window.c (Fset_window_parameter): Doc fix.
12990 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12991
12992 2008-06-04 Joakim Verona <joakim@verona.se>
12993
12994 * window.h (struct window): Add new member window_parameters.
12995
12996 * window.c (Fwindow_parameters, Fwindow_parameter)
12997 (Fset_window_parameter): New defuns.
12998 (syms_of_window): Defsubr the new defuns.
12999 (make_window): Initialize window_parameters to nil.
13000
13001 2008-06-04 John Paul Wallington <jpw@pobox.com>
13002
13003 * eval.c (Fdefmacro): Doc fix.
13004
13005 2008-06-04 Kenichi Handa <handa@m17n.org>
13006
13007 * coding.c (detect_coding): Fix handling of coding->head_ascii.
13008 Be sure to call setup_coding_system when we find a proper coding system.
13009 (detect_coding_system): Fix handling of coding->head_ascii.
13010
13011 2008-06-03 Andreas Schwab <schwab@suse.de>
13012
13013 * font.c (font_prop_validate_spacing): Fix last change.
13014
13015 2008-06-03 Kenichi Handa <handa@m17n.org>
13016
13017 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
13018 (font_parse_fcname): Fix handling of unknown key.
13019
13020 * xfont.c (xfont_list): Try an alias.
13021
13022 * charset.c (char_charset): Return NULL if the arg charset_list is
13023 specified and C doesn't belong to any of them.
13024
13025 2008-06-02 Chip Coldwell <coldwell@redhat.com>
13026
13027 * font.c (font_pixel_size): Don't take cdr of an integer.
13028
13029 2008-06-02 Jim Meyering <meyering@redhat.com>
13030
13031 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
13032 * alloc.c (xfree): Return right away for a NULL arg.
13033 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
13034 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
13035 * mac.c (create_apple_event_from_event_ref): Likewise.
13036 (create_apple_event_from_drag_ref, cfstring_create_normalized):
13037 Likewise.
13038 * doprnt.c (doprnt1): Likewise.
13039 * frame.c (frame): Likewise.
13040 * keyboard.c (wipe_kboard): Likewise.
13041 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
13042 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
13043 * term.c (tty_default_color_capabilities, maybe_fatal)
13044 (delete_tty): Likewise.
13045 * w16select.c (string): Likewise.
13046 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
13047 * w32bdf.c (w32_free_bdf_font): Likewise.
13048 * w32fns.c (w32_unload_font): Likewise.
13049 * w32font.c (w32font_close): Likewise.
13050 * window.c (size_window): Likewise.
13051 * xselect.c (receive_incremental_selection): Likewise.
13052 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
13053 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
13054 * w32.c (stat): Likewise.
13055
13056 Remove useless if-before-free tests.
13057 * editfns.c (Fset_time_zone_rule): Likewise.
13058 * lread.c (nosuffix): Likewise.
13059 * ralloc.c (get_bloc): Likewise.
13060 * regex.c (reg_free): Likewise.
13061 * xftfont.c (xftfont_open, xftfont_close): Likewise.
13062 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
13063 * xsmfns.c (smc_save_yourself_CB): Likewise.
13064
13065 2008-06-02 Kenichi Handa <handa@m17n.org>
13066
13067 * font.c (font_find_for_lface): Handle float font size.
13068 (font_open_for_lface): Likewise.
13069
13070 * xfaces.c (x_supports_face_attributes_p): Check face->font before
13071 comparing the properties.
13072
13073 2008-06-01 Jason Rumney <jasonr@gnu.org>
13074
13075 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
13076 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
13077 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
13078 Don't add empty script list.
13079 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
13080
13081 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
13082
13083 * Makefile.in (dot, dotdot): Remove, update users.
13084 ".." has been used elsewhere in the file for a long time.
13085 (LIBXT_STATIC): Remove conditional based on unused variable.
13086
13087 2008-06-01 Miles Bader <miles@gnu.org>
13088
13089 * xfaces.c (Vface_remapping_alist): New variable.
13090 (syms_of_xfaces): Initialize it.
13091 (enum named_merge_point_kind): New type.
13092 (struct named_merge_point): Add `named_merge_point_kind' field.
13093 (push_named_merge_point): Make cycle detection respect different
13094 named-merge-point kinds.
13095 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
13096 Remove face-name alias resolution.
13097 (lface_from_face_name): New definition using
13098 `lface_from_face_name_no_resolve'.
13099 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
13100 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
13101 (get_lface_attributes): New definition that layers face-remapping on
13102 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
13103 (lookup_basic_face): New function.
13104 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
13105 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
13106 `get_lface_attributes'.
13107 (face_at_buffer_position): Use `lookup_basic_face' to lookup
13108 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
13109 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
13110
13111 * xdisp.c (init_iterator): Pass base_face_id through
13112 `lookup_basic_face' when we actually use it as a face-id.
13113 (handle_single_display_prop): Use `lookup_basic_face' to lookup
13114 DEFAULT_FACE_ID.
13115
13116 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
13117 lookup the initial face-id.
13118
13119 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
13120
13121 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
13122
13123 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
13124 (Fremove_text_properties): Fix typos in docstrings.
13125
13126 2008-05-31 Kenichi Handa <handa@m17n.org>
13127
13128 * font.c (font_list_entities): Fix the car part of data to be
13129 stored in the cache.
13130
13131 * ftfont.c (ftfont_font_format): Don't use strcasestr.
13132
13133 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
13136 Add a `test' argument so another predicate than `equal' can be used.
13137 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
13138 (map_char_table): Remove unused vars `c' and `i'.
13139 * lisp.h (Foptimize_char_table): Adjust declaration.
13140 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
13141
13142 2008-05-30 Kenichi Handa <handa@m17n.org>
13143
13144 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
13145 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
13146 defined.
13147
13148 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13149
13150 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
13151 (Fmake_variable_frame_local): Disallow mixing buffer-local and
13152 frame-local settings for the same variable.
13153
13154 2008-05-30 Kenichi Handa <handa@m17n.org>
13155
13156 * fontset.c (Ffont_info): Move to font.c.
13157 (syms_of_fontset): Delete defsubr of Sfont_info.
13158
13159 * font.c (font_style_to_value, font_score): Delete casting of the
13160 args to xstcasecmp.
13161 (register_font_driver): Increment num_font_drivers only when
13162 registering the driver globally.
13163 (Ffont_info): Move from fontset.c. Handle a font object too.
13164 (syms_of_font): Defsubr Sfont_info.
13165
13166 2008-05-29 Kenichi Handa <handa@m17n.org>
13167
13168 * coding.h (enum define_coding_utf8_arg_index): New enum.
13169 (enum coding_attr_index): Change coding_attr_utf_16_bom to
13170 coding_attr_utf_bom.
13171 (enum utf_bom_type): Rename from utf_16_bom_type.
13172 (struct utf_16_spec): Adjust for the above change.
13173 (struct coding_system): Add utf_8_bom in `spec' union.
13174
13175 * coding.c (CODING_UTF_8_BOM): New macro.
13176 (enum coding_category): Delete coding_category_utf_8, add
13177 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
13178 coding_category_utf_8_sig.
13179 (CATEGORY_MASK_UTF_8): Delete it.
13180 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
13181 (CATEGORY_MASK_UTF_8_SIG): New macros.
13182 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
13183 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
13184 CATEGORY_MASK_UTF_8_SIG.
13185 (CATEGORY_MASK_UTF_8): New macro.
13186 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
13187 (detect_coding_utf_8): Check BOM.
13188 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
13189 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
13190 (encode_coding_utf_16): Likewise.
13191 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
13192 (detect_coding, detect_coding_system): Handle utf-8-auto.
13193 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
13194 (syms_of_coding): Fix setting up of Vcoding_category_table.
13195
13196 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * process.c (Faccept_process_output): If `millisec' is non-nil,
13199 `seconds' default to 0.
13200 (wait_reading_process_output): Also return non-nil if we read output
13201 from a non-running process.
13202
13203 2008-05-29 Jason Rumney <jasonr@gnu.org>
13204
13205 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
13206 `raster' specified.
13207 (add_font_entity_to_list): Allow non-opentype truetype fonts back
13208 in the uniscribe backend, but disallow any font that has no
13209 unicode subrange support.
13210
13211 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
13212
13213 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
13214 Fix typos in docstrings.
13215
13216 2008-05-29 Kenichi Handa <handa@m17n.org>
13217
13218 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
13219 (Fx_family_fonts): Set frame correctly.
13220
13221 2008-05-28 Jason Rumney <jasonr@gnu.org>
13222
13223 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
13224
13225 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13226
13227 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
13228 calling build_annotations.
13229
13230 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
13231
13232 * coding.c (Fdecode_coding_region, Fencode_coding_region)
13233 (Fencode_coding_string):
13234 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
13235 <latin-extra-code-table>: Fix typos in docstrings.
13236 (syms_of_coding) <coding-system-alist>: Doc fix.
13237 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
13238
13239 2008-05-28 Kenichi Handa <handa@m17n.org>
13240
13241 * fontset.c (Ffont_info): Don't call font_close_object.
13242
13243 * font.c (font_parse_family_registry): Use Ffont_put to validate
13244 foundry and family.
13245 (font_delete_unmatched): Don't check spacing.
13246 (font_list_entities): Add spacing to the spec to list fonts.
13247
13248 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
13249 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
13250
13251 * coding.c (encode_coding_raw_text): Fix previous change.
13252 (encode_coding_object): When the dst_object is a buffer and is
13253 different from src_object, move gap to PT.
13254
13255 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
13256
13257 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
13258
13259 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13260
13261 * coding.c (encode_coding_raw_text): Set coding->produced_char for
13262 all branches. Compute it differently.
13263
13264 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
13265
13266 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
13267
13268 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
13269 into "else if () ... else ...".
13270
13271 2008-05-27 Jason Rumney <jasonr@gnu.org>
13272
13273 * w32font.c (w32font_open_internal): Determine if glyph indices
13274 are likely to work here.
13275
13276 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
13277
13278 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
13279 draw overlap glyphs with appropriate highlighting.
13280
13281 2008-05-27 Kenichi Handa <handa@m17n.org>
13282
13283 * xfont.c (xfont_open): Fix calculation of font->average_width.
13284
13285 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * casefiddle.c (casify_object): Try to guess better whether the
13288 argument is a byte or a char.
13289
13290 2008-05-26 Andreas Schwab <schwab@suse.de>
13291
13292 * xselect.c (x_reply_selection_request): Properly handle format == 32.
13293 Always send multiples of format size.
13294
13295 * xterm.c (x_set_frame_alpha): Fix type mismatch.
13296
13297 2008-05-26 Jason Rumney <jasonr@gnu.org>
13298
13299 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
13300 (compute_metrics): Don't set failure if we just cleared the cache.
13301 (w32_weight_table): Remove unused variable.
13302 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
13303 backwards compatibility.
13304
13305 2008-05-25 Kenichi Handa <handa@m17n.org>
13306
13307 * w32term.c (x_draw_glyph_string):
13308 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
13309
13310 * xfaces.c: Delete unused function prototypes.
13311 (xstrlwr, font_frame): Delete them.
13312 (clear_face_cache): Delete unused variable.
13313
13314 * xftfont.c (xftfont_open): Delete unused variable.
13315 If underline_thickness is not 1, adjust underline_position.
13316
13317 * ftxfont.c (ftxfont_open): Delete unused variable.
13318
13319 * fontset.c (face_for_char): Optimize for the case of no charset
13320 property.
13321
13322 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
13323 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
13324 (otf_open, font_otf_capability, generate_otf_features)
13325 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13326 Comment out by surrounding "#if 0" and "#endif" for the moment.
13327 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
13328 (syms_of_font): Codes for accessing above commented out.
13329
13330 2008-05-24 Eli Zaretskii <eliz@gnu.org>
13331
13332 * w32proc.c: Include dispextern.h.
13333
13334 * w32.c: Include dispextern.h.
13335
13336 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
13337
13338 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
13339 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
13340 Fix typos in docstrings.
13341
13342 2008-05-23 Jason Rumney <jasonr@gnu.org>
13343
13344 * xsmfns.c: Remove includes that are already included by config.h.
13345
13346 2008-05-23 Kenichi Handa <handa@m17n.org>
13347
13348 * charset.c (Qemacs, charset_emacs): New variables.
13349 (char_charset): Fix for non-Unicode characters.
13350 (syms_of_charset): Define charset_emacs.
13351
13352 * w32term.c (x_draw_glyph_string): Be sure to update
13353 s->underline_thickness and s->underline_position. Be sure to draw
13354 underline within the current line area.
13355
13356 * xterm.c (x_draw_glyph_string): Be sure to update
13357 s->underline_thickness and s->underline_position. Be sure to draw
13358 underline within the current line area.
13359
13360 * fontset.c: Delete unused variables and add casting for char *
13361 throughout the file.
13362 (fontset_font): Try the fallback fonts of the current fontset
13363 before consulting the default fontset.
13364
13365 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
13366
13367 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
13368
13369 2008-05-22 Jason Rumney <jasonr@gnu.org>
13370
13371 * font.c: Don't include strings.h.
13372
13373 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
13374
13375 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
13376 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
13377 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
13378 to call xstrcasecmp.
13379
13380 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
13381
13382 * fontset.c (fs_query_fontset): Use xstrcasecmp.
13383
13384 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
13385
13386 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
13387
13388 2008-05-22 Kenichi Handa <handa@m17n.org>
13389
13390 * puresize.h (BASE_PURESIZE): Increase to 1220000.
13391
13392 * font.c (font_prop_validate_style): Adjust for the format
13393 change of font_style_table.
13394
13395 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
13396 two args.
13397
13398 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
13399 two args.
13400
13401 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * minibuf.c (keys_of_minibuf): Delete.
13404 * lisp.h (keys_of_minibuf): Delete.
13405 * emacs.c (main): Don't call keys_of_minibuf.
13406
13407 2008-05-22 Kenichi Handa <handa@m17n.org>
13408
13409 * ftfont.c (ftfont_resolve_generic_family): Rename from
13410 ftfont_list_generic_family. Return a single family for each
13411 generic family.
13412 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
13413 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
13414 Call font_add_log.
13415 (ftfont_match): Call font_add_log.
13416
13417 * font.h (Ffont_xlfd_name): EXFUN adjusted.
13418 (FONT_DEBUG): Define it.
13419 (font_add_log): Extern it.
13420 (font_assert): Rename from xassert.
13421
13422 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
13423 (xfont_list_family): Call font_add_log.
13424 (xfont_match): Likewise.
13425 (memq_no_quit): Delete.
13426
13427 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
13428 call of Ffont_xlfd_name.
13429
13430 * xfaces.c (struct table_entry, slant_table, weight_table)
13431 (swidth_table): Move to font.c.
13432
13433 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
13434 xassert are changed to font_assert. Delete many unused variables.
13435 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
13436 New variables.
13437 (struct table_entry): Move from xfaces.c and modified.
13438 (weight_table, slant_table, width_table): Move from xfaces.c and
13439 contents adjusted for the change of struct table_entry.
13440 (font_style_to_value, font_style_symbolic): Adjust for the
13441 format change of font_style_table.
13442 (font_parse_family_registry): Don't overwrite existing foundry and
13443 family of font_spec.
13444 (font_score): Fix calculation of diff for sizes.
13445 (font_sort_entites): Call font_add_log.
13446 (font_delete_unmatched): Return a newly created list.
13447 (font_list_entities): Fix previous change. Call font_add_log.
13448 (font_matching_entity, font_open_entity, font_close_entity):
13449 Call font_add_log.
13450 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
13451 (Finternal_set_font_style_table): Delete.
13452 (BUILD_STYLE_TABLE): New macro.
13453 (build_style_table): New function.
13454 (Vfont_log, font_log_env_checked): New variables.
13455 (font_add_log): New function.
13456 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
13457 Declare Lisp variables "font-weight-table", "font-slant-table",
13458 "font-width-table", and "font-log". Initialize font_style_table.
13459
13460 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
13461
13462 * xterm.c (x_set_frame_alpha): Move declarations before statements.
13463
13464 2008-05-21 Seiji Zenitani <zenitani@mac.com>
13465 Ryo Yoshitake <ryo@shiftmode.net>
13466
13467 * frame.c (Qalpha): Add a new frame parameter `alpha'.
13468 (Vframe_alpha_lower_limit): New variable.
13469 (x_set_alpha): New function.
13470
13471 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
13472
13473 * xfns.c (x-create-frame, Qalpha):
13474 Initialize the frame parameter `alpha'.
13475 * xterm.c (OPAQUE, OPACITY): New.
13476 (x_set_frame_alpha): New function.
13477 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
13478
13479 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
13480 * w32fns.c (w32_frame_parm_handlers): Likewise.
13481
13482 2008-05-20 Jason Rumney <jasonr@gnu.org>
13483
13484 * w32font.c (add_font_entity_to_list): Don't add non-opentype
13485 truetype fonts to opentype list.
13486
13487 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
13488
13489 * fontset.c (Ffontset_info): Doc fix.
13490 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
13491 <ignore-relative-composition>: Fix typos in docstrings.
13492
13493 * font.c (syms-of-font) <font-encoding-alist>:
13494 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
13495 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
13496 (Ffont_otf_alternates): Doc fixes.
13497
13498 2008-05-20 Kenichi Handa <handa@m17n.org>
13499
13500 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
13501 font.h through out the file.
13502 (FONT_DRIVERS): Rename from FONTOBJ.
13503 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
13504 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
13505
13506 * emacs.c (main): Call syms_of_font unconditionally.
13507
13508 * font.h (find_font_encoding): Extern it.
13509
13510 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
13511 fontset.c.
13512 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
13513 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
13514 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
13515 only when HAVE_WINDOW_SYSTEM is defined.
13516 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
13517 when HAVE_WINDOW_SYSTEM is defined.
13518
13519 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
13520 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
13521
13522 * xfaces.c: Include font.h unconditionally.
13523 (merge_face_ref, merge_face_vectors)
13524 (Finternal_set_lisp_face_attribute): Cancel the previous change.
13525
13526 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13527
13528 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
13529 indirect_variable.
13530 * eval.c (lisp_indirect_variable): New fun.
13531 (Fuser_variable_p): Use it.
13532
13533 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13534
13535 * lisp.h (indirect_variable):
13536 * data.c (indirect_variable, let_shadows_buffer_binding_p):
13537 Use Lisp_Symbol pointers rather than Lisp_Object.
13538 Adjust callers.
13539 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
13540 To this end, change calling-convention.
13541
13542 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
13543 if some non-hidden buffers are selected by string&pred.
13544
13545 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
13546
13547 * process.c (wait_reading_process_output): Always check status
13548 when in batch mode.
13549
13550 2008-05-19 Kenichi Handa <handa@m17n.org>
13551
13552 * font.c (font_list_entities): Fix handling of cache.
13553 (font_matching_entity): Likewise.
13554
13555 * ftfont.c (cs_iso8859_1): Delete.
13556 (ft_face_cache): New variable.
13557 (struct ftfont_info): New member fc_charset_idx.
13558 (ftfont_build_basic_charsets): Delete.
13559 (fc_charset_table): New variable.
13560 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
13561 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13562 Callers changed.
13563 (ftfont_lookup_cache, ftfont_get_charset): New functions.
13564 (ftfont_spec_pattern): New argument fc_charset_idx.
13565 Check registry more rigidly. Change callers.
13566 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
13567 change of :font-entity property of the font.
13568
13569 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
13570 property of the font.
13571
13572 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
13573
13574 * coding.c (Fcoding_system_p): Rename argument to match docstring.
13575 (Funencodable_char_position, Fcheck_coding_systems_region)
13576 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
13577 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
13578 (Ffind_operation_coding_system, Fset_coding_system_priority)
13579 (Fcoding_system_eol_type): Doc fixes.
13580
13581 2008-05-17 Glenn Morris <rgm@gnu.org>
13582
13583 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
13584
13585 2008-05-16 Eli Zaretskii <eliz@gnu.org>
13586
13587 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
13588 and st_gid.
13589
13590 * frame.c (Fdelete_frame): Don't call font_update_drivers if
13591 HAVE_WINDOW_SYSTEM is not defined.
13592
13593 * xfaces.c (merge_face_ref, merge_face_vectors)
13594 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
13595 HAVE_WINDOW_SYSTEM is defined.
13596 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
13597
13598 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13599
13600 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
13601
13602 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13603
13604 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
13605
13606 2008-05-15 Kenichi Handa <handa@m17n.org>
13607
13608 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
13609 preference.
13610
13611 2008-05-15 Glenn Morris <rgm@gnu.org>
13612
13613 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
13614
13615 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
13616
13617 * fns.c (init_fns): Don't initialize weak_hash_tables here.
13618 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
13619
13620 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
13621
13622 2008-05-15 Kenichi Handa <handa@m17n.org>
13623
13624 * ftfont.c (ftfont_list): Downcase family name to check generic
13625 families.
13626
13627 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
13628 font-spec for QCfont value.
13629
13630 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
13631 buffer. Check the return value of it.
13632
13633 2008-05-14 Jason Rumney <jasonr@gnu.org>
13634
13635 * w32term.c (w32_get_glyph_overhangs): Remove.
13636 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
13637
13638 2008-05-14 Kenichi Handa <handa@m17n.org>
13639
13640 * font.c (font_prop_validate): Make nil a valid value.
13641 (font_clear_cache): Check if the cached vector of entities is nil
13642 or not.
13643
13644 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13645
13646 * emacs.c (main_thread): Conditionalize on
13647 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13648 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
13649
13650 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
13651 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
13652 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13653
13654 2008-05-14 Kenichi Handa <handa@m17n.org>
13655
13656 * coding.c (detect_coding_iso_2022): Ignore a coding category that
13657 has no corresponding coding system.
13658
13659 2008-05-14 Jason Rumney <jasonr@gnu.org>
13660
13661 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
13662
13663 * w32font.h (w32font_open_internal): Update declaration.
13664
13665 * w32font.c (w32font_open_internal): Change last argument from
13666 w32font_info struct to font object. Fill in font object from
13667 font_entity. Get Outline metrics if possible. Use them to
13668 calculate underline position and thickness. Use xlfd name as name
13669 property. Don't set codepage.
13670 (w32font_open): Pass font_object to w32font_open_internal. Don't
13671 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
13672 (w32font_draw): Use s->font.
13673 (clear_cached_metrics): Don't clear non-existent blocks.
13674
13675 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
13676 font was not found.
13677 (x_draw_glyph_string): Use underline position and thickness from font.
13678
13679 * w32uniscribe.c (uniscribe_open): Pass font_object to
13680 w32font_open_internal.
13681
13682 2008-05-14 Kenichi Handa <handa@m17n.org>
13683
13684 These changes are to delete all legacy font-handling codes, and
13685 make Emacs use only font-backends.
13686
13687 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
13688 (frame.o, image.o, print.o): Depend on $(FONTSRC).
13689
13690 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
13691
13692 * charset.h (Vcharset_non_preferred_head)
13693 (Vcurrent_iso639_language): Extern them.
13694
13695 * charset.c (Vcharset_non_preferred_head): New variable.
13696 (Vcurrent_iso639_language): New variable.
13697 (syms_of_charset): Declare it as a Lisp variable.
13698 (char_charset): Don't check non preferred charsets. As a last
13699 resort, return charset_unicode.
13700 (Fset_charset_priority): Update Vcharset_non_preferred_head.
13701
13702 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
13703 conditionals. Don't check enable_font_backend. Delete all codes
13704 used only when USE_FONT_BACKEND is not defined.
13705
13706 * dispextern.h (struct glyph_string): Change type of `font' to
13707 `struct font *'.
13708 (struct glyph_string): New member underline_position and
13709 underline_thickness.
13710 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
13711 (struct face): Change type of `font' to `struct font *'. Remove
13712 members `font_name', `font_info_id'.
13713 (per_char_metric, encode_char): Delete externs.
13714 (calc_pixel_width_or_height): Adjust the prototype.
13715
13716 * emacs.c (enable_font_backend): Delete extern.
13717 (main): Don't set enable_font_backend. Don't check the command
13718 line argument "-disable-font-backend".
13719
13720 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
13721 (enum font_property_index): New members FONT_DPI_INDEX,
13722 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
13723 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
13724 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
13725 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
13726 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
13727 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
13728 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
13729 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
13730 (struct font_spec, struct font_entity): New structs.
13731 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
13732 (struct font): Many members from old "struct font_info" moved to
13733 here. Members font and entity deleted.
13734 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
13735 the new font-related objects.
13736 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
13737 (CHECK_FONT_GET_OBJECT): Likewise.
13738 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
13739 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
13740 (struct font_driver): New members case_sensitive anc check. Type
13741 of the member list and open changed.
13742 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
13743 (font_symbolic_width, font_find_object, font_get_spec)
13744 (font_set_lface_from_name): Delete extern.
13745 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
13746
13747 * font.c: Include <strings.h>.
13748 (enable_font_backend): Delete it.
13749 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
13750 (CHECK_VALIDATE_FONT_SPEC): Delete it.
13751 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
13752 (null_string): Delete it.
13753 (null_vector): Make it static.
13754 (font_family_alist): Delete it.
13755 (Qnormal): Extern it.
13756 (QCextra, QClanguage): Delete it.
13757 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
13758 (font_make_spec, font_make_entity, font_make_object)
13759 (font_intern_prop): Renamed from intern_downcase. Don't downcase
13760 the string. Callers changed.
13761 (font_pixel_size): Adjusted for the format change of font-related
13762 objects.
13763 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
13764 (font_style_to_value, font_style_symbolic): New function.
13765 (build_font_family_alist): Delete it.
13766 (font_registry_charsets): Use Fassoc_string instead of
13767 assq_no_quit.
13768 (font_prop_validate_symbol): Don't return null_string.
13769 (font_prop_validate_style): Adjusted for the change of
13770 style-related values in a font vector.
13771 (font_property_table): Delete entries for QClanguage and
13772 QCantialias, add entries for QCavgwidth.
13773 (get_font_prop_index): Delete the 2nd argument FROM.
13774 (font_prop_validate): Arguments changed.
13775 (font_put_extra): Adjusted for the change of font-related objects.
13776 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13777 (font_parse_fcname, font_unparse_fcname)
13778 (font_prepare_composition): Likewise.
13779 (font_parse_family_registry): Renamed from font_merge_old_spec.
13780 (otf_open): Delete the 1st arg entity.
13781 (font_otf_capability): Adjusted for the above change.
13782 (font_score): New arg alternate_families. Adjusted for the change
13783 of font-related objects.
13784 (font_sort_entites): New arg best_only.
13785 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13786 Delete them.
13787 (font_match_p): Check alternate families.
13788 (font_find_object): Delete it.
13789 (font_check_object): New function.
13790 (font_clear_cache): Adjusted for the change of font-related objects.
13791 (font_delete_unmatched): New arg.
13792 (font_list_entities): Call font_driver->list with a spec that
13793 doesn't specify style-related properties.
13794 (font_matching_entity): Arguments changed. Caller changed.
13795 (font_open_entity): Adjusted for the change of font-related objects.
13796 (font_close_object, font_has_char, font_encode_char)
13797 (font_get_name, font_get_spec): Likewise.
13798 (font_spec_from_name, font_clear_prop, font_update_lface):
13799 New functions.
13800 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13801 (font_prepare_for_face, font_done_for_face, font_open_by_name)
13802 (font_at): Adjusted for the change of font-related objects.
13803 (font_range): New function.
13804 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13805 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13806 (Fcopy_font_spec, Fmerge_font_spec): New function.
13807 (Ffont_family_list): Renamed from list-families.
13808 (Finternal_set_font_style_table): Arguments changed.
13809 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13810 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13811 change of font-related objects.
13812 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
13813
13814 * fontset.h (struct font_info): Delete it. Most members go to
13815 struct font.
13816 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13817 (enum FONT_SPEC_INDEX): Delete it.
13818 (font_info, list_fonts_func, load_font_func, query_font_func)
13819 (set_frame_fontset_func, find_ccl_program_func)
13820 (get_font_repertory_func, new_fontset_from_font_name): Delete
13821 externs.
13822 (fontset_from_font_name): Extern it.
13823 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13824 (FONT_INFO_FROM_FACE): Deleted.
13825 (face_for_font): Adjust prototype.
13826
13827 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13828 conditionals. Don't check enable_font_backend. Delete all codes
13829 used only when USE_FONT_BACKEND is not defined.
13830 (get_font_info_func, list_font_func, load_font_func)
13831 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13832 (get_font_repertory_func): Delete them.
13833 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13834 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13835 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13836 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13837 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13838 (fontset_compare_rfontdef): New function.
13839 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13840 rfont-defs by qsort. Adjusted for the change of font-group vector.
13841 (load_font_get_repertory): Deleted.
13842 (fontset_find_font): Use new macros to ref/set elements of
13843 font-def and rfont-def.
13844 (fontset_font): Fix the timing of remembering that no font for C.
13845 (free_face_fontset): Do nothing if the face has no fontset.
13846 (face_suitable_for_char_p): Use new macros to ref/set elements of
13847 rfont-def.
13848 (face_for_char): Likewise. Call face_for_char with font_object.
13849 (fs_load_font): Delete. Delete #pragma surrounding it.
13850 (fs_query_fontset): Use strcasecmp instead of strcmp.
13851 (generate_ascii_font_name): Adjusted for the format change of
13852 font-spec.
13853 (Fset_fontset_font): Likewise. Use new macros to set elements of
13854 font-def.
13855 (Fnew_fontset): Use font_unparse_xlfd to generate
13856 FONTSET_ASCII (fontset).
13857 (new_fontset_from_font_name): Deleted.
13858 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13859 a fontset is already created for the font. FIx updating of
13860 Vfontset_alias_alist.
13861 (fontset_ascii_font): Deleted.
13862 (Ffont_info): Adjusted for the format change of font-spec.
13863 (Finternal_char_font): Likewise.
13864 (Ffontset_info): Likewise.
13865 (syms_of_fontset): Don't check load_font_func.
13866
13867 * fns.c (internal_equal): Handle PREV_FONT.
13868
13869 * frame.h: Delete USE_FONT_BACKEND conditional.
13870
13871 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13872 conditionals. Don't check enable_font_backend. Delete all codes
13873 used only when USE_FONT_BACKEND is not defined.
13874 (x_set_font): Call x_new_font, not x_new_fontset2.
13875 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13876 already set for the frame.
13877
13878 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13879 a font-entity by font_make_entity. Use font_intern_prop instead
13880 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13881 font property. If a font is scalable, set avgwidth property to 0.
13882 Set font-entity property by font_put_extra.
13883 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13884 (ffont_driver): Adjusted for the change of struct font_driver.
13885 (ftfont_spec_pattern): New function.
13886 (ftfont_list): Return a list, not vector.
13887 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13888 (ftfont_list_family): Don't downcase names.
13889 (ftfont_free_entity): Deleted.
13890 (ftfont_open): Return a font-object. Adjusted for the change of
13891 struct font. Get underline_thickness and underline_position from
13892 font property. Don't update dpyinfo->smallest_font_height and
13893 dpyinfo->smallest_char_width.
13894 (ftfont_close): Don't free `struct font'.
13895 (ftfont_has_char): Adjusted for the format change of font-entity.
13896 (ftfont_encode_char, ftfont_text_extents): Likewise.
13897
13898 * ftxfont.c (ftxfont_list): Return a list, not vector.
13899 (ftxfont_open): Return a font-object. Adjusted for the change of
13900 struct font. Get underline_thickness and underline_position from
13901 font property. Don't update dpyinfo->smallest_font_height and
13902 dpyinfo->smallest_char_width.
13903 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13904 (ftxfont_draw): Adjusted for the change of struct font.
13905
13906 * image.c (image_ascent): Don't include "charset.h". Include
13907 "character.h" and "font.h".
13908
13909 * lisp.h (enum pvec_type): New member PREV_FONT.
13910 (Fassoc_string): EXFUN it.
13911
13912 * print.c: Include font.h.
13913 (print_object): Handle font-related objects.
13914
13915 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13916 conditionals. Don't check enable_font_backend. Delete all codes
13917 used only when USE_FONT_BACKEND is not defined.
13918 (handle_auto_composed_prop): Do nothing if it->f is not on a
13919 window system. Check how many following characters can be
13920 displayed by the same font.
13921 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13922 'struct font *'.
13923 (get_char_face_and_encoding): Assign the whole encoding task to
13924 the `encode-char' method of a font driver.
13925 (fill_composite_glyph_string): Adjusted for the change of `struct
13926 face' and `struct glyph_string'.
13927 (fill_glyph_string): Likewise.
13928 (get_per_char_metric): Arguments changed.
13929 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13930 and `struct glyph_string'.
13931 (produce_stretch_glyph, calc_line_height_property)
13932 (x_produce_glyphs): Likewise.
13933
13934 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13935 conditionals. Don't check enable_font_backend. Delete all codes
13936 used only when USE_FONT_BACKEND is not defined. Use
13937 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13938 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13939 (Qp): Extern them.
13940 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13941 Deleted.
13942 (struct font_name): Deleted.
13943 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13944 (compare_fonts_by_sort_order): New function.
13945 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13946 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13947 Deleted.
13948 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13949 compare_fonts_by_sort_order.
13950 (Fx_font_family_list): Call Ffont_family_list.
13951 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13952 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13953 (face_symbolic_slant, face_symbolic_swidth)
13954 (split_font_name_into_vector, build_font_name_from_vector)
13955 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13956 (font_rescale_ratio, split_font_name, build_font_name)
13957 (free_font_names, sort_fonts, x_face_list_fonts)
13958 (face_font_available_p, sorted_font_list, cmp_font_names)
13959 (font_list_1, concat_font_list, font_list, remove_duplicates):
13960 Deleted.
13961 (Fx_list_fonts): Use Ffont_list.
13962 (LFACE_AVGWIDTH): Deleted.
13963 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13964 by FONTP.
13965 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13966 (set_lface_from_font_name): Delete it.
13967 (set_lface_from_font): Renamed from
13968 set_lface_from_font_and_fontset. Caller changed. Don't set
13969 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13970 for face.
13971 (merge_face_vectors): Copy font-spec if necessary.
13972 Clear properties of the font-spec if necessary.
13973 (merge_face_ref): Clear properties of the font-spec if necessary.
13974 (Finternal_set_lisp_face_attribute): Likewise.
13975 (set_font_frame_param): Use font_load_for_lface to load a
13976 font-object, and call Fmodify_frame_parameters with it.
13977 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13978 font name by Ffont_xlfd_name.
13979 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13980 QCslant, and QCwidth.
13981 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13982 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13983 Compare fonts by EQ.
13984 (lookup_non_ascii_face): Deleted.
13985 (face_for_font): The 2nd argument changed.
13986 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13987 Check atomic font properties by case insensitive.
13988 (realize_non_ascii_face): Set face->overstrike correctly.
13989 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13990 (dump_realized_face): Get font name from
13991 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13992
13993 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13994 conditionals. Don't check enable_font_backend. Delete all codes
13995 used only when USE_FONT_BACKEND is not defined.
13996 (xic_create_xfontset): Original code deleted and renamed from
13997 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13998 (x_make_gc): Don't set GCFont in GCs.
13999 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
14000 opened by "fixed".
14001 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
14002 find_ccl_program_func, query_font_func, set_frame_fontset_func,
14003 get_font_repertory_func.
14004
14005 * xfont.c: Include <stdlib.h> and "ccl.h".
14006 (struct xfont_info): New structure.
14007 (xfont_query_font): Deleted.
14008 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
14009 moved from xterm.c.
14010 (xfont_driver): Adjusted for the change of struct font_driver.
14011 (compare_font_names): New function.
14012 (xfont_list_pattern): Sort font names case insensitively. Make
14013 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
14014 (xfont_list): Return a list, not vector.
14015 (xfont_match): If the font doesn't have QCname property, generate
14016 a name from the other font properties.
14017 (xfont_open): Return a font-object. Adjusted for the change of
14018 struct font. Get underline_thickness and underline_position from
14019 font property. Don't update dpyinfo->smallest_font_height and
14020 dpyinfo->smallest_char_width.
14021 (xfont_close): Don't free struct font.
14022 (xfont_prepare_face): Adjusted for the change of struct font.
14023 (xfont_done_face): Deleted.
14024 (xfont_has_char): Adjusted for the change of struct font.
14025 (xfont_encode_char, xfont_draw): Likewise.
14026 (xfont_check): New function.
14027
14028 * xftfont.c (xftfont_list): Adjusted for the change of `list'
14029 callback function.
14030 (xftfont_match): Adjusted for the format change of font-entity.
14031 (xftfont_open): Adjusted for the format change of font-entity and
14032 font-object. Adjusted for the change of struct font. Return a
14033 font-object. Don't update dpyinfo->smallest_font_height and
14034 dpyinfo->smallest_char_width.
14035 (xftfont_close): Block input while calling XftFontClose.
14036 (xftfont_prepare_face): Don't block input while calling
14037 xftfont_get_colors. Adjusted for the change of struct font.
14038 (xftfont_shape): Return value of error case fixed.
14039
14040 * xrdb.c (x_load_resources): Don't setup a fontset resource.
14041
14042 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
14043 conditionals.
14044 (FONT_WIDTH): Return (f)->max_width.
14045 (struct x_display_info): Delete member `font'.
14046 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
14047 (x_find_ccl_program, x_get_font_repertory): Delete externs.
14048 (struct x_output): Change type of `font' to `struct font *'.
14049
14050 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
14051 conditionals. Don't check enable_font_backend. Delete all codes
14052 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
14053 (x_per_char_metric, x_encode_char): Deleted.
14054 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
14055 (x_compute_glyph_string_overhangs): Adjusted for the change of
14056 `struct face'.
14057 (x_draw_glyph_string_foreground)
14058 (x_draw_composite_glyph_string_foreground): Likewise.
14059 (x_draw_glyph_string): Likewise. Use font->underline_position and
14060 font->underline_thickness.
14061 (x_new_font): Renamed from x_new_fontset2.
14062 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
14063 (x_check_font): Call `check' method of a font driver.
14064 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
14065 (x_query_font, x_get_font_repertory): Deleted.
14066 (x_find_ccl_program): Renamed and moved to xfont.c.
14067 (x_redisplay_interface): Adjusted for the change of `struct
14068 redisplay_interface'.
14069
14070 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
14071 conditionals. Don't check enable_font_backend. Delete all codes
14072 used only when USE_FONT_BACKEND is not defined. Surround non-used
14073 code by "#ifdef OLD_FONT" and "endif".
14074 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
14075
14076 * w32font.h (struct w32font_info): New member.
14077 (FONT_COMPAT): New macro.
14078 (w32font_open_internal): Prototype adjusted.
14079
14080 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
14081 OLD_FONT" and "endif".
14082
14083 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
14084 conditionals. Don't check enable_font_backend. Delete all codes
14085 used only when USE_FONT_BACKEND is not defined.
14086 (w32font_open): Return a font-object. Make a font-object by
14087 font_make_object. Adjusted for the change of struct w32font_info.
14088 (w32font_close): Don't free struct font. Adjusted for the change
14089 of struct w32font_info.
14090 (w32font_encode_char, w32font_text_extents, w32font_draw):
14091 Adjusted for the change of struct w32font_info.
14092 (w32font_draw): Likewise.
14093 (w32font_list_internal): Return a list, not vector.
14094 (w32font_open_internal): Change the 4th arg to font-object.
14095 Adjusted for the change of struct w32font_info and font-object format.
14096 (add_font_name_to_list): Don't downcase names.
14097 (w32_enumfont_pattern_entity): Make a font-entity by
14098 font_make_entity. Adjusted for the format change of font-entity.
14099 Use FONT_SET_STYLE to set a style-related font property. If a
14100 font is scalable, set avgwidth property to 0. Set font-entity
14101 property by font_put_extra.
14102 (font_matches_spec): Adjusted for the format change of font-entity.
14103 (w32_weight_table, w32_decode_weight): New variables.
14104 (w32_encode_weight): New function.
14105 (fill_in_logfont): Adjusted for the format change of font-spec.
14106 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
14107 weight value.
14108 (w32font_driver): Adjusted for the change of struct font_driver.
14109
14110 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
14111 conditionals. Don't check enable_font_backend. Surround non-used
14112 code by "#ifdef OLD_FONT" and "endif".
14113 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
14114 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
14115
14116 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
14117 conditionals. Don't check enable_font_backend. Delete all codes
14118 used only when USE_FONT_BACKEND is not defined. Surround non-used
14119 code by "#ifdef OLD_FONT" and "endif".
14120
14121 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
14122 (uniscribe_open): Return value changed to font-object.
14123 Adjusted for the format change of font-object.
14124 (uniscribe_otf_capability): Adjusted for the change of struct font.
14125 (add_opentype_font_name_to_list): Don't downcase names.
14126 (uniscribe_font_driver): Adjusted for the change of struct
14127 font_driver.
14128
14129 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
14130
14131 * dispnew.c (update_frame_1): Check if tty output is still valid
14132 before flushing it.
14133
14134 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
14135
14136 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
14137 to Gtk+ menus.
14138
14139 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * dired.c (file_name_completion): Tweak the code so as to always do it
14142 in a single pass. Tighten the scope of some variables.
14143
14144 * dired.c (Qdefault_directory): New var.
14145 (file_name_completion): Use it instead of Fexpand_file_name.
14146 (syms_of_dired): Initialize it.
14147
14148 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14149
14150 * fileio.c (double_dollars): Remove dead code.
14151
14152 2008-05-10 Eli Zaretskii <eliz@gnu.org>
14153
14154 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
14155 Mention w32-get-true-file-attributes in doc string.
14156
14157 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
14158
14159 2008-05-09 Glenn Morris <rgm@gnu.org>
14160
14161 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
14162 2008-04-23.
14163
14164 2008-05-09 Eli Zaretskii <eliz@gnu.org>
14165
14166 Support for reporting owner and group of each file on MS-Windows:
14167 * dired.c (stat_uname, stat_gname): New functions, with special
14168 implementation for w32.
14169 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
14170
14171 * w32.c: Rename the_passwd_* to dflt_passwd_*.
14172 (dflt_group_name): New static variable.
14173 (dflt_group): Rename from the_group.
14174 (init_user_info): Init dflt_group fields. Get user's group name
14175 from LookupAccountSid.
14176 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
14177 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
14178 New initialization states.
14179 (globals_of_w32): Initialize them to zero. Initialize the default
14180 group name to "None".
14181 (GetFileSecurity_Name): New global var, the name of the function
14182 to call for GetFileSecurity.
14183 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
14184 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
14185 (get_file_security, get_security_descriptor_owner)
14186 (get_security_descriptor_group, is_valid_sid)
14187 (get_file_security_desc, get_rid, get_name_and_id)
14188 (get_file_owner_and_group): New functions.
14189 (stat): Use get_file_security_desc and get_file_owner_and_group to
14190 report the owner and primary group of each file. Don't ignore the
14191 high 32 bits of file's size, now that st_size is 64-bit wide.
14192 Fix test when to get true file attributes.
14193 (init_user_info): Use get_rid instead of equivalent inline code.
14194 (fstat): Don't ignore the high 32 bits of file's size.
14195
14196 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
14197
14198 * image.c (png_load): Use correct bit-depth for setting background
14199 color.
14200
14201 2008-05-08 Eli Zaretskii <eliz@gnu.org>
14202
14203 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
14204 epa-hook.elc.
14205
14206 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
14207
14208 * font.c (Ffont_match_p): Don't use `iff' in docstring.
14209
14210 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
14211
14212 * macfns.c (Fx_create_frame): Make a copy of frame parameters
14213 because the original parameters are in pure storage now.
14214 (mac_window): Remove unused params. Update callers.
14215
14216 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14217
14218 * lread.c (substitute_object_recurse): Use lower-level primitives.
14219 Don't signal errors when traversing sub-char-tables.
14220 Don't loop over all the possible characters when traversing char-tables.
14221
14222 * print.c (print_preprocess): Add sub-char-tables to the print-table,
14223 just like we do in print.c.
14224
14225 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14226
14227 * minibuf.c (Ftry_completion): Remove code left over from when we used
14228 scmp instead of Fcompare_strings.
14229
14230 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
14231
14232 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
14233
14234 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14235
14236 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
14237 Create bitmap context in native byte order.
14238
14239 * macterm.c (XDrawLine)
14240 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
14241 context in native byte order.
14242
14243 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14244
14245 * config.in: Regenerate.
14246
14247 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
14248 New definitions for Image I/O support.
14249 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
14250 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
14251 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14252 (mac_data_provider_release_data, image_load_image_io)
14253 [USE_MAC_IMAGE_IO]: New functions.
14254 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
14255 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
14256 (init_image_func_pointer) [MAC_OSX]: Remove function.
14257 (image_load_quartz2d) [MAC_OSX]: Check availability of
14258 CGImageCreateWithPNGDataProvider at compile time.
14259 Use lowercase `false' for boolean constant.
14260 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
14261 Use image_load_image_io.
14262 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
14263 Don't check MyCGImageCreateWithPNGDataProvider.
14264 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
14265 Don't call init_image_func_pointer.
14266
14267 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
14268
14269 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
14270 Make variable non-static.
14271 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
14272 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14273
14274 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
14275 (RED_FROM_ULONG): Mask off higher bits.
14276 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
14277
14278 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
14279 Include AvailabilityMacros.h.
14280 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
14281 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
14282
14283 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * chartab.c (Fset_char_table_range): If range is t, really set all
14286 chars to that value.
14287
14288 2008-05-03 Eli Zaretskii <eliz@gnu.org>
14289
14290 * dired.c (Ffile_attributes): Don't allow the device number become
14291 negative.
14292
14293 2008-05-02 Daiki Ueno <ueno@unixuser.org>
14294
14295 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
14296
14297 2008-05-02 Juri Linkov <juri@jurta.org>
14298
14299 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
14300 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
14301 DEFAULT argument as a list of default values in docstrings.
14302
14303 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
14304
14305 * puresize.h (BASE_PURESIZE): Increase to 1210000.
14306
14307 2008-05-01 Martin Rudalics <rudalics@gmx.at>
14308
14309 * dispnew.c (change_frame_size_1): Preserve small windows when
14310 shrinking frames by calling set_window_height|width with third
14311 arg 2.
14312
14313 * window.h (struct window): Replace field too_small_ok by field
14314 resize_proportionally.
14315
14316 * window.c (make_window): Initialize resize_proportionally.
14317 (enlarge_window): Temporarily set resize_proportionally to make
14318 sure that shrink_windows does scale the window proportionally.
14319 (shrink_windows): When window has resize_proportionally set try
14320 to shrink it proportionally by stealing from other windows.
14321 (struct saved_window, Fset_window_configuration)
14322 (compare_window_configurations): Handle resize_proportionally.
14323 (WINDOW_TOTAL_SIZE): New macro.
14324 (window_min_size, shrink_windows, size_window): Use it.
14325 (check_min_window_sizes): Remove. Invalid values of
14326 window-min-height|width are handled by window_min_size_2 now.
14327 (size_window, Fsplit_window, enlarge_window)
14328 (adjust_window_trailing_edge, grow_mini_window): Don't call
14329 check_min_window_sizes.
14330 (window_min_size_2, window_min_size_1, window_min_size):
14331 New argument safe_p for retrieving "safe" minimum sizes.
14332 (Fdisplay_buffer, Fsplit_window, enlarge_window)
14333 (adjust_window_trailing_edge, grow_mini_window):
14334 Adjust arguments of window_min_size... functions.
14335 (shrink_windows): Argument min_size removed. New argument
14336 safe_p allows shrinking windows to their safe minimum sizes.
14337 Calculate minimum size and decide whether a window shall be
14338 deleted for each window individually.
14339 (size_window): When nodelete_p equals 2, tell shrink_windows to
14340 delete windows only if their new minimum size is no more safe.
14341 (shrink_window_lowest_first): Call window_min_size_1 to make
14342 sure to preserve modeline of bottom-most window when resizing
14343 the minibuffer.
14344 (Fset_window_configuration, Fcurrent_window_configuration)
14345 (compare_window_configurations): Do not handle
14346 window-min-height|width any more.
14347 (syms_of_window): Clarify window-min-height|width doc-strings.
14348
14349 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
14350
14351 * dired.c (file_name_completion): Fix up the encoding/decoding issue
14352 some more. Copy some of the code from Ftry_completions.
14353 Remove special case code that dates back to initial revision when the
14354 slash was only added when necessary and that can't trigger nowadays.
14355
14356 2008-04-27 Kenichi Handa <handa@m17n.org>
14357
14358 * font.c (font_prop_validate): Signal `error' instead of `font'.
14359
14360 2008-04-29 Jason Rumney <jasonr@gnu.org>
14361
14362 * w32fns.c (Fw32_battery_status): New defun.
14363 (syms_of_w32fns): Defsubr it.
14364
14365 2008-04-28 Andreas Schwab <schwab@suse.de>
14366
14367 * dired.c (file_name_completion): Fix another mixing of encoded
14368 and decoded names.
14369
14370 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
14371
14372 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
14373
14374 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
14375
14376 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
14377
14378 2008-04-27 Andreas Schwab <schwab@suse.de>
14379
14380 * dired.c (file_name_completion): Fix inappropriate mixing of
14381 encoded and decoded names.
14382
14383 * xterm.c (XTread_socket): Fix use of uninitialized variable.
14384
14385 * puresize.h (BASE_PURESIZE): Increase to 1200000.
14386
14387 2008-04-26 Eli Zaretskii <eliz@gnu.org>
14388
14389 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
14390 2008-03-31, it's not needed anymore with `struct stat' definition
14391 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
14392 for the same reasons.
14393
14394 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
14395
14396 * m/sparc.h: Additional redefinitions for GNU/Linux.
14397
14398 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14399
14400 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
14401 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
14402 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
14403 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
14404 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14405 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
14406 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14407 Likewise.
14408
14409 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
14410 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
14411 (mac_ax_number_of_characters): Add externs.
14412 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14413 [USE_MAC_TSM]: Likewise.
14414 (mac_handle_text_input_event) [MAC_OSX]:
14415 Handle kEventTextInputOffsetToPos for no active input area case.
14416 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14417 (mac_handle_document_access_event)
14418 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
14419 (install_application_handler) [MAC_OSX]: Register handlers for
14420 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14421 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14422 Register mac_handle_document_access_event.
14423
14424 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
14425 Make functions non-static.
14426
14427 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14428
14429 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
14430 (read_file_name_completion_ignore_case, insert_default_directory)
14431 (Qdefault_directory): Move to minibuffer.el.
14432 (Fread_file_name): Call the new `read-file-name' instead.
14433
14434 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14435
14436 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
14437 Make function non-static.
14438 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
14439 Remove function.
14440 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14441 Move to mactoolbox.c.
14442 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
14443
14444 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
14445 (mac_rect_make): New macro.
14446
14447 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
14448 instead of float.
14449 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14450 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
14451 (XSetBackground) [USE_CG_DRAWING]: Likewise.
14452 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
14453 CGRectMake.
14454 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14455 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
14456 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
14457 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14458 instead of WindowRef in argument type.
14459 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
14460 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
14461 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
14462 instead of DISPLAY. All uses changed.
14463 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
14464 (x_calc_absolute_position): Simplify so as not to use
14465 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
14466
14467 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14468 instead of WindowRef in argument type.
14469 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
14470 [TARGET_API_MAC_CARBON]: Remove externs.
14471 (create_apple_event, mac_event_parameters_to_lisp)
14472 [TARGET_API_MAC_CARBON]: Add externs.
14473
14474 * mactoolbox.c (Vmac_ts_script_language_on_focus)
14475 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
14476 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
14477 is clicked.
14478 (x_activate_menubar): Remove extern for saved_menu_event_location.
14479 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14480 Move from mac.c.
14481
14482 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14483
14484 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
14485 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
14486
14487 2008-04-23 Jason Rumney <jasonr@gnu.org>
14488
14489 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
14490 attributes only for local files.
14491
14492 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
14493 default to Qlocal.
14494
14495 2008-04-22 Juri Linkov <juri@jurta.org>
14496
14497 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
14498 read-buffer-to-switch instead of using the letter "B".
14499
14500 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 * fileio.c (Qdefault_directory): New variable.
14503 (Fread_file_name): Use it to pass `dir' to the completion functions.
14504
14505 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
14506
14507 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
14508
14509 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14510
14511 * keyboard.c (Vpre_help_message): Remove.
14512 (show_help_echo): Remove default C code.
14513
14514 * dired.c (directory_files_internal, file_name_completion):
14515 Only call ENCODE_FILE if the string is indeed decoded.
14516
14517 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14518
14519 * Makefile.in (TOOLKIT_DEFINES): Remove.
14520 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
14521
14522 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14523
14524 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
14525 (mactoolbox.o): New target.
14526
14527 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
14528 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
14529
14530 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
14531 Use mac_set_frame_window_background instead of XSetWindowBackground.
14532 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
14533 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
14534 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
14535 instead of SetWindowTitleWithCFString.
14536 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
14537 Move function to mactoolbox.c.
14538 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
14539 Use mac_set_window_modified instead of SetWindowModified.
14540 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
14541 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
14542 (Fx_focus_frame): Use mac_front_non_floating_window instead of
14543 FrontNonFloatingWindow. Use mac_activate_window instead of
14544 ActivateWindow. Use mac_active_non_floating_window instead of
14545 ActiveNonFloatingWindow.
14546 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
14547 Use mac_show_hourglass and mac_hide_hourglass.
14548 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
14549 instead of GetGlobalMouse.
14550 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
14551 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
14552 Use mac_bring_window_to_front instead of BringToFront.
14553 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
14554 mactoolbox.c.
14555 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
14556 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
14557 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
14558 mactoolbox.c.
14559
14560 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
14561 (XtPointer): Move typedef from macmenu.c.
14562 (enum button_type): Move enum from macmenu.c.
14563 (widget_value): Move typedef from macmenu.c.
14564 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
14565 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14566 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14567 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14568 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14569 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14570 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14571 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
14572 (Selection): Move typedef from macselect.c.
14573 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
14574 macterm.c.
14575 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
14576 (mac_is_window_collapsed, mac_bring_window_to_front)
14577 (mac_send_window_behind, mac_hide_window, mac_show_window)
14578 (mac_collapse_window, mac_front_non_floating_window)
14579 (mac_active_non_floating_window, mac_activate_window)
14580 (mac_move_window_structure, mac_move_window, mac_size_window)
14581 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
14582
14583 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
14584 (enum mac_menu_kind): Move enum to mactoolbox.c.
14585 (min_menu_id): Move variable to mactoolbox.c.
14586 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
14587 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
14588 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14589 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14590 [TARGET_API_MAC_CARBON]: Likewise.
14591 (XtPointer): Move typedef to macgui.h.
14592 (enum button_type): Move enum to macgui.h.
14593 (widget_value): Move typedef to macgui.h.
14594 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14595 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14596 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14597 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14598 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14599 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14600 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
14601 (popup_activated_flag): Make variable non-static.
14602 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
14603 (add_menu_item, fill_menu, dispose_menus):
14604 Move functions to mactoolbox.c.
14605 (restore_show_help_function, menu_target_item_handler)
14606 (install_menu_target_item_handler, mac_handle_dialog_event)
14607 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
14608 [TARGET_API_MAC_CARBON]: Likewise.
14609 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
14610 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14611 (find_and_call_menu_selection, name_is_separator): Make function
14612 non-static.
14613 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
14614 to mactoolbox.c.
14615 (set_frame_menubar): Don't call install_menu_quit_handler.
14616 (menu_item_selection): New variable.
14617 (mac_menu_show): Use create_and_show_popup_menu.
14618 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
14619 selection but set variable menu_item_selection. All uses changed.
14620 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
14621 Call install_menu_quit_handler. Move to mactoolbox.c.
14622
14623 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
14624 (Selection): Move typedef to macgui.h.
14625 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
14626 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
14627 Make variables non-static.
14628 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14629 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
14630 Make functions non-static.
14631 (Vmac_service_selection) [MAC_OSX]: Likewise.
14632 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
14633 (mac_valid_selection_target_p, mac_clear_selection)
14634 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14635 (mac_put_selection_value, mac_selection_has_target_p)
14636 (mac_get_selection_value, mac_get_selection_target_list)
14637 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
14638 Move functions to mactoolbox.c.
14639 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
14640 Likewise.
14641 (copy_scrap_flavor_data, mac_handle_service_event)
14642 (install_service_handler) [MAC_OSX]: Likewise.
14643 (syms_of_macselect) <Vmac_dnd_known_types>:
14644 Use mac_dnd_default_known_types.
14645
14646 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
14647 Move to mactoolbox.c.
14648 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
14649 (Fx_selection_owner_p): Add EXFUN.
14650 (install_window_handler, remove_window_handler, XSetWindowBackground):
14651 Remove externs.
14652 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
14653 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
14654 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
14655 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
14656 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
14657 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
14658 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
14659 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
14660 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
14661 (create_and_show_popup_menu, mac_get_selection_from_symbol)
14662 (mac_valid_selection_target_p, mac_clear_selection)
14663 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14664 (mac_put_selection_value, mac_selection_has_target_p)
14665 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
14666 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
14667 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
14668 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14669 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
14670 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14671 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
14672 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14673 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14674
14675 * mactoolbox.c: New file.
14676
14677 2008-04-18 Jason Rumney <jasonr@gnu.org>
14678
14679 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
14680
14681 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14682
14683 * character.c (Fmultibyte_char_to_unibyte):
14684 Return latin1 chars unchanged.
14685
14686 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
14687 relocated if it points to `name'.
14688
14689 2008-04-17 Kenichi Handa <handa@m17n.org>
14690
14691 * data.c (Faset): Allow setting a multibyte character in an
14692 ASCII-only unibyte string.
14693
14694 * lisp.h (STRING_SET_MULTIBYTE): New macro.
14695
14696 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
14699 done in config.h.
14700
14701 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
14702
14703 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
14704 (Fchar_direction): Add usage in the docstring.
14705
14706 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
14707
14708 * keyboard.c (read_key_sequence): Remove always-true checks.
14709
14710 2008-04-14 Jason Rumney <jasonr@gnu.org>
14711
14712 * w32font.c (w32font_open_internal): Set max_bounds.descent in
14713 compatibility struct, for better underline positioning.
14714
14715 2008-04-13 David Hansen <david.hansen@gmx.net>
14716
14717 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
14718 string.
14719
14720 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14721
14722 * m/hp800.h (XUINT, XSET): Remove.
14723
14724 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
14725
14726 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
14727 previous change.
14728
14729 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14730
14731 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
14732 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
14733
14734 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * keymap.h (map_keymap_canonical): Declare.
14737 * xmenu.c (single_keymap_panes): Use it.
14738
14739 2008-04-11 Glenn Morris <rgm@gnu.org>
14740
14741 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
14742 set the target's value to that of the alias.
14743
14744 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * term.c (set_tty_color_mode): Left over typo.
14747
14748 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
14749
14750 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
14751 only after check for file name handler functions. Signal, when
14752 native functionality is not supported.
14753 (syms_of_fileio): Declare it unconditionally.
14754
14755 2008-04-10 Jason Rumney <jasonr@gnu.org>
14756
14757 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
14758 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
14759
14760 * w32.c (logon_network_drive): Also logon to remote drives that
14761 are mapped to drive letters.
14762
14763 2008-04-10 Glenn Morris <rgm@gnu.org>
14764
14765 * xdisp.c (truncate-partial-width-windows): Doc fix.
14766
14767 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
14770 Move functions to minibuffer.el.
14771 (syms_of_fileio): Don't declare them.
14772
14773 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14774
14775 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
14776 (syms_of_minibuf): Remove its initialization.
14777
14778 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14779
14780 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
14781
14782 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14783
14784 2008-04-09 Jason Rumney <jasonr@gnu.org>
14785
14786 * makefile.w32-in (distclean): Delete makefile too.
14787 (maintainer-clean): New target.
14788
14789 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14790
14791 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14792 for new font backend and composite cases.
14793
14794 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14795
14796 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14797 Most of the code moved to run_timers.
14798 (do_pending_atimers): Call run_timers.
14799 (run_timers): New function.
14800
14801 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14802 run atimers.
14803
14804 * process.c (wait_reading_process_output): The same as above.
14805
14806 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14807
14808 * minibuf.c (last_exact_completion): Remove variable.
14809 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14810 (complete_and_exit_1, complete_and_exit_2)
14811 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14812 (Fdisplay_completion_list, display_completion_list_1)
14813 (Fminibuffer_completion_help, Fself_insert_and_exit)
14814 (Fexit_minibuffer, Fminibuffer_message): Move functions to
14815 minibuffer.el.
14816 (syms_of_minibuf): Remove corresponding initializations.
14817
14818 * keyboard.c (Qdeactivate_mark): New var.
14819 (command_loop_1): Use it to call `deactivate-mark'.
14820 (syms_of_keyboard): Initialize it.
14821
14822 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14823 to another frame.
14824 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14825 Don't call set_tty_color_mode.
14826 (store_frame_param): Reset previous_frame rather than call
14827 set_tty_color_mode.
14828 * term.c (set_tty_color_mode): Rewrite.
14829 * dispextern.h (set_tty_color_mode): New type.
14830 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14831
14832 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14833
14834 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14835 for generic chars, which do not exist any more in emacs-unicode.
14836
14837 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
14838
14839 * coding.c (detect_coding_emacs_mule)
14840 (Ffind_operation_coding_system): Fix typo.
14841
14842 2008-04-08 Jason Rumney <jasonr@gnu.org>
14843
14844 * w32uniscribe.c (SNAME): Extract only symbol name.
14845
14846 * w32font.h (struct w32_metric_cache): New struct.
14847 (w32font_info): Use it.
14848 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14849 (CACHE_BLOCKSIZE): New constants.
14850
14851 * w32font.c (Qja, Qko, Qzh): New symbols.
14852 (syms_of_w32font): Initialise them.
14853 (font_matches_spec): Use them to filter by language.
14854 (recompute_cached_metrics): Remove function.
14855 (compute_metrics, clear_cached_metrics): New functions.
14856 (w32font_encode_char): Use them to manage metric cache.
14857 (w32font_text_extents): Cache metrics for all glyphs on demand.
14858 Delay converting glyph indices to WORD until needed.
14859 (w32font_open_internal): Initialize metric cache to empty.
14860 (registry_to_w32_charset): Charset should always be a symbol.
14861 (fill_in_logfont, list_all_matching_fonts): Family should
14862 always be a symbol.
14863
14864 2008-04-06 Jason Rumney <jasonr@gnu.org>
14865
14866 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14867 Give up if glyph indices not supported. Use uniscribe obtained
14868 ABC widths for individual metrics. Map glyph clusters back to
14869 characters using fClusterStart flag. Return number of glyphs
14870 produced, not chars processed.
14871 (uniscribe_shape): Map char at FROM to current glyph.
14872
14873 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14874
14875 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14876 Use SetMenuItemHierarchicalMenu.
14877
14878 2008-04-05 Jason Rumney <jasonr@gnu.org>
14879
14880 * image.c (pbm_load): Allow color values up to 65535.
14881 Throw an error if max_color_idx is outside the supported range.
14882 Report an error when image size is invalid.
14883 Read two bytes at a time when raw images have max_color_idx above 255.
14884
14885 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14886
14887 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14888 append "CCL: Quitted" when the CCL program is quitted.
14889 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14890
14891 * ccl.h (struct ccl_program): New member quit_silently.
14892
14893 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14894
14895 * search.c (compile_pattern_1): Treat non-nil and non-string of
14896 search-spaces-regexp as nil.
14897
14898 * minibuf.c (Fassoc_string): Tweak docstring.
14899
14900 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14901
14902 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14903 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14904 2008-03-14 to force inode be positive.
14905
14906 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14907 _S_* ones, since we now use our own sys/stat.h.
14908 (stat, fstat): Don't mangle the inode number.
14909 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14910
14911 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14912
14913 * frame.h (struct frame): Give one more bit to `visible' since we use
14914 values larger than 1 to indicate obscured frames on ttys.
14915
14916 * keymap.c (Qkeymap_canonicalize): New var.
14917 (Fmap_keymap_internal): New fun.
14918 (describe_map): Use keymap-canonicalize.
14919
14920 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14921 (Fundo_boundary): Set them.
14922 (syms_of_undo): Initialize them.
14923 (record_point): Use them instead of last_point_position*.
14924 (last_undo_buffer): Change type.
14925
14926 2008-04-04 Jason Rumney <jasonr@gnu.org>
14927
14928 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14929 (recompute_cached_metrics): Don't set ascent and descent per char.
14930
14931 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14932 (uniscribe_check_otf): Add GC protection before consing.
14933 Rearrange loop for counting features.
14934
14935 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14936
14937 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14938 buffer with byte-size of source buffer.
14939
14940 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14941
14942 * callint.c (Fcall_interactively): Handle temporary region even
14943 when shift-select-mode is off.
14944
14945 2008-04-03 Jason Rumney <jasonr@gnu.org>
14946
14947 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14948
14949 2008-04-03 Kenichi Handa <handa@m17n.org>
14950
14951 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14952 (CATEGORY_MASK_UTF_16): Likewise.
14953 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14954 binary file.
14955 (detect_coding): Add null-byte detection for a binary file.
14956 (detect_coding_system): Likewise.
14957
14958 2008-04-03 Jason Rumney <jasonr@gnu.org>
14959
14960 * w32uniscribe.c: New file.
14961
14962 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14963
14964 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14965
14966 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14967 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14968 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14969 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14970 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14971 (Qphonetic): New symbols.
14972 (syms_of_w32font): Initialize them.
14973 (font_supported_scripts): Use them.
14974 (w32font_list_family): List all charsets.
14975 (w32font_text_extents, recompute_cached_metrics): Fix metric
14976 calculations.
14977 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14978 Give opentype fonts their own format.
14979 (font_matches_spec): New arguments backend and logfont.
14980 Handle :otf spec for uniscribe backend.
14981 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14982 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14983
14984 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14985 font backend.
14986 (globals_of_w32fns): Initialize uniscribe font backend.
14987
14988 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14989 dependencies.
14990 (w32uniscribe.$(O)): New file to build.
14991 (FONT_OBJ): Include w32uniscribe.$(O).
14992 (LIBS): Add uniscribe libraries.
14993
14994 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14995
14996 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14997
14998 * callint.c (Vshift_select_mode): New var.
14999 (Finteractive): Document new ^ spec.
15000 (Fcall_interactively): Call handle-shift-selection if the ^ spec
15001 is present.
15002
15003 * keyboard.c (Vthis_command_keys_shift_translated): New var.
15004 (command_loop_1): Avoid running the direct display versions of
15005 forward-char and backward-char if shift-selection may occur.
15006 (read_key_sequence): Set Vthis_command_keys_shift_translated if
15007 shift-translation takes place.
15008
15009 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
15010 avoid clobbering by define-minor-mode.
15011
15012 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
15013 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
15014
15015 * syntax.c (Fforward_word): Add ^ interactive spec.
15016
15017 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
15018 (Fscroll_right): Add ^ interactive spec.
15019
15020 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15021
15022 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
15023
15024 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
15025
15026 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
15027
15028 2008-03-31 Juri Linkov <juri@jurta.org>
15029
15030 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
15031
15032 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
15033
15034 * gtkutil.c (xg_set_geometry): Fix indentation.
15035 (xg_resize_outer_widget): Remove.
15036 (x_wm_size_hint_off): Fix indentation.
15037 (xg_frame_set_char_size): Call flush_and_sync after
15038 gtk_window_resize.
15039 (x_wm_set_size_hint): Pass NULL as geometry window to
15040 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
15041 Add menu bar and tool bar height to base height.
15042 (xg_update_frame_menubar, free_frame_menubar)
15043 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
15044 (update_frame_tool_bar, free_frame_tool_bar):
15045 Change xg_resize_outer_widget to xg_frame_set_char_size.
15046
15047 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
15048
15049 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
15050 (Fdbus_call_method): New parameter TIMEOUT.
15051 (dbus-send-signal): Optimize UNGCPRO call.
15052
15053 2008-03-29 Juri Linkov <juri@jurta.org>
15054
15055 * window.c (Fdisplay_buffer): Move call to
15056 Vsplit_window_preferred_function out of conditions that check
15057 if window is eligible for vertical splitting.
15058 When Vsplit_window_preferred_function is non-nil, call it and use
15059 its non-nil return value as window. Otherwise, continue doing
15060 vertical splitting using Fsplit_window with arg horflag=nil.
15061 (syms_of_window) <Vsplit_window_preferred_function>: Change the
15062 default value from `split-window' to nil.
15063
15064 2008-03-29 Juri Linkov <juri@jurta.org>
15065
15066 * callint.c (Fcall_interactively): Revert 2008-03-16 change
15067 for interactive code letters 'b' and 'B'.
15068
15069 2008-03-29 Eli Zaretskii <eliz@gnu.org>
15070
15071 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
15072 multibyte string.
15073
15074 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15075
15076 * keyboard.c (pending_funcalls): New var.
15077 (timer_check): Run it.
15078 (syms_of_keyboard): Initialize it.
15079 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
15080 (Vdelete_terminal_functions): New vars.
15081 (syms_of_terminal): Initialize them.
15082 (Fdelete_terminal): Run delete-terminal-functions.
15083 * xdisp.c (safe_eval): Rewrite.
15084 (safe_call2): New fun.
15085 * frame.c (Qdelete_frame_functions): New var.
15086 (syms_of_frame): Initialize it.
15087 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
15088 * lisp.h (safe_call2, pending_funcalls): Declare.
15089
15090 2008-03-28 Andreas Schwab <schwab@suse.de>
15091
15092 * indent.c (Fmove_to_column): Move declaration before statements.
15093
15094 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15095
15096 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
15097 (struct frame): Use bit fields for boolean vars.
15098
15099 * process.c (server_accept_connection): Simplify naming.
15100 (emacs_get_tty_pgrp): Use SDATA.
15101
15102 * coding.c (decode_coding_object): Fix last change.
15103
15104 2008-03-27 Jason Rumney <jasonr@gnu.org>
15105
15106 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
15107
15108 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15109
15110 * charset.c (Fdefine_charset_internal): Change the way of
15111 registering charsets in Vcharset_order_list.
15112 (syms_of_charset): Make the charset `eight-bit' supplementary.
15113
15114 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
15115
15116 * regex.c (EXTEND_BUFFER): Change order of pointer addition
15117 operations, to avoid having the difference between pointers
15118 overflow.
15119
15120 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15121
15122 * indent.c (check_display_width): New fun.
15123 (scan_for_column): Use it.
15124
15125 * data.c (syms_of_data): Mark most-positive-fixnum and
15126 most-negative-fixnum as constants.
15127
15128 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
15129
15130 * indent.c (scan_for_column): Extract from current_column_1.
15131 Merge with the same code from Fmove_to_column.
15132 (current_column_1, Fmove_to_column): Use it.
15133
15134 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15135
15136 * keymap.c (map_keymap_internal): New fun.
15137 (map_keymap): Use it.
15138 (Fmap_keymap_internal): New fun.
15139 (Fmap_keymap): Remove left-out test from before make_save_value.
15140
15141 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
15142
15143 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
15144 Use XCAR/XCDR.
15145
15146 * process.h (struct Lisp_Process): Remove filter_multibyte.
15147 * process.c (QCfilter_multibyte): Remove.
15148 (setup_process_coding_systems): Don't use filter_multibyte.
15149 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
15150 (read_process_output): Don't adjust multibyteness to filter_multibyte.
15151 (Fset_process_filter_multibyte): Change the coding-system to
15152 approximate the previous behavior.
15153 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
15154 coding-system.
15155
15156 * coding.c (decode_coding_object): When not decoding into a buffer,
15157 obey the coding system's preference of (uni|multi)byte.
15158
15159 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15160
15161 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
15162 every char is changed and has a different byte-length.
15163 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
15164 Fix int -> EMACS_INT.
15165
15166 2008-03-23 David Hansen <david.hansen@gmx.net>
15167
15168 * dbusbind.c (xd_read_message): Remove extra copying of message
15169 strings. Check for NULL `interface' or `member'.
15170
15171 2008-03-22 Eli Zaretskii <eliz@gnu.org>
15172
15173 * w32.c (readdir): If FindFirstFile/FindNextFile return in
15174 cFileName a file name that includes `?' characters, use the 8+3
15175 alias in cAlternateFileName instead.
15176
15177 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15178
15179 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
15180
15181 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15182
15183 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
15184 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
15185 work on current_buffer only instead (that was already the case
15186 for some of the code anyway).
15187 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
15188 (temp_set_point, temp_set_point_both): Use EMACS_INT.
15189 (SET_PT, SET_PT_BOTH): Adjust.
15190 * intervals.h (set_point, temp_set_point, set_point_both)
15191 (temp_set_point_both): Remove redundant declarations.
15192
15193 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15194
15195 * fileio.c (Finsert_file_contents):
15196 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
15197 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
15198 when buffer != current_buffer anyway.
15199
15200 2008-03-20 Andreas Schwab <schwab@suse.de>
15201
15202 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
15203 as default.
15204
15205 2008-03-19 Jason Rumney <jasonr@gnu.org>
15206
15207 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
15208 (syms_of_w32fns): Initialize them.
15209 (HOURGLASS_ID): New constant.
15210 (x_window_to_frame): Don't check hourglass_window.
15211 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
15212 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
15213 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
15214 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
15215 Only change the cursor if hourglass is not active.
15216 (Fx_create_frame): Initialize frame's current_cursor.
15217 (hourglass_atimer): Remove.
15218 (hourglass_started): New function.
15219 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
15220 (show_hourglass): Adapt to w32, changing argument to frame.
15221
15222 * w32term.h (struct w32_output): Remove hourglass_window.
15223 Add current_cursor.
15224
15225 * eval.c (call_debugger, Fsignal):
15226 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
15227 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
15228 (Fexecute_extended_command, cancel_hourglass_unwind):
15229 * minibuf.c (read_minibuf):
15230 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
15231
15232 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * window.c (run_funs): New fun.
15235 (run_window_configuration_change_hook): Use it to run the buffer-local
15236 and the global part of the hook.
15237
15238 * xdisp.c (format_mode_line_unwind_data): Add window argument.
15239 (unwind_format_mode_line): Restore selected window.
15240 (x_consider_frame_title, Fformat_mode_line): Set selected window.
15241
15242 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * editfns.c (Fchar_equal): Check they are valid characters.
15245
15246 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
15247
15248 2008-03-17 Andreas Schwab <schwab@suse.de>
15249
15250 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
15251 against a charset.
15252
15253 * lisp.h (Fbuffer_list): Declare.
15254
15255 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
15256
15257 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
15258 handlebox_widget is != 0.
15259
15260 2008-03-16 Juri Linkov <juri@jurta.org>
15261
15262 * callint.c (Fcall_interactively): For interactive code letters
15263 'b' and 'B' put the buffer list into the list of default "future"
15264 values of the minibuffer.
15265
15266 2008-03-16 Andreas Schwab <schwab@suse.de>
15267
15268 * keyboard.c (read_key_sequence): Fix downcasing of letters with
15269 modifiers.
15270
15271 * regex.c (re_match_2_internal): Correct matching of a charset
15272 against latin-1 characters.
15273
15274 2008-03-16 Kenichi Handa <handa@m17n.org>
15275
15276 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
15277 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
15278 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
15279 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
15280 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
15281 CHAR_STRING_ADVANCE.
15282 (produce_chars): Fix for the case that the source and the
15283 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
15284 instead of CHAR_STRING_ADVANCE.
15285 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
15286 STRING_CHAR_ADVANCE.
15287
15288 2008-03-15 Andreas Schwab <schwab@suse.de>
15289
15290 * regex.c (re_match_2_internal): Correct matching of eight bit
15291 characters in unibyte strings.
15292
15293 2008-03-15 Martin Rudalics <rudalics@gmx.at>
15294
15295 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
15296 at end of range when it coincides with the end of the buffer.
15297
15298 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15299
15300 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
15301
15302 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
15303
15304 2008-03-14 Jason Rumney <jasonr@gnu.org>
15305
15306 * editfns.c (initial_tz): New variable.
15307 (syms_of_editfns): Initialize it.
15308 (Fset_time_zone_rule): Set it when first called.
15309 Use it when TZSTRING is nil.
15310
15311 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
15312 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
15313 (monitor_from_point_fn, get_monitor_info_fn): New globals.
15314 (globals_of_w32fns): Initialize them.
15315 (compute_tip_xy): Use them to position tooltips.
15316
15317 2008-03-14 Glenn Morris <rgm@gnu.org>
15318
15319 * emacs.c (main): Revert previous change.
15320 (standard_args): Revert -internal-script back to -scriptload,
15321 and remove the long-option form.
15322
15323 2008-03-13 Glenn Morris <rgm@gnu.org>
15324
15325 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
15326 Remove option -enable-font-backend.
15327
15328 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15329
15330 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
15331
15332 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
15333
15334 * xterm.c (x_connection_closed): For GTK: If this is the last
15335 terminal just exit without closing the display.
15336
15337 2008-03-11 Jason Rumney <jasonr@gnu.org>
15338
15339 * w32font.c (w32font_full_name): Use floor to round.
15340
15341 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
15342
15343 * sound.c (alsa_configure): Declare vol at beginning of block.
15344
15345 * fontset.c (Ffontset_info): Remove extra semicolon.
15346
15347 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15348
15349 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
15350 size of resulting string.
15351
15352 2008-03-10 Jason Rumney <jasonr@gnu.org>
15353
15354 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
15355
15356 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15357
15358 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
15359 Don't pretend as if characters with display property haven't been
15360 consumed for string-replacing-string case.
15361
15362 2008-03-08 Kim F. Storm <storm@cua.dk>
15363
15364 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
15365 (get_next_display_element, next_element_from_string)
15366 (next_element_from_ellipsis, next_element_from_buffer): Use it.
15367
15368 2008-03-08 Andreas Schwab <schwab@suse.de>
15369
15370 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
15371
15372 2008-03-06 Jason Rumney <jasonr@gnu.org>
15373
15374 * w32font.c (w32_registry): Take font_type argument. Use ANSI
15375 when charset not specified. Only translate ANSI to unicode when
15376 font_type is truetype.
15377 (w32font_coverage_ok): New function.
15378 (add_font_entity_to_list): Use it to filter unsuitable fonts.
15379
15380 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
15381
15382 * lread.c (Fread_char): Resolve modifiers.
15383 (Fread_char_exclusive): Likewise.
15384
15385 * character.c (char_resolve_modifier_mask): New function.
15386 (char_string): Use char_resolve_modifier_mask.
15387 (Fchar_resolve_modifiers): New function.
15388 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
15389 function.
15390
15391 2008-03-04 Jason Rumney <jasonr@gnu.org>
15392
15393 * makefile.w32-in: Always include w32font.c in the build.
15394 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
15395
15396 2008-03-04 Andreas Schwab <schwab@suse.de>
15397
15398 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
15399 (versionclean): Likewise.
15400
15401 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
15402
15403 * .cvsignore: Add oo.
15404
15405 2008-03-03 Andreas Schwab <schwab@suse.de>
15406
15407 * coding.c (decode_coding_object): Inhibit gap shrinking while
15408 decoding in place.
15409
15410 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15411
15412 * w32term.c: Remove unused include "gnu.h".
15413 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
15414
15415 * gnu.h: Rename to ...
15416 * emacs-icon.h: ... this.
15417 * xterm.c: Use emacs-icon.h instead of gnu.h.
15418 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
15419
15420 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
15421
15422 * w32font.c: Include math.h.
15423
15424 2008-03-03 Jason Rumney <jasonr@gnu.org>
15425
15426 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
15427 Compute options separately.
15428 (w32font_open_internal): Set glyph_idx before caching metrics.
15429
15430 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
15431 Define if system headers don't.
15432 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
15433 (w32font_encode_char): Don't declare here.
15434
15435 * w32font.c (Quniscribe, QCformat): New symbols.
15436 (syms_of_w32font): Define them.
15437 (w32font_has_char): Indicate uncertainty.
15438 (w32font_encode_char): Encode as glyph point. Make static.
15439 (recompute_cached_metrics): New function.
15440 (w32font_open_internal): Use it. Set font to use glyph points
15441 initially. Set format based on type of font.
15442 (w32font_text_extents, w32font_draw): Optionally use glyph points.
15443 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
15444 on it. Set format based on information available here.
15445 (add_font_entity_to_list): Identify backend based on opentype_only.
15446
15447 2008-03-02 Andreas Schwab <schwab@suse.de>
15448
15449 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
15450
15451 * coding.c (decode_coding_big5, produce_chars):
15452 Fix typos in last change.
15453
15454 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
15455
15456 * gnu.h: New icon.
15457
15458 2008-03-02 Kenichi Handa <handa@m17n.org>
15459
15460 * coding.c (decode_coding_utf_8): When eol-type of CODING is
15461 `dos', don't decode '\r' if that is the last in the source.
15462 (decode_coding_utf_16, decode_coding_emacs_mule)
15463 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15464 (decode_coding_raw_text, decode_coding_charset): Likewise.
15465 (produce_chars): Don't decode EOL here. Use EMACS_INT.
15466
15467 2008-03-01 Jason Rumney <jasonr@gnu.org>
15468
15469 * w32font.c (w32font_full_name): Report point size for scalable fonts.
15470
15471 2008-03-01 Kim F. Storm <storm@cua.dk>
15472
15473 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
15474
15475 2008-03-01 Jason Rumney <jasonr@gnu.org>
15476
15477 * w32font.c (w32font_full_name): New function.
15478 (w32font_open_internal): Use it.
15479
15480 2008-03-01 Kim F. Storm <storm@cua.dk>
15481
15482 * dispnew.c (line_draw_cost): Fix invalid glyph check.
15483
15484 2008-03-01 Jason Rumney <jasonr@gnu.org>
15485
15486 * font.c (font_unparse_fcname): Increase len when style is a symbol.
15487
15488 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
15489
15490 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
15491 xg_frame_resized when the event is for the edit widget.
15492
15493 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
15494
15495 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
15496 set_char_size.
15497 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
15498 operations on widgets here. Just set frame size if needed.
15499 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
15500 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
15501 (x_wm_set_size_hint): Set size hints on the edit widget only, not
15502 the whole frame.
15503 (xg_create_tool_bar): Move attachment of the tool bar to
15504 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
15505 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
15506
15507 2008-03-01 Jason Rumney <jasonr@gnu.org>
15508
15509 * w32fns.c (w32_msg_pump): Disable debug code.
15510
15511 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15512
15513 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
15514
15515 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
15516
15517 * xdisp.c (next_overlay_string): Don't set
15518 overlay_strings_at_end_processed_p if we're currently reading from
15519 a display string.
15520
15521 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
15522
15523 * xdisp.c (get_overlay_strings_1): Fix typo.
15524
15525 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
15526
15527 * xdisp.c (get_overlay_strings_1): Add missing argument type.
15528
15529 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15530
15531 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
15532
15533 * xdisp.c (display_mode_element): Cancel the previous change.
15534 (decode_mode_spec): Likewise.
15535 (handle_auto_composed_prop): Don't make composition if it->string
15536 is a string.
15537
15538 2008-02-27 Kim F. Storm <storm@cua.dk>
15539
15540 * lisp.h (GLYPH): Change type from int to struct with separate char
15541 and face_id members.
15542 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
15543 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
15544 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
15545 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
15546 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
15547 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
15548 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
15549 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
15550 handle new Lisp glyph code encoding, either an integer or a cons.
15551
15552 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
15553 (GLYPH_ALIAS): Delete.
15554 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
15555 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
15556 (GLYPH_FROM_CHAR): Replace macro by ...
15557 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
15558
15559 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
15560 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
15561 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
15562 (GLYPH_INVALID_P): New macro.
15563 (spec_glyph_lookup_face): Update prototype.
15564
15565 * dispnew.c (line_draw_cost): Adapt to new glyph type.
15566 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
15567 new glyph code encoding.
15568 (spec_glyph_lookup_face): No return value; update passed glyph instead.
15569 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
15570
15571 * xdisp.c (get_next_display_element, next_element_from_display_vector):
15572 Adapt to new glyph type and new glyph code encoding.
15573
15574 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
15575
15576 * indent.c (current_column, current_column_1, Fmove_to_column)
15577 (compute_motion): Adapt to new glyph code encoding.
15578
15579 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
15580
15581 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
15582
15583 * process.c (wait_reading_process_output): Check for window
15584 changes caused by timers.
15585 Suggested by Johan Bockgård.
15586
15587 2008-02-27 Glenn Morris <rgm@gnu.org>
15588
15589 * emacs.c (USAGE1): Add `--disable-font-backend'.
15590
15591 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15592
15593 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
15594 is made to the buffer.
15595
15596 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15597
15598 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
15599 (face_at_string_position):
15600 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
15601 (face_at_string_position):
15602 * xdisp.c (display_string, next_overlay_change):
15603 * buffer.h (overlays_at):
15604 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
15605 Update callers.
15606
15607 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
15608
15609 * editfns.c (Fformat): Doc fix.
15610
15611 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
15612
15613 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
15614 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
15615 (Ffont_otf_alternates, Fquery_font): Doc fixes.
15616
15617 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * buffer.c (Fbuffer_swap_text): New function.
15620 (syms_of_buffer): Defsubr it.
15621
15622 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
15623
15624 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
15625
15626 2008-02-25 Jason Rumney <jasonr@gnu.org>
15627
15628 * w32font.c (w32font_draw): Draw one character at a time when padding.
15629
15630 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15631
15632 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
15633 Handle a nil arg. Use run_window_configuration_change_hook.
15634 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
15635 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
15636 Use run_window_configuration_change_hook.
15637
15638 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15639
15640 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
15641 1-pixel width.
15642
15643 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15644
15645 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
15646 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
15647 if the glyph in the font is zero pixel with.
15648
15649 * dispextern.h (struct glyph_string): New member padding_p.
15650
15651 * w32font.c (w32font_draw): Pay attention to s->padding_p.
15652
15653 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
15654
15655 * xfont.c (xfont_draw): Pay attention to s->padding_p.
15656
15657 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
15658
15659 * font.c: If the font driver doesn't have `shape' function, return Qnil.
15660
15661 2008-02-25 Jason Rumney <jasonr@gnu.org>
15662
15663 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
15664
15665 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15666
15667 Allow fine-grained image-cache flushing.
15668 * dispextern.h (struct image): Add `dependencies' field.
15669 (clear_image_caches): Change arg to Lisp_Object.
15670 * image.c (make_image): Initialize `dependencies' field.
15671 (clear_image_cache): Change arg to allow fine-grained flushing.
15672 Perform the flush even if image-cache-eviction-delay is nil.
15673 (clear_image_caches): Change arg to Lisp_Object.
15674 (Fclear_image_cache): Expand meaning of the argument.
15675 (mark_image): Mark `dependencies' field.
15676 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
15677 (lface_hash): Use XHASH rather than XFASTINT.
15678 (face_at_buffer_position): Fix int -> EMACS_INT position.
15679 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
15680 (select_frame_for_redisplay): Remove code duplication.
15681 (redisplay_internal): Adapt arg to call to clear_image_caches.
15682
15683 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15684
15685 * s/vms4-0.h:
15686 * s/vms4-2.h:
15687 * s/vms4-4.h:
15688 * s/vms5-5.h: Remove, unused.
15689
15690 * s/irix5-2.h:
15691 * s/irix6-0.h:
15692 * s/riscos5.h:
15693 * s/mach-bsd4-3.h:
15694 * m/mips4.h: Remove files for obsolete systems.
15695
15696 * Makefile.in:
15697 * filelock.c:
15698 * unexmips.c:
15699 * m/hp9000s300.h:
15700 * m/iris4d.h:
15701 * s/aix3-1.h:
15702 * s/hpux.h:
15703 * s/msdos.h:
15704 * s/usg5-0.h:
15705 * s/usg5-2-2.h:
15706 * s/usg5-2.h:
15707 * s/usg5-3.h: Remove references to obsolete variables.
15708
15709 * s/irix5-0.h: Remove, move all the contents ...
15710 * s/irix6-5.h: ... here. Simplify.
15711 * config.in: Regenerate.
15712
15713 2008-02-24 Jason Rumney <jasonr@gnu.org>
15714
15715 * w32term.c (x_draw_glyph_string_background): Clear the background
15716 manually when cleartype is in use.
15717 (x_draw_glyph_string_foreground): Draw text transparently when
15718 cleartype is in use.
15719
15720 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
15721 a font into it unless we have to.
15722
15723 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
15726 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
15727
15728 2008-02-18 Jason Rumney <jasonr@gnu.org>
15729
15730 * w32fns.c (Fw32_shell_execute): Encode parameters.
15731
15732 2008-02-09 Eli Zaretskii <eliz@gnu.org>
15733
15734 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
15735
15736 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
15737
15738 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
15739
15740 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
15741
15742 * xterm.c (x_set_offset): Don't change the gravity if
15743 CHANGE_GRAVITY is -1.
15744
15745 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
15746
15747 * fileio.c (auto_save_error_occurred): New var.
15748 (auto_save_error): Set it.
15749 (Fdo_auto_save): Don't overwrite the error message if an auto-save
15750 error occurred.
15751
15752 2008-02-23 Eli Zaretskii <eliz@gnu.org>
15753
15754 * w32.c (globals_of_w32): Add initializations for
15755 g_b_init_get_sid_sub_authority and
15756 g_b_init_get_sid_sub_authority_count.
15757
15758 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15759
15760 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
15761 (font_parse_xlfd): Use them for sanity check.
15762 (Finternal_set_font_style_table): Make sure the table is bijective.
15763
15764 Consolidate the image_cache to the terminal struct.
15765 * termhooks.h (P_): Remove redundant def.
15766 (struct terminal): New field `image_cache'.
15767 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
15768 of FRAME_X_IMAGE_CACHE.
15769 * xterm.h (struct x_display_info): Remove image_cache field.
15770 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15771 * w32term.h (struct w32_display_info): Remove image_cache field.
15772 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15773 * macterm.h (struct mac_display_info): Remove image_cache field.
15774 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15775 * xterm.c (x_term_init):
15776 * w32term.c (w32_term_init):
15777 * macterm.c (mac_term_init): Set the image_cache in the terminal.
15778 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15779 Remove declarations.
15780 (clear_image_caches, mark_image_cache): New declarations.
15781 * xfaces.c (clear_face_cache):
15782 * xdisp.c (redisplay_internal): Use clear_image_caches.
15783 * image.c (clear_image_cache): Don't check that a frame is on
15784 a window-system before checking if it shares the same cache.
15785 (clear_image_caches): New function.
15786 (Fclear_image_cache): Use it.
15787 (mark_image): Move from allo.c.
15788 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15789 * alloc.c (mark_image, mark_image_cache): Move to image.c.
15790 (mark_object): Don't call mark_image_cache for frames.
15791 (mark_terminals): Call mark_image_cache.
15792
15793 * lisp.h (Fdelete_terminal): Declare.
15794
15795 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15796 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15797 wrong_type_argument.
15798
15799 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15800
15801 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15802 malayalam.el, and tamil.el. Add sinhala.el.
15803
15804 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15805
15806 * xterm.c (x_connection_closed): Consolidate identical tests.
15807 (x_delete_terminal): Don't crash if called via x_connection_closed.
15808
15809 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15810
15811 * xdisp.c (decode_mode_spec): New arg string.
15812 (display_mode_element): Adjust for the above change.
15813
15814 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15815
15816 * callint.c (Fcall_interactively): Use AREF.
15817
15818 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15819
15820 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15821
15822 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
15823
15824 * xfns.c (Fx_show_tip): Set string to " " if empty.
15825
15826 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15827
15828 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15829 with Qt.
15830
15831 2008-02-17 Kenichi Handa <handa@m17n.org>
15832
15833 * ftfont.c (ftfont_shape): Return Lispy number.
15834
15835 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15836 for GCs.
15837 (Finternal_set_font_selection_order): Call font_update_sort_order
15838 only when enable_font_backend is set.
15839 (realize_x_face): Set face->font_info to that of default face only
15840 when enable_font_backend is set.
15841
15842 * xdisp.c (handle_composition_prop): Set it->c to the fist
15843 character of the composed region.
15844 (fill_composite_glyph_string): Set base_face->font_info to
15845 s->font_info. Get a face for ascii from base_face->ascii_face.
15846 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15847 with a face already decided.
15848 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15849 non-negative.
15850 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15851 call font_prepare_composition unconditionally.
15852
15853 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15854
15855 * xterm.h (struct x_display_info): New member font.
15856
15857 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15858 (x_set_mouse_face_gc, x_new_font): Likewise.
15859 (x_term_init): Setup display_info->font.
15860 (x_delete_terminal): Free display_info->font.
15861
15862 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15863
15864 * ftxfont.c (ftxfont_default_fid): Delete it.
15865 (ftxfont_open): Set xfont->fid to 0.
15866 (ftxfont_end_for_frame): Clear data specific to the frame and the
15867 font-driver.
15868
15869 * xftfont.c (xftfont_default_fid): Delete it.
15870 (xftfont_open): Set xfont->fid to 0.
15871
15872 * fontset.c (FONTSET_OBJLIST): New macro.
15873 (fontset_find_font): Update font-object list of the fontset.
15874 (free_realized_fontset): New function.
15875 (free_face_fontset): Call free_realized_fontset.
15876 (Ffont_info): Call font_close_object only when enable_font_backend
15877 is set.
15878
15879 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15880 [HAVE_NTGUI]: Include w32term.h.
15881 [MAC_OS]: Include macterm.ch.
15882 (font_otf_ValueRecord): Use make_number.
15883 (font_finish_cache): Fix handling of reference count.
15884 (font_clear_cache): Update num_fonts.
15885 (font_open_entity): Update smallest_char_width and
15886 smallest_font_height of the frame.
15887 (font_close_object): Update num_fonts.
15888 (Fclear_font_cache): Fix finding the target cache data.
15889
15890 2008-02-16 Glenn Morris <rgm@gnu.org>
15891
15892 * fontset.c (Finternal_char_font): Fix compilation warning.
15893
15894 2008-02-16 Eli Zaretskii <eliz@gnu.org>
15895
15896 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15897 instead of char arrays. Enlarge the size of array passed to
15898 get_token_information.
15899
15900 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15901 warnings.
15902
15903 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15904
15905 * .gdbinit: Don't set `args', it breaks gdb --args.
15906
15907 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15908
15909 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15910 within a narrowed buffer.
15911
15912 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15913
15914 * coding.c (decode_coding_object, encode_coding_object):
15915 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15916
15917 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15918
15919 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15920 hardcoding 1.
15921 (detect_coding_system):
15922 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15923 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15924 * insdel.c (insert_from_gap):
15925 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15926 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15927 (string_to_multibyte):
15928 * character.c (chars_in_text, multibyte_chars_in_text):
15929 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15930
15931 * character.h (FETCH_STRING_CHAR_ADVANCE)
15932 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15933 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15934 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15935
15936 * casefiddle.c (casify_region): Only call after-change and composition
15937 functions on the part of the region that was changed.
15938
15939 * keyboard.c (read_avail_input):
15940 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15941
15942 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15943
15944 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15945 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15946
15947 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
15948
15949 * w32menu.c (push_submenu_start, push_submenu_end)
15950 (push_left_right_boundary, push_menu_pane, push_menu_item):
15951 * keyboard.c (read_key_sequence): Don't pass args with side effects
15952 to AREF, it fails when compiling with -DENABLE_CHECKING.
15953
15954 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15955
15956 * Makefile.in (${lispsource}international/charprop.el):
15957 Delete this target.
15958
15959 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15960 emacs-unicode-2.
15961
15962 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15963
15964 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15965
15966 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15967
15968 * frame.c (Qnoelisp): New symbol.
15969 (syms_of_frame): Initialize it.
15970 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15971 harmless Elisp code, from a strong `force' from x_connection_closed.
15972 * frame.h (Qnoelisp): Declare.
15973 * xterm.c (x_connection_closed): Pass `noelisp'.
15974
15975 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15976 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15977 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15978 rather than `int' for the type of `type'.
15979
15980 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15981
15982 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15983
15984 * Makefile.in (GNUC): Remove support for gcc-1.x.
15985
15986 2008-02-10 Richard Stallman <rms@gnu.org>
15987
15988 * lisp.h (ASET): Use AREF, not ASLOT.
15989
15990 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15991
15992 * lisp.h (ASET): Check bounds.
15993
15994 2008-02-10 Glenn Morris <rgm@gnu.org>
15995
15996 * buffer.c (mode-name): Doc fix.
15997
15998 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15999
16000 * Makefile.in:
16001 * emacs.c:
16002 * gmalloc.c:
16003 * keyboard.c:
16004 * lisp.h:
16005 * m/ibm370aix.h:
16006 * process.c:
16007 * regex.c:
16008 * s/hpux.h:
16009 * sysdep.c:
16010 * sysselect.h:
16011 * systty.h:
16012 * unexec.c:
16013 * w32term.c:
16014 * xsmfns.c:
16015 * xterm.c: Remove code that deals with obsolete variables.
16016
16017 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
16018
16019 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
16020 nothing else needs it anymore.
16021
16022 2008-02-09 Eli Zaretskii <eliz@gnu.org>
16023
16024 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
16025 instead of unibyte_char_to_multibyte.
16026
16027 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16028
16029 * s/gnu-linux.h: Remove commented out code.
16030
16031 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
16032
16033 * Makefile.in: Update what RMS says about using autoconf.
16034 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
16035 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
16036 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
16037 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
16038
16039 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16040
16041 * keymap.c (Fkey_description): Move side effect outside of macro call.
16042
16043 * xfaces.c (Finternal_make_lisp_face):
16044 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
16045
16046 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
16047 (syms_of_fontset): Use ASET.
16048
16049 * fns.c (concat): Move side effect outside of macro call.
16050 (hash_clear): Use ASET.
16051
16052 2008-02-08 Richard Stallman <rms@gnu.org>
16053
16054 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
16055 If FORCE, and frame has a surrogate minibuffer for another frame,
16056 delete the other frame first.
16057
16058 2008-02-07 Timo Savola <timo.savola@iki.fi>
16059
16060 * xterm.c (x_detect_focus_change): Handle embed client message.
16061 (handle_one_xevent): Ditto.
16062 (handle_one_xevent): If embedded and we get a button press/release,
16063 request focus.
16064 (xembed_set_info, xembed_send_message): New functions.
16065 (x_make_frame_visible): Call xembed_set_info if embedded.
16066 (x_make_frame_invisible): Call xembed_set_info if embedded.
16067 (x_term_init): Initialize Xatom_XEMBED.
16068 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
16069 (x_iconify_frame): Ditto.
16070
16071 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
16072 (enum xembed_info, enum xembed_message, enum xembed_focus)
16073 (enum xembed_modifier, enum xembed_accelerator): New.
16074 (xembed_set_info, xembed_send_message): Declare.
16075 (FRAME_X_EMBEDDED_P): New.
16076
16077 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
16078 gtk_plug_new.
16079
16080 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
16081 window ID of a frame.
16082 (x_window): Reparent frame if embedded.
16083 (Fx_create_frame): Don't set border width if embedded.
16084
16085 * emacs.c (USAGE3): Add --parent-id.
16086 (standard_args): Ditto.
16087
16088 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
16089
16090 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
16091
16092 2008-02-07 Jim Meyering <meyering@redhat.com>
16093
16094 Use "do...while (0)", not "if (1)...else" in macro definitions.
16095 The latter provokes a warning from gcc about the empty else, when
16096 followed by ";". Also, without that trailing semicolon, it would
16097 silently swallow up any following statement.
16098 * syntax.h (SETUP_SYNTAX_TABLE)
16099 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
16100 * buffer.h (DECODE_POSITION): Likewise.
16101 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
16102 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
16103 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
16104 (FETCH_CHAR_ADVANCE): Likewise.
16105 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
16106
16107 2008-02-07 Jim Meyering <meyering@redhat.com>
16108
16109 * lread.c [lint]: Don't include <sys/inode.h>.
16110
16111 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16112
16113 * xselect.c (x_handle_dnd_message):
16114 * xmenu.c (digest_single_submenu, xmenu_show):
16115 * xdisp.c (with_echo_area_buffer_unwind_data)
16116 (format_mode_line_unwind_data, unwind_format_mode_line)
16117 (display_menu_bar):
16118 * eval.c (Ffetch_bytecode):
16119 * doc.c (store_function_docstring):
16120 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
16121 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
16122 * buffer.c (add_overlay_mod_hooklist): Use ASET.
16123
16124 2008-02-07 Kenichi Handa <handa@m17n.org>
16125
16126 * ftxfont.c (ftxfont_open): Don't set
16127 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
16128
16129 * ftfont.c (ftfont_open): Fix previous change.
16130
16131 2008-02-06 Jason Rumney <jasonr@gnu.org>
16132
16133 * w32font.c (w32font_text_extents): Fill in lbearing metric.
16134 Use cached metrics for ASCII characters.
16135 (w32font_open_internal): Don't set font's owning_frame.
16136 Cache metrics for ASCII characters.
16137
16138 * w32font.h (struct w32font_info): Add ascii_metrics.
16139 Remove owning_frame.
16140
16141 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
16142
16143 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
16144 to negative value.
16145
16146 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
16147
16148 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
16149
16150 * charset.c (syms_of_charset): Set QCtest and Qeq.
16151
16152 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16153
16154 * process.c (Fstart_process):
16155 * callproc.c (Fcall_process): Handle the case where
16156 Funhandled_file_name_directory returns nil.
16157
16158 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
16159 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
16160 * font.c (check_gstring): Use them and AREF to access the vector before
16161 we know it's really a gstring.
16162 (Ffont_shape_text): Fix typo.
16163 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
16164
16165 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
16166 Declare.
16167
16168 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
16169
16170 2008-02-05 Jason Rumney <jasonr@gnu.org>
16171
16172 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
16173 Set smallest_font_height and smallest_char_width in display info.
16174
16175 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
16176
16177 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
16178
16179 2008-02-05 Miles Bader <miles@gnu.org>
16180
16181 * xfaces.c (get_lface_attributes, merge_named_face)
16182 (lookup_named_face, lookup_derived_face, realize_named_face):
16183 Revert 2008-02-01 change by cyd@stupidchicken.com.
16184
16185 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16186
16187 * fontset.c (Ffontset_info): Handle the case of inhibitting the
16188 fallback fonts.
16189 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
16190
16191 2008-02-04 Jason Rumney <jasonr@gnu.org>
16192
16193 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
16194 set full_name.
16195 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
16196
16197 2008-02-03 Jason Rumney <jasonr@gnu.org>
16198
16199 * makefile.w32-in (OBJ1): Include font.o here.
16200 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
16201
16202 2008-02-02 Jason Rumney <jasonr@gnu.org>
16203
16204 * makefile.w32-in (temacs): Bump EMHEAP to 21.
16205
16206 2008-02-01 Jason Rumney <jasonr@gnu.org>
16207
16208 * s/cygwin.h: Define VIRT_ADDR_VARIES.
16209
16210 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
16211
16212 2008-02-01 Andreas Schwab <schwab@suse.de>
16213
16214 * Makefile.in (shortlisp, lisp): Update for rename of
16215 ../lisp/language/myanmar.el.
16216
16217 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
16218
16219 * xfaces.c (get_lface_attributes): Delete function.
16220 (merge_named_face, lookup_named_face, lookup_derived_face)
16221 (realize_named_face): Call lface_from_face_name directly, and use
16222 the fact that merge_face_vectors does not alter its FROM argument.
16223
16224 2008-02-01 Jason Rumney <jasonr@gnu.org>
16225
16226 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
16227 input in the default locale. Handle non-Unicode multibyte input.
16228
16229 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16230
16231 * fontset.c (reorder_font_vector): Exclude nil elements from the
16232 font group. Don't try multiple fonts.
16233 (fontset_font): Adjust for the above change.
16234 (Finternal_char_font): Return nil if the found font doesn't
16235 contain the character ch.
16236
16237 * Makefile.in (lisp, shortlisp): Add cham.el.
16238
16239 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16240
16241 * font.h (FONTP): Make it return 1 also for a font-object.
16242
16243 * .gdbinit (xfontset): New function.
16244
16245 * font.c (font_find_for_lface): Check if the character C is
16246 supported or not only for the first font.
16247
16248 * fontset.c (reorder_font_vector): Fix typo.
16249 (fontset_find_font): Don't add a font-spec specifying a script.
16250 Use 0 (not Qt) for the indication of empty font-group. Change the
16251 format of RFONT-DEF. Return Qt if no font in the font-group
16252 support the character.
16253 (fontset_font): Adjust for the above change. If no font was
16254 found the character, remember that.
16255 (face_for_char): Adjust for the change of RFONT-DEF.
16256 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
16257 no font for the target.
16258 (Finternal_char_font): Adjust for the change of RFONT-DEF.
16259
16260 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16261
16262 * font.c (font_load_for_face): Handle the case that the font in
16263 face->lface is a string.
16264
16265 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16266
16267 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
16268
16269 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16270
16271 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
16272 Fix previous change. If the frame is not on a window system,
16273 signal an error.
16274
16275 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16276
16277 * coding.c (decode_coding_object, encode_coding_object): Adjust
16278 marker positions after conversion.
16279
16280 * lisp.h (struct Lisp_Marker): New member need_adjustment.
16281
16282 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16283
16284 * font.c (font_find_for_lface): Fix the handling of the return
16285 value of font_has_char.
16286 (Ffont_shape_text): Fix previous change.
16287
16288 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
16289 (fontset_ref_and_range): Delete it.
16290 (fontset_find_font): Call char_table_ref_and_range instead of
16291 FONTSET_REF_AND_RANGE.
16292 (make_fontset): Don't setup font groups of Latin here.
16293 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
16294 (new_fontset_from_font): Make the specified font the default for
16295 all Latin characters.
16296
16297 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16298
16299 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
16300 is on a window system before accessing the fontset of the frame.
16301
16302 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16303
16304 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
16305
16306 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
16307 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
16308
16309 * font.c (Ffont_shape_text): If the font driver doesn't have a
16310 shaper function, make zero-width glyphs to have at least one-pixel
16311 width. Fix setting of `to' field of glyphs.
16312
16313 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16314
16315 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
16316 glyphs.
16317
16318 * font.h (struct font_driver): Improve docstring of member `shape'.
16319
16320 2008-02-01 Kenichi Handa <handa@m17n.org>
16321
16322 * composite.c (syms_of_composite): Fix docstring of
16323 auto-composition-function.
16324
16325 * font.h (LGLYPH_SIZE): New macro.
16326
16327 * font.c (Ffont_fill_gstring): Stop filling when a character not
16328 supported by the font is found.
16329 (Ffont_shape_text): When a shape callback function returns nil,
16330 try at most two more times with larger gstring.
16331 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
16332
16333 * xdisp.c (handle_auto_composed_prop): Change the argument to
16334 auto-composition-function.
16335
16336 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
16337 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
16338 Lispy glyph and store it in the lgstring.
16339
16340 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
16341
16342 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
16343
16344 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16345
16346 * font.c (Ffont_shape_text): Avoid unnecessary composition.
16347
16348 * fontset.c (Vfont_encoding_charset_alist): New variable.
16349 (syms_of_fontset): DEFVAR it.
16350 (reorder_font_vector, fontset_find_font): Optimize for the case of
16351 no need of reordering.
16352 (face_for_char): Map the charset property by
16353 Vfont_encoding_charset_alist.
16354
16355 2008-02-01 Jason Rumney <jasonr@gnu.org>
16356
16357 * w32font.c (logfonts_match): Don't check adstyle here.
16358 (font_matches_spec): Check here against physical font instead.
16359 (add_font_entity_to_list): Avoid some substitutions.
16360
16361 * font.c (font_parse_fcname): Default weight and slant to normal.
16362 (font_score): Prefer normal fonts if weight or slant unspecified.
16363 (font_score) [WINDOWSNT]: Scale weight difference down to closer
16364 match freetype scores.
16365
16366 2008-02-01 Jason Rumney <jasonr@gnu.org>
16367
16368 * w32font.c (w32font_text_extents): Don't use the frame stored in the
16369 font, as it may have been deleted.
16370 (w32_enumfont_pattern_entity): Map generic family to adstyle using
16371 most common hyphenless variation.
16372 (logfonts_match): Check generic family.
16373 (font_matches_spec): Don't check generic family here.
16374 (fill_in_logfont): Set generic family based on adstyle.
16375
16376 * w32font.h (w32font_get_cache): Update declaration.
16377
16378 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16379
16380 * ftfont.c (ftfont_get_cache): Adjust the argument type.
16381
16382 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
16383 If none of the new drivers are available, call font_update_drivers
16384 with the old drivers.
16385
16386 * w32font.c (w32font_get_cache): Adjust the argument type.
16387
16388 * xfont.c (xfont_get_cache): Adjust the argument type.
16389
16390 * font.h (struct font_driver): Change argument type of get_cache.
16391
16392 * xftfont.c (xftfont_start_for_frame): Delete prototype.
16393
16394 * font.c (Ffont_get): Fix arguments to Fassoc.
16395 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
16396 (font_clear_cache): New function.
16397 (font_list_entities, font_matching_entity): Use font_get_cache.
16398 (font_update_drivers): Call font_clear_cache when finishing a driver.
16399
16400 * fontset.c (fontset_find_font): Fix previous change.
16401
16402 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16403
16404 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
16405 dpyinfo->font_table.
16406 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
16407 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
16408
16409 * font.c (font_at): Handle the case that the arg C is negative.
16410 Handle the unibyte case.
16411 (Ffont_at): Call font_at with the arg C -1.
16412
16413 * xdisp.c (handle_auto_composed_prop): Don't get a character at
16414 the position here, and call font_at with the arg C -1.
16415 Don't check the range of the existing composition at the point.
16416
16417 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16418
16419 * fontset.c (fontset_add): New args charset_id and family.
16420 Change caller.
16421 (load_font_get_repertory, fontset_find_font): Assume that
16422 font_spec is always a font-spec object.
16423 (Fset_fontset_font): Always store a font-spec object in a fontset.
16424
16425 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
16426 instead of get_property_and_range.
16427
16428 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16429
16430 * xftfont.c (struct xftfont_info): Delete the member ft_face.
16431 (xftfont_open): Don't keep locking face.
16432 (xftfont_close): Don't unlock face.
16433 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
16434
16435 * fontset.c (fontset_find_font): Don't prefer a font of
16436 supplementary charset.
16437
16438 2008-02-01 Kenichi Handa <handa@m17n.org>
16439
16440 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
16441 script, langsys_tag to langsys, new member script.
16442 (OTF_TAG_STR): Terminate by '\0'.
16443 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
16444 listing to the script specified in that property. Fix arg to
16445 OTF_check_features.
16446
16447 2008-02-01 Jason Rumney <jasonr@gnu.org>
16448
16449 * w32font.h: New file.
16450
16451 * w32font.c: Include it.
16452 (struct w32font_info): Add owning_frame field. Move to w32font.h.
16453 (w32font_open): Set owning_frame.
16454 (w32font_text_extents): Use owning_frame.
16455 (struct font_callback_data): Add opentype_only field.
16456 (add_font_entity_to_list): Use it to filter fonts.
16457 Don't check against full name.
16458 (w32font_list_internal): New function.
16459 (w32font_list): Use it.
16460 (w32font_match_internal): New function.
16461 (w32font_match): Use it.
16462 (w32font_open_internal): New function.
16463 (w32font_open): Use it.
16464 (w32font_get_cache, w32font_close, w32font_has_char)
16465 (w32font_encode_char, w32font_text_extents, w32font_draw):
16466 Make non-static.
16467
16468 * makefile.w32-in (w32font.o): Depend on w32font.h.
16469
16470 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16471
16472 * charset.c (Fdefine_charset_internal): Record a supplementary
16473 charset at the tail of Vcharset_order_list.
16474
16475 * font.c (Ffont_shape_text): Fix the return value.
16476
16477 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
16478
16479 * xdisp.c (handle_auto_composed_prop): Fix previous change.
16480
16481 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16482
16483 * ftfont.c (struct OpenTypeSpec): New struct.
16484 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
16485 (ftfont_get_open_type_spec): New function.
16486 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
16487
16488 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
16489
16490 2008-02-01 Jason Rumney <jasonr@gnu.org>
16491
16492 * w32font.c (add_font_entity_to_list): Compare only the beginning
16493 of full name.
16494
16495 2008-02-01 Kenichi Handa <handa@m17n.org>
16496
16497 * xdisp.c (handle_auto_composed_prop): Simplify the code.
16498 Never return HANDLED_RECOMPUTE_PROPS.
16499
16500 2008-02-01 Kenichi Handa <handa@m17n.org>
16501
16502 * font.c (font_gstring_produce): Delete it.
16503
16504 * composite.h (COMPOSITION_METHOD):
16505 Handle COMPOSITION_WITH_GLYPH_STRING.
16506
16507 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16508
16509 * xfont.c (Qx): Delete.
16510 (syms_of_xfont): Don't initialize Qx.
16511
16512 * composite.h (enum composition_method):
16513 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
16514
16515 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16516
16517 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
16518 (choose_face_font): Accept new form of font-spec.
16519
16520 * frame.h (font_driver_list): Declare it unconditionally.
16521 (struct frame): Define members font_driver_list and font_data_list
16522 unconditionally.
16523
16524 * fontset.c: Include "font.h" unconditionally.
16525 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
16526 (Fset_fontset_font): Accept a font-spec object.
16527
16528 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
16529 PIXEL_SIZE part a wild card.
16530
16531 * dispextern.h (struct glyph_string): Define members clip and
16532 num_clips unconditionally.
16533 (struct face): Define members font_info and extra unconditionally.
16534
16535 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
16536 ftfont_info only when HAVE_LIBOTF is defined.
16537
16538 2008-02-01 Andreas Schwab <schwab@suse.de>
16539
16540 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
16541 and end.
16542
16543 2008-02-01 Jason Rumney <jasonr@gnu.org>
16544
16545 * w32font.c (w32font_driver): Add new fields.
16546
16547 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16548
16549 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
16550 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
16551 (LIBES): Add @M17N_FLT_CFLAGS@.
16552
16553 * composite.c (compose_text): Don't treat the new style
16554 composition specially.
16555
16556 * emacs.c (main): Call syms_of_font unconditionally.
16557
16558 * font.h (FONT_ENTITY_NOT_LOADABLE)
16559 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
16560 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
16561 (struct font_driver): New member shape.
16562 (font_registry_charsets): Extern it.
16563 (font_find_for_lface, font_prepare_composition): Adjust prototype.
16564 (font_otf_capability, font_drive_otf): Delete their externs.
16565
16566 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
16567 (font_charset_alist, font_registry_charsets): Move from xfont.c
16568 and rename.
16569 (font_prop_validate_otf): New function.
16570 (font_property_table): Register it for QCotf.
16571 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
16572 (font_drive_otf): Delete.
16573 (font_prepare_composition): New arg F. Adjust for the change of
16574 lispy gstring.
16575 (font_find_for_lface): New arg C.
16576 (font_load_for_face): Adjust for the change of font_find_for_lface.
16577 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
16578 lispy gstring.
16579 (Ffont_shape_text): New function.
16580 (Fopen_font): If the font size is not given, use 12-pixel.
16581 (Ffont_at): New arg STRING.
16582 (syms_of_font): Initalize font_charset_alist.
16583 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
16584 conditionally.
16585
16586 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
16587 fonts of the same font-spec. Change the format of RFONT-DEF.
16588 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
16589 Adjust for the change of RFONT-DEF.
16590 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
16591
16592 * ftfont.h: New file.
16593
16594 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
16595 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16596 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16597 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
16598 font_otf_capability and font_drive_otf, set ftfont_shape.
16599 (ftfont_list): Adjust for the change of :otf property value.
16600 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
16601 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
16602 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
16603 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16604 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
16605 (otf_gstring, gstring, m17n_flt_initialized): New variables.
16606
16607 * w32term.c (x_draw_composite_glyph_string_foreground):
16608 Adjust for the change of lispy gstring.
16609
16610 * xdisp.c (handle_composition_prop): Adjust for the change of
16611 lispy gstring. Call a function for auto-composition with the
16612 third arg it->window.
16613 (fill_composite_glyph_string): Adjust for the change of lispy string.
16614 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
16615
16616 * xfaces.c (set_font_frame_param): Adjust for the change of
16617 font_find_for_lface.
16618
16619 * xfont.c (x_font_charset_alist): Move to font.c and rename.
16620 (xfont_registry_charsets): Likewise. Change caller.
16621 (syms_of_xfont): Don't handle x_font_charset_alist.
16622
16623 * xftfont.c: Include "ftfont.h".
16624 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16625 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16626 (xftfont_close) [HAVE_LIBOTF]: Close otf.
16627 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16628 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
16629 Set xftfont_driver.shape to xftfont_shape.
16630
16631 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16632 the change of lispy gstring.
16633
16634 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16635
16636 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
16637
16638 2008-02-01 Jason Rumney <jasonr@gnu.org>
16639
16640 * w32font.c (w32font_draw): Fill background manually.
16641
16642 2008-02-01 Jason Rumney <jasonr@gnu.org>
16643
16644 * font.c (Qfontp): Remove unused symbol.
16645 (QCantialias): New symbol.
16646 (syms_of_font): Define it.
16647 (font_property_table): Set a validator for QCantialias.
16648
16649 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
16650 Define if not already.
16651 (QCfamily): Share with xfaces.c.
16652 (Qstandard, Qsubpixel, Qnatural): New symbols.
16653 (syms_of_w32font): Define them. Don't define QCfamily here.
16654 (w32_antialias_type, lispy_antialias_type): New functions.
16655 (w32_enumfont_pattern_entity): New arg requested_font.
16656 Set antialias parameter if non-default was requested.
16657 (fill_in_logfont): Fill in lfQuality if :antialias specified.
16658
16659 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16660
16661 * lread.c (read1): Undo the previous change.
16662
16663 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
16664
16665 * frame.c (Fdelete_frame): Call font_update_drivers only when
16666 USE_FONT_BACKEND is defined.
16667
16668 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16669
16670 * font.h (struct font_bitmap): New member bits_per_pixel.
16671 (struct font_driver): New members start_for_frame and end_for_frame.
16672 (struct font_data_list): New struct.
16673 (font_put_frame_data, font_get_frame_data): Extern them.
16674
16675 * frame.h (struct frame): New member font_data_list.
16676
16677 * font.c (font_update_drivers): Call driver->start_for_frame and
16678 driver->end_for_frame at proper timings.
16679 (font_put_frame_data, font_get_frame_data): New functions.
16680 (Ffont_spec): Add usage in the docstring.
16681
16682 * frame.c (make_frame): Initialize f->font_data_list to NULL.
16683 (Fdelete_frame): Call font_update_drivers.
16684
16685 * xftfont.c (struct xftface_info): Delete the member xft_draw.
16686 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
16687 (xftfont_get_xft_draw): New function.
16688 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
16689 (xftfont_end_for_frame): New function.
16690 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
16691
16692 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
16693 Change argument. Cache GCs in the per-frame data.
16694 (struct ftxfont_frame_data): New struct.
16695 (ftxfont_draw_bitmap): New arg gc_fore and flush.
16696 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
16697 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
16698 (ftxfont_end_for_frame): New function.
16699 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
16700
16701 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
16702
16703 2008-02-01 Kenichi Handa <handa@m17n.org>
16704
16705 * xselect.c (Vselection_coding_system)
16706 (Vnext_selection_coding_system): Delete them.
16707 (syms_of_xselect): Don't declare selection-coding-system and
16708 next-selection-coding-system. They are declared in select.el.
16709
16710 2008-02-01 Jason Rumney <jasonr@gnu.org>
16711
16712 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
16713
16714 * w32fns.c: Include imm.h.
16715 (get_composition_string_fn, get_ime_context_fn): New optional
16716 system functions.
16717 (globals_of_w32fns): Load them from imm32.dll.
16718 (ignore_ime_char): New flag.
16719 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
16720 WM_IME_ENDCOMPOSITION messages.
16721
16722 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
16723 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
16724
16725 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16726
16727 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
16728 (READCHAR_REPORT_MULTIBYTE): New macro.
16729 (readchar): New 2nd arg MULTIBYTE.
16730 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
16731 Make symbol's name multibyte according to the multibyteness of the
16732 source.
16733
16734 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16735
16736 * xfaces.c (face_for_overlay_string): Call lookup_face with
16737 correct arguments (fix of synching with the trunk).
16738
16739 2008-02-01 Kenichi Handa <handa@m17n.org>
16740
16741 * font.c (font_prop_validate_symbol, font_prop_validate_style)
16742 (font_prop_validate_non_neg, font_prop_validate_spacing):
16743 Delete argument prop_index.
16744 (font_property_table): Change arguments to validater. Change Callers.
16745 (font_lispy_object): Delete.
16746 (font_at): Use font_find_object instead fo font_lispy_object.
16747
16748 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16749
16750 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
16751 and file names.
16752
16753 2008-02-01 Jason Rumney <jasonr@gnu.org>
16754
16755 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
16756 (font_matches_spec): Remove debug output.
16757 (add_font_entity_to_list): Avoid using substituted fonts.
16758
16759 2008-02-01 Jason Rumney <jasonr@gnu.org>
16760
16761 * doc.c (Fsnarf_documentation):
16762 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
16763
16764 2008-02-01 Miles Bader <miles@gnu.org>
16765
16766 * dispextern.h (struct glyph_row): Only define "clip" field if
16767 HAVE_WINDOW_SYSTEM is defined.
16768
16769 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16770
16771 Fix up multi-tty merge.
16772
16773 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
16774 and indentation.
16775
16776 * xfaces.c (free_realized_face, clear_face_gcs):
16777 Include font_done_for_face in the input_blocked section, just in case.
16778
16779 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16780 (get_char_face_and_encoding): Undo last change and remove the *other*
16781 duplicate definition (i.e. keep the one that's better scoped and that
16782 includes code for the font-backend).
16783
16784 * terminal.c (create_terminal): Default keyboard_coding to
16785 `no-conversion' and terminal_coding to `undecided'.
16786
16787 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16788
16789 * fontset.c (free_realized_fontsets): Check that the table entry does
16790 contain a fontset before trying to compare it to `base'.
16791
16792 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16793 syms_of_charset, and syms_of_coding earlier because init_window_once
16794 now needs Vcoding_system_hash_table to be setup.
16795
16796 * coding.h (default_buffer_file_coding): Remove.
16797
16798 * coding.c (default_buffer_file_coding): Remove.
16799 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16800 than ->symbol, and use the terminal-local coding system.
16801 (syms_of_coding): Don't setup the coding-systems that are not
16802 terminal-local.
16803 (Fdefine_coding_system_internal): Use XCAR/XCDR.
16804
16805 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16806 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16807
16808 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
16809 in chartab.c and were re-added here by mistake.
16810 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16811
16812 * doc.c (Fsnarf_documentation):
16813 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16814 src to etc.
16815
16816 * ChangeLog.10: Add mistakenly removed entry.
16817
16818 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
16819
16820 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16821
16822 2008-02-01 Miles Bader <miles@gnu.org>
16823
16824 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16825 Add extra args to FACE_FOR_CHAR.
16826
16827 2008-02-01 Kenichi Handa <handa@m17n.org>
16828
16829 * keymap.c (where_is_internal_1): If key is a cons, store the copy
16830 in sequence.
16831
16832 * chartab.c (map_sub_char_table, map_char_table): If the range
16833 contains just one character, call the function with that character
16834 even if the depth is not 3.
16835
16836 2008-02-01 Jason Rumney <jasonr@gnu.org>
16837
16838 * w32font.c (w32font_text_extents): Calculate metrics for the
16839 whole string.
16840
16841 2008-02-01 Jason Rumney <jasonr@gnu.org>
16842
16843 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16844
16845 2008-02-01 Jason Rumney <jasonr@gnu.org>
16846
16847 * w32term.c (x_set_glyph_string_clipping): Use
16848 get_glyph_string_clip_rects.
16849 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16850 Adjust for the change of struct glyph_string.
16851
16852 * w32font.c (w32font_draw): Do clipping here.
16853
16854 2008-02-01 Kenichi Handa <handa@m17n.org>
16855
16856 * xftfont.c (xftfont_draw): Adjust for the change of struct
16857 glyph_string.
16858
16859 * xterm.c (x_set_glyph_string_clipping): Use
16860 get_glyph_string_clip_rects.
16861 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16862 Adjust for the change of struct glyph_string.
16863
16864 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16865 the resulting clip(s}.
16866 (expose_overlaps): Add arg r. Change callers. Set it to
16867 row->clip temporarily.
16868 (expose_window): Redraw rows overlapping the exposed area.
16869
16870 * dispextern.h (struct glyph_row): New member clip.
16871 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16872 clip_height, new member clip, and num_clips.
16873
16874 2008-02-01 Kenichi Handa <handa@m17n.org>
16875
16876 * data.c (Fchar_or_string_p): Fix docstring.
16877
16878 2008-02-01 Kenichi Handa <handa@m17n.org>
16879
16880 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16881 create a temporary XftDraw object.
16882
16883 2008-02-01 Kenichi Handa <handa@m17n.org>
16884
16885 * font.c (Ffontp): Fix docstring.
16886
16887 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16888 strong evidence of ISO-2022.
16889
16890 2008-02-01 Kenichi Handa <handa@m17n.org>
16891
16892 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16893 SYNTAX_ENTRY_FOLLOW_PARENT.
16894
16895 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16896
16897 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16898 its type.
16899 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16900 Update to the new type of weak_hash_tables and next_weak.
16901
16902 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16903 a plain C pointer to Lisp_Hash_Table.
16904
16905 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16906 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16907 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16908 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16909 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16910 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16911 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16912 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16913 (GC_EQ): Remove since they've been identical to their non-GC_
16914 alter-egos ever since the markbit was eradicated.
16915
16916 * alloc.c:
16917 * buffer.c:
16918 * buffer.h:
16919 * data.c:
16920 * fileio.c:
16921 * filelock.c:
16922 * fns.c:
16923 * frame.h:
16924 * lisp.h:
16925 * macterm.c:
16926 * print.c:
16927 * process.c:
16928 * w32fns.c:
16929 * w32menu.c:
16930 * w32term.c:
16931 * xfns.c:
16932 * xmenu.c:
16933 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16934
16935 2008-02-01 Kenichi Handa <handa@m17n.org>
16936
16937 * chartab.c (map_sub_char_table): Make it work for the top-level
16938 char-table. Fix handling of parent char-table.
16939 (map_char_table): Adjust for the above change.
16940
16941 2008-02-01 Jason Rumney <jasonr@gnu.org>
16942
16943 * w32font.c (Qgdi): Rename from Qw32.
16944
16945 2008-02-01 Jason Rumney <jasonr@gnu.org>
16946
16947 * w32bdf.c (get_quoted_string): Make function static.
16948
16949 2008-02-01 Kenichi Handa <handa@m17n.org>
16950
16951 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16952 bigger ascent and descent than those of the font, use them as
16953 font's ascent and descent.
16954
16955 2008-02-01 Kenichi Handa <handa@m17n.org>
16956
16957 * Makefile.in (${lispsource}international/charprop.el): Move this
16958 target within "#ifdef HAVE_UNIDATA" and "#endif".
16959
16960 2008-02-01 Kenichi Handa <handa@m17n.org>
16961
16962 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16963 (shortlisp): Add ../lisp/language/tai-viet.el.
16964
16965 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
16966
16967 * Makefile.in (${lispsource}international/charprop.el): Depend on
16968 temacs${EXEEXT}.
16969
16970 2008-02-01 Jason Rumney <jasonr@gnu.org>
16971
16972 * w32font.c (w32font_close): Delete the GDI font object.
16973
16974 * w32menu.c: Include character.h.
16975
16976 * w32proc.c: Likewise.
16977
16978 * w32select.c: Likewise.
16979
16980 * makefile.w32-in (w32proc.o): Depend on character.h.
16981
16982 2008-02-01 Jason Rumney <jasonr@gnu.org>
16983
16984 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16985
16986 * w32menu.c (syms_of_w32menu): Likewise.
16987
16988 * w32proc.c (syms_of_ntproc): Likewise.
16989
16990 * w32select.c (syms_of_w32select): Likewise.
16991
16992 * w32term.c (syms_of_w32term): Likewise.
16993
16994 2008-02-01 Jason Rumney <jasonr@gnu.org>
16995
16996 * w32font.c (w32font_draw): Delete brush after using it.
16997
16998 2008-02-01 Jason Rumney <jasonr@gnu.org>
16999
17000 * w32font.c (w32font_open): Don't set font_idx.
17001 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
17002 to font settings.
17003 (w32font_draw): Fill background explicitly.
17004
17005 2008-02-01 Jason Rumney <jasonr@gnu.org>
17006
17007 * w32term.c (w32_initialize): Don't call w32font_initialize.
17008
17009 * w32font.c (w32font_info): Remove subranges.
17010 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
17011 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
17012 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
17013 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
17014 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
17015 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
17016 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
17017 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
17018 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
17019 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
17020 New symbols.
17021 (font_callback_data): New struct.
17022 (w32font_list, w32font_match): Use it.
17023 (w32font_open): Don't populate subranges.
17024 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
17025 (w32font_encode_char): Always return unicode code-point as-is.
17026 (w32font_text_extents): Supply a transformation matrix to
17027 GetGlyphOutline. Never look up by glyph index. Avoid looping
17028 twice. Use unicode version of GetTexExtentPoint32 instead of
17029 glyph index version.
17030 (set_fonts_frame): Remove.
17031 (w32_enumfont_pattern_entity): Add frame parameter, use it to
17032 set frame parameter. Use backward compatible fake foundries.
17033 Save generic family in extra slot under QCfamily. Make width slot
17034 constant. Save QCspacing value. Save list of scripts instead of
17035 binary subranges.
17036 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
17037 (add_font_entity_to_list): Use font_callback_data struct. Filter
17038 unwanted fonts.
17039 (add_one_font_entity_to_list): Use font_callback_data struct.
17040 (w32_registry): Default to iso10646_1.
17041 (fill_in_logfont): Use dpi from extra slot. Don't bother with
17042 string font registries. Don't fill in font name if it is a generic
17043 family name, fill family instead. Use spacing, family and script
17044 extra info to fill pitch, family and charset fields.
17045 (list_all_matching_fonts): Use font_callback_data struct.
17046 (unicode_range_for_char): Remove.
17047 (font_supported_scripts): New function.
17048 (w32font_initialize): Remove.
17049 (syms_of_w32font): Update which symbols are defined.
17050
17051 2008-02-01 Jason Rumney <jasonr@gnu.org>
17052
17053 * font.c (font_pixel_size): Reverse assq_no_quit args.
17054
17055 * w32term.h (FONT_WIDTH): Report max width, not average.
17056 (FONT_MAX_WIDTH): Remove.
17057 (FONT_AVG_WIDTH): New macro.
17058
17059 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
17060 redefinition of FONT_WIDTH.
17061
17062 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
17063 (w32_cache_char_metrics): Use FONT_WIDTH.
17064
17065 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
17066
17067 2008-02-01 Jason Rumney <jasonr@gnu.org>
17068
17069 * w32font.c (w32font_open): Make lfHeight negative.
17070
17071 * w32fns.c (x_default_font_parameter): Use new style font name.
17072 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
17073
17074 2008-02-01 Jason Rumney <jasonr@gnu.org>
17075
17076 * w32font.c (QCsubranges): New symbol.
17077 (w32font_open, w32font_has_char): Get subranges from subproperty
17078 of extra.
17079 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
17080 (syms_of_w32font): Define :subranges symbol.
17081
17082 * font.c (font_put_extra): Expose externally.
17083
17084 * font.h (font_put_extra): Move declaration from font.c.
17085
17086 * font.c (Ffont_get): Use font driver to determine otf capability.
17087 (adjust_anchor): Check if driver defines anchor_point before using.
17088
17089 * w32font.c (w32font_open): Handle size, height and pixel_size better.
17090 (w32font_draw): Use options.
17091 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
17092 Fix detection of truetype fonts.
17093 (registry_to_w32_charset): Handle charsets other than iso8859-1
17094 expressed as lisp symbols.
17095 (w32_registry): Express charset as lisp symbol.
17096 (fill_in_logfont): Reverse pixel and point height logic.
17097 Don't set width here. Set quality to default.
17098
17099 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
17100 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
17101
17102 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17103 Remove redundant loop and allocation.
17104
17105 * makefile.w32-in (font.o, w32font.o): New objects.
17106 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
17107 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
17108
17109 * xdisp.c (fill_composite_glyph_string): Make the first arg to
17110 STORE_XCHARB a valid l-value.
17111
17112 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
17113 calculations for non-Truetype fonts.
17114 (x_draw_glyph_string): Sync with xterm.c.
17115 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17116 Remove redundant code.
17117 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
17118
17119 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
17120 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
17121
17122 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
17123 (x_to_w32_charset, w32_to_x_charset): Expose externally.
17124
17125 * w32font.c: New file for w32 font backend.
17126
17127 2008-02-01 Kenichi Handa <handa@m17n.org>
17128
17129 * term.c: Don't include "buffer.h" twice.
17130
17131 2008-02-01 Kenichi Handa <handa@m17n.org>
17132
17133 * character.c (Funibyte_string): New function.
17134 (syms_of_character): Defsubr it.
17135
17136 2008-02-01 Jason Rumney <jasonr@gnu.org>
17137
17138 * w32term.c [USE_FONT_BACKEND]:
17139 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
17140 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
17141 (x_draw_glyph_string, x_draw_glyph_string_foreground)
17142 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
17143 (x_free_frame_resources): Sync with xterm.c.
17144
17145 2008-02-01 Andreas Schwab <schwab@suse.de>
17146
17147 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
17148 char-table size.
17149
17150 2008-02-01 Kenichi Handa <handa@m17n.org>
17151
17152 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
17153
17154 2008-02-01 Kenichi Handa <handa@m17n.org>
17155
17156 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
17157 font_otf_gpos, add font_drive_otf.
17158
17159 * fontset.c (fontset_find_font): Pay attention to font size
17160 specified for a font.
17161 (reorder_font_vector): Check contents of font_def.
17162
17163 * font.c (struct otf_list): Delete it.
17164 (otf_list): Make it a lisp variable.
17165 (otf_open): Use lispy otf_list.
17166 (generate_otf_features): Rename from parse_gsub_gpos_spec.
17167 (check_otf_features): New function.
17168 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17169 New functions.
17170 (font_drive_otf): New function merging font_otf_gsub and
17171 font_otf_gpos.
17172 (font_open_for_lface): New arg spec. Change argument order.
17173 (font_load_for_face): Adjust for the change of font_open_for_lface.
17174 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
17175 Ffont_otf_gpos.
17176 (syms_of_font): Staticpro otf_list. Delete defsubr of
17177 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
17178
17179 * xfaces.c (set_font_frame_param): Adjust for the change of
17180 font_open_for_lface.
17181
17182 * font.h (font_open_for_lface): Adjust prototype.
17183 (struct font_driver): Delete members otf_gsub and otf_gpos, add
17184 member otf_drive.
17185 (font_otf_gsub, font_otf_gpos): Delete externs.
17186 (font_drive_otf): Extern it.
17187
17188 2008-02-01 Kenichi Handa <handa@m17n.org>
17189
17190 * font.c (font_at): If the window W is not on a window system,
17191 return Qnil.
17192
17193 * coding.c (produce_chars, encode_coding): Don't call
17194 insert_from_gap if no characters to produce.
17195
17196 2008-02-01 Kenichi Handa <handa@m17n.org>
17197
17198 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
17199 Fclear_face_cache.
17200
17201 * xfaces.c (face_for_font): Check also face->font==font->font.font.
17202
17203 2008-02-01 Miles Bader <miles@gnu.org>
17204
17205 * emacs.c (main): Change default value of `enable_font_backend' to 1.
17206 Parse "--disable-font-backend" option.
17207 (standard_args): Add "--disable-font-backend" option.
17208
17209 2008-02-01 Kenichi Handa <handa@m17n.org>
17210
17211 * fontset.c (fontset_find_font): New function.
17212 (fontset_font): Use fontset_find_font.
17213 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
17214 Register the specified font for all Latin characters.
17215 (new_fontset_from_font): Register the specified font for all Latin
17216 characters.
17217 (dump_fontset): For a realized fontset, include the base fontset
17218 name in the returned vector.
17219
17220 2008-02-01 Kenichi Handa <handa@m17n.org>
17221
17222 * character.h (CHAR_STRING): Cast C to unsigned on calling
17223 char_string.
17224
17225 * character.c (char_string): Type of arg C changed to unsigned.
17226 Signal an error if C is an invalid character code.
17227
17228 * editfns.c (general_insert_function, Fchar_to_string):
17229 Use CHARACTERP, not INTEGERP.
17230
17231 2008-02-01 Kenichi Handa <handa@m17n.org>
17232
17233 * character.h (MIN_MULTIBYTE_LEADING_CODE)
17234 (MAX_MULTIBYTE_LEADING_CODE): New macros.
17235
17236 * regex.c (analyse_first): Fix for multibyte characters in "case
17237 charset:" and "case categoryspec:".
17238
17239 2008-02-01 Andreas Schwab <schwab@suse.de>
17240
17241 * Makefile.in (LIBES): Move standard libraries to the end.
17242
17243 2008-02-01 Kenichi Handa <handa@m17n.org>
17244
17245 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
17246 nonzero, don't shrink the buffer nextb.
17247
17248 * buffer.h (struct buffer_text): New member inhibit_shrinking.
17249
17250 * coding.c (coding_alloc_by_making_gap): New arg offset.
17251 (alloc_destination): Call coding_alloc_by_making_gap with the arg
17252 offset.
17253 (decode_coding_iso_2022): Update coding->safe_charsets.
17254 (decode_coding_gap): Temporarily set
17255 current_buffer->text->inhibit_shrinking to 1.
17256
17257 2008-02-01 Kenichi Handa <handa@m17n.org>
17258
17259 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
17260 indexing into elements of s->cmp and s->char2b.
17261
17262 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
17263
17264 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
17265
17266 2008-02-01 Kenichi Handa <handa@m17n.org>
17267
17268 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
17269 target_multibyte instead of multibyte.
17270 (re_match_2_internal): Call bcmp_translate with target_multibyte.
17271 (bcmp_translate): Change the argument name from multibyte to
17272 target_multibyte.
17273
17274 2008-02-01 Kenichi Handa <handa@m17n.org>
17275
17276 These changes are to compile a regexp into a pattern that can be
17277 used both for multibyte and unibyte targets.
17278
17279 * Makefile.in (search.o): Depend on charset.h.
17280
17281 * character.c (multibyte_char_to_unibyte_safe): New function.
17282
17283 * search.c: Include "charset.h".
17284 (compile_pattern_1): Delete argument multibyte. Don't set
17285 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
17286 (compile_pattern): Don't compare cp->buf.target_multibyte.
17287 Compare cp->buf.charset_unibyte.
17288 (compile_pattern): Set cp->buf.target_multibyte.
17289
17290 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
17291
17292 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
17293
17294 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
17295 multibyte. Change callers.
17296 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
17297 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
17298 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
17299 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
17300 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
17301 (regex_compile): Make the compiled pattern usable both for
17302 multibyte and unibyte targets.
17303 (analyse_first): Make the fastmap usable both for multibyte and
17304 unibyte targets.
17305 (TRANSLATE_VIA_MULTIBYTE): Delete.
17306 (re_match_2_internal): Pay attention to the case that the
17307 multibyteness of bufp and target may be different.
17308
17309 2008-02-01 Kenichi Handa <handa@m17n.org>
17310
17311 * xdisp.c (x_produce_glyphs): When a font is not found, make the
17312 empty box occupy at least one column width.
17313
17314 2008-02-01 Miles Bader <miles@gnu.org>
17315
17316 * Makefile.in: Remove redundant HAVE_XFT clause.
17317
17318 2008-02-01 Kenichi Handa <handa@m17n.org>
17319
17320 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
17321
17322 2008-02-01 Kenichi Handa <handa@m17n.org>
17323
17324 * fontset.c (Finternal_char_font): Fix for the case of POSITION
17325 being nil.
17326
17327 2008-02-01 Kenichi Handa <handa@m17n.org>
17328
17329 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
17330
17331 2008-02-01 Kenichi Handa <handa@m17n.org>
17332
17333 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
17334
17335 2008-02-01 Kenichi Handa <handa@m17n.org>
17336
17337 * search.c (simple_search): Fix previous change.
17338
17339 2008-02-01 Kenichi Handa <handa@m17n.org>
17340
17341 * xftfont.c (ftfont_font_format): Extern declaration.
17342
17343 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
17344
17345 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
17346 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
17347
17348 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
17349 (ftfont_font_format): Fix previous change.
17350
17351 * font.h (Ffont_xlfd_name): EXFUN it.
17352
17353 * font.c (font_parse_xlfd): Fix the array size of `f'.
17354 (register_font_driver): Use EQ to compare driver->type.
17355
17356 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
17357 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
17358 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
17359
17360 2008-02-01 Kenichi Handa <handa@m17n.org>
17361
17362 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
17363 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
17364
17365 2008-02-01 Kenichi Handa <handa@m17n.org>
17366
17367 * xfont.c (xfont_open): Set font->format.
17368
17369 * xftfont.c (xftfont_open): Set font->format.
17370
17371 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
17372 (ftfont_list): Include FC_FONTFORMAT in FcObject.
17373 (ftfont_open): Set font->format.
17374 (ftfont_font_format): New function.
17375
17376 * font.h (struct font): New member format.
17377
17378 * font.c (Qopentype): New variable.
17379 (syms_of_font): Defsym it.
17380 (Fquery_font): Change the format of the last element of the return
17381 value.
17382
17383 2008-02-01 Kenichi Handa <handa@m17n.org>
17384
17385 * xfns.c (xic_create_xfontset): Try the default fontset name as a
17386 last resort.
17387
17388 2008-02-01 Kenichi Handa <handa@m17n.org>
17389
17390 * coding.c (detect_coding_charset): Fix detection of multi-byte
17391 charset.
17392
17393 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
17394
17395 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
17396
17397 2008-02-01 Kenichi Handa <handa@m17n.org>
17398
17399 * xdisp.c (get_next_display_element): Set it->face_id for the
17400 first component of a composition.
17401 (x_produce_glyphs): Check if the font is changed or not for composition.
17402
17403 2008-02-01 Kenichi Handa <handa@m17n.org>
17404
17405 * fontset.c (Qlatin): New variable.
17406 (syms_of_fontset): Define it as a lisp symbol.
17407 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
17408
17409 2008-02-01 Kenichi Handa <handa@m17n.org>
17410
17411 * font.c (font_unparse_fcname): Pay attention to the case that
17412 some of font property is a null string.
17413
17414 2008-02-01 Kenichi Handa <handa@m17n.org>
17415
17416 * term.c: Include "composite.h".
17417 (encode_terminal_code): Output all components of composition.
17418 Check the size of encode_terminal_src.
17419 (produce_glyphs): For composition, call produce_composite_glyph.
17420 (append_composite_glyph, produce_composite_glyph): New functions.
17421
17422 * xdisp.c (x_produce_glyphs): In handling composition, if a font
17423 is not found, get font_info from the current ascii face.
17424
17425 2008-02-01 Kenichi Handa <handa@m17n.org>
17426
17427 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
17428 buffer-file-name to Qnil before calling insert_from_buffer.
17429
17430 * font.c (font_unparse_fcname): Pay attention to the case that
17431 foundry is a null string.
17432
17433 2008-02-01 Kenichi Handa <handa@m17n.org>
17434
17435 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
17436
17437 * font.c (Qunicode_sip): New variable.
17438 (syms_of_font): Declare it as a Lisp symbol.
17439
17440 * font.h (Qunicode_sip): Extern it.
17441
17442 2008-02-01 Kenichi Handa <handa@m17n.org>
17443
17444 * composite.c (get_composition_id): Pay attention to TAB component.
17445
17446 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
17447 TAB. Adjust for the change of s->char2b which always points to
17448 the first element of allocated memory.
17449
17450 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
17451
17452 * xdisp.c (handle_composition_prop): Set it->c to the first
17453 non-TAB component.
17454 (fill_composite_glyph_string): Change argument.
17455 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
17456 (x_produce_glyphs): Fix handling of left/right padding.
17457
17458 2008-02-01 Kenichi Handa <handa@m17n.org>
17459
17460 * coding.c (detect_coding_system): Fix for handling off
17461 inhibit_iso_escape_detection. Fix for the case that no coding
17462 system is defined for a specific coding category.
17463
17464 2008-02-01 Kenichi Handa <handa@m17n.org>
17465
17466 * font.c (font_matching_entity): Delete unused local var.
17467
17468 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
17469 opening a font.
17470
17471 * fileio.c (Finsert_file_contents): On recovering a file, assume
17472 Unix-like eol.
17473 (choose_write_coding_system): On auto-saving a file, force
17474 Unix-like eol.
17475
17476 * coding.c (setup_coding_system): Fix setting of
17477 coding->common_flags based on eol_type.
17478 (coding_inherit_eol_type): If PARENT is not nil, be sure to
17479 inherit from it.
17480
17481 2008-02-01 Kenichi Handa <handa@m17n.org>
17482
17483 * alloc.c (NSTATICS): Increas to 0x600.
17484
17485 2008-02-01 Kenichi Handa <handa@m17n.org>
17486
17487 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
17488 (ftfont_list): Don't check :name property.
17489 (ftfont_match): New function.
17490 (ftfont_pattern_entity): If the pattern doesn't contain
17491 FC_SPACING, don't assume FC_MONO.
17492
17493 * font.h (struct font_driver): New member `match'.
17494 (font_update_drivers): Adjust prototype.
17495
17496 * font.c (font_parse_fcname, font_parse_name): Don't change :name
17497 property of FONT.
17498 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
17499 them unconditionally.
17500 (font_matching_entity): New function.
17501 (font_open_by_name): Try font_matching_entity if exact match is
17502 not found.
17503 (font_update_drivers): Delete the arg FONT. Return a list of
17504 actually used backends. Don't free faces, font caches here.
17505 Don't store data in frame parameters. Don't call x_set_font.
17506 (Ffont_spec): Store :name property as is.
17507 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
17508 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
17509 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
17510 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
17511 Call font->driver->otf_gsub instead of font_otf_gsub.
17512
17513 * frame.c (x_set_font_backend): Do more works that were done in
17514 font_update_drivers before.
17515
17516 * xfont.c (xfont_match): New function.
17517 (xfont_driver): Set xfont_driver.match to xfont_match.
17518 (xfont_draw): Set font in GC if necessary.
17519
17520 * ftxfont.c (ftxfont_match): New function.
17521 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
17522
17523 * xftfont.c (xftfont_match): New function.
17524 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
17525
17526 2008-02-01 Kenichi Handa <handa@m17n.org>
17527
17528 * font.h (struct font): New member scalable.
17529 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
17530 (font_otf_gsub): Adjust prototype.
17531
17532 * font.c (font_otf_capability): Fix handling of the default langsys.
17533 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
17534 Check the contents of SPEC.
17535 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
17536 (check_gstring): New function.
17537 (REPLACEMENT_CHARACTER): New macro.
17538 (font_otf_gsub): New arg alternate_subst. Be sure to set all
17539 glyph codes of GSTRING.
17540 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
17541 (font_prepare_composition): Set cmp->glyph_len.
17542 (font_open_entity): Set font->scalable.
17543 (Ffont_get): Handle :otf property.
17544 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
17545 functions.
17546 (Fquery_font): Use font->font.full_name.
17547 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
17548 Sfont_otf_alternates.
17549
17550 * ftfont.c (ftfont_open): Set font->font.full_name and
17551 font->font.name properly. Fix calculation of font->font.height
17552 and font->min_width.
17553
17554 * ftxfont.c (ftxfont_create_gcs): New function.
17555 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
17556 (ftxfont_draw_backgrond): Fix filling region.
17557 (ftxfont_default_fid): New function.
17558 (ftxfont_open): Set xfont->fid to the return value of
17559 ftxfont_default_fid.
17560 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
17561 (ftxfont_done_face): Free only GCs that are created by
17562 ftxfont_create_gcs.
17563 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
17564
17565 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
17566 Clip to src->width, etc (not src->clip_XXX).
17567
17568 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
17569 FontBackend frame parameter.
17570
17571 2008-02-01 Kenichi Handa <handa@m17n.org>
17572
17573 * font.h (struct font_driver_list): New member `on'.
17574 (Fclear_font_cache): EXFUN it.
17575 (font_update_drivers): Extern it.
17576
17577 * font.c (font_unparse_fcname): Fix typo (swidth->width).
17578 (font_list_entities): Check driver_list->on.
17579 (register_font_driver): Initalize `on' member to 0.
17580 (font_update_drivers): New function.
17581 (Fclear_font_cache): Check driver_list->on.
17582
17583 * frame.h (Qfont_backend): Extern it.
17584 (x_set_font_backend): Extern it.
17585
17586 * frame.c (Qfont_backend): New variable.
17587 (frame_parms): New element for font-backend.
17588 (x_set_font_backend): New function.
17589
17590 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
17591 FontBackend frame parameter.
17592 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
17593 x_set_font_backend.
17594
17595 * xfont.c (xfont_list): Don't try listing by :name property if the
17596 name is not for XLFD.
17597
17598 2008-02-01 Kenichi Handa <handa@m17n.org>
17599
17600 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
17601 (LGLYPH_SET_TO): New macros.
17602 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
17603 element of G is vector or not.
17604 (font_at): Extern it.
17605
17606 * font.c: Include window.h.
17607 (font_lispy_object): New function.
17608 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
17609 end of valid glyph.
17610 (font_close_object): Fix getting (struct font *).
17611 (font_at): New function.
17612 (Ffont_get): If FONT is a font-object, get entity from it.
17613 (Ffont_make_gstring): Initialize elements of glyphs with nil.
17614 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
17615 range check.
17616 (Ffont_at): New function.
17617 (syms_of_font): Defsubr Sfont_at.
17618
17619 * xdisp.c (it_props): Move the entry for Qauto_composed to just
17620 before the entry for Qcomposition.
17621 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
17622 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
17623 the font in gstring.
17624 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
17625 LGLYPH_FORM (g) to detect the end of valid glyph.
17626 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
17627 we are composing with gstring.
17628
17629 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
17630 Check if adjustment is vector or not.
17631
17632 * Makefile.in (font.o): Make it depends on window.h.
17633
17634 2008-02-01 Kenichi Handa <handa@m17n.org>
17635
17636 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
17637 adjustment is vector or not.
17638
17639 2008-02-01 Miles Bader <miles@gnu.org>
17640
17641 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
17642
17643 2008-02-01 Kenichi Handa <handa@m17n.org>
17644
17645 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
17646 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
17647 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
17648
17649 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
17650 (DEVICE_DELTA): Fix typo.
17651 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
17652 LGLYPH format.
17653
17654 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17655 the change of LGLYPH format.
17656
17657 2008-02-01 Kenichi Handa <handa@m17n.org>
17658
17659 * ftfont.c (ftfont_list): Fix typo.
17660 (ftfont_build_basic_charsets): Don't include letters with diacritics.
17661
17662 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17663
17664 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
17665
17666 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
17667 xftface_info is non-NULL.
17668
17669 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17670
17671 * ftfont.c (ftfont_list): Move misplaced #endif.
17672
17673 2008-02-01 Kenichi Handa <handa@m17n.org>
17674
17675 * ftfont.c (ftfont_list): Pay attention to the case that
17676 FC_CAPABILITY is not defined.
17677
17678 2008-02-01 Kenichi Handa <handa@m17n.org>
17679
17680 * xftfont.c (xftfont_open): Set charset related members to -1.
17681
17682 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
17683 QCname.
17684 (ftfont_open): Set charset related members to -1.
17685
17686 * fontset.c (Votf_script_alist): New variable.
17687 (syms_of_fontset): Initialize it.
17688 (fontset_font): Delete unused variable.
17689
17690 * fontset.h (Votf_script_alist): Extern it.
17691
17692 * font.c (font_find_for_lface): Optimize code.
17693
17694 * font.h (font_close_object, font_merge_old_spec): Extern them.
17695
17696 2008-02-01 Kenichi Handa <handa@m17n.org>
17697
17698 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
17699 (syms_of_font): Initialize them.
17700 (font_pixel_size): Allow float value in dpi.
17701 (font_prop_validate_type): Delete.
17702 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
17703 Change caller.
17704 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
17705 (font_prop_validate_extra): Delete.
17706 (font_prop_validate_spacing): New function.
17707 (font_property_table): Add elements for all known properties.
17708 (get_font_prop_index): Rename from check_font_prop_name. New
17709 argument FROM. Change caller.
17710 (font_prop_validate): Validate all known properties.
17711 (font_put_extra): Delete argument force. Change caller.
17712 (font_expand_wildcards): Make it static. Fix the way of shrinking
17713 the possible range.
17714 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
17715 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
17716 Change caller.
17717 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
17718 (font_parse_fcname): Delete argument merge. Fix parsing of point
17719 size. Don't validate properties values here. Change caller.
17720 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
17721 (font_open_by_name): Delete unused variable.
17722 (Ffont_spec): Likewise. Validate property values.
17723 (Ffont_match_p): New function.
17724
17725 * font.h (QCscalable): Extern it.
17726 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
17727
17728 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
17729
17730 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
17731 (xfont_list_pattern): New function.
17732 (xfont_list): Use xfont_list_pattern.
17733
17734 2008-02-01 Kenichi Handa <handa@m17n.org>
17735
17736 * font.h (Flist_fonts): EXFUN it.
17737
17738 2008-02-01 Jason Rumney <jasonr@gnu.org>
17739
17740 * w32term.c (w32_initialize): Add back smoothing_type and
17741 smoothing_enabled definitions.
17742
17743 2008-02-01 Kenichi Handa <handa@m17n.org>
17744
17745 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
17746 s->face->font on determining underline position.
17747
17748 2008-02-01 Kenichi Handa <handa@m17n.org>
17749
17750 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
17751 (font_has_char): Accept font-object too.
17752 (font_find_for_lface): Try at first with a size specified in face.
17753
17754 2008-02-01 Kenichi Handa <handa@m17n.org>
17755
17756 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
17757 font_open_by_name.
17758
17759 2008-02-01 Kenichi Handa <handa@m17n.org>
17760
17761 * font.h (QCspacing, QCdpi): Extern them.
17762 (enum font_spacing): New enum.
17763 (FONT_PIXEL_SIZE_QUANTUM): New macro.
17764
17765 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
17766 (QCspacing, QCdpi): New variables.
17767 (syms_of_font): Initialize them.
17768 (font_pixel_size): New function.
17769 (font_put_extra): New function.
17770 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
17771 in FONT_EXTRA.
17772 (font_parse_fcname): Handle enumerated values (e.g. bold).
17773 Fix handling font size. Add QCname property that contains only
17774 unknown properties.
17775 (font_score): Change argument. Change caller. Pay attention to
17776 FONT_PIXEL_SIZE_QUANTUM.
17777 (font_sort_entites, font_list_entities, font_find_for_lface)
17778 (font_open_for_lface, font_open_by_name): Fix handling of font size.
17779 (Ffont_spec): Add QCname property that contains only unknown properties.
17780
17781 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
17782 include weight in listing pattern, instead check weight of each
17783 listed font. Don't include scalable in pattern. Pay attention to
17784 FONT_PIXEL_SIZE_QUANTUM.
17785
17786 2008-02-01 Kenichi Handa <handa@m17n.org>
17787
17788 * font.c (font_parse_fcname): Fix parsing of point-size.
17789 (font_unparse_fcname): Produce symbolic names for style properties.
17790 (font_list_entities): Handle float size correctly.
17791 (font_open_by_name): Prefer `normal' property values if the name
17792 doesn't specify them.
17793
17794 * fontset.c (Finternal_char_font): Use font_get_name, not
17795 Ffont_xlfd_name.
17796
17797 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17798 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17799 pattern. Don't force scalable.
17800
17801 * xftfont.c (xftfont_open): For generating a name, start from
17802 96-byte buffer.
17803
17804 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17805
17806 * frame.h (x_new_fontset2): Fix prototype.
17807
17808 2008-02-01 Kenichi Handa <handa@m17n.org>
17809
17810 * font.h (struct font_driver): Delete member parse_name.
17811 (font_match_p, font_get_spec, font_parse_fcname)
17812 (font_unparse_fcname): Extern them.
17813 (font_get_name): Adjust prototype.
17814
17815 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17816 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17817 (font_expand_wildcards): Fix handling ENCODING field. Avoid
17818 unnecessary checks for weight, slant, and swidth.
17819 (font_parse_fcname): New function.
17820 (font_unparse_fcname): New function.
17821 (font_parse_name): New function.
17822 (font_match_p): New function.
17823 (font_get_name): Change return value to Lisp string.
17824 (font_get_spec): New function.
17825 (Qunspecified, Qignore_defface): Don't extern them.
17826 (font_find_for_lface): Assume that LFACE is fully specified.
17827 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17828 object, use it for FACE.
17829 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
17830 driver->parse_name.
17831 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17832
17833 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17834 prototype.
17835
17836 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17837 argument F. Don't call Fnew_fontset. Instead, directly call
17838 make_fontset.
17839
17840 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17841
17842 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17843 of x_new_fontset2.
17844
17845 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17846 (Qsans__serif): New variables.
17847 (ftfont_generic_family_list): New variable.
17848 (syms_of_ftfont): Initialize the above variables.
17849 (ftfont_pattern_entity): Delete argument NAME.
17850 (ftfont_list_generic_family): New function.
17851 (ftfont_parse_name): Delete this function.
17852 (ftfont_list): Try generic family only when FcFontList found no font.
17853 (ftfont_list_family): Fix args to FcObjectSetBuild.
17854
17855 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17856 object in attrs[LFACE_FONT_INDEX].
17857 (set_lface_from_font_name): Cancel all changes for font-backend.
17858 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17859 function.
17860 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17861 font object in QCfont attribute.
17862 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17863 (realize_default_face) [USE_FONT_BACKEND]: Call
17864 set_lface_from_font_and_fontset.
17865
17866 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17867 "fixed", and signal error here if no suitable font was found.
17868
17869 * xfont.c (xfont_parse_name): Delete this function.
17870
17871 * xftfont.c (xftfont_open): Change coding style of error
17872 handling. Generate fontconfig's fontname pattern.
17873
17874 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17875 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17876
17877 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17878 Both args FONTSET and FONT_OBJECT must be existing ones.
17879
17880 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17881
17882 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17883
17884 2008-02-01 Kenichi Handa <handa@m17n.org>
17885
17886 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17887
17888 * font.h (struct font): Fix typo.
17889
17890 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17891 XLFD_XXX_INDEX.
17892 (enum xlfd_field_mask): New enum.
17893 (intern_font_field): Changed argument. Change caller. If digits
17894 are followed by non-digits, return a symbol.
17895 (font_expand_wildcards): New function.
17896 (font_parse_xlfd): Fix wildcard handling.
17897 (Ffont_spec): If :name is specified, reflect the info in the other
17898 properties.
17899
17900 * ftfont.c (ftfont_pattern_entity): Fix typo.
17901 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17902 locale.
17903
17904 2008-02-01 Kenichi Handa <handa@m17n.org>
17905
17906 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17907
17908 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17909 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17910 registry doesn't specify encoding part.
17911 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17912 (font_open_by_name): At first try parsing the name.
17913 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17914 as Lisp symbols.
17915
17916 * fontset.c (reorder_font_vector): Pay attention to the case that
17917 the 3rd element of font_def is nil.
17918 (fontset_font): For the default fontset, append one more fontset
17919 elements for a script-based font specification. Don't add script
17920 attribute on finding a font.
17921 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17922 font name.
17923 (fontset_ascii_font): If a font can't be opened, return nil.
17924
17925 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17926 (ftfont_pattern_entity): New function.
17927 (ftfont_get_cache): Assume that freetype_font_cache is already
17928 initialized.
17929 (ftfont_list): Handle the case that a file is specified in font
17930 name. Use ftfont_pattern_entity to generate entities.
17931 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17932 (syms_of_ftfont): Initialize freetype_font_cache.
17933
17934 * xftfont.c (xftfont_open): Make the font name fontconfig's
17935 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17936 (xftfont_close): Free font->font.name if not NULL.
17937
17938 * xfont.c (xfont_list): If script is specified for a font, return
17939 null_vector.
17940 (xfont_list_family): Declare argument type.
17941
17942 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17943 name, set LFACE_FONT (lface) to nil.
17944
17945 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17946 return Qnil.
17947
17948 2008-02-01 Kenichi Handa <handa@m17n.org>
17949
17950 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17951 (standard_args): Add "-enable-font-backend".
17952
17953 2008-02-01 Kenichi Handa <handa@m17n.org>
17954
17955 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17956 (struct xftdraw_list, xftdraw_list): Delete them.
17957 (register_xftdraw, check_xftdraw): Delete them.
17958 (xftfont_prepare_face): Don't call register_xftdraw.
17959 (xftfont_done_face): Don't call check_xftdraw.
17960 (xftfont_draw): Get background color only when with_background is
17961 nonzero.
17962
17963 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17964
17965 2008-02-01 Kenichi Handa <handa@m17n.org>
17966
17967 These changes are for the new font handling codes.
17968
17969 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17970 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17971 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17972 (FONTSRC, FONTOBJ): New variables.
17973 (obj): Add $(FONTOBJ).
17974 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17975 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17976 @LIBOTF_LIBS@.
17977 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17978 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17979
17980 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17981
17982 * character.h (Vscript_representative_chars): Extern it.
17983
17984 * character.c (Vscript_representative_chars): New variable.
17985 (syms_of_character): Declare it as a Lisp variable.
17986
17987 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17988 enable_font_backend is nonzero, accept the composition method
17989 COMPOSITION_WITH_GLYPH_STRING.
17990
17991 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17992 enumeration COMPOSITION_WITH_GLYPH_STRING.
17993
17994 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17995 members clip_x, clip_y, clip_width, and clip_height.
17996 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17997
17998 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17999 --enable-font-backend. Call syms_of_font.
18000
18001 * fns.c (assoc_no_quit): New function.
18002
18003 * fontset.h (FONT_INFO_FROM_FACE): New macro.
18004 (face_for_font, new_fontset_from_font)
18005 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
18006
18007 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
18008 (fontset_font, fontset_ascii, face_for_char)
18009 (make_fontset_for_ascii_face, Ffont_info)
18010 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
18011 is nonzero, use font-backend mechanism.
18012 (find_font_encoding): Make it non-static.
18013 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
18014 New functions.
18015
18016 * frame.h (struct frame): New members resx and resy.
18017 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
18018 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
18019
18020 * frame.c [USE_FONT_BACKEND]: Include "font.h".
18021 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
18022
18023 * lisp.h (assoc_no_quit): Extern it.
18024
18025 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
18026 Through out the file, use FONT_INFO_FROM_FACE instead of
18027 FONT_INFO_FROM_ID, use get_per_char_metric instead of
18028 rif->per_char_metric.
18029 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
18030 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
18031 (get_glyph_face_and_encoding, fill_composite_glyph_string)
18032 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18033 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
18034 nonzero, use font-backend mechanism.
18035 (get_per_char_metric): New function.
18036
18037 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
18038 (set_lface_from_font_name)
18039 (set_font_frame_param, free_realized_face)
18040 (prepare_face_for_display, clear_face_gcs)
18041 (Finternal_set_font_selection_order, realize_x_face)
18042 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
18043 font-backend mechanism.
18044 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
18045 (load_face_font) [USE_FONT_BACKEND]: Abort.
18046 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
18047 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
18048
18049 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
18050 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
18051 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
18052 nonzero, register all available font drivers. Call
18053 x_default_font_parameter for deciding a font.
18054 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
18055
18056 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
18057 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
18058 (x_set_glyph_string_clipping_exactly)
18059 (x_compute_glyph_string_overhangs)
18060 (x_draw_glyph_string_foreground)
18061 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
18062 (x_free_frame_resources) [USE_FONT_BACKEND]: If
18063 enable_font_backend is nonzero, use font-backend mechanism.
18064 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
18065
18066 2008-02-01 Kenichi Handa <handa@m17n.org>
18067
18068 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
18069 system_eol_type.
18070 (syms_of_coding): Initialize system_eol_type.
18071
18072 * process.c (Fset_process_coding_system): Inherit system's eol
18073 format if necessary.
18074
18075 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18076
18077 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
18078
18079 2008-02-01 Kenichi Handa <handa@m17n.org>
18080
18081 * coding.c (decode_eol): Pay attention to buffer relocation in
18082 del_range_2.
18083 (decode_coding): Call decode_eol before restoring undo_list.
18084
18085 2008-02-01 Kenichi Handa <handa@m17n.org>
18086
18087 * charset.c (Fdefine_charset_internal): Fix setting of
18088 emacs_mule_bytes.
18089
18090 2008-02-01 Kenichi Handa <handa@m17n.org>
18091
18092 * keyboard.c (read_char): Check if C is a character or not before
18093 looking up Vkeyboard_translate_table.
18094
18095 2008-02-01 Kenichi Handa <handa@m17n.org>
18096
18097 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
18098 condition to terminate the loop.
18099
18100 2008-02-01 Kenichi Handa <handa@m17n.org>
18101
18102 * coding.c (produce_composition): Compare charbuf[i] instead of
18103 args[i] against 0.
18104 (Fterminal_coding_system): Use EQ to compare Lisp objects.
18105
18106 2008-02-01 Kenichi Handa <handa@m17n.org>
18107
18108 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
18109 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
18110 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
18111 detect_coding.
18112 (emacs_mule_char): Handle old style (Emacs 20) component character
18113 of a composition.
18114 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
18115 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
18116 composition rule.
18117 (decode_coding_emacs_mule): Handle invalid bytes correctly.
18118
18119 2008-02-01 Kenichi Handa <handa@m17n.org>
18120
18121 * coding.c (encode_coding_ccl): Allocate destination dynamically
18122 when necessary.
18123
18124 2008-02-01 Kenichi Handa <handa@m17n.org>
18125
18126 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
18127 the loop. When quitted, show a proper error message.
18128
18129 2008-02-01 Kenichi Handa <handa@m17n.org>
18130
18131 * xterm.c (x_set_glyph_string_clipping_exactly): Set
18132 src->clip_head and src->clip_tail temporarily instead of src->hl.
18133
18134 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
18135 character sequence.
18136 (Fccl_execute_on_string): Use ASET, not XSET.
18137
18138 2008-02-01 Kenichi Handa <handa@m17n.org>
18139
18140 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
18141
18142 2008-02-01 Kenichi Handa <handa@m17n.org>
18143
18144 * coding.c (decode_coding): Fix the condition of terminating the
18145 decoding loop.
18146
18147 2008-02-01 Kenichi Handa <handa@m17n.org>
18148
18149 * data.c (Faset): On setting a character bigger than 255 in a
18150 unibyte string, signal an error instead of make the string multibyte.
18151
18152 2008-02-01 Kenichi Handa <handa@m17n.org>
18153
18154 * charset.c (map_charset_chars): Fix for ascii-compatible charset
18155 made by a mapping table.
18156
18157 2008-02-01 Kenichi Handa <handa@m17n.org>
18158
18159 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
18160 not.
18161 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
18162 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
18163
18164 * xterm.c (x_draw_composite_glyph_string_foreground): Check
18165 s->face is NULL or not.
18166
18167 2008-02-01 Kenichi Handa <handa@m17n.org>
18168
18169 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
18170 (x_draw_glyph_string): Fix drawing of right_overhang and
18171 left_overhang around/on cursor.
18172
18173 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
18174
18175 2008-02-01 Kenichi Handa <handa@m17n.org>
18176
18177 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
18178
18179 2008-02-01 Kenichi Handa <handa@m17n.org>
18180
18181 * coding.c (Fdefine_coding_system_internal)
18182 (Fdefine_coding_system_alias): Avoid a duplicated element in
18183 Vcoding_system_alist.
18184
18185 2008-02-01 Kenichi Handa <handa@m17n.org>
18186
18187 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
18188
18189 * coding.c (Qcoding_system_define_form): New variable.
18190 (syms_of_coding): Intern and staticpro it.
18191 (Fcoding_system_p): Check Qcoding_system_define_form.
18192 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
18193
18194 * coding.h (CODING_SYSTEM_P): If ID is not available, call
18195 Fcoding_system_p.
18196 (CHECK_CODING_SYSTEM): If ID is not available, call
18197 Fcheck_coding_system.
18198 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
18199 Try also Fcheck_coding_system.
18200
18201 2008-02-01 Kenichi Handa <handa@m17n.org>
18202
18203 * coding.c (code_conversion_restore): GCPRO arg.
18204
18205 2008-02-01 Kenichi Handa <handa@m17n.org>
18206
18207 * character.c (lisp_string_width): Check multibyteness of STRING.
18208
18209 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18210
18211 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
18212 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
18213 (decode_mac_font_name): Use decode_coding_c_string instead of
18214 decode_coding.
18215 (x_load_font): Initialize fontp->fontset to -1. Set
18216 fontp->encoding_type.
18217
18218 2008-02-01 Kenichi Handa <handa@m17n.org>
18219
18220 * search.c (search_buffer): Give up BM search on case-fold-search
18221 if one of a target character has a case-equivalence of different
18222 byte length even if that target charcter is an ASCII.
18223 (simple_search): Fix calculation of byte length of matched text.
18224 (boyer_moore): Fix handling of case-equivalent multibyte characters.
18225
18226 2008-02-01 Kenichi Handa <handa@m17n.org>
18227
18228 * coding.c (decode_coding): Fix handling of invalid bytes.
18229
18230 2008-02-01 Kenichi Handa <handa@m17n.org>
18231
18232 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
18233 Unicode characters.
18234
18235 2008-02-01 Kenichi Handa <handa@m17n.org>
18236
18237 * coding.c (encode_coding_object): If a pre-write-conversion
18238 function makes a new buffer, kill it.
18239
18240 2008-02-01 Kenichi Handa <handa@m17n.org>
18241
18242 * coding.c (QCascii_compatible_p): New variable.
18243 (syms_of_coding): Initialize it.
18244 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
18245 calling string_char.
18246 (record_conversion_result): Add `default:' case.
18247 (coding_charset_list): Delete unused variable `coding_type'.
18248 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
18249 property in the plist of the coding system.
18250 (Fcoding_system_put): Check QCascii_compatible_p.
18251
18252 2008-02-01 Miles Bader <miles@gnu.org>
18253
18254 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
18255 removed calculation of frame `f', as it's now used.
18256
18257 2008-02-01 Kenichi Handa <handa@m17n.org>
18258
18259 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
18260 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
18261 (UNIDATA): New variable.
18262 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
18263 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
18264 $(RUN_TEMACS) unconditionally.
18265
18266 2008-02-01 Kenichi Handa <handa@m17n.org>
18267
18268 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
18269 (admindir): New variable.
18270 ($(lispsource)international/charprop.el): New target.
18271
18272 2008-02-01 Miles Bader <miles@gnu.org>
18273
18274 * character.c (chars-in-region): Remove obsolete function.
18275 (syms_of_character): Remove its initialization.
18276
18277 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
18278
18279 * w32select.c (validate_coding_system)
18280 (setup_windows_coding_system): New functions.
18281 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
18282 setup_windows_coding_system.
18283 (setup_config, Fw32_get_clipboard_data): Use
18284 validate_coding_system.
18285 (Fx_selection_exists): Move call to setup_config to a place
18286 where signals are allowed.
18287
18288 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
18289 (Fcheck_coding_system): Add declarations.
18290
18291 2008-02-01 Kenichi Handa <handa@m17n.org>
18292
18293 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
18294
18295 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18296
18297 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
18298 string as the second argument for x_new_fontset.
18299
18300 2008-02-01 Kenichi Handa <handa@m17n.org>
18301
18302 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
18303 (encode_coding_object): Use safe_call instead of call2.
18304
18305 2008-02-01 Kenichi Handa <handa@m17n.org>
18306
18307 * fontset.c (Fset_fontset_font): Check family element of a given vector.
18308
18309 * Makefile.in (lisp): Include charprop.el.
18310
18311 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18312
18313 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
18314 Not sure if it's unnecessary.
18315
18316 2008-02-01 Steven Tamm <steventamm@mac.com>
18317
18318 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
18319 some possibly unnecessary fontset checking code that crashed
18320 when creating a new frame.
18321
18322 2008-02-01 Kenichi Handa <handa@m17n.org>
18323
18324 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
18325 lookup_face.
18326
18327 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
18328
18329 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
18330
18331 2008-02-01 Kenichi Handa <handa@m17n.org>
18332
18333 * coding.c: Cancel the change done in HEAD on 2008-02-01.
18334 (coding_charset_list): New function.
18335
18336 * coding.h (coding_charset_list): Extern it.
18337
18338 2008-02-01 Kenichi Handa <handa@m17n.org>
18339
18340 * fontset.c (Fset_fontset_font): Call find_font_encoding with
18341 concatenation of family and registry.
18342
18343 2008-02-01 Kenichi Handa <handa@m17n.org>
18344
18345 * character.h (BYTE8_STRING): Fix typo.
18346
18347 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
18348 string to multibyte (sync to HEAD).
18349
18350 * casefiddle.c (casify_region): Handle changes in byte-length
18351 using replace_range_2 (sync to HEAD).
18352
18353 2008-02-01 Andreas Schwab <schwab@suse.de>
18354
18355 * chartab.c (map_char_table): GCPRO table and arg.
18356
18357 2008-02-01 Kenichi Handa <handa@m17n.org>
18358
18359 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
18360 already at limit.
18361
18362 2008-02-01 Kenichi Handa <handa@m17n.org>
18363
18364 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
18365 instead of fast_c_string_match_ignore_case.
18366 (find_font_encoding): Change argument to Lisp_Object. Use
18367 fast_string_match_ignore_case instead of
18368 fast_c_string_match_ignore_case. Change caller.
18369
18370 2008-02-01 Kenichi Handa <handa@m17n.org>
18371
18372 * xdisp.c (get_next_display_element): In unibyte case, decide to
18373 display in octal form by checking a character by
18374 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
18375
18376 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
18377
18378 * character.c (unibyte_has_multibyte_table): New variable.
18379
18380 * character.h (unibyte_has_multibyte_table): Extern it.
18381 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
18382
18383 2008-02-01 Kenichi Handa <handa@m17n.org>
18384
18385 * coding.c (encode_coding_iso_2022): Fix handling of charset
18386 annotation.
18387
18388 2008-02-01 Kenichi Handa <handa@m17n.org>
18389
18390 * coding.c (setup_coding_system): If coding_system is nil, use
18391 Qundecided.
18392 (Fterminal_coding_system): Return nil if terminal coding system is
18393 `undecided'.
18394 (syms_of_coding): Define coding-system `undecided' here. Setup
18395 terminal_coding as `undecided'.
18396
18397 2008-02-01 Kenichi Handa <handa@m17n.org>
18398
18399 * xdisp.c (message_dolog, set_message_1): Call
18400 unibyte_char_to_multibyte with arg type int.
18401
18402 * lread.c (read1): Fix reading of a char-table.
18403
18404 * print.c (print_object): Include sub char-table in circularities
18405 detection.
18406
18407 2008-02-01 Kenichi Handa <handa@m17n.org>
18408
18409 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
18410 Append the found sequences in car of ARGS instead of prepending.
18411
18412 2008-02-01 Kenichi Handa <handa@m17n.org>
18413
18414 * fileio.c (report_file_error): Make a unibyte string from
18415 strerror (errorno).
18416 (Fsubstitute_in_file_name): Fix the arg to
18417 unibyte_char_to_multibyte. It is evaluated twice.
18418
18419 2008-02-01 Kenichi Handa <handa@m17n.org>
18420
18421 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
18422
18423 2008-02-01 Kenichi Handa <handa@m17n.org>
18424
18425 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
18426 BOM is not found.
18427 (detect_coding, detect_coding_system): Optimization for ISO-2022
18428 when no 8-bit data is found.
18429
18430 2008-02-01 Jason Rumney <jasonr@gnu.org>
18431
18432 * w32fns.c (x_to_w32_font): Update to use new coding struct.
18433
18434 2008-02-01 Kenichi Handa <handa@m17n.org>
18435
18436 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
18437 CHARS.
18438
18439 2008-02-01 Steven Tamm <steventamm@mac.com>
18440
18441 * macterm.c (mac_encode_char): Add charset argument and update
18442 to use encoding_type.
18443 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
18444 switch to pure fontset.
18445 (decode_mac_font_name): Temporarily remove decoding.
18446 (x_font_name_to_mac_font_name): Temporarily remove encoding.
18447 (x_load_font): Temporarily remove encoding.
18448
18449 2008-02-01 Kenichi Handa <handa@m17n.org>
18450
18451 * xfaces.c (Fface_font): If frame is not on a window system,
18452 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
18453 refer to face->font.
18454 (split_font_name_into_vector, build_font_name_from_vector)
18455 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
18456 when HAVE_WINDOW_SYSTEM is defined.
18457
18458 2008-02-01 Kenichi Handa <handa@m17n.org>
18459
18460 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
18461 (x_produce_glyphs): Fix setting of members of cmp in case
18462 cmp->glyph_len is zero.
18463
18464 * fontset.c (Fset_fontset_font): Fix docstring.
18465 (Ffontset_info): Make it backward compatible. New arg ALL.
18466
18467 2008-02-01 Kim F. Storm <storm@cua.dk>
18468
18469 * process.c (read_process_output): Grow decoding_buf when needed;
18470 this could cause a crash in allocate_string and compact_small_strings.
18471
18472 2008-02-01 Kenichi Handa <handa@m17n.org>
18473
18474 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
18475
18476 2008-02-01 Kenichi Handa <handa@m17n.org>
18477
18478 * coding.c (setup_coding_system): Set coding->common_flags
18479 correctly for raw-text.
18480 (consume_chars): On encoding unibyte text by raw-text, don't check
18481 multibyte form.
18482 (encode_coding): On encoding by raw-text, never use translation tables.
18483
18484 * fileio.c (e_write): Short cut for the case of no encoding.
18485
18486 2008-02-01 Kenichi Handa <handa@m17n.org>
18487
18488 * coding.c (detect_coding, detect_coding_system): Delete unused
18489 variables.
18490
18491 2008-02-01 Kenichi Handa <handa@m17n.org>
18492
18493 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
18494 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
18495
18496 2008-02-01 Kenichi Handa <handa@m17n.org>
18497
18498 * coding.c (Ffind_coding_systems_region_internal): Include
18499 raw-text and no-conversion in the result.
18500
18501 2008-02-01 Kenichi Handa <handa@m17n.org>
18502
18503 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
18504 (load_font_get_repertory): Delete unnecessary check of ENCODING of
18505 FONT_DEF.
18506 (font_def_arg, add_arg, from_arg, to_arg): New args.
18507 (set_fontset_font): Change argument.
18508 (Fset_fontset_font): Fix for the case that TARGET is a script
18509 name and charset name.
18510 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
18511
18512 2008-02-01 Kenichi Handa <handa@m17n.org>
18513
18514 * fontset.c (fontset_font): Rename from fontset_face. Change return
18515 value.
18516 (face_suitable_for_char_p, face_for_char): Adjust for the change
18517 of fontset_font.
18518 (make_fontset_for_ascii_face): Fix setting of the fontset element
18519 for ASCII.
18520 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
18521 to get a font name.
18522 (Ffontset_info): Adjust for the change of fontset_font.
18523
18524 * coding.c (emacs_mule_char): Check invalid code more rigidly.
18525
18526 * character.h (LEADING_CODE_LATIN_1_MIN)
18527 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
18528
18529 2008-02-01 Kenichi Handa <handa@m17n.org>
18530
18531 * editfns.c (check_translation): New function.
18532 (Ftranslate_region_internal): Handle M:N mapping.
18533
18534 2008-02-01 Kenichi Handa <handa@m17n.org>
18535
18536 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
18537
18538 2008-02-01 Kenichi Handa <handa@m17n.org>
18539
18540 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
18541 goto invalid_code.
18542 (decode_coding_iso_2022): Fix handling of invalid designation.
18543
18544 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
18545 after calling code_conversion_save.
18546
18547 2008-02-01 Kenichi Handa <handa@m17n.org>
18548
18549 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
18550
18551 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
18552
18553 * fontset.c: Include "intervals.h".
18554 (fontset_face): Fix comparing of Lisp_Objects.
18555 (free_face_fontset, new_fontset_from_font_name): Fix
18556 Lisp_Object/int mixup.
18557
18558 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
18559
18560 * coding.c: Add many prototypes for static functions.
18561 (get_translation_table): Allow max_lookup to be NULL.
18562 (decode_coding, Ffind_coding_systems_region_internal)
18563 (Funencodable_char_position, Fcheck_coding_systems_region): Call
18564 get_translation_table with max_lookup NULL.
18565
18566 2008-02-01 Kenichi Handa <handa@m17n.org>
18567
18568 * coding.c (get_translation_table): Declare it as Lisp_Object.
18569 (LOOKUP_TRANSLATION_TABLE): New macro.
18570 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
18571 instead of CHAR_TABLE_REF.
18572
18573 2008-02-01 Kenichi Handa <handa@m17n.org>
18574
18575 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
18576 annotation data format.
18577 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
18578 Change arguments FROM and TO to single argument NCHARS. Change caller.
18579 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
18580 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18581 (decode_coding_ccl, decode_coding_charset): Pay attention to
18582 coding->charbuf_used.
18583 (get_translation): New function.
18584 (produce_chars): New arguments translation_table and last_block.
18585 Translate characters here. Return number of carryover chars.
18586 Change caller.
18587 (produce_composition): New argument pos. Change caller.
18588 Adjust for the change of annotation data format.
18589 (produce_charset, produce_annotation): Likewise.
18590 (decode_coding, encode_coding): Don't call translate_chars.
18591 (consume_chars): New arg translation_table. Change caller.
18592 (translate_chars): Delete.
18593 (syms_of_coding): Make translation-table's number of extra slots 2.
18594
18595 2008-02-01 Kenichi Handa <handa@m17n.org>
18596
18597 * search.c (simple_search): Fix setting this_pos_byte in backward
18598 search.
18599
18600 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
18601 byte sequence.
18602 (detect_coding_ccl): Fix setting of the variable valids.
18603
18604 2008-02-01 Kenichi Handa <handa@m17n.org>
18605
18606 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
18607
18608 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
18609
18610 * editfns.c (Ftranslate_region_internal): Rename from
18611 Ftranslate_region. Accept a char-table in TABLE.
18612 (syms_of_editfns): Defsubr Stranslate_region_internal.
18613
18614 * xfaces.c (set_lface_from_font_name): If a font is specified for
18615 a frame, generate a fontset from the font.
18616 (build_scalable_font_name): If the scalable font is requested for
18617 a specific size, don't change that size.
18618 (try_font_list): Try a scalable font also in the case that a
18619 pattern string is specified.
18620
18621 2008-02-01 Kenichi Handa <handa@m17n.org>
18622
18623 * xfaces.c (Fface_font): New optional arg CHARACTER.
18624
18625 2008-02-01 Kenichi Handa <handa@m17n.org>
18626
18627 * charset.h (CHARSET_OFFSET): New macro.
18628
18629 2008-02-01 Kenichi Handa <handa@m17n.org>
18630
18631 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
18632
18633 * fontset.c (fontset_face): Handle the case that repertory is a
18634 char-table.
18635 (find_font_encoding): Return nil for unknown encoding.
18636 (Fset_fontset_font): Ignore a font of unknown encoding.
18637
18638 2008-02-01 Kenichi Handa <handa@m17n.org>
18639
18640 * keymap.c (describe_vector): Handle default value of a char table.
18641
18642 * fontset.c (fontset_face): Handle fallback fonts correctly.
18643 (Ffontset_info): Return infomation about fallback fonts.
18644
18645 2008-02-01 Kenichi Handa <handa@m17n.org>
18646
18647 * fontset.c (FONTSET_DEFAULT): New macro.
18648 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
18649 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
18650 the case that it is nil.
18651 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
18652 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
18653
18654 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
18655 subset or superset.
18656
18657 2008-02-01 Kenichi Handa <handa@m17n.org>
18658
18659 * emacs.c (main): Call init_charset after syms_of_XXX.
18660
18661 * charset.c (Vcharset_map_directory): Delete.
18662 (Vcharset_map_path): New variable.
18663 (load_charset_map_from_file): Use Vcharset_map_path instead.
18664 (init_charset): Initialize Vcharset_map_path.
18665 (syms_of_charset): Delete declaration of "charset-map-directory",
18666 add declaration of "charset-map-path".
18667
18668 2008-02-01 Kenichi Handa <handa@m17n.org>
18669
18670 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
18671 ASCII only string.
18672
18673 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
18674
18675 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
18676 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
18677
18678 2008-02-01 Kenichi Handa <handa@m17n.org>
18679
18680 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
18681
18682 * coding.c (QCmnemonic, QCdefalut_char)
18683 (QCdecode_translation_table, QCencode_translation_table)
18684 (QCpost_read_conversion, QCpre_write_conversion): New variables.
18685 (get_translation_table): Return a list of translation tables if
18686 necessary.
18687 (decode_coding): Call get_translation_table with ENCODEP 0.
18688 (char_encodable_p): If translation_table is non-nil, always call
18689 translate_char.
18690 (Fdefine_coding_system_internal): Accept list of translation
18691 tables as :encode-translation-table and :decode-translation-table.
18692 (Fcoding_system_put): New function.
18693 (syms_of_coding): Declare new symbols. Defsubr
18694 Scoding_system_put.
18695 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
18696 typically JISX0212.
18697
18698 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18699 when the charset is superset type.
18700
18701 * character.c (translate_char): Accept list of translation tables.
18702
18703 2008-02-01 Kenichi Handa <handa@m17n.org>
18704
18705 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
18706 (CODING_ATTR_TRANS_TBL): New macro.
18707
18708 * coding.c (get_translation_table): New function.
18709 (translate_chars): Fix the bug of skipping annotation data.
18710 (decode_coding, encode_coding): Utilize get_translation_table.
18711 (char_encodable_p, Funencodable_char_position): Translate char if
18712 necessary.
18713 (Ffind_coding_systems_region_internal)
18714 (Fcheck_coding_systems_region): Setup translation table for encode
18715 in a coding system attribute vector in advance.
18716 (Fdefine_coding_system_internal): Allow a symbol as translation
18717 table. For shift-jis type coding system, allow 4th charset.
18718
18719 2008-02-01 Kenichi Handa <handa@m17n.org>
18720
18721 * coding.c (decode_coding_sjis): Check the first byte rigidly.
18722
18723 * xdisp.c (get_next_display_element): Pass -1 as POS to
18724 FACE_FOR_CHAR if displaying a C-string.
18725
18726 2008-02-01 Kenichi Handa <handa@m17n.org>
18727
18728 * composite.c (get_composition_id): Handle xoff and yoff in a
18729 composition rule.
18730
18731 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
18732 (struct composition): New member lbearing and rbearing.
18733
18734 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
18735 (x_get_glyph_overhangs): Handle a composition glyph.
18736 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
18737
18738 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
18739 composition glyph.
18740
18741 2008-02-01 Kenichi Handa <handa@m17n.org>
18742
18743 * print.c: Include charset.h.
18744 (Vprint_charset_text_property): New variable.
18745 (Qdefault): Extern it.
18746 (PRINT_STRING_NON_CHARSET_FOUND)
18747 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
18748 (print_check_string_result): New variable.
18749 (print_check_string_charset_prop): New function.
18750 (print_prune_charset_plist): New variable.
18751 (print_prune_string_charset): New function.
18752 (print_object): Call print_prune_string_charset if
18753 Vprint_charset_text_property is not t.
18754 (print_interval): Print nothing if interval->plist is nil.
18755 (syms_of_print): Declare Vprint_charset_text_property as a lisp
18756 variable. Init and staticpro print_prune_charset_plist.
18757
18758 2008-02-01 Kenichi Handa <handa@m17n.org>
18759
18760 * fontset.c (new_fontset_from_font_name): Use the specified font
18761 for all characters in the new fontset.
18762
18763 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18764 OBJECT args.
18765
18766 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
18767 OBJECT args for composition too.
18768
18769 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18770 OBJECT args.
18771
18772 2008-02-01 Kenichi Handa <handa@m17n.org>
18773
18774 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
18775
18776 * fontset.c (reorder_font_vector): Adjust for the change of
18777 FONT_DEF format.
18778 (fontset_face): New arg id. Change caller.
18779 (face_for_char): New args pos and object.
18780 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18781 (fs_query_fontset): Check NAME by Fassoc too.
18782 (Fset_fontset_font): Allow non-XLFD font name.
18783 (Ffontset_info): Adjust for the change of FONT_DEF format.
18784
18785 * fontset.h (face_for_char): Adjust prototype.
18786
18787 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18788 (append_space, extend_face_to_end_of_line)
18789 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18790 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18791
18792 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18793 POS and OBJECT args.
18794
18795 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18796 POS and OBJECT args.
18797
18798 2008-02-01 Jason Rumney <jasonr@gnu.org>
18799
18800 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18801 of GlobalAlloc'ed memory.
18802
18803 2008-02-01 Kenichi Handa <handa@m17n.org>
18804
18805 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18806
18807 * charset.h (charset_table_used): Delete extern.
18808
18809 * charset.c (charset_table_used): Make it static.
18810 (map_charset_chars): Fix args to c_function with.
18811
18812 * chartab.c (map_sub_char_table_for_charset): Fix args to
18813 c_function with.
18814
18815 * coding.h (enum coding_result_code): Delete
18816 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18817
18818 * coding.c (Qinsufficient_source, Qinconsistent_eol)
18819 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18820 (Vlast_code_conversion_error): New variables.
18821 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18822 (ONE_MORE_BYTE): Record error if any instead of signaling an
18823 error. If non-ASCII multibyte char is found, return the negative
18824 value of the code. All callers changed to check it.
18825 (ONE_MORE_BYTE_NO_CHECK): Likewise.
18826 (record_conversion_result): New function. Change all codes setting
18827 coding->result to call this function.
18828 (detect_coding_utf_8, decode_coding_utf_8)
18829 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18830 Don't use the local variable incomplete.
18831 (emacs_mule_char): Change the second arg to `const'.
18832 (decode_coding): Fix of flushing out unprocessed data.
18833 (make_conversion_work_buffer): Fix making of a work buffer.
18834 (decode_coding_object): Return coding->dst_object.
18835
18836 * fontset.c (set_fontset_font): Fix args.
18837
18838 * lisp.h (CHARACTERBITS): Define as 22.
18839
18840 * process.c (send_process): Be sure to set coding->src_multibyte.
18841
18842 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18843
18844 2008-02-01 Kenichi Handa <handa@m17n.org>
18845
18846 * xdisp.c (handle_auto_composed_prop): Give limit to
18847 Fnext_single_char_property_change.
18848
18849 2008-02-01 Kenichi Handa <handa@m17n.org>
18850
18851 * composite.c (syms_of_composite): Don't make the composition hash
18852 table weak.
18853
18854 * fontset.c (Fset_fontset_font): Fix docstring.
18855
18856 * lisp.h (detect_coding_system): Adjust prototype.
18857
18858 * fileio.c (kill_workbuf_unwind): Delete this function.
18859 (Finsert_file_contents): Adjust the call of detect_coding_system.
18860 Get conversion_buffer by code_conversion_save. Use the macro
18861 CODING_MAY_REQUIRE_DECODING. After decoding, update
18862 coding_system.
18863
18864 * coding.h (make_conversion_work_buffer): Delete extern.
18865 (code_conversion_save): Extern it.
18866
18867 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18868 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18869 (decode_coding_utf_8): Don't do eol converion.
18870 (detect_coding_utf_16): Check coding->src_chars, not
18871 coding->src_bytes. Add heuristics for those that have no signature.
18872 (decode_coding_emacs_mule, decode_coding_iso_2022)
18873 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18874 Don't do eol converion.
18875 (adjust_coding_eol_type): Return a new coding system.
18876 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18877 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18878 each change.
18879 (decode_coding): Pay attention to undo_list. Do eol conversion for
18880 all types of coding-systems (if necessary).
18881 (Vcode_conversion_work_buf_list): Delete it.
18882 (Vcode_conversion_reused_workbuf): Rename from
18883 Vcode_conversion_reused_work_buf.
18884 (Vcode_conversion_workbuf_name): New variable.
18885 (reused_workbuf_in_use): New variable.
18886 (make_conversion_work_buffer): Delete the arg DEPTH.
18887 (code_conversion_restore): Change argument to cons.
18888 (code_conversion_save): Delete the argument BUFFER. Change callers.
18889 (detect_coding_system): New argument src_chars. Change callers.
18890 Fix for utf-16 detection.
18891 (init_coding_once): Don't use ISO_carriage_return.
18892 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18893 reused_workbuf_in_use.
18894
18895 2008-02-01 Kenichi Handa <handa@m17n.org>
18896
18897 * keymap.c (store_in_keymap): Pay attention to the case that idx
18898 is a cons specifying a character range.
18899
18900 2008-02-01 Kenichi Handa <handa@m17n.org>
18901
18902 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18903 HANDLED_RECOMPUTE_PROPS.
18904
18905 * coding.c (Fdefine_coding_system_internal): Fix checking of
18906 ascii compatibility.
18907
18908 2008-02-01 Kenichi Handa <handa@m17n.org>
18909
18910 * charset.c (find_charsets_in_text): Delete unused locale variable.
18911 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18912
18913 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18914 Resync charset_list to Vemacs_mule_charset_list.
18915
18916 * keymap.c (store_in_keymap): Pay attention to the case that idx
18917 is a cons specifying a character range.
18918
18919 2008-02-01 Kenichi Handa <handa@m17n.org>
18920
18921 * composite.c (update_compositions): Bind inhibit-read-only, etc
18922 to t before calling remove-list-of-text-properties.
18923
18924 * print.c (print_object): Always print ASCII chars as is.
18925
18926 2008-02-01 Kenichi Handa <handa@m17n.org>
18927
18928 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18929
18930 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18931 is a char table.
18932
18933 2008-02-01 Kenichi Handa <handa@m17n.org>
18934
18935 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18936
18937 2008-02-01 Kenichi Handa <handa@m17n.org>
18938
18939 * xfaces.c (set_lface_from_font_name): Fix for the case that
18940 FONTNAME is not fontset name.
18941
18942 2008-02-01 Kenichi Handa <handa@m17n.org>
18943
18944 * fns.c (base64_encode_1): Fix previous change.
18945
18946 2008-02-01 Kenichi Handa <handa@m17n.org>
18947
18948 * fontset.c (set_fontset_font): New function.
18949 (Fset_fontset_font): If a font is specified for a charset, use
18950 map_charset_chars to store the font spec in a fontset.
18951
18952 2008-02-01 Kenichi Handa <handa@m17n.org>
18953
18954 * fontset.c (fontset_face): Create a fallback fontset on demand.
18955 (make_fontset): Don't create a fallback fontset here.
18956 (free_face_fontset): Free a fallback fontset (if any) too.
18957 (n_auto_fontsets): Delete this variable.
18958 (auto_fontset_alist): New variable.
18959 (new_fontset_from_font_name): Check auto_fontset_alist.
18960 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18961 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18962 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18963 Defsubr Sfontset_list_all.
18964
18965 2008-02-01 Kenichi Handa <handa@m17n.org>
18966
18967 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18968
18969 2008-02-01 Kenichi Handa <handa@m17n.org>
18970
18971 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18972
18973 2008-02-01 Kenichi Handa <handa@m17n.org>
18974
18975 * editfns.c (Fgoto_char): Fix docstring.
18976
18977 2008-02-01 Kenichi Handa <handa@m17n.org>
18978
18979 * insdel.c (insert_from_gap): Adjust intervals correctly.
18980
18981 2008-02-01 Jason Rumney <jasonr@gnu.org>
18982
18983 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18984 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18985 (w32_initialize): Try to load it.
18986 (x_get_font_repertory): Use it if available.
18987 (w32_encode_char): Add shortcut for unicode output.
18988
18989 * w32fns.c (w32_load_system_font): Default charset to -1.
18990 (x_to_w32_charset): Match all fonts for unicode.
18991 (w32_to_x_charset): New parameter matching. Don't return partial
18992 or wildcard charsets.
18993 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18994 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18995 (w32_to_x_font): Match charset to real charset.
18996 (enum_font_cb2): Always list unicode versions.
18997
18998 * makefile.w32-in (temacs): Increase EMHEAP.
18999
19000 2008-02-01 Jason Rumney <jasonr@gnu.org>
19001
19002 * w32term.c (w32_encode_char): New charset parameter.
19003 font_info.encoding becomes encoding_type.
19004 (x_get_font_repertory): New function. Warning: stub only!
19005 (x_new_font): Return quickly if font already set.
19006 (x_new_fontset): fontsetname parameter is Lisp_Object.
19007 Use new fs_query_fontset. Try new_fontset_from_font_name.
19008 Use fontset_name for return value.
19009
19010 * w32term.h: Declare x_get_font_repertory.
19011
19012 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
19013 place of find_charset_in_text. Use encode_coding_object in place
19014 of encode_coding.
19015 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
19016 decode_coding.
19017
19018 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
19019 of x_new_fontset.
19020 (w32_load_system_font): Initialize charset as unicode.
19021 font_info.encoding becomes encoding_type.
19022 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
19023 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
19024 (syms_of_w32fns): Set get_font_repertory_func.
19025
19026 * w32console.c: Include character.h. Use terminal_encode_buffer
19027 from term.c.
19028 (write_glyphs): Use new version of encode_terminal_code. Use
19029 encode_coding_object in place of encode_coding.
19030
19031 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
19032 encoding becomes encoding_type.
19033
19034 * term.c (terminal_encode_buffer): Make externally visible.
19035
19036 * makefile.w32-in: Add character.h dependancies.
19037 (character.o, chartab.o): New targets.
19038
19039 2008-02-01 Kenichi Handa <handa@m17n.org>
19040
19041 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
19042 CODING_ID_EOL_TYPE.
19043
19044 2008-02-01 Andreas Schwab <schwab@suse.de>
19045
19046 * coding.c (produce_chars): Revert last change.
19047
19048 2008-02-01 Kenichi Handa <handa@m17n.org>
19049
19050 * charset.h (charset_unicode): Extern it.
19051
19052 * charset.c (string_xstring_p): Check by (C >= 0x100).
19053 (find_charsets_in_text): Change format of the arc CHARSETS. New
19054 arg MULTIBYTE.
19055 (Ffind_charset_region, Ffind_charset_string): Adjust for the
19056 change of find_charsets_in_text.
19057 (Fsplit_char): Fix doc. Never return unknown.
19058
19059 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
19060
19061 * coding.c (Fdefine_coding_system_alias): Update
19062 Vcoding_system_list.
19063
19064 * fontset.c (load_font_get_repertory): Pay attention to the case
19065 that ENCODING of a font is specified by a char-table.
19066
19067 * xterm.c (x_get_font_repertory): Handle the case that the
19068 encoding of font is other than Unicode.
19069
19070 2008-02-01 Kenichi Handa <handa@m17n.org>
19071
19072 * term.c (encode_terminal_code): Don't handle glyph-table. Check
19073 if a character is encodable by the terminal coding system. If
19074 not, produces proper number of `?'s. Update
19075 terminal_encode_buffer and terminal_encode_buf_size if necessary.
19076 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
19077
19078 2008-02-01 Kenichi Handa <handa@m17n.org>
19079
19080 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
19081 variables.
19082 (encode_terminal_code): Change argument. Encode multiple
19083 characters at once. Store the result of encoding in
19084 terminal_encode_buffer.
19085 (write_glyphs, insert_glyphs): Adjust for the change of
19086 encode_terminal_code.
19087 (term_init): Initialize terminal_encode_buffer and
19088 terminal_encode_buf_size.
19089
19090 * coding.c (consume_chars): If coding->src_object is nil, don't
19091 check annotation.
19092
19093 2008-02-01 Kenichi Handa <handa@m17n.org>
19094
19095 * character.c (char_string): Use ASCII_CHAR_P instead of
19096 SINGLE_BYTE_CHAR_P.
19097
19098 2008-02-01 Kenichi Handa <handa@m17n.org>
19099
19100 * xdisp.c (handle_auto_composed_prop): Check if the last
19101 characters of auto-composed region is newly composed with the
19102 following characters.
19103 (handle_composition_prop): Fix checking of point being inside
19104 composition.
19105
19106 2008-02-01 Kenichi Handa <handa@m17n.org>
19107
19108 * fns.c (concat): Don't change multibyteness of the result by
19109 concatenating an 8-bit character.
19110
19111 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
19112 multibyteness of the result when newelt is an 8-bit character.
19113
19114 2008-02-01 Dave Love <fx@gnu.org>
19115
19116 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
19117 EMACS_INT.
19118
19119 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
19120
19121 * xfaces.c (face_numeric_value): Declare dim size_t.
19122 (Finternal_lisp_face_equal_p): Remove unused f.
19123
19124 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
19125 (MATRIX_ROW): Remove unused vars.
19126 (draw_glyphs, x_insert_glyphs, fast_find_position)
19127 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
19128 byte/char counts.
19129
19130 * regex.c (regex_compile): Remove unused var.
19131
19132 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19133
19134 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
19135 (Faccessible_keymaps, where_is_internal): Remove unused vars.
19136
19137 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
19138
19139 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
19140
19141 * fileio.c (Fwrite_region): Remove unused var.
19142
19143 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
19144 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
19145
19146 * composite.c (Fremove_list_of_text_properties): Declare.
19147
19148 * coding.c (inhibit_pre_post_conversion): Remove (unused).
19149 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
19150 (coding_inherit_eol_type): Remove unused attrs.
19151 (detect_coding): Cast arg of detect_eol.
19152
19153 * charset.c (syms_of_charset): Remove unused var p.
19154 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
19155 byte/char counts.
19156
19157 * casetab.c (set_case_table): Remove unused var.
19158
19159 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
19160 unused vars.
19161
19162 2008-02-01 Dave Love <fx@gnu.org>
19163
19164 * xterm.c (x_bitmap_mask): Declare.
19165
19166 2008-02-01 Dave Love <fx@gnu.org>
19167
19168 * xterm.c (x_term_init): Fix type error.
19169
19170 * lisp.h: Add Funibyte_char_to_multibyte.
19171
19172 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
19173 (Fset_coding_system_priority): Doc fix.
19174
19175 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
19176
19177 * indent.c (check_composition): Make start and end EMACS_INT.
19178
19179 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
19180
19181 * xdisp.c (handle_composition_prop, check_point_in_composition):
19182 Make buffer positions EMACS_INT.
19183
19184 * composite.c (find_composition, run_composition_function)
19185 (update_compositions, Ffind_composition_internal): Make buffer
19186 positions EMACS_INT.
19187
19188 * composite.h (find_composition, update_compositions): Make
19189 position args EMACS_INT.
19190
19191 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
19192
19193 * intervals.c (get_property_and_range):
19194 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
19195
19196 * unexalpha.c: Don't include varargs.h.
19197
19198 2008-02-01 Dave Love <fx@gnu.org>
19199
19200 * coding.h (ENCODE_UTF_8): New.
19201
19202 * Makefile.in (gtkutil.o): Depend on coding.h.
19203
19204 * coding.c (Fset_coding_system_priority): Doc fix.
19205
19206 2008-02-01 Kenichi Handa <handa@m17n.org>
19207
19208 * fileio.c (Finsert_file_contents): Call setup_coding_system in
19209 the case of auto saving.
19210
19211 2008-02-01 Andreas Schwab <schwab@suse.de>
19212
19213 * chartab.c (map_char_table, map_char_table_for_charset): Protect
19214 `range' from GC.
19215
19216 2008-02-01 Kenichi Handa <handa@m17n.org>
19217
19218 * coding.c (decode_coding_sjis): Check bytes more rigidly.
19219
19220 2008-02-01 Kenichi Handa <handa@m17n.org>
19221
19222 * fileio.c (choose_write_coding_system): Return a decided coding system.
19223 (Fwrite_region): Set Vlast_coding_system_used to the return value
19224 of choose_write_coding_system.
19225
19226 2008-02-01 Kenichi Handa <handa@m17n.org>
19227
19228 * charset.c (Fset_charset_priority): Pay attention to duplicated
19229 arguments.
19230
19231 * coding.c (QCcategory): New variable.
19232 (syms_of_coding): Defsym it. Set all elements of
19233 Vcoding_category_table and their symbol values.
19234 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
19235 coding-category-XXX, and coding-category-list.
19236 (Fdefine_coding_system_internal): Add category in the plist.
19237
19238 2008-02-01 Kenichi Handa <handa@m17n.org>
19239
19240 * callproc.c (Fcall_process): Handle carryover correctly.
19241
19242 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
19243 (raw_text_coding_system): Check NILP (coding_system).
19244 (coding_inherit_eol_type): Check NILP (coding_system) and
19245 NILP (parent).
19246 (consume_chars): Fix for the case of raw-text.
19247
19248 * process.c (read_process_output): Handle carryover correctly.
19249
19250 2008-02-01 Dave Love <fx@gnu.org>
19251
19252 * regex.c (re_search_2): Fix last change.
19253
19254 2008-02-01 Kenichi Handa <handa@m17n.org>
19255
19256 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
19257 target_multibyte. Even in a unibyte case, return a converted
19258 multibyte char.
19259 (GET_CHAR_AFTER): New macro.
19260 (PATFETCH): Translate via multibyte char.
19261 (HANDLE_UNIBYTE_RANGE): Delete this macro.
19262 (SETUP_MULTIBYTE_RANGE): New macro.
19263 (regex_compile): Setup compiled code so that its multibyteness
19264 matches that of a target. Fix the handling of "[X-YZ]" using
19265 SETUP_MULTIBYTE_RANGE.
19266 (analyse_first) <charset>: For filling fastmap for all multibyte
19267 characters, don't check by BASE_LEADING_CODE_P.
19268 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
19269 the same as RE_MULTIBYTE_P (bufp) now.
19270 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
19271 (TARGET_CHAR_AND_LENGTH): Delete this macro.
19272 (TRANSLATE_VIA_MULTIBYTE): New macro.
19273 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
19274 It is the same as RE_MULTIBYTE_P (bufp) now.
19275 <exactn>: Translate via multibyte.
19276 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
19277 translate it.
19278 <charset, charset_not>: Fetch a character by
19279 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
19280 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
19281 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
19282 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
19283 by GET_CHAR_AFTER.
19284 (bcmp_translate): Likewise.
19285
19286 * search.c (compile_pattern): Check the member target_multibyte,
19287 not the member multibyte of buf.
19288
19289 * lread.c (read1): While reading a string, set force_singlebyte
19290 and force_multibyte correctly.
19291
19292 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
19293 up of unibyte_to_multibyte_table.
19294
19295 2008-02-01 Kenichi Handa <handa@m17n.org>
19296
19297 * coding.c (setup_coding_system): If coding has
19298 post-read-conversion or pre-write-conversion, set
19299 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
19300 respectively.
19301 (decode_coding_gap): Run post-read-conversion if any.
19302
19303 * fileio.c (Finsert_file_contents): Even if we read into a
19304 unibyte buffer, check if we must decode the result or not.
19305
19306 2008-02-01 Kenichi Handa <handa@m17n.org>
19307
19308 * coding.c (make_conversion_work_buffer): Change the work buffer
19309 name to the same one as that of Emacs 21.
19310
19311 2008-02-01 Kenichi Handa <handa@m17n.org>
19312
19313 * coding.h (make_conversion_work_buffer): Adjust prototype.
19314 (code_conversion_restore): Don't extern it.
19315
19316 * coding.c (detected_mask): Delete unused variable.
19317 (decode_coding_iso_2022): Pay attention to the byte sequence of
19318 CTEXT extended segment, and retain those bytes as is.
19319 (decode_coding_ccl): Delete unused variable `valids'.
19320 (setup_coding_system): Delete unused variable `category'.
19321 (consume_chars): Delete unused variable `category'. Make it work
19322 for non-multibyte case.
19323 (make_conversion_work_buffer): Change argument.
19324 (saved_coding): Delete unused variable.
19325 (code_conversion_restore): Don't check saved_coding->destination.
19326 (code_conversion_save): New function.
19327 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
19328 instead of record_unwind_protect.
19329 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
19330 (detect_coding_system): Delete unused variable `mask'.
19331 (Fdefine_coding_system_internal): Delete unused variable id.
19332
19333 * fileio.c (kill_workbuf_unwind): New function.
19334 (Finsert_file_contents): On replacing, call
19335 make_conversion_work_buffer with correct args, and call
19336 record_unwind_protect with the first arg kill_workbuf_unwind.
19337
19338 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
19339
19340 2008-02-01 Kenichi Handa <handa@m17n.org>
19341
19342 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
19343 (fontset_add): Fix for the case that TO is less than TO1.
19344 (Ffontset_info): Don't use fallback fontset on checking the
19345 default fontset.
19346 (dump_fontset): New function for debugging.
19347
19348 * coding.c (Fdefine_coding_system_internal): Fix for the case that
19349 coding_type is Qcharset.
19350
19351 2008-02-01 Kenichi Handa <handa@m17n.org>
19352
19353 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
19354 (map_char_table): Don't inherit the value from the parent on
19355 initializing VAL. Adjust for the above change.
19356
19357 2008-02-01 Kenichi Handa <handa@m17n.org>
19358
19359 * coding.c (Qsignature, Qendian): Delete these variables.
19360 (syms_of_coding): Don't initialize them.
19361 (CATEGORY_MASK_UTF_16_AUTO): New macro.
19362 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
19363 detect_info->found.
19364 (decode_coding_utf_16): Don't detect BOM here.
19365 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
19366 is NOT utf_16_without_bom.
19367 (setup_coding_system): For a coding system of type utf-16, check
19368 if the attribute :endian is Qbig or not (not nil or not), and set
19369 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
19370 (detect_coding): If coding type is utf-16 and BOM detection is
19371 required, detect it.
19372 (Fdefine_coding_system_internal): For a coding system of type
19373 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
19374
19375 2008-02-01 Kenichi Handa <handa@m17n.org>
19376
19377 * coding.c (coding_set_source): Fix for the case that the current
19378 buffer is different from coding->src_object.
19379 (decode_coding_object): Don't use the conversion work buffer if
19380 DST_OBJECT is a buffer.
19381
19382 2008-02-01 Dave Love <fx@gnu.org>
19383
19384 * lread.c (read_emacs_mule_char) [len==2]: Index
19385 emacs_mule_charset correctly.
19386
19387 2008-02-01 Dave Love <fx@gnu.org>
19388
19389 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
19390 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
19391 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
19392 treated specially.)
19393 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
19394 (detected_mask): Remove Big5 bits.
19395
19396 2008-02-01 Kenichi Handa <handa@m17n.org>
19397
19398 The following changes are to make the font rescaling facility
19399 compatible with Emacs 21.
19400
19401 * xfaces.c (Vface_font_rescale_alist): Rename from
19402 Vface_resizing_fonts.
19403 (struct font_name): Rename member resizing_ratio to rescale_ratio.
19404 (font_rescale_ratio): Rename from font_resizing_ratio.
19405 (split_font_name): Set font->rescale_ratio.
19406 (better_font_p): Pay attention to font->rescale_ratio.
19407 (build_scalable_font_name): Likewise. Change RESX, and RESY
19408 fields.
19409 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19410
19411 2008-02-01 Kenichi Handa <handa@m17n.org>
19412
19413 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
19414 (Qutf_16_le): Remove these variables.
19415 (syms_of_coding): Don't DEFSYM them.
19416 (decode_coding_utf_16): Fix handling of BOM.
19417 (encode_coding_utf_16): Fix handling of BOM.
19418
19419 2008-02-01 Kenichi Handa <handa@m17n.org>
19420
19421 * fileio.c (Finsert_file_contents): On replacing, before decoding
19422 the file into the work buffer, set point of the work buffer to the end.
19423
19424 2008-02-01 Dave Love <fx@gnu.org>
19425
19426 * coding.c (Fcheck_coding_systems_region): Fix type errors.
19427
19428 2008-02-01 Dave Love <fx@gnu.org>
19429
19430 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19431 and fix C types.
19432
19433 2008-02-01 Kenichi Handa <handa@m17n.org>
19434
19435 * xdisp.c (SKIP_GLYPHS): New macro.
19436 (set_cursor_from_row): Pay attention to string display properties.
19437
19438 * category.c (copy_category_entry): Fix for the case that RANGE
19439 is an integer.
19440
19441 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
19442
19443 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
19444
19445 2008-02-01 Kenichi Handa <handa@m17n.org>
19446
19447 * charset.c (Fcharset_id_internal): New function.
19448 (syms_of_charset): Defsubr it.
19449
19450 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
19451 with the last arg charset_list acquired from coding.
19452 (Fdefine_coding_system_internal): For ccl-based coding system, fix
19453 the attribute coding_attr_ccl_valids.
19454
19455 * coding.h (enum define_coding_ccl_arg_index): Set the first
19456 member coding_arg_ccl_decoder to coding_arg_max.
19457
19458 * ccl.h (ccl_driver): Adjust prototype.
19459
19460 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
19461 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
19462 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
19463 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
19464 last arg Qnil.
19465
19466 2008-02-01 Kenichi Handa <handa@m17n.org>
19467
19468 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
19469 call encode_char.
19470
19471 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
19472
19473 2008-02-01 Dave Love <fx@gnu.org>
19474
19475 * composite.c (syms_of_composite): Make composition_hash_table weak.
19476
19477 2008-02-01 Kenichi Handa <handa@m17n.org>
19478
19479 * dispextern.h (check_face_attributes, generate_ascii_font_name)
19480 (font_name_registry): Don't extern them.
19481 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
19482
19483 * fontset.h (Qfontset): Don't extern it.
19484 (new_fontset_from_font_name): Extern it.
19485
19486 * fontset.c: Give 8 extra slots to fontset objects.
19487 (Qfontset_info): New variable.
19488 (syms_of_fontset): Defsym it.
19489 (FONTSET_FALLBACK): New macro.
19490 (fontset_face): Try also the default fontset.
19491 (make_fontset): Realize a fallback fontset from the default fontset.
19492 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
19493 using split_font_name_into_vector and build_font_name_from_vector.
19494 (Fset_fontset_font): Access the elements of font_spec by enum
19495 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
19496 name by using split_font_name_into_vector.
19497 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
19498 generate a proper font name from the fontset name. Update
19499 Vfontset_alias_alist.
19500 (n_auto_fontsets): New variable.
19501 (new_fontset_from_font_name): New function.
19502 (Ffont_info): Store the information about fonts generated from the
19503 default fontset in the first extra slot of the returned char-table.
19504
19505 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
19506 (font_name_registry): Delete function.
19507 (split_font_name_into_vector): New function.
19508 (build_font_name_from_vector): New function.
19509 (font_list): The argument REGISTRY is now a list of registry names.
19510 (choose_face_font): If we are choosing an ASCII font, and ATTRS
19511 specifies an explicit font name, return the name as is. Make a
19512 list of registy names.
19513
19514 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
19515 of x_new_fontset.
19516 (Fx_create_frame): Don't call x_new_fontset here. Just use
19517 x_list_fonts to check the existence of fonts.
19518
19519 * xterm.h (x_new_fontset): Adjust prototype.
19520
19521 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
19522 string. Use new_fontset_from_font_name to create a fontset from a
19523 font name.
19524
19525 2008-02-01 Kenichi Handa <handa@m17n.org>
19526
19527 * syntax.c (Vfind_word_boundary_function_table): New name for
19528 Vnext_word_boundary_function_table.
19529 (find-word-boundary-function-table): New name for
19530 next-word-boundary-function-table.
19531
19532 2008-02-01 Dave Love <fx@gnu.org>
19533
19534 * Makefile.in: Fix some dependencies.
19535
19536 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
19537 set it to nil before returning.
19538
19539 * composite.c (update_compositions): Fix type error.
19540
19541 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
19542
19543 2008-02-01 Kenichi Handa <handa@m17n.org>
19544
19545 * xterm.c (x_new_font): Optimize for the case that the font is
19546 already set for the frame.
19547
19548 2008-02-01 Kenichi Handa <handa@m17n.org>
19549
19550 * chartab.c (char_table_ascii): Check if the char table contents
19551 is sub-char-table or not.
19552 (char_table_set, char_table_set_range): Fix argument to
19553 char_table_ascii.
19554
19555 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
19556 (detect_coding_utf_8, detect_coding_utf_16)
19557 (detect_coding_emacs_mule, detect_coding_iso_2022)
19558 (detect_coding_sjis, detect_coding_big5)
19559 (detect_coding_ccl, detect_coding_charset): Change argument MASK
19560 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
19561 sequence is valid in this coding system. Change callers.
19562 (MAX_ANNOTATION_LENGTH): New macro.
19563 (ADD_ANNOTATION_DATA): New macro.
19564 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
19565 ADD_ANNOTATION_DATA. Change the format of annotation data.
19566 (ADD_CHARSET_DATA): New macro.
19567 (emacs_mule_char): New argument ID. Change callers.
19568 (decode_coding_emacs_mule, decode_coding_iso_2022)
19569 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19570 Produce charset annotation data in coding->charbuf.
19571 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
19572 to charset annotation data in coding->charbuf.
19573 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
19574 coding->common_flags if the coding system is iso-2022 based and
19575 uses designation.
19576 (produce_composition): Adjust for the new annotation data format.
19577 (produce_charset): New function.
19578 (produce_annotation): Handle charset annotation.
19579 (handle_composition_annotation, handle_charset_annotation): New
19580 functions.
19581 (consume_chars): Handle charset annotation. Utilize the above two
19582 functions.
19583 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
19584 buffer, get the deleted text as a string and set
19585 coding->src_object to that string.
19586 (detect_coding, detect_coding_system): Use the new struct
19587 coding_detection_info.
19588
19589 * coding.h (struct coding_detection_info): New structure.
19590 (struct coding_system): Adjust prototype of the member `detector'.
19591 (CODING_ANNOTATE_CHARSET_MASK): New macro.
19592
19593 2008-02-01 Kenichi Handa <handa@m17n.org>
19594
19595 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
19596
19597 2008-02-01 Dave Love <fx@gnu.org>
19598
19599 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
19600 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
19601 to new local and nullify apropos_accumulate before returning.
19602 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
19603
19604 2008-02-01 Kenichi Handa <handa@m17n.org>
19605
19606 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
19607 correctly.
19608
19609 2008-02-01 Dave Love <fx@gnu.org>
19610
19611 * fns.c (Flanginfo): Call synchronize_system_time_locale.
19612
19613 2008-02-01 Kenichi Handa <handa@m17n.org>
19614
19615 The following changes are to make character composition happen
19616 automatically on displaying.
19617
19618 * Makefile.in (lisp, shortlisp): Add composite.elc.
19619
19620 * composite.h (Qauto_composed, Vauto_composition_function)
19621 (Qauto_composition_function): Extern them.
19622
19623 * composite.c (Vcomposition_function_table)
19624 (Qcomposition_function_table): Delete variables.
19625 (Qauto_composed, Vauto_composition_function)
19626 (Qauto_composition_function): New variables.
19627 (run_composition_function): Don't call
19628 compose-chars-after-function.
19629 (update_compositions): Clear `auto-composed' text property.
19630 (compose_chars_in_text): Delete this function.
19631 (syms_of_composite): Staticpro Qauto_composed and
19632 Qauto_composition_function. Declare Vauto_composition_function as
19633 a Lisp variable.
19634
19635 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
19636
19637 * xdisp.c (it_props): Add an entry for Qauto_composed.
19638 (handle_auto_composed_prop): New function.
19639
19640 * xselect.c (selection_data_to_lisp_data): Don't call
19641 compose_chars_in_text.
19642
19643 2008-02-01 Dave Love <fx@gnu.org>
19644
19645 * keyboard.c (read_char): Modify checking around use of
19646 Vkeyboard_translate_table.
19647
19648 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19649 and fix C types.
19650
19651 2008-02-01 Kenichi Handa <handa@m17n.org>
19652
19653 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
19654 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19655 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
19656 the case that the last byte is '\r' correctly.
19657 (decode_coding): Flush out the unprocessed data correctly.
19658 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
19659
19660 2008-02-01 Dave Love <fx@gnu.org>
19661
19662 * xterm.c (XTread_socket): Fix changes for defined keysyms.
19663 Add XK_ISO... case.
19664 (xaw_scroll_callback): Revert last change.
19665
19666 2008-02-01 Kenichi Handa <handa@m17n.org>
19667
19668 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
19669
19670 2008-02-01 Kenichi Handa <handa@m17n.org>
19671
19672 * xfaces.c (Vface_resizing_fonts): New variable.
19673 (struct font_name): New member `resizing_ratio'.
19674 (font_resizing_ratio): New function.
19675 (split_font_name): Set font->resizing_ratio.
19676 (better_font_p): Pay attention to font->resizing_ratio.
19677 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
19678 RESX, and RESY fields.
19679 (try_alternative_families): Try scalable fonts if
19680 Vscalable_fonts_allowed is not Qt.
19681 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
19682
19683 2008-02-01 Dave Love <fx@gnu.org>
19684
19685 * xterm.c (xaw_scroll_callback): Cast correctly.
19686
19687 2008-02-01 Dave Love <fx@gnu.org>
19688
19689 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
19690 (lispy_kana_keys): Comment out.
19691 (make_lispy_event) [XK_kana_A]: Comment out.
19692
19693 * xterm.c (xaw_scroll_callback): Cast call_data.
19694 (XTread_socket): Deal with ASCII keysyms.
19695 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
19696
19697 2008-02-01 Dave Love <fx@gnu.org>
19698
19699 * xterm.c (Vx_keysym_table): New.
19700 (syms_of_xterm): Initialize it.
19701 (XTread_socket): Use it.
19702 From head: Eliminate incorrect optimization that tried to avoid
19703 decoding the output of X*LookupString.
19704 (x_get_font_repertory): Delete charset declaration.
19705
19706 2008-02-01 Kenichi Handa <handa@m17n.org>
19707
19708 * coding.c (detect_coding_charset): If only ASCII bytes are found,
19709 return 0.
19710 (Fdefine_coding_system_internal): Setup
19711 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
19712
19713 2008-02-01 Dave Love <fx@gnu.org>
19714
19715 * coding.c (Fcheck_coding_system): Doc fix.
19716
19717 * editfns.c (Finsert_byte): Return a proper value.
19718
19719 2008-02-01 Kenichi Handa <handa@m17n.org>
19720
19721 * coding.c (decode_coding): Fix args to translate_chars. Pay
19722 attention to Vstandard_translation_table_for_decode.
19723 (encode_coding): Fix args to translate_chars. Pay attention to
19724 Vstandard_translation_table_for_encode.
19725
19726 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
19727 SINGLE_BYTE_CHAR_P.
19728
19729 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
19730 not by SINGLE_BYTE_CHAR_P.
19731
19732 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
19733 SINGLE_BYTE_CHAR_P.
19734
19735 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
19736 SINGLE_BYTE_CHAR_P.
19737
19738 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
19739 by SINGLE_BYTE_CHAR_P.
19740
19741 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
19742 SINGLE_BYTE_CHAR_P.
19743
19744 2008-02-01 Dave Love <fx@gnu.org>
19745
19746 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
19747
19748 2008-02-01 Dave Love <fx@gnu.org>
19749
19750 * fns.c (Flanginfo): Fix typo.
19751
19752 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
19753
19754 2008-02-01 Kenichi Handa <handa@m17n.org>
19755
19756 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
19757 (detect_coding_emacs_mule, detect_coding_iso_2022)
19758 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
19759 incomplete byte sequence. Don't update *mask when correctly detected.
19760 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
19761 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
19762 (detect_coding, detect_coding_system): Adjust for the changes above.
19763
19764 2008-02-01 Kenichi Handa <handa@m17n.org>
19765
19766 * character.c (char_string): Rename from
19767 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
19768 (string_char): Rename from string_char.
19769
19770 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
19771 if C is greater than MAX_3_BYTE_CHAR.
19772 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
19773 string_char instead of string_char_with_unification.
19774
19775 2008-02-01 Dave Love <fx@gnu.org>
19776
19777 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19778
19779 2008-02-01 Kenichi Handa <handa@m17n.org>
19780
19781 * keymap.c (push_key_description): Pay attention to force_multibyte.
19782
19783 * regex.c (re_search_2): Fix for the case of unibyte buffer.
19784
19785 2008-02-01 Dave Love <fx@gnu.org>
19786
19787 * charset.c (define_charset_internal): Rename `supprementary'.
19788
19789 * Makefile.in (lisp, shortlisp): Remove latin-N.
19790
19791 2008-02-01 Dave Love <fx@gnu.org>
19792
19793 * xfns.c (x_window, x_window): Use use_xim.
19794
19795 * xterm.c (use_xim): Initialize.
19796 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19797 (x_term_init): Maybe set use_xim.
19798
19799 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19800
19801 2008-02-01 Kenichi Handa <handa@m17n.org>
19802
19803 * search.c (search_buffer): Fix case-fold-search of multibyte
19804 characters.
19805 (boyer_moore): Rename the last argument to char_high_bits.
19806
19807 2008-02-01 Kenichi Handa <handa@m17n.org>
19808
19809 * xdisp.c (display_string): Fix for the case of zero width glyph.
19810
19811 * xfns.c (x_set_font): Change the error message of the case that
19812 x_new_fontset returns Qt.
19813
19814 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19815 (Finternal_set_lisp_face_attribute): Use signal_error for the
19816 error of invalid fontset.
19817
19818 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19819 fontset, return Qt.
19820
19821 2008-02-01 Dave Love <fx@gnu.org>
19822
19823 * unexelf.c (unexec): Make .got handling not SGI-specific.
19824
19825 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19826
19827 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19828
19829 * keyboard.c (read_key_sequence): Fix type error.
19830
19831 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19832 type error.
19833
19834 * fontset.c (fontset_add): Return Lisp_Object.
19835
19836 2008-02-01 Dave Love <fx@gnu.org>
19837
19838 * charset.h (charset_ordered_list_tick): Declare extern.
19839
19840 2008-02-01 Kenichi Handa <handa@m17n.org>
19841
19842 The following changes (and some of 2008-02-01 changes of mine) are
19843 for handling syntax, category, and case conversion for unibyte
19844 characters by converting them to multibyte on the fly. With these
19845 changes, we don't have to setup syntax and case tables for unibyte
19846 characters in each language environment.
19847
19848 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19849 multibyte if necessary.
19850
19851 * bytecode.c (Fbyte_code): Likewise.
19852
19853 * character.h (LEADING_CODE_LATIN_1_MIN)
19854 (LEADING_CODE_LATIN_1_MAX): New macros.
19855 (unibyte_to_multibyte_table): Extern it.
19856 (unibyte_char_to_multibyte): New macro.
19857 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19858 (CHAR_LEADING_CODE): New macro.
19859 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19860
19861 * character.c (unibyte_to_multibyte_table): New variable.
19862 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19863 (multibyte_char_to_unibyte): If C is an eight-bit character,
19864 convert it to the corresponding byte value.
19865
19866 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19867 not 1, signals an error. Update the elements of
19868 unibyte_to_multibyte_table.
19869 (init_charset_once): Initialize unibyte_to_multibyte_table.
19870 (syms_of_charset): Define the charset `iso-8859-1'.
19871
19872 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19873 as is without converting it to unibyte. In a unibyte buffer,
19874 convert C to multibyte before checking the syntax.
19875
19876 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19877
19878 * minibuf.c (Fminibuffer_complete_word): Use the macro
19879 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19880
19881 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19882
19883 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19884 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19885 that is zero, convert an eight-bit char to multibyte.
19886 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19887 non-emacs case.
19888 (PATFETCH): Convert an eight-bit char to multibyte.
19889 (HANDLE_UNIBYTE_RANGE): New macro.
19890 (regex_compile): Setup the compiled pattern for multibyte chars
19891 even if the given regex string is unibyte. Use PATFETCH_RAW
19892 instead of PATFETCH in many places. To handle `charset'
19893 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19894 only for ASCII chars.
19895 (analyse_first) <exactn>: Simplify because the compiled pattern
19896 is multibyte.
19897 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19898 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19899 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19900 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19901 multibyte always 1.
19902 (re_search_2): In emacs, set the locale variable multibyte to 1,
19903 otherwise to 0. New local variable target_multibyte. Check it
19904 to decide the multibyteness of STR1 and STR2. If
19905 target_multibyte is zero, convert unibyte chars to multibyte
19906 before translating and checking fastmap.
19907 (TARGET_CHAR_AND_LENGTH): New macro.
19908 (re_match_2_internal): In emacs, set the locale variable multibyte
19909 to 1, otherwise to 0. New local variable target_multibyte. Check
19910 it to decide the multibyteness of STR1 and STR2. Use
19911 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19912 <charset, charset_not>: If multibyte is nonzero, check fastmap
19913 only for ASCII chars. Call bcmp_translate with
19914 target_multibyte, not with multibyte.
19915 <begline>: Declare the local variable C as `unsigned'.
19916 (bcmp_translate): Change the last arg name to target_multibyte.
19917
19918 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19919 the regexp pattern and the matching target. Set cp->buf.multibyte
19920 to the multibyteness of the regexp pattern. Set
19921 cp->but.target_multibyte to the multibyteness of the matching target.
19922 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19923 FETCH_STRING_CHAR_ADVANCE.
19924 (Freplace_match): Convert unibyte chars to multibyte.
19925
19926 * syntax.c (char_quoted, back_comment, scan_words)
19927 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19928 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19929 unibyte chars to multibyte.
19930 (skip_chars): Delete the arg syntaxp, and move the code for
19931 handling syntaxes to skip_syntaxes. Change callers.
19932 Fix the case that the multibyteness of STRING and the current
19933 buffer doesn't match.
19934 (skip_syntaxes): New function.
19935 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19936 SINGLE_BYTE_CHAR_P.
19937
19938 2008-02-01 Kenichi Handa <handa@m17n.org>
19939
19940 * xfaces.c (QCfontset): New variable.
19941 (LFACE_FONTSET): New macro.
19942 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19943 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19944 (Finternal_set_lisp_face_attribute)
19945 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19946 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19947 check also LFACE_FONTSET_INDEX.
19948 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19949 attrs[LFACE_FONT_INDEX].
19950 (syms_of_xfaces): Intern and staticpro QCfontset.
19951
19952 * dispextern.h (enum lface_attribute_index): New member
19953 LFACE_FONTSET_INDEX.
19954
19955 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19956
19957 2008-02-01 Kenichi Handa <handa@m17n.org>
19958
19959 * coding.c (coding_set_destination): Fix coding->destination for
19960 the case converting a region.
19961 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19962 (encode_coding_object): Fix coding->dst_pos and
19963 coding->dst_pos_byte for the case converting a region.
19964
19965 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19966
19967 * character.h (BYTE8_STRING): New macro.
19968
19969 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19970
19971 2008-02-01 Kenichi Handa <handa@m17n.org>
19972
19973 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19974 characters by octal form.
19975
19976 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19977
19978 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19979 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19980 _fetch_multibyte_char_len.
19981 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19982
19983 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19984
19985 * casefiddle.c (casify_object): Simplify. Handle the case that
19986 the case conversion change the byte length.
19987 (casify_region): Likewise.
19988
19989 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19990
19991 * character.c (_fetch_multibyte_char_len): Delete this variable.
19992 (syms_of_character): Setup Vprintable_chars.
19993
19994 * editfns.c (Fchar_equal): Fix for the unibyte case.
19995 (Finsert_byte): New function.
19996 (syms_of_editfns): Defsubr it.
19997
19998 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19999 of direct code 0x3ffff.
20000
20001 * search.c (Freplace_match): Fix for the unibyte case.
20002
20003 2008-02-01 Kenichi Handa <handa@m17n.org>
20004
20005 * lread.c (safe_to_load_p): Fix the logic.
20006
20007 * syntax.c (scan_words): Don't treat characters belonging to
20008 different scripts as constituting a word.
20009
20010 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20011
20012 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
20013
20014 * emacs.c (main): In the case of --unibyte, instead of aborting on
20015 finding non-empty buffer, make it unibyte.
20016
20017 2008-02-01 Kenichi Handa <handa@m17n.org>
20018
20019 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
20020 to create a fontset.
20021
20022 2008-02-01 Dave Love <fx@gnu.org>
20023
20024 * character.c (Funibyte_char_to_multibyte): Doc fix.
20025
20026 * xfns.c [HAVE_STDLIB_H]: Fix last change.
20027
20028 2008-02-01 Kenichi Handa <handa@m17n.org>
20029
20030 * fontset.c (fontset_add): Make the type `int'.
20031 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
20032
20033 * character.c (unibyte_char_to_multibyte)
20034 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
20035 charset_unibyte, not charset_primary.
20036
20037 * charset.h (charset_unibyte): Extern it instead of charset_primary.
20038
20039 * charset.c (charset_unibyte): Rename from charset_primary.
20040 (Funibyte_charset): Rename from Fprimary_charset.
20041 (Fset_unibyte_charset): Rename from Fset_primary_charset.
20042 (syms_of_charset): Adjust for the above changes.
20043
20044 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20045 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20046 it->multibyte_p is zero.
20047
20048 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
20049 Delete extern.
20050
20051 2008-02-01 Kenichi Handa <handa@m17n.org>
20052
20053 * coding.c (Fdefine_coding_system_internal): Fix category setting
20054 for a coding system of type iso-2022.
20055
20056 2008-02-01 Kenichi Handa <handa@m17n.org>
20057
20058 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
20059
20060 2008-02-01 Kenichi Handa <handa@m17n.org>
20061
20062 * syntax.c (Vnext_word_boundary_function_table): New variable.
20063 (next-word-boundary-function-table): Declare it as a Lisp variable
20064 in syms_of_syntax.
20065 (scan_words): Call functions in Vnext_word_boundary_function_table
20066 if any.
20067
20068 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
20069
20070 * fontset.c (fs_load_font): If fontp->charset is not negative,
20071 return fontp without setting its members.
20072
20073 2008-02-01 Dave Love <fx@gnu.org>
20074
20075 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
20076
20077 * m/sparc.h (HAVE_ALLOCA): Delete.
20078
20079 * s/irix6-5.h: Don't include strings.h.
20080 (bcopy, bzero, bcmp): Don't undef.
20081
20082 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
20083
20084 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
20085 (TIOCSIGSEND): Don't test IRIX6.
20086 (bcopy, bzero, bcmp): Define conditionally.
20087
20088 2008-02-01 Kenichi Handa <handa@m17n.org>
20089
20090 * buffer.c (Qas, Qmake, Qto): New variables.
20091 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
20092 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
20093
20094 * callproc.c (Fcall_process): Don't call insert_1_both directly if
20095 we are inserting a process output into a multibyte buffer.
20096
20097 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
20098 multibyte_char_to_unibyte.
20099
20100 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
20101 by the primary charset, make it eight-bit char.
20102 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
20103
20104 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
20105 (charset_8_bit__control, charset_8_bit_graphic)
20106 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
20107 (define_charset_internal): New function.
20108 (syms_of_charset): Call define_charset_internal for pre-defined
20109 charsets.
20110
20111 * charset.h (charset_8_bit): Extern it.
20112
20113 * coding.c (make_conversion_work_buffer): Adjust for the change
20114 of Fset_buffer_multibyte.
20115 (encode_coding_raw_text): Increment p0 in the loop.
20116
20117 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
20118
20119 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
20120 for the change of Fset_buffer_multibyte.
20121
20122 * fns.c (Fstring_to_multibyte): New function.
20123 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
20124
20125 2008-02-01 Dave Love <fx@gnu.org>
20126
20127 * xfns.c (x_put_x_image): Declare args.
20128
20129 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
20130 (try_font_list): Declare an arg.
20131
20132 * xdisp.c (message2_nolog, set_message): Declare an arg.
20133
20134 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
20135
20136 * syntax.c (scan_sexps_forward): Declare an arg.
20137
20138 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
20139 Declare an arg.
20140
20141 * lisp.h (Fnew_fontset): Declare.
20142
20143 * keymap.c (push_key_description): Call CHARACTERP correctly.
20144
20145 * fontset.c (fontset_add): Declare args. Call make_number correctly.
20146 (face_for_char): Delete unused vars.
20147 (Fset_fontset_font): Doc fix. Delete unused vars.
20148
20149 * doc.c (Fsubstitute_command_keys): Delete unused vars.
20150
20151 * composite.c (update_compositions): Declare arg.
20152
20153 * cm.c (calccost, cmgoto): Declare args.
20154
20155 * charset.c: Remove `emacs' conditional. Doc fixes.
20156 (map_char_table_for_charset): Declare.
20157
20158 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
20159
20160 * ccl.c: Remove `emacs' conditional.
20161
20162 2008-02-01 Kenichi Handa <handa@m17n.org>
20163
20164 The following changes are to allow specifying multiple font
20165 patterns for a character range (specified by script or charset).
20166
20167 * Makefile.in (abbrev.o): Depend on syntax.h.
20168 (xfaces.o): Depend on charset.h.
20169
20170 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
20171 SINGLE_BYTE_CHAR_P.
20172
20173 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
20174
20175 * character.h (Vchar_script_table): Extern it.
20176
20177 * character.c (Vscript_alist): Delete.
20178 (Vchar_script_table, Qchar_script_table): New variable.
20179 (syms_of_character): Declare Vchar_script_table as a lisp variable
20180 and initialize it.
20181
20182 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
20183 have property char-table-extra-slots, make no extra slot.
20184
20185 * dispextern.h (struct face): Delete member `charset'.
20186 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
20187 SINGLE_BYTE_CHAR_P.
20188 (choose_face_font, lookup_non_ascii_face, font_name_registry):
20189 Add prototypes.
20190 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
20191 (generate_ascii_font_name): Rename from generate_ascii_font.
20192
20193 * fontset.h (get_font_repertory_func): New prototype.
20194 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
20195 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
20196
20197 * fontset.c (Qprepend, Qappend): New variables.
20198 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
20199 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
20200 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
20201 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
20202 (fontset_ref_and_range, fontset_add, reorder_font_vector)
20203 (load_font_get_repertory): New functions.
20204 (fontset_set): Delete.
20205 (fontset_face): New arg FACE. Return face ID, not face.
20206 Complete re-write to handle new fontset structure. Change caller.
20207 (free_face_fontset): Use ASET istead of AREF (X) = Y.
20208 (face_for_char): Don't call lookup_face.
20209 (make_fontset_for_ascii_face): New arg FACE.
20210 (fs_load_font): New arg CHARSET_ID. Don't check
20211 Vfont_encoding_alist here.
20212 (find_font_encoding): New function.
20213 (list_fontsets): Use STRINGP, not ! NILP.
20214 (accumulate_script_ranges): New function.
20215 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
20216 re-written to handle new fontset structure.
20217 (Ffontset_font): Return a copy of element.
20218 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
20219 docstring of font-encoding-alist.
20220
20221 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
20222 (Fset_fotset_font): Fix arguments to 5.
20223
20224 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
20225
20226 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
20227 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20228 (highlight_trailing_whitespace): Adjust for the change of
20229 lookup_named_face.
20230
20231 * xfaces.c: Include charset.h.
20232 (load_face_font): Delete argument C. Change caller.
20233 (generate_ascii_font_name): Rename from generate_ascii_font.
20234 (font_name_registry): New function.
20235 (cache_face): Store ascii faces before non-ascii faces in buckets.
20236 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
20237 Lookup only ascii faces.
20238 (lookup_non_ascii_face): New function.
20239 (lookup_named_face): Delete argument C. Change caller.
20240 (lookup_derived_face): Delete argument C. Change caller.
20241 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
20242 a string, just call font_list with it.
20243 (choose_face_font): Delete arguments FACE and C. New arg
20244 FONT_SPEC. Change caller.
20245 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
20246 Change caller.
20247 (realize_non_ascii_face): New function.
20248 (realize_x_face): Call load_face_font here.
20249 (realize_tty_face): Delete argument C. Change caller.
20250 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
20251 get a face ID.
20252 (dump_realized_face): Don't print charset of FACE.
20253
20254 * xfns.c (x_set_font): Always call x_new_fontset and
20255 store_frame_parameter.
20256 (Fx_create_frame): Call x_new_fontset, not x_new_font.
20257 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
20258
20259 * xterm.h (x_get_font_repertory): Extern it.
20260
20261 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20262 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20263 it->multibyte_p is zero.
20264 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20265 (x_new_fontset): If FONTSETNAME doesn't match any existing
20266 fontsets, create a new one.
20267 (x_get_font_repertory): New function.
20268
20269 2008-02-01 Kenichi Handa <handa@m17n.org>
20270
20271 * coding.c (Ffind_coding_systems_region_internal): Detect an
20272 ASCII only string correctly.
20273
20274 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
20275 version is 0.
20276
20277 2008-02-01 Kenichi Handa <handa@m17n.org>
20278
20279 * lread.c: Include "coding.h".
20280 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
20281 (load_each_byte, unread_char): New variables.
20282 (readchar_backlog): Delete.
20283 (readchar): Return a character unless load_each_byte is nonzero.
20284 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
20285 cons. If unread_char is not -1, simply return it.
20286 (unreadchar): Handle the case that readcharfun is
20287 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
20288 (read_multibyte): Delete.
20289 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
20290 (read_emacs_mule_char): New functions.
20291 (Fload): Even if the file doesn't have the extension ".elc", if
20292 safe_to_load_p returns a positive version number, assume that the
20293 file contains bytecompiled code. If the version is less than 22,
20294 load the file while decoding multibyte sequences by emacs-mule.
20295 (readevalloop): Don't use readchar_backlog.
20296 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
20297 (Fread_from_string): Pay attention to the case that STREAM is a cons.
20298 (read_escape): Delete the arg BYTEREP.
20299 (read1): Set load_each_byte to 1 temporarily while handling
20300 #@NUMBER. Don't call read_multibyte.
20301 (read_vector): Call Fread with a cons. If readcharfun is
20302 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
20303 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
20304 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
20305 and Qload_force_doc_strings.
20306
20307 2008-02-01 Kenichi Handa <handa@m17n.org>
20308
20309 * xdisp.c (face_before_or_after_it_pos): Call
20310 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
20311
20312 2008-02-01 Kenichi Handa <handa@m17n.org>
20313
20314 * character.h (TRAILING_CODE_P): New macro.
20315 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
20316 (string_char_with_unification): Fix prototype.
20317 (Vscript_alist): Extern it.
20318
20319 * character.c (Vscript_alist): New variable.
20320 (string_char_with_unification, str_as_unibyte)
20321 (string_escape_byte8): Add `const' to local variables.
20322 (syms_of_character): Declare script-alist as a Lisp variable.
20323
20324 * charset.h (Vcharset_ordered_list): Extern it.
20325 (charset_ordered_list_tick): Extern it.
20326 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
20327 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
20328 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
20329 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
20330 (Funify_charset): Adjust for the change of Funify_charset.
20331
20332 * charset.c (charset_ordered_list_tick): New variable.
20333 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
20334 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
20335 deunify intead of unify a charset.
20336 (string_xstring_p): Add `const' to local variables.
20337 (find_charsets_in_text): Add `const' to arguments and local variables.
20338 (encode_char): Adjust for the change of Funify_charset. Fix
20339 detecting of invalid code.
20340 (Fset_charset_priority): Increment charset_ordered_list_tick.
20341 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
20342 and TO_CODE.
20343
20344 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
20345 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
20346 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
20347 (decode_coding_ccl, consume_chars)
20348 (Ffind_coding_systems_region_internal)
20349 (Fcheck_coding_systems_region): Add `const' to local variables.
20350
20351 * print.c (print_object): Use octal form for printing the
20352 contents of a bool vector.
20353
20354 2008-02-01 Dave Love <fx@gnu.org>
20355
20356 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
20357 <version == 20>: Refuse to load.
20358
20359 2008-02-01 Dave Love <fx@gnu.org>
20360
20361 * fns.c: Move coding.h.
20362 (Qcodeset, Qdays, Qmonths): New.
20363 (concat): Use CHARACTERP instead of INTEGERP.
20364 (Flocale_codeset): Delete.
20365 (Flanginfo): New function.
20366 (syms_of_fns): Change accordingly.
20367
20368 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
20369
20370 2008-02-01 Dave Love <fx@gnu.org>
20371
20372 * casetab.c (init_casetab_once, init_casetab_once): Fix
20373 CHAR_TABLE_SET call.
20374
20375 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
20376
20377 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
20378
20379 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
20380 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
20381 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
20382
20383 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
20384
20385 * coding.c (ENCODE_DESIGNATION, decode_eol)
20386 (make_conversion_work_buffer, code_conversion_restore)
20387 (Fdefine_coding_system_internal): Convert Lisp types.
20388 (code_conversion_restore): Use EQ, not ==.
20389 (Fencode_coding_string): Fix code_convert_string call.
20390
20391 * coding.h (code_convert_region): Fix prototype.
20392
20393 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
20394
20395 * fontset.c (fontset_ref, fontset_set, fs_load_font)
20396 (Ffontset_info): Convert Lisp types.
20397
20398 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
20399
20400 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
20401
20402 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
20403
20404 * chartab.c: Include "...h", not <...h> in some cases.
20405
20406 * callproc.c (Fcall_process): Remove unused variables.
20407
20408 2008-02-01 Dave Love <fx@gnu.org>
20409
20410 * coding.c (Fset_coding_system_priority): Allow null arg list.
20411
20412 2008-02-01 Dave Love <fx@gnu.org>
20413
20414 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20415 (Fself_insert_and_exit): Use CHARACTERP.
20416
20417 * callproc.c (Fcall_process): Remove unused vars.
20418
20419 * xterm.c (XTread_socket): Add extra dead keysyms.
20420
20421 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
20422
20423 * dispextern.h: Remove prototypes for redraw_frame,
20424 redraw_garbaged_frames.
20425
20426 * cmds.c (Fself_insert_command): Use CHARACTERP.
20427
20428 * chartab.c (make_sub_char_table): Remove unused var.
20429 (Fset_char_table_default, Fmap_char_table): Doc fix.
20430
20431 * keymap.c (access_keymap): Remove generic char code.
20432 (push_key_description): Use CHARACTERP.
20433
20434 2008-02-01 Dave Love <fx@gnu.org>
20435
20436 * charset.c: Doc fixes.
20437 (Funify_charset): Extra checking.
20438
20439 2008-02-01 Dave Love <fx@gnu.org>
20440
20441 * lread.c: Remove some unused variables.
20442 (safe_to_load_p): If safe, return the magic number version byte.
20443 (Fload): Maybe use load-with-code-conversion.
20444
20445 2008-02-01 Kenichi Handa <handa@m17n.org>
20446
20447 * category.c (Fmodify_category_entry): Don't modify the contents
20448 of category_set for characters out of the range. Avoid
20449 unnecessary modification.
20450
20451 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
20452 Vchar_unify_table. The default value of the table is now nil.
20453
20454 * character.c (syms_of_character): Setup Vchar_width_table for
20455 eight-bit-control and raw-byte chars.
20456
20457 * charset.h (enum define_charset_arg_index): Delete
20458 charset_arg_parents and add charset_arg_subset and
20459 charset_arg_superset.
20460 (enum charset_attr_index): Delete charset_parents and add
20461 charset_subset and charset_superset.
20462 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
20463 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
20464 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
20465 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
20466 (CHARSET_SUPERSET): New macros.
20467 (charset_work): Extern it.
20468 (ENCODE_CHAR): Use charset_work.
20469 (CHAR_CHARSET_P): Adjust for the change of encoder format.
20470 (map_charset_chars): Extern it.
20471
20472 * charset.c (load_charset_map): Set the default value of encoder
20473 and deunifier char-tables to nil.
20474 (map_charset_chars): Change argument. Change callers. Use
20475 map_char_table_for_charset instead of map_char_table.
20476 (Fmap_charset_chars): New optional args from_code and to_code.
20477 (Fdefine_charset_internal): Adjust for the change of
20478 `define-charset' (:parents -> :subset or :superset).
20479 (charset_work): New variable.
20480 (encode_char, syms_of_charset): Adjust for the change of
20481 Fdefine_charset_internal.
20482 (Ffind_charset_string): Setup the vector `charsets' correctly.
20483
20484 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
20485 the previous change.
20486 (char_table_ref_and_range): Adjust for the above change.
20487 (map_sub_char_table_for_charset): New function.
20488 (map_char_table_for_charset): New function.
20489
20490 * keymap.c (describe_vector): Handle a char-table directly here.
20491 (describe_char_table): Delete.
20492
20493 * lisp.h (map_charset_chars): Delete.
20494
20495 2008-02-01 Dave Love <fx@gnu.org>
20496
20497 * fns.c (count_combining): Comment out (unused).
20498 (Flocale_codeset): New.
20499 (syms_of_fns): Defsubr it.
20500
20501 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
20502 (size_t): Remove.
20503
20504 2008-02-01 Dave Love <fx@gnu.org>
20505
20506 * Makefile.in (chartab.o): Depend on charset.h.
20507
20508 2008-02-01 Kenichi Handa <handa@m17n.org>
20509
20510 * character.c (syms_of_character): Set the default value of
20511 Vprintable_chars to Qnil.
20512
20513 2008-02-01 Dave Love <fx@gnu.org>
20514
20515 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
20516
20517 2008-02-01 Kenichi Handa <handa@m17n.org>
20518
20519 * charset.c (load_charset_map): Handle the case that from < to
20520 correctly.
20521
20522 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
20523 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
20524 Pay attention to raw-8-bit chars.
20525
20526 2008-02-01 Kenichi Handa <handa@m17n.org>
20527
20528 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
20529 It is not bytecompiled now.
20530
20531 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
20532 (charset_jisx0208): New variables.
20533 (Fdefine_charset_internal): Setup them if appropriate.
20534 (init_charset_once): Initialize them to -1.
20535
20536 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
20537 (charset_jisx0208): Extern them.
20538
20539 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
20540 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
20541 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
20542 (setup_iso_safe_charsets): Fix arguments to Fassq.
20543 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
20544 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
20545 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
20546 (encode_coding_iso_2022): Change the 1st arg to
20547 ENCODE_ISO_CHARACTER to a variable.
20548
20549 2008-02-01 Kenichi Handa <handa@m17n.org>
20550
20551 * charset.h (enum define_charset_arg_index): New enums
20552 charset_arg_min_code and charset_arg_max_code.
20553 (struct charset): New member char_index_offset.
20554
20555 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
20556 Take charset->char_index_offset into account.
20557 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
20558 args[charset_arg_max_code]. Setup charset.char_index_offset.
20559 (syms_of_charset): Fix args to Fdefine_charset_internal.
20560
20561 2008-02-01 Dave Love <fx@gnu.org>
20562
20563 * coding.c (decode_coding_utf_8): Reject overlong sequences.
20564
20565 2008-02-01 Dave Love <fx@gnu.org>
20566
20567 * coding.c: Doc fixes.
20568 (Fcoding_system_aliases): Fix return value.
20569 (Qmac): Remove (duplicated) definition.
20570
20571 2008-02-01 Dave Love <fx@gnu.org>
20572
20573 * charset.c (Fcharset_priority_list, Fset_charset_priority):
20574 New functions.
20575
20576 * character.c (Fstring): Doc fix.
20577
20578 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
20579
20580 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
20581 (font-encoding-alist): Doc fix.
20582
20583 2008-02-01 Dave Love <fx@gnu.org>
20584
20585 * term.c (costs_set): Declare static, non-initialized for pcc.
20586 (encode_terminal_code): Remove unused var.
20587
20588 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
20589 for K&R.
20590
20591 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
20592
20593 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
20594 (suffixes): Move out of make_subsidiaries for K&R.
20595
20596 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
20597
20598 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
20599
20600 2008-02-01 Dave Love <fx@gnu.org>
20601
20602 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
20603
20604 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
20605
20606 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
20607
20608 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
20609
20610 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
20611
20612 2008-02-01 Kenichi Handa <handa@m17n.org>
20613
20614 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
20615 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
20616
20617 2008-02-01 Kenichi Handa <handa@m17n.org>
20618
20619 * coding.c (decode_coding_charset): Adjust for the change of
20620 Fdefine_coding_system_internal.
20621 (Fdefine_coding_system_internal): For a coding system of
20622 `charset' type, store a list of charset IDs in
20623 `charset_attr_charset_valids' element of coding attributes.
20624
20625 2008-02-01 Kenichi Handa <handa@m17n.org>
20626
20627 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
20628 (emacs_mule_char): New arg src. Delete arg `composition'. Change
20629 caller. Handle 2-byte and 3-byte charsets correctly.
20630 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
20631 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
20632 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
20633 (DECODE_EMACS_MULE_21_COMPOSITION): Call
20634 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
20635 sequence.
20636 (decode_coding_emacs_mule): Handle composition correctly. Rewind
20637 `src' and `consumed_chars' correctly before calling emacs_mule_char.
20638 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
20639 and alt&rule composition.
20640 (decode_coding_iso_2022): Handle composition correctly.
20641 (init_coding_once): Setup emacs_mule_bytes for private charsets.
20642
20643 * charset.c (Fdefine_charset_internal): Fix bug for the case of
20644 re-defining a charset. If the charset has :emacs-mule-id, setup
20645 emacs_mule_bytes.
20646 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
20647
20648 2008-02-01 Kenichi Handa <handa@m17n.org>
20649
20650 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
20651 (encode_coding_big5, encode_coding_charset): If coding requires safe
20652 encoding, produce a character specified by
20653 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
20654
20655 2008-02-01 Dave Love <fx@gnu.org>
20656
20657 * xterm.c (XSetIMValues): Declare.
20658
20659 * process.c: Conditionally include sys/wait.h, pty.h.
20660
20661 * print.c (print_object): Fix print format for 64-bit systems.
20662
20663 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
20664
20665 * buffer.c (emacs_strerror): Declare.
20666
20667 * fontset.c (Fclear_face_cache): Declare.
20668 (accumulate_font_info): Comment-out (unused).
20669 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
20670 variables.
20671
20672 * character.h (string_escape_byte8): Declare.
20673
20674 * charset.c (load_charset_map, load_charset_map_from_file): Remove
20675 unused vars.
20676 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
20677 (Fmap_charset_chars): Doc fix.
20678
20679 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
20680 (Fset_coding_system_priority, Fset_coding_system_priority)
20681 (Fdefine_coding_system_internal): Doc fix.
20682
20683 2008-02-01 Dave Love <fx@gnu.org>
20684
20685 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
20686
20687 2008-02-01 Kenichi Handa <handa@m17n.org>
20688
20689 * character.c (string_escape_byte8): Make multibyte string with
20690 correct size.
20691
20692 * charset.c (Fmake_char): Delete unnecessary code.
20693
20694 2008-02-01 Kenichi Handa <handa@m17n.org>
20695
20696 * xfns.c (x_encode_text): Allocate coding.destination here, and
20697 call encode_coding_object with dst_object Qnil.
20698
20699 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
20700 multibyte form correctly.
20701
20702 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
20703 against Vfont_encoding_alist.
20704
20705 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
20706 handling of charset list.
20707 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
20708 (decode_coding_object): Move point to coding->dst_pos before
20709 calling post-read-conversion function.
20710 (encode_coding_object): Give correct arguments to
20711 pre-write-conversion. Ignore the return value of
20712 pre-write-conversion function. Pay attention to the case that
20713 pre-write-conversion changes the current buffer. If dst_object is
20714 Qt, even if coding->src_bytes is zero, allocate at least one byte
20715 to coding->destination.
20716
20717 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
20718
20719 * charset.c (Fmake_char): Make it more backward compatible.
20720 (Fmap_charset_chars): Fix docstring.
20721
20722 2008-02-01 Dave Love <fx@gnu.org>
20723
20724 * coding.c: Doc fixes.
20725 (Fdefine_coding_system_alias): Use names, not symbols, in
20726 coding-system-alist.
20727
20728 2008-02-01 Kenichi Handa <handa@m17n.org>
20729
20730 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
20731 of calling free_realized_face.
20732
20733 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
20734
20735 * charset.c (read_hex): Don't treat SPC as a comment starter.
20736 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
20737 (Fdecode_char): Fix typo.
20738
20739 2008-02-01 Kenichi Handa <handa@m17n.org>
20740
20741 * charset.h (struct charset): New member `code_space_mask'.
20742
20743 * coding.c (coding_set_source): Delete the local variable beg_byte.
20744 (encode_coding_charset, Fdefine_coding_system_internal):
20745 Delete the local variable charset.
20746 (Fdefine_coding_system_internal): Setup
20747 attrs[coding_attr_charset_valids] correctly.
20748
20749 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
20750 member to check if CODE is valid or not.
20751 (Fdefine_charset_internal): Initialize `code_space_mask' member.
20752 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
20753 is within the range of charset->min_code and carset->max_code.
20754
20755 2008-02-01 Dave Love <fx@gnu.org>
20756
20757 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
20758
20759 * dispextern.h (generate_ascii_font): Fix return type.
20760
20761 * xfaces.c (generate_ascii_font): Fix arg declaration.
20762
20763 * coding.c (coding_inherit_eol_type)
20764 (Fset_terminal_coding_system_internal)
20765 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
20766
20767 2008-02-01 Kenichi Handa <handa@m17n.org>
20768
20769 * coding.c (decode_coding_charset, encode_coding_charset): Handle
20770 multiple charsets correctly.
20771
20772 2008-02-01 Kenichi Handa <handa@m17n.org>
20773
20774 * search.c (boyer_moore): Fix handling of multibyte character
20775 translation.
20776
20777 * xdisp.c (display_mode_element): When the variable `elt' is
20778 changed, update `this' and `lisp_string'.
20779
20780 2008-02-01 Kenichi Handa <handa@m17n.org>
20781
20782 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20783
20784 * callproc.c (Fcall_process): Be sure to give the current buffer
20785 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
20786
20787 * charset.c (struct charset_map_entries): New struct.
20788 (load_charset_map): Rename from parse_charset_map. New args
20789 entries and n_entries. Change caller.
20790 (load_charset_map_from_file): Rename from load_charset_map.
20791 Change caller. New arg control_flag. Call load_charset_map at
20792 the tail.
20793 (load_charset_map_from_vector): New function.
20794 (Fdefine_charset_internal): Setup charset.compact_codes_p.
20795 (encode_char): If the charset is compact, change a character index
20796 to a code point.
20797
20798 * coding.c (coding_alloc_by_making_gap): Check the case that the
20799 source and destination are the same correctly.
20800 (decode_coding_raw_text): Set coding->consumed_char and
20801 coding->consumed to 0.
20802 (produce_chars): If coding->chars_at_source is nonzero, update
20803 coding->consumed_char and coding->consumed before calling
20804 alloc_destination.
20805 (Fdefine_coding_system_alias): Register ALIAS in
20806 Vcoding_system_alist.
20807 (syms_of_coding): Define `no-conversion' coding system at the tail.
20808
20809 * fileio.c (Finsert_file_contents): Set coding_system instead of
20810 val. If the current buffer is multibyte, always call
20811 decode_coding_gap.
20812
20813 * xfaces.c (try_font_list): Give higher priority to fontset's
20814 family than face's family.
20815
20816 2008-02-01 Kenichi Handa <handa@m17n.org>
20817
20818 * callproc.c (Fcall_process): Be sure to give the current buffer
20819 to decode_coding_c_string.
20820
20821 * xfaces.c (try_font_list): Give a family specified in a fontset
20822 higher priority than a family specified in a face.
20823
20824 2008-02-01 Kenichi Handa <handa@m17n.org>
20825
20826 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20827 Fix arguments to insert_from_buffer.
20828
20829 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20830
20831 2008-02-01 Kenichi Handa <handa@m17n.org>
20832
20833 * coding.c (produce_chars): Set the variable `multibytep' correctly.
20834 (decode_coding_gap): Set coding->dst_multibyte correctly.
20835
20836 2008-02-01 Kenichi Handa <handa@m17n.org>
20837
20838 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20839 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20840 (encode_coding_utf_16): Substitute coding->default_char for
20841 non-Unicode characters.
20842 (decode_coding): Don't call record_insert here.
20843 (setup_coding_system): Initialize `surrogate' of
20844 coding->spec.utf_16 to 0.
20845 (EMIT_ONE_BYTE): Fix for multibyte case.
20846
20847 * insdel.c (insert_from_gap): Call record_insert.
20848
20849 2008-02-01 Kenichi Handa <handa@m17n.org>
20850
20851 * casefiddle.c (casify_region): Fix multibyte case.
20852
20853 * character.c (c_string_width): Add return type `int'.
20854 (char_string_with_unification): Delete arg ADVANCED.
20855
20856 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20857 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20858 (CHAR_STRING_ADVANCE): Make it do-while statement.
20859
20860 * chartab.c (sub_char_table_set_range): Optimize for the case
20861 DEPTH == 3. Add workaround code for a GCC optimization bug.
20862
20863 * charset.c (parse_charset_map): Remove an unused variable.
20864
20865 * coding.c: Delete unused variables.
20866
20867 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20868 earlier. If inserted is zero and the coding system doesn't
20869 require flushing, don't call decode_coding_gap.
20870
20871 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20872
20873 2008-02-01 Kenichi Handa <handa@m17n.org>
20874
20875 The following changes are for using Unicode as an internal
20876 character model, and use UTF-8 format for buffer/string
20877 representation.
20878
20879 * .gdbinit (xchartable): Adjust for the change of char table structure.
20880 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20881
20882 * Makefile.in (obj): Add character.o and chartab.o.
20883 (lisp, shortlisp): Remove utf-8.elc.
20884 (*.o): For many files, change dependency on charset.h to
20885 character.h, and add dependency on character.h.
20886 (character.o, chartab.o): New targets.
20887
20888 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20889 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20890 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20891 of "charset.h".
20892
20893 * dired.c, filelock.c: Include "character.h".
20894
20895 * alloc.c: Include "character.h" instead of "charset.h".
20896 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20897 (syms_of_alloc): Remove defsubr for Smake_char_table.
20898
20899 * buffer.c: Include "character.h" instead of "charset.h", don't
20900 include "coding.h".
20901 (Fset_buffer_multibyte): Adjust for UTF-8.
20902
20903 * buffer.h: EXFUN Fbuffer_live_p.
20904
20905 * callproc.c: Include "character.h" instead of "charset.h".
20906 (Fcall_process): Big change for the new code-conversion APIs.
20907
20908 * casetab.c: Include "character.h" instead of "charset.h".
20909 (set_canon, set_identity, shuffle): Adjust for the new
20910 map_char_table spec.
20911 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20912 accessing the char table structure.
20913
20914 * chartab.c: New file that implements char table.
20915
20916 * category.c: Include "character.h".
20917 (copy_category_entry): New function.
20918 (copy_category_table): Call map_char_table and copy_category_entry.
20919 (Fmake_category_table): Initialize all top-level slots.
20920 (char_category_set): New function.
20921 (modify_lower_category_set): Delete.
20922 (Fmodify_category_entry): Call char_table_ref_and_range.
20923
20924 * category.h (CATEGORY_SET): Just call char_category_set.
20925
20926 * ccl.c: Include "character.h".
20927 (Qccl, Qcclp): New variables.
20928 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20929 it's less than 256.
20930 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20931 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20932 and DST type.
20933 (ccl_driver): Change types of argument, adjust code accordingly.
20934 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20935 ccl_driver.
20936 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20937
20938 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20939 New members src_multibyte, dst_multibyte, consumed, and produced.
20940 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20941 (CODING_SPEC_CCL_PROGRAM): New macro.
20942 (ccl_driver): Update prototype.
20943 (Qccl, Qcclp, Fccl_program_p): Extern them.
20944 (CHECK_CCL_PROGRAM): New macro.
20945
20946 * character.c, character.h, chartab.c: New files.
20947
20948 * charset.c: Mostly re-written. Move character and multibyte sequence
20949 handling codes to character.c.
20950
20951 * charset.h: Mostly re-written. Move character and multibyte sequence
20952 handling codes to character.h.
20953
20954 * coding.c, coding.h: Mostly re-written.
20955
20956 * composite.c: Include "character.h" instead of "charset.h".
20957 (CHAR_WIDTH): Move to character.h.
20958 (HASH_KEY, HASH_VALUE): Delete.
20959
20960 * composite.h (enum composition_method): Change order of enumeration
20961 symbols.
20962
20963 * data.c: Include "character.h" instead of "charset.h".
20964 (Faref): Call CHAR_TABLE_REF for a char table.
20965 (Faset): Call CHAR_TABLE_SET for a char table.
20966
20967 * dispextern.h (free_realized_face, check_face_attribytes)
20968 (generate_ascii_font): Extern them.
20969 (free_realized_multibyte_face): Delete extern.
20970
20971 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20972 table structure.
20973
20974 * editfns.c: Include "character.h" instead of "charset.h".
20975 (Fchar_to_string): Always call CHAR_STRING.
20976
20977 * emacs.c (main): Call init_charset_once, init_charset,
20978 syms_of_chartab, and syms_of_character.
20979
20980 * fileio.c: Include "character.h" instead of "charset.h".
20981 (Finsert_file_contents): Big change for the new code-conversion API.
20982 (choose_write_coding_system, Fwrite_region): Likewise.
20983 (build_annotations_2): Delete.
20984 (e_write): Big change for the new code-conversion API.
20985
20986 * fns.c: Include "character.h" instead of "charset.h".
20987 (copy_sub_char_table): Move to chartab.c.
20988 (Fcopy_sequence): Call copy_char_table for a char table.
20989 (concat): Delete codes calling count_multibyte.
20990 (string_char_to_byte, string_byte_to_char): Adjust for the new
20991 multibyte form.
20992 (internal_equal): Adjust for the change of char table structure.
20993 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20994 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20995 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20996 (char_table_translate, optimize_sub_char_table)
20997 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20998 chartab.c.
20999 (char_table_ref_and_index): Delete.
21000 (HASH_KEY, HASH_VALUE): Move to lisp.h.
21001 (Fmd5): Call preferred_coding_system instead of accessing
21002 Vcoding_category_list. Adjust for the new code-conversion API.
21003 (syms_of_fns): Move defsubr for char table related functions to
21004 chartab.c.
21005
21006 * fontset.c: Mostly re-written.
21007
21008 * fontset.h (struct font_info): Change type of the member encoding_type.
21009 (enum FONT_SPEC_INDEX): New enum.
21010 (fontset_font_pattern, fs_load_font): Update prototype.
21011 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
21012
21013 * indent.c: Include "character.h" instead of "charset.h".
21014 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
21015
21016 * insdel.c: Include "character.h" instead of "charset.h".
21017 (copy_text): Don't refer to Vnonascii_translation_table.
21018 (insert_from_gap): New function.
21019
21020 * keyboard.c: Include "character.h" instead of "charset.h".
21021 (command_loop_1): Never call direct_output_forward_char before
21022 a non-ASCII character.
21023 (read_char): If Vkeyboard_translate_table is a char table, always
21024 translate a character.
21025
21026 * keymap.c: Include "character.h".
21027 (store_in_keymap): Handle the case that IDX is a cons.
21028 (Fdefine_key): Handle the case that KEY is a cons and the car part
21029 is also a cons (range).
21030 (push_key_description): Adjust for the new character code.
21031 (describe_vector): Call describe_char_table for a char table.
21032 (describe_char_table): New function.
21033
21034 * keymap.h (describe_char_table): Extern it.
21035
21036 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
21037 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
21038 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
21039 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
21040 Delete.
21041 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
21042 structure.
21043 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
21044 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
21045 (CHARTAB_SIZE_BITS_3): New macros.
21046 (chartab_size): Extern it.
21047 (struct Lisp_Char_Table): Re-design.
21048 (struct Lisp_Sub_Char_Table): New structure.
21049 (HASH_KEY, HASH_VALUE): Move from fns.c.
21050 (CHARACTERBITS): Define as 22.
21051 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
21052 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
21053 (GC_SUB_CHAR_TABLE_P): New macro.
21054 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
21055 (code_convert_string_norecord): Deleted extern.
21056 (init_character_once, syms_of_character, init_charset)
21057 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
21058
21059 * lread.c: Include "character.h".
21060 (read_multibyte): New arg NBYTES.
21061 (read_escape): Change the meaning of returned *BYTEREP.
21062 (to_multibyte): Delete.
21063 (read1): Adjust the handling of char table and string.
21064
21065 * print.c: Include "character.h" instead of "charset.h".
21066 (print_string): Convert 8-bit raw bytes to octal form by
21067 string_escape_byte8.
21068 (print_object): Adjust for the new multibyte form. Print 8-bit
21069 raw bytes always in octal form. Handle sub char table correctly.
21070
21071 * process.c: Include "character.h" instead of "charset.h".
21072 (read_process_output, send_process): Adjust for the new
21073 code-conversion API.
21074
21075 * puresize.h (BASE_PURESIZE): Increase.
21076
21077 * regex.c: Include "character.h" instead of "charset.h".
21078 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
21079 (regex_compile): Accept a range whose starting and ending
21080 character have different leading bytes.
21081 (analyse_first): Adjust for the above change.
21082
21083 * search.c: Include "character.h" instead of "charset.h".
21084 (search_buffer, boyer_moore): Adjust for the new multibyte form.
21085 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
21086
21087 * syntax.c: Include "character.h" instead of "charset.h".
21088 (syntax_parent_lookup): Delete.
21089 (Fmodify_syntax_entry): Accept a cons as CHAR.
21090 (skip_chars): Adjust for the new multibyte form.
21091 (init_syntax_once): Call char_table_set_range instead of directly
21092 accessing the structure of a char table.
21093
21094 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
21095 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
21096 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
21097 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
21098
21099 * term.c: Include "buffer.h" and "character.h".
21100 (encode_terminal_code, write_glyphs): Adjust for the new
21101 code-conversion API.
21102 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
21103
21104 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
21105
21106 * xdisp.c: Include "character.h".
21107 (get_next_display_element): Adjust for the new multibyte form.
21108 (disp_char_vector): Adjust for the new char table structure.
21109 (decode_mode_spec_coding): Adjust for the new structure of
21110 coding system.
21111 (decode_mode_spec): Adjust for the new code-conversion API.
21112
21113 * xfaces.c: Include "character.h" instead of "charset.h".
21114 (load_face_font): Adjust for the change of choose_face_font and
21115 FS_LOAD_FONT.
21116 (generate_ascii_font): New function.
21117 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
21118 (set_font_frame_param): Adjust for the change of choose_face_font.
21119 (free_realized_face): Make it public.
21120 (free_realized_faces_for_fontset): Rename from
21121 free_realized_multibyte_face. Free also faces realized for ASCII.
21122 (choose_face_font): Change arguments. Adjust for the change of
21123 fontset_font_pattern and FS_LOAD_FONT.
21124
21125 * xfns.c: Include "character.h".
21126 (x_encode_text): Adjust for the new code-conversion API.
21127
21128 * xselect.c: Don't include "charset.h".
21129 (selection_data_to_lisp_data): Adjust for the new code conversion API.
21130
21131 * xterm.c: Include "character.h".
21132 (x_encode_char): New argument CHARSET. Change caller.
21133 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
21134 Call ENCODE_CHAR instead of SPLIT_CHAR.
21135 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
21136 CHAR_WIDTH instead of CHARSET_WIDTH.
21137 (XTread_socket): Adjust for the new code-conversion API.
21138 (x_new_font): Adjust for the change of FS_LOAD_FONT.
21139 (x_load_font): Adjust for the change of struct font.
21140
21141 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21142
21143 * xfaces.c (face_at_buffer_position): Remove unused vars.
21144
21145 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21146
21147 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
21148 Fix overflow checking.
21149
21150 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21151
21152 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
21153 Cancel previous change.
21154
21155 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21156
21157 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
21158 ccl->eight_bit_control. Fix check for buffer overflow.
21159 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
21160 (ccl_driver): Initialize extra_bytes to 0.
21161
21162 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21163
21164 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
21165 return it ORed with ctrl_modifier.
21166
21167 2008-01-29 Miles Bader <miles@gnu.org>
21168
21169 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
21170
21171 2008-01-28 Jason Rumney <jasonr@gnu.org>
21172
21173 * w32.c (stat): Don't double check for networked drive.
21174
21175 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21176
21177 * window.c (run_window_configuration_change_hook): New function.
21178 Code extracted from set_window_buffer. Set the selected frame.
21179 (set_window_buffer): Use it.
21180 * window.h (run_window_configuration_change_hook): Declare.
21181 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
21182
21183 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
21184
21185 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
21186
21187 * Makefile.in: Remove references to unused macros.
21188
21189 2008-01-26 Eli Zaretskii <eliz@gnu.org>
21190
21191 * w32.c (g_b_init_get_sid_sub_authority)
21192 (g_b_init_get_sid_sub_authority_count): New static variables.
21193 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
21194 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
21195 (init_user_info): Use them to retrieve uid and gid.
21196 Use 500/513, the Windows defaults, as Administrator's uid/gid.
21197 (fstat): Use pw_uid and pw_gid from the_passwd structure for
21198 st_uid and st_gid of the file.
21199
21200 2008-01-26 Jason Rumney <jasonr@gnu.org>
21201
21202 * w32.c (logon_network_drive): New function.
21203 (stat): Use it.
21204
21205 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
21206
21207 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
21208 invisible text covered with an ellipsis.
21209
21210 2008-01-25 Richard Stallman <rms@gnu.org>
21211
21212 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
21213 jump back to beginning. Move some other initializations after that.
21214 (Qwindow_text_change_functions, Vwindow_text_change_functions):
21215 New variables.
21216 (syms_of_xdisp): Init them.
21217
21218 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
21219
21220 * buffer.c (reset_buffer_local_variables):
21221 Implement `permanent-local-hook'.
21222 (Qpermanent_local_hook): New variable.
21223 (syms_of_buffer): Init and staticpro it.
21224
21225 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
21226
21227 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
21228
21229 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
21230
21231 * fns.c (Fclrhash): Return TABLE.
21232
21233 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21234
21235 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
21236 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
21237 is set even without positional changes.
21238 (x_scroll_bar_clear): Set bar->redraw_needed_p.
21239
21240 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
21241
21242 2008-01-23 Jason Rumney <jasonr@gnu.org>
21243
21244 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
21245
21246 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
21247 the unicode range available in MULE by locale-coding-system.
21248 Improve dbcs lead byte detection. Set event timestamp and modifiers
21249 earlier.
21250
21251 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21252
21253 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
21254 [MAC_OSX] (init_mac_osx_environment): Initialize it.
21255 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
21256 when used on child processes.
21257
21258 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
21259
21260 * dbusbind.c (Fdbus_method_return_internal): Rename from
21261 Fdbus_method_return.
21262 (Fdbus_unregister_object): Move to dbus.el.
21263 (Fdbus_call_method, Fdbus_method_return_internal)
21264 (Fdbus_send_signal): Improve debug messages.
21265
21266 2008-01-20 Martin Rudalics <rudalics@gmx.at>
21267
21268 * undo.c (undo_inhibit_record_point): New variable.
21269 (syms_of_undo): Initialize it.
21270 (record_point): Don't record point when undo_inhibit_record_point
21271 is set.
21272
21273 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
21274
21275 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
21276
21277 * xdisp.c (Qauto_hscroll_mode): New var.
21278 (syms_of_xdisp): Initialize it.
21279 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
21280 window's buffer.
21281 (hscroll_windows): Don't check automatic_hscrolling_p here.
21282
21283 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
21284 vscroll if we're setting window-buffer to the value it already has.
21285
21286 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
21287
21288 * m/intel386.h: Remove references to XENIX.
21289
21290 2008-01-17 Andreas Schwab <schwab@suse.de>
21291
21292 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
21293 instead of HAVE_X86_64_LIB64_DIR.
21294 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
21295
21296 2008-01-17 Glenn Morris <rgm@gnu.org>
21297
21298 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
21299 to HAVE_X86_64_LIB64_DIR.
21300
21301 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
21302
21303 * s/irix3-3.h:
21304 * s/irix4-0.h:
21305 * s/386-ix.h:
21306 * s/domain.h:
21307 * s/hpux9-x11r4.h:
21308 * s/hpux9shxr4.h: Remove files for systems no longer supported.
21309
21310 * sysdep.c: Remove code containing references to symbols defined
21311 by unsupported systems.
21312
21313 2008-01-16 Glenn Morris <rgm@gnu.org>
21314
21315 * coding.c (select-safe-coding-system-function): Doc fix.
21316
21317 2008-01-15 Glenn Morris <rgm@gnu.org>
21318
21319 * config.in: Revert 2008-01-13 change: this is a generated file.
21320
21321 2008-01-13 Tom Tromey <tromey@redhat.com>
21322
21323 * lisp.h: Fix typo.
21324
21325 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21326
21327 * m/sequent-ptx.h:
21328 * m/sequent.h:
21329 * s/ptx.h:
21330 * s/ptx4-2.h:
21331 * s/ptx4.h: Remove files for systems no longer supported.
21332
21333 * callproc.c (Fcall_process): Fix previous change.
21334
21335 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21336
21337 * unexsunos4.c: Remove file, system not supported anymore.
21338
21339 * m/mips.h:
21340 * m/intel386.h:
21341 * callproc.c:
21342 * config.in:
21343 * ecrt0.c:
21344 * emacs.c:
21345 * fileio.c:
21346 * frame.c:
21347 * getpagesize.h:
21348 * keyboard.c:
21349 * lread.c:
21350 * process.c:
21351 * puresize.h:
21352 * sysdep.c:
21353 * systty.h:
21354 * syswait.h:
21355 * unexec.c:
21356 * xdisp.c:
21357 * alloc.c: Remove code containing references to symbols defined by
21358 unsupported systems.
21359
21360 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
21361
21362 * coding.c (detect_coding_mask): Fix previous change.
21363
21364 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
21365
21366 * coding.c (detect_coding_iso2022): New arg
21367 latin_extra_code_state. Allow Latin extra codes only
21368 when *latin_extra_code_state is nonzero.
21369 (detect_coding_mask): If there is a NULL byte, detect the encoding
21370 as UTF-16 or binary. If Latin extra codes exist, detect the
21371 encoding as ISO-2022 only when there's no other proper encoding is
21372 found.
21373
21374 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21375
21376 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
21377 #ifdef MAC_OS.
21378
21379 2008-01-08 Richard Stallman <rms@gnu.org>
21380
21381 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
21382
21383 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
21384
21385 * keyboard.c (parse_menu_item): Don't enclose key bindings on
21386 menu bar in parentheses.
21387
21388 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
21389
21390 * m/7300.h:
21391 * m/acorn.h:
21392 * m/alliant-2800.h:
21393 * m/alliant.h:
21394 * m/alliant1.h:
21395 * m/alliant4.h:
21396 * m/altos.h:
21397 * m/amdahl.h:
21398 * m/apollo.h:
21399 * m/att3b.h:
21400 * m/aviion-intel.h:
21401 * m/aviion.h:
21402 * m/celerity.h:
21403 * m/clipper.h:
21404 * m/cnvrgnt.h:
21405 * m/convex.h:
21406 * m/cydra5.h:
21407 * m/delta88k.h:
21408 * m/dpx2.h:
21409 * m/dual.h:
21410 * m/elxsi.h:
21411 * m/f301.h:
21412 * m/gould-np1.h:
21413 * m/gould.h:
21414 * m/i860.h:
21415 * m/ibmps2-aix.h:
21416 * m/ibmrt-aix.h:
21417 * m/ibmrt.h:
21418 * m/irist.h:
21419 * m/is386.h:
21420 * m/isi-ov.h:
21421 * m/mega68.h:
21422 * m/mg1.h:
21423 * m/news-r6.h:
21424 * m/news-risc.h:
21425 * m/news.h:
21426 * m/nh3000.h:
21427 * m/nh4000.h:
21428 * m/ns16000.h:
21429 * m/ns32000.h:
21430 * m/nu.h:
21431 * m/orion.h:
21432 * m/orion105.h:
21433 * m/paragon.h:
21434 * m/pfa50.h:
21435 * m/plexus.h:
21436 * m/pyramid.h:
21437 * m/pyrmips.h:
21438 * m/sh3el.h:
21439 * m/sps7.h:
21440 * m/sr2k.h:
21441 * m/stride.h:
21442 * m/sun1.h:
21443 * m/sun2.h:
21444 * m/sun3-68881.h:
21445 * m/sun3-fpa.h:
21446 * m/sun3-soft.h:
21447 * m/sun3.h:
21448 * m/sun386.h:
21449 * m/symmetry.h:
21450 * m/tad68k.h:
21451 * m/tahoe.h:
21452 * m/targon31.h:
21453 * m/tek4300.h:
21454 * m/tekxd88.h:
21455 * m/tower32.h:
21456 * m/tower32v3.h:
21457 * m/ustation.h:
21458 * m/wicat.h:
21459 * m/xps100.h:
21460 * s/cxux.h:
21461 * s/cxux7.h:
21462 * s/dgux.h:
21463 * s/dgux4.h:
21464 * s/dgux5-4-3.h:
21465 * s/dgux5-4r2.h:
21466 * s/esix.h:
21467 * s/esix5r4.h:
21468 * s/hiuxmpp.h:
21469 * s/hiuxwe2.h:
21470 * s/iris3-5.h:
21471 * s/iris3-6.h:
21472 * s/isc2-2.h:
21473 * s/isc3-0.h:
21474 * s/isc4-0.h:
21475 * s/isc4-1.h:
21476 * s/newsos5.h:
21477 * s/newsos6.h:
21478 * s/osf1.h:
21479 * s/osf5-0.h:
21480 * s/riscix1-1.h:
21481 * s/riscix12.h:
21482 * s/sco4.h:
21483 * s/sco5.h:
21484 * s/sunos4-0.h:
21485 * s/sunos4-1.h:
21486 * s/sunos413.h:
21487 * s/sunos4shr.h:
21488 * s/umax.h:
21489 * s/unipl5-2.h:
21490 * s/xenix.h:
21491 * cxux-crt0.s:
21492 * unexapollo.c:
21493 * unexconvex.c:
21494 * unexenix.c:
21495 * unexsni.c: Remove files for systems no longer supported.
21496
21497 * m/intel386.h: Remove references to unsupported systems.
21498
21499 * w32.c (get_emacs_configuration): Remove reference to i860.
21500
21501 * sysdep.c: Remove dead code.
21502
21503 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
21504
21505 * s/rtu.h:
21506 * m/masscomp.h: Remove files. Platform is obsolete.
21507
21508 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
21509
21510 * dbusbind.c (Fdbus_method_return): New function.
21511 (xd_read_message): Add the serial number to the event.
21512 (Fdbus_register_method): Activate the function.
21513
21514 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21515
21516 * keyboard.c (read_key_sequence): Fix typo.
21517
21518 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
21519
21520 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
21521 (xd_signature, xd_append_arg): Handle element type detection for
21522 empty arrays.
21523 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
21524 SDATA () calls; this must be solved more general.
21525 (Fdbus_register_signal): Use SBYTES instead of strlen.
21526
21527 2008-01-03 Magnus Henoch <magnus@zemdatav>
21528
21529 * dbusbind.c (xd_append_arg): Use unsigned char instead of
21530 unsigned int for byte values (necessary for big-endian platform).
21531 (Fdbus_call_method): Handle the case of no returned arguments.
21532
21533 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
21534
21535 * dbusbind.c (xd_read_message): Use non-static input_event struct.
21536
21537 2007-12-31 Magnus Henoch <mange@freemail.hu>
21538
21539 * dbusbind.c (xd_signature): Signature of variant is just "v".
21540
21541 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
21542
21543 * dbusbind.c: Fix several errors and compiler warnings.
21544 Reported by Tom Tromey <tromey@redhat.com>.
21545 (XD_ERROR, XD_DEBUG_MESSAGE)
21546 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
21547 (xd_append_arg): Part for basic D-Bus types rewritten.
21548 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
21549 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
21550 appropriate.
21551 (xd_read_message): Return Qnil. Don't signal an error; it is not
21552 useful during event reading.
21553 (Fdbus_register_signal): Signal an error if the check for
21554 FUNCTIONP fails.
21555 (Fdbus_register_method): New function. The implementation is not
21556 complete, the call of the function signals an error therefore.
21557 (Fdbus_unregister_object): New function, renamed from
21558 Fdbus_unregister_signal. The initial check signals an error, if
21559 the object is not well formed.
21560
21561 2007-12-30 Richard Stallman <rms@gnu.org>
21562
21563 * textprop.c (get_char_property_and_overlay):
21564 Signal error if POSITION is out of range in a buffer.
21565
21566 2007-12-29 Martin Rudalics <rudalics@gmx.at>
21567
21568 * w32fns.c (Fx_create_frame): Make copy of frame parameters
21569 because the original parameters are in pure storage now.
21570
21571 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21572
21573 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
21574
21575 2007-12-22 Eli Zaretskii <eliz@gnu.org>
21576
21577 * callint.c (syms_of_callint) <command-history>: Add reference to
21578 history-length in the doc string.
21579
21580 2007-12-17 Jason Rumney <jasonr@gnu.org>
21581
21582 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
21583 before passing as wParam.
21584
21585 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
21586
21587 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
21588 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
21589 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
21590 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
21591 as number.
21592 (Fdbus_call_method): Fix docstring.
21593
21594 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
21595
21596 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
21597 New macros.
21598 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
21599 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
21600 Simplify.
21601 (xd_signature): New function.
21602 (xd_append_arg): Compute also signatures. Major rewrite.
21603 (xd_retrieve_arg): Make debug messages friendly.
21604 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
21605 Check for signatures of arguments.
21606
21607 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
21608
21609 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
21610 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
21611 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
21612 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
21613 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
21614 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
21615 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
21616 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
21617 (xd_retrieve_value): Remove. Functionality included in ...
21618 (xd_append_arg): New function.
21619 (Fdbus_call_method, Fdbus_send_signal): Apply it.
21620
21621 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
21622
21623 * dbusbind.c (top): Include <stdio.h>.
21624 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
21625 dbus_message_new_method_call and dbus_message_new_signal.
21626 (Fdbus_register_signal): Rename unique_name to uname.
21627 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
21628 non-existing unique name. Fix typos in matching rule. Return an
21629 object which is useful in Fdbus_unregister_signal.
21630 (Fdbus_unregister_signal): Reimplementation, in order to remove
21631 only the corresponding entry.
21632 (Vdbus_registered_functions_table): Change the order of entries.
21633 Apply these changes in xd_read_message and Fdbus_register_signal.
21634
21635 2007-12-16 Andreas Schwab <schwab@suse.de>
21636
21637 * fileio.c (Finsert_file_contents): Fix overflow check to not
21638 depend on undefined integer overflow.
21639
21640 2007-12-14 Jason Rumney <jasonr@gnu.org>
21641
21642 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
21643 for characters above 127.
21644
21645 2007-12-13 Jason Rumney <jasonr@gnu.org>
21646
21647 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
21648 before dereferencing array.
21649 (lookup_vk_code): Remove zero comparison.
21650
21651 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
21652
21653 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
21654 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
21655 Use `unsigned int' instead of `uint'.
21656 (xd_read_message, Fdbus_register_signal): Split expressions into
21657 multiple lines before operators "&&" and "||", according to the
21658 GNU Coding Standards.
21659
21660 2007-12-14 Eli Zaretskii <eliz@gnu.org>
21661
21662 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
21663
21664 2007-12-12 Juri Linkov <juri@jurta.org>
21665
21666 * buffer.c (Frename_buffer): In interactive spec replace
21667 `read-buffer' with `read-string' that uses `buffer-name-history'
21668 as history, and the current buffer's name as default.
21669
21670 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
21671
21672 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
21673 manipulating the backtrace manually.
21674 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
21675 (struct backtrace, backtrace_list): Remove.
21676 (command_loop_1): Remove dead var `no_direct'.
21677
21678 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
21679 preserve non-built-in buffer-local variables.
21680 (Fkill_all_local_variables): Don't re-create&re-set permanent
21681 buffer-local variables.
21682
21683 2007-12-09 Juri Linkov <juri@jurta.org>
21684
21685 * buffer.c (Frename_buffer): Change interactive spec from "s" to
21686 Lisp code that uses `read-buffer' with current buffer as default.
21687
21688 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
21689
21690 * dbusbind.c (xd_read_message): Generate an event for every
21691 registered handler. There might be several handlers registered
21692 for the same signal.
21693 (Fdbus_register_signal): Don't overwrite a registration for the
21694 same signal. Add a new registration if handlers are different.
21695 (Vdbus_registered_functions_table): Rework doc string.
21696
21697 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
21698
21699 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
21700 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
21701 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
21702 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
21703 Unify argument lists.
21704 (xd_read_message, Fdbus_register_signal): Reorder and extend event
21705 arguments and hash table keys. Use unique name for service.
21706 (Fdbus_unregister_signal): Remove checks.
21707 (Vdbus_registered_functions_table): Fix doc string.
21708
21709 2007-12-05 Magnus Henoch <mange@freemail.hu>
21710
21711 * process.c (make_process): Initialize pty_flag to 0.
21712
21713 2007-12-05 Jason Rumney <jasonr@gnu.org>
21714
21715 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
21716 specified XBMs.
21717
21718 2007-12-05 Richard Stallman <rms@gnu.org>
21719
21720 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
21721
21722 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21723
21724 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
21725 New variable.
21726 (mac_try_close_socket) [MAC_OSX]: New function.
21727 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
21728 Update cfsockets_for_select. Replace invalid CFRunLoop source.
21729
21730 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
21731 Use mac_try_close_socket.
21732
21733 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21734
21735 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
21736 reloc_base.
21737 (copy_dysymtab): Compute relocation base here.
21738 (rebase_reloc_address) [__ppc64__]: New function.
21739 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
21740 changed.
21741
21742 2007-12-05 Jason Rumney <jasonr@gnu.org>
21743
21744 * w32proc.c (sys_spawnve): Quote args with wildcards.
21745
21746 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21747
21748 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
21749 __objc_* sections.
21750 (unrelocate) [_LP64]: Set relocation base to address of data segment.
21751
21752 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
21753
21754 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
21755 Move check for Vdbus_registered_functions_table to
21756 xd_read_queued_messages.
21757 (xd_read_queued_messages): Protect xd_read_message calls by
21758 internal_condition_case_1.
21759
21760 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
21761
21762 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
21763 Qdbus_system_bus and Qdbus_session_bus, respectively.
21764 (Vdbus_intern_symbols): Remove.
21765 (Vdbus_registered_functions_table): New hash table.
21766 (XD_SYMBOL_INTERN_SYMBOL): Remove.
21767 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
21768 Rewrite in order to manage registered functions by hash table
21769 Vdbus_registered_functions_table.
21770
21771 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
21772
21773 * xterm.c: Update URL to Window Manager Specification in comment.
21774
21775 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
21776
21777 * config.in (HAVE_DBUS): Add.
21778
21779 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21780 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21781 (obj): Add $(DBUS_OBJ).
21782 (LIBES): Add $(DBUS_LIBS).
21783 (dbusbind.o): New target.
21784
21785 * dbusbind.c: New file.
21786
21787 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21788
21789 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21790 (Qdbus_event): New Lisp symbol.
21791 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21792 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
21793 (keys_of_keyboard): Define dbus-event.
21794
21795 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21796
21797 2007-12-01 Richard Stallman <rms@gnu.org>
21798
21799 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21800
21801 2007-11-30 Jason Rumney <jasonr@gnu.org>
21802
21803 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21804 (w32con_reset_terminal_modes): Clear screen buffer.
21805 (w32_face_attributes): Don't use color indexes that are out of range.
21806 Only reverse the default colors.
21807
21808 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21809 WINDOWSNT.
21810
21811 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21812
21813 2007-11-29 Jason Rumney <jasonr@gnu.org>
21814
21815 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21816 (w32_face_attributes): Use Vtty_defined_color_alist to determine
21817 if the terminal colors are initialized.
21818 (unspecified_fg, unspecified_bg): Remove unused declarations.
21819
21820 2007-11-29 Andreas Schwab <schwab@suse.de>
21821
21822 * keyboard.c (apply_modifiers): Fix typo.
21823
21824 2007-11-29 Richard Stallman <rms@gnu.org>
21825
21826 * keymap.c (Fcurrent_local_map): Doc fix.
21827
21828 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
21829
21830 * s/gnu-kfreebsd.h: New file.
21831
21832 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21833
21834 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21835 Don't cast redundantly.
21836
21837 * keyboard.c (KEY_TO_CHAR): New macro.
21838 (parse_modifiers, apply_modifiers): Accept integer arguments.
21839 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21840 for chars and symbol keys.
21841 After doing such remapping, apply function-key-map again.
21842
21843 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21844
21845 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21846 compiled anymore.
21847
21848 2007-11-26 Andreas Schwab <schwab@suse.de>
21849
21850 * process.c (list_processes_1): Fix indentation level of the
21851 command column.
21852
21853 2007-11-23 Andreas Schwab <schwab@suse.de>
21854
21855 * editfns.c (Fformat): Handle %c specially since it requires the
21856 argument to be of type int.
21857
21858 2007-11-23 Markus Triska <markus.triska@gmx.at>
21859
21860 * emacs.c (main): Call init_editfns before init_process, since
21861 init_process sets Vprocess_connection_type depending on OS release.
21862
21863 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21864
21865 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21866 (find_symbol_value): Use do_symval_forwarding.
21867
21868 * data.c (set_internal): Set the value in the `cons-cell' (for
21869 Buffer_Local_values) not only for frame-local variables.
21870
21871 2007-11-22 Andreas Schwab <schwab@suse.de>
21872
21873 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21874 values to sprintf.
21875 * keymap.c (Fsingle_key_description): Likewise.
21876 * print.c (print_object): Likewise.
21877
21878 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21879
21880 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21881 file for image is nil.
21882
21883 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21884
21885 * term.c: Include stdarg.h.
21886 (fatal): Implement using varargs.
21887 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21888
21889 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21890
21891 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21892 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21893 Update call to buffer_slot_type_mismatch.
21894 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21895 (buffer_slot_type_mismatch): Update.
21896 * buffer.c (buffer_local_types): Remove.
21897 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21898 (defvar_per_buffer): Set the type in the buffer_objfwd.
21899
21900 2007-11-21 Jason Rumney <jasonr@gnu.org>
21901
21902 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21903 CreateFileMapping returns NULL on failure.
21904
21905 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21906
21907 * search.c (Fset_match_data): Remove the `evaporate' feature.
21908 (unwind_set_match_data): Don't use the `evaporate' feature.
21909
21910 2007-11-21 Jason Rumney <jasonr@gnu.org>
21911
21912 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21913
21914 * w32console.c (w32con_write_glyphs): Remove unused variables.
21915
21916 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21917
21918 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21919
21920 * s/darwin.h (MULTI_KBOARD): Remove.
21921
21922 * macfns.c (x_create_tip_frame, Fx_create_frame)
21923 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21924
21925 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21926
21927 * buffer.c (Fbuffer_local_value): Remove redundant test.
21928 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21929 than in `current-buffer' to match the comment.
21930 Do the swap using swap_in_global_binding.
21931
21932 * data.c (store_symval_forwarding, set_internal):
21933 * eval.c (specbind): Remove dead code.
21934
21935 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21936 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21937 Since we do not want to see internal Lisp_*fwd objects here.
21938
21939 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21940
21941 * sysdep.c (init_system_name): Use getaddrinfo if available.
21942
21943 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21944 (x_scroll_bar_note_movement): start, end, with, height in struct
21945 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21946
21947 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21948
21949 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21950
21951 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21952
21953 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21954 This undoes Richard's change of 14-Oct-2002.
21955
21956 * alloc.c (allocate_other_vector):
21957 * lisp.h (allocate_other_vector): Remove.
21958
21959 * window.c (struct save_window_data): Move non-lisp data to the end
21960 and make it `int' rather than Lisp_Object.
21961 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21962 Done wrap/unwrap integer values.
21963 (Fset_window_configuration, compare_window_configurations):
21964 Update use of fields to their new types.
21965
21966 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21967 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21968 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21969 (SET_SCROLL_BAR_X_WINDOW): Remove.
21970 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21971 Access the new x_window field directly.
21972 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21973 Don't wrap/unwrap integers into Lisp_Objects.
21974 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21975 (x_scroll_bar_report_motion):
21976 Don't wrap/unwrap integers into Lisp_Objects.
21977 (x_term_init): Use SDATA.
21978 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21979 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21980 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21981 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21982 * xfns.c (x_set_background_color):
21983 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21984 Access the new x_window field directly.
21985
21986 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21987 (allocate_pseudovector): Make non-static.
21988
21989 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21990 (allocate_pseudovector): Declare.
21991 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21992
21993 2007-11-15 Andreas Schwab <schwab@suse.de>
21994
21995 * editfns.c (Fformat): Correctly format EMACS_INT values.
21996 Also take precision into account when formatting an integer.
21997
21998 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21999
22000 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
22001
22002 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
22003 (syms_of_keyboard): Defsubr it.
22004
22005 * data.c (swap_in_global_binding): Fix longstanding bug where
22006 store_symval_forwarding was not called with the right second argument,
22007 thus causing objfwd-ing from being dropped.
22008
22009 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
22010
22011 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
22012 (Fx_display_pixel_height, Fx_display_planes)
22013 (Fx_display_color_cells, Fx_server_max_request_size)
22014 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22015 (Fx_display_visual_class, Fx_display_save_under):
22016 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
22017 (Fx_display_pixel_height, Fx_display_planes)
22018 (Fx_display_color_cells, Fx_server_max_request_size)
22019 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
22020 (Fx_display_mm_height, Fx_display_mm_width)
22021 (Fx_display_backing_store, Fx_display_visual_class)
22022 (Fw32_select_font, Fx_display_save_under):
22023 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
22024 (Fx_display_pixel_height, Fx_display_planes)
22025 (Fx_display_color_cells, Fx_server_max_request_size)
22026 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22027 (Fx_display_save_under): Fix typos in docstrings.
22028
22029 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
22030
22031 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
22032 corresponding to deleted entries; they are an implementation detail.
22033 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
22034 Remove variables.
22035 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
22036 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
22037 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
22038 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
22039 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
22040 (Fw32_define_rgb_color, Fw32_load_color_file)
22041 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
22042 Fix typos in docstrings.
22043 (Fx_server_version): Reflow docstring.
22044 (Fw32_shell_execute): Doc fixes.
22045
22046 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
22047
22048 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
22049 if w32_parse_hot_key returned nil.
22050
22051 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22052
22053 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
22054
22055 2007-11-09 Jason Rumney <jasonr@gnu.org>
22056
22057 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
22058
22059 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
22060
22061 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
22062 Remove W32_SCROLL_BAR_CLICK_EVENT.
22063
22064 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
22065 Add MULTIMEDIA_KEY_EVENT.
22066
22067 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
22068 (lispy_multimedia_keys) [WINDOWSNT]: New array.
22069 (make_lispy_event) [WINDOWSNT]: Use it to translate
22070 MULTIMEDIA_KEY_EVENT.
22071
22072 * w32term.h (WM_APPCOMMAND): Define if not already.
22073 (GET_APPCOMMAND_LPARAM): Likewise.
22074
22075 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
22076 WM_APPCOMMAND.
22077
22078 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
22079 (syms_of_w32fns): Export and initialize it.
22080 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
22081
22082 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
22083
22084 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
22085 twice.
22086
22087 * xdisp.c (handle_face_prop): Fix last change.
22088
22089 2007-11-09 Richard Stallman <rms@gnu.org>
22090
22091 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
22092 not just for after-strings and before-strings.
22093 Call face_for_overlay_string and pass the overlay to it.
22094 (handle_display_prop): Determine whether property came from an overlay.
22095 Pass OVERLAY arg to handle_single_display_spec.
22096 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
22097 (load_overlay_strings): Fill in it->string_overlays.
22098 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
22099
22100 * xfaces.c (face_for_overlay_string): Function renamed from
22101 face_at_buffer_position_no_overlays, and add arg OVERLAY.
22102
22103 * dispextern.h (struct it): New elt string_overlays.
22104 New elt from_overlay, also in stack.
22105 Rearrange a few elements.
22106 (face_for_overlay_string): Decl renamed from
22107 face_at_buffer_position_no_overlays, and add argument.
22108
22109 2007-11-09 Richard Stallman <rms@gnu.org>
22110
22111 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
22112 to get the base face for an overlay string.
22113
22114 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
22115
22116 * xfaces.c (face_at_buffer_position_no_overlays): New function.
22117
22118 * xdisp.c (handle_stop): Move some code out of loop.
22119
22120 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22121
22122 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
22123 Fix conversion from Lisp object to ATSUFontID.
22124
22125 2007-11-09 Jason Rumney <jasonr@gnu.org>
22126
22127 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
22128
22129 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22130
22131 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
22132 Don't assume regions are aligned to page boundary.
22133 (print_load_command_name): Add LC_UUID if defined.
22134
22135 2007-11-09 Richard Stallman <rms@gnu.org>
22136
22137 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
22138
22139 2007-11-07 Jason Rumney <jasonr@gnu.org>
22140
22141 * s/windows95.h: Remove.
22142
22143 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
22144
22145 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
22146 abort with a message on unhandled store_type values.
22147
22148 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
22149
22150 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
22151 Remove HAVE_X11R5 and HAVE_X11R4.
22152
22153 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22154
22155 * Makefile.in: Remove references to sunfns.c and sunfns.o.
22156
22157 2007-11-01 Johan Bockgård <bojohan@gnu.org>
22158
22159 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
22160 Don't set s->stippled_p here, since it has already been set by
22161 x_set_glyph_string_gc from x_draw_glyph_string.
22162
22163 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22164
22165 * sunfns.c: Remove file.
22166
22167 * m/sun386.h:
22168 * m/sun2.h:
22169 * m/sparc.h: Remove Sun windows code.
22170
22171 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
22172
22173 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
22174 (init_keyboard): Set current_kboard's window-system to nil.
22175 (tty_read_avail_input): Typo.
22176 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
22177
22178 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22179
22180 * s/usg5-4.h:
22181 * s/usg5-3.h:
22182 * s/ptx.h:
22183 * m/is386.h:
22184 * m/ibmps2-aix.h:
22185 * Makefile.in: Remove all mentions of X10.
22186
22187 * dispnew.c (syms_of_display): Don't mention version 10.
22188
22189 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
22190
22191 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
22192 ($(BLD)/abbrev.$(O)): Remove.
22193
22194 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
22195
22196 Rewrite abbrev.c in Elisp.
22197 * image.c (Qcount): Don't declare as extern.
22198 (syms_of_image): Initialize and staticpro `Qcount'.
22199 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
22200 * emacs.c (main): Don't call syms_of_abbrev.
22201 * Makefile.in (obj): Remove abbrev.o.
22202 (abbrev.o): Remove.
22203 * abbrev.c: Remove.
22204
22205 2007-10-26 Martin Rudalics <rudalics@gmx.at>
22206
22207 * window.c (window_min_size_2): Don't count header-line.
22208
22209 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22210
22211 * frame.h (struct frame): Move all bit fields after the first bit
22212 field to take advantage of the available space. Group all the
22213 chars together to reduce wasted space due to padding.
22214
22215 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
22216
22217 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
22218
22219 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
22220 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
22221 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
22222 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
22223 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
22224 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
22225 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
22226 (last_marked, mark_object_loop_halt): Make static.
22227
22228 * frame.c (syms_of_frame) <delete-frame-functions>:
22229 Fix typo in docstring.
22230
22231 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
22232
22233 * w32.c (init_environment): Fix tiny memory leak.
22234 (w32_get_resource): Remove unused variable `ok'.
22235
22236 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22237
22238 Make `window-system' into a keyboard-local variable (rather than
22239 frame-local as done originally by multi-tty).
22240
22241 * keyboard.h (struct kboard): Add Vwindow_system.
22242 * keyboard.c (init_kboard): Set a default for Vwindow_system.
22243 (mark_kboards): Mark Vwindow_system.
22244
22245 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
22246 (init_display): Don't set the obsolete `window-system' frame-param.
22247
22248 * xterm.c (x_term_init):
22249 * w32term.c (w32_create_terminal):
22250 * term.c (init_tty): Set Vwindow_system.
22251 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
22252 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
22253
22254 * xfns.c (Fx_create_frame, x_create_tip_frame):
22255 * w32fns.c (Fx_create_frame, x_create_tip_frame):
22256 * macfns.c (Fx_create_frame):
22257 Don't set the obsolete `window-system' frame-param.
22258
22259 * frame.h (Qwindow_system): Remove.
22260 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
22261 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
22262
22263 2007-10-24 Richard Stallman <rms@gnu.org>
22264
22265 * frame.c (x_figure_window_size): For fullscreen case,
22266 set USPosition | PPosition without clobbering rest of window_prompting.
22267
22268 * keyboard.c (Fcurrent_idle_time): Doc fix.
22269
22270 * print.c (Fwith_output_to_temp_buffer): Doc fix.
22271
22272 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22273
22274 * process.c (unwind_request_sigio): Only define if __ultrix__.
22275
22276 * callproc.c (child_setup): Remove spurious *.
22277
22278 * lisp.h (Fget_text_property): Declare.
22279 (have_menus_p): Declare it here rather than in sys-dep header files.
22280 * macterm.h (have_menus_p):
22281 * msdos.h (have_menus_p):
22282 * xterm.h (have_menus_p): Remove.
22283
22284 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
22285 (Fmake_variable_frame_local): Just check the variable's const-ness
22286 rather than checking nil or t.
22287
22288 2007-10-22 Jason Rumney <jasonr@gnu.org>
22289
22290 * w32fns.c: Include math.h.
22291 (w32_abort): Declaration moved to nt/config.nt.
22292
22293 * s/ms-w32.h (HAVE_STDLIB_H): Define.
22294 (abort): Redefinition moved to nt/config.nt.
22295
22296 * m/windowsnt.h: Remove.
22297
22298 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
22299
22300 * emacs.c (Fdump_emacs): Fix typo in message.
22301 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
22302 <installation-directory>: Reflow docstring.
22303
22304 2007-10-22 Juri Linkov <juri@jurta.org>
22305
22306 * minibuf.c: Allow minibuffer default to be a list of default values.
22307 With empty input use the first element of this list as returned default.
22308 (string_to_object)
22309 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
22310 (read_minibuf): If defalt is cons, set histstring to its car.
22311 (Fread_string): If default_value is cons, set val to its car.
22312 (Fread_buffer): If def is cons, use its car.
22313 (Fcompleting_read): If defalt is cons, set val to its car.
22314
22315 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
22316
22317 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
22318
22319 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
22320
22321 * doc.c (Fdocumentation): Check for advice in all cases.
22322
22323 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
22324
22325 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
22326
22327 2007-10-19 Richard Stallman <rms@gnu.org>
22328
22329 * doc.c (Fdocumentation): Check for and handle an advised function.
22330
22331 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
22332
22333 * process.c (Fset_process_filter): Doc fix.
22334
22335 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22336
22337 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
22338 which caused key-translation-map to applied repeatedly (thus breaking
22339 double-mode).
22340
22341 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22342
22343 * xselect.c (x_own_selection, x_handle_selection_clear)
22344 (x_clear_frame_selections):
22345 * w32menu.c (list_of_panes, list_of_items):
22346 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
22347 * textprop.c (validate_plist, interval_has_all_properties)
22348 (interval_has_some_properties, interval_has_some_properties_list)
22349 (add_properties, text_property_list):
22350 * process.c (Fget_buffer_process, list_processes_1, status_notify):
22351 * minibuf.c (Fassoc_string):
22352 * macselect.c (x_own_selection, x_clear_frame_selections)
22353 (Fx_disown_selection_internal):
22354 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
22355 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
22356
22357 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
22358
22359 * process.c: Link to libs for calling res_init() if available.
22360 (Fmake_network_process): Call res_init() before getaddrinfo or
22361 gethostbyname, if possible.
22362
22363 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22364
22365 * lread.c (read1): Set pvectype for char_tables.
22366
22367 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
22368 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
22369 Add type checks.
22370 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
22371
22372 * alloc.c (free_misc): Use XMISCTYPE.
22373 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
22374
22375 2007-10-17 Glenn Morris <rgm@gnu.org>
22376
22377 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
22378 (syms_of_minibuf): Add Qcompletion_ignore_case.
22379 * dired.c (Qcompletion_ignore_case): Change to external.
22380 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
22381 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
22382 (Fread_file_name): Use it rather than intern'ing.
22383
22384 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
22385 (Fread_coding_system): Ignore case of user input.
22386
22387 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22388
22389 * xdisp.c (handle_display_prop): Ignore display specs after
22390 replacing one when string text is being replaced.
22391 (handle_single_display_spec): Pretend as if characters with display
22392 property haven't been consumed only when buffer text is being replaced.
22393
22394 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22395
22396 * xfns.c (Fx_create_frame, Fx_display_list):
22397 * window.c (window_fixed_size_p, enlarge_window)
22398 (shrink_window_lowest_first):
22399 * macterm.c (init_font_name_table):
22400 * macfns.c (Fx_create_frame, Fx_display_list):
22401 * lread.c (close_load_descs):
22402 * keyboard.c (read_char_x_menu_prompt):
22403 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
22404 * coding.c (code_convert_region_unwind): Test the type of an object
22405 rather than just !NILP before extracting data from it.
22406
22407 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
22408
22409 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
22410 (XMISCANY): New macro.
22411 (XMISCTYPE): Use it.
22412 (struct Lisp_Misc_Any): New type.
22413 (union Lisp_Misc): Use it.
22414 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
22415 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
22416 (find_symbol_value, set_internal, default_value, Fset_default)
22417 (Fmake_variable_buffer_local, Fmake_local_variable)
22418 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
22419 (Flocal_variable_if_set_p, Fvariable_binding_locus):
22420 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
22421 * alloc.c (allocate_buffer): Set the size and tag.
22422 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
22423 Use XMISCANY.
22424 (die): Follow the GNU convention for error messages.
22425 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
22426 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
22427 tag any more.
22428 (set_buffer_internal_1):
22429 * frame.c (store_frame_param):
22430 * eval.c (specbind):
22431 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
22432
22433 * doc.c (Fsnarf_documentation): Simplify.
22434
22435 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
22436
22437 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
22438 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
22439
22440 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
22441
22442 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
22443
22444 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
22445
22446 * eval.c (do_autoload): Don't save autoloads.
22447
22448 * data.c (Ffset): Save autoload of the function being set.
22449
22450 2007-10-07 John Paul Wallington <jpw@pobox.com>
22451
22452 * xfns.c (x_create_tip_frame): Set the `display-type' frame
22453 parameter before setting up faces.
22454
22455 2007-10-13 Eli Zaretskii <eliz@gnu.org>
22456
22457 * ccl.c (Fregister_code_conversion_map):
22458 * keyboard.c (append_tool_bar_item): Reformat last change.
22459
22460 * lisp.h (eabs): Rename from `abs'. All callers changed.
22461
22462 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
22463
22464 * buffer.c (add_overlay_mod_hooklist):
22465 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
22466 * fontset.c (make_fontset):
22467 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
22468 (append_tool_bar_item):
22469 * macmenu.c (grow_menu_items):
22470 * w32menu.c (grow_menu_items):
22471 * xmenu.c (grow_menu_items): Use larger_vector.
22472
22473 2007-10-13 Eli Zaretskii <eliz@gnu.org>
22474
22475 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
22476 selected frame'' on MSDOS).
22477
22478 2007-10-12 Martin Rudalics <rudalics@gmx.at>
22479
22480 * frame.c (Qexplicit_name): New variable.
22481 (x_report_frame_params): Report it in parameter alist.
22482 (syms_of_frame): Intern and staticpro it.
22483
22484 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
22485
22486 * macfns.c (x_create_tip_frame): Set terminal for frame.
22487
22488 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22489
22490 * frame.c (Qenvironment): Remove.
22491 (syms_of_frame) <Qenvironment>: Don't initialize.
22492 (Fdelete_frame): Don't treat the `environment' param specially.
22493 * frame.h (Qenvironment): Don't declare.
22494 * callproc.c (set_initial_environment): Don't set unused frame param.
22495
22496 * frame.c (Fframe_with_environment): Remove.
22497 (syms_of_frame) <Sframe_with_environment>: Don't declare.
22498
22499 * lisp.h (Fframe_with_environment): Don't declare.
22500
22501 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
22502
22503 * indent.c (indent_tabs_mode, last_known_column)
22504 (last_known_column_modified): Make static.
22505 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
22506
22507 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
22508
22509 * puresize.h (BASE_PURESIZE): Increase to 1170000.
22510
22511 2007-10-09 Jason Rumney <jasonr@gnu.org>
22512
22513 * w32term.c (x_set_window_size): Disable code that attempts to tell
22514 Lisp code about a size change before it actually happens.
22515
22516 2007-10-09 Richard Stallman <rms@gnu.org>
22517
22518 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
22519 return HANDLED_RETURN.
22520
22521 2007-10-08 Martin Rudalics <rudalics@gmx.at>
22522
22523 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
22524 when there's an unread command event.
22525
22526 * frame.c (focus_follows_mouse): Move here from frame.el to allow
22527 window autoselection act appropriately when leaving selected frame.
22528 (syms_of_frame): Initialize focus_follows_mouse.
22529 * frame.h (focus_follows_mouse): Extern it.
22530 * macterm.c (XTread_socket): When focus_follows_mouse is nil
22531 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
22532 * msdos.c (dos_rawgetc): Likewise.
22533 * w32term.c (w32_read_socket): Likewise.
22534 * xterm.c (handle_one_xevent): Likewise.
22535 * xdisp.c (syms_of_xdisp): In doc-string of
22536 mouse-autoselect-window mention focus-follows-mouse.
22537
22538 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22539
22540 * macterm.c (mac_load_query_font): Fix missing return value.
22541 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
22542 Add BLOCK_INPUT.
22543
22544 2007-10-08 Richard Stallman <rms@gnu.org>
22545
22546 * xdisp.c (get_window_cursor_type): Implement documented behavior
22547 for cursor-in-non-selected-windows = t.
22548
22549 2007-10-08 Jason Rumney <jasonr@gnu.org>
22550
22551 * w32.c (w32_get_resource): Always close registry keys.
22552
22553 2007-10-08 Jason Rumney <jasonr@gnu.org>
22554
22555 * makefile.w32-in (LIBS): Add COMCTL32.
22556
22557 * w32fns.c (globals_of_w32fns): Init common controls.
22558
22559 2007-10-08 Richard Stallman <rms@gnu.org>
22560
22561 * image.c (our_memory_buffer): Rename from omfib_buffer.
22562
22563 2007-10-08 Richard Stallman <rms@gnu.org>
22564
22565 * buffer.c (Foverlays_at): Doc fix.
22566
22567 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
22568
22569 * fns.c (Fplist_put): Preserve uneven tail data.
22570
22571 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
22572
22573 * termhooks.h (enum event_kind): Remove trailing comma.
22574
22575 * frame.h (enum): Remove trailing comma.
22576
22577 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
22578
22579 * w32proc.c (delete_child): Don't terminate threads of zombies.
22580
22581 2007-10-08 Martin Rudalics <rudalics@gmx.at>
22582
22583 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
22584
22585 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
22586 last-repeatable-command.
22587 (init_kboard): Initialize Vlast_repeatable_command.
22588 (command_loop_1): Set it to real_this_command unless that was
22589 bound to an input event.
22590 (mark_kboards): Mark it.
22591
22592 2007-10-08 Richard Stallman <rms@gnu.org>
22593
22594 * eval.c (condition-case): Doc fix.
22595
22596 2007-10-08 Masatake YAMATO <jet@gyve.org>
22597
22598 * xfaces.c (tty_supports_face_attributes_p): Fix code
22599 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
22600 was copied and not edited.
22601
22602 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
22603
22604 Add new `input-decode-map' keymap and use it for terminal
22605 escape sequences.
22606 * keyboard.h (struct kboard): Add Vinput_decode_map.
22607 Remove Vlocal_key_translation_map.
22608 * keyboard.c (read_key_sequence): Add support for input-decode-map.
22609 (init_kboard): Init input-decode-map.
22610 Replace local-key-translation-map back with key-translation-map.
22611 (syms_of_keyboard): Declare input-decode-map.
22612 Remove local-key-translation-map. Update docstrings.
22613 (mark_kboards): Mark Vinput_decode_map.
22614 Don't mark Vlocal_key_translation_map.
22615 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
22616 Replace local-key-translation-map back with key-translation-map.
22617 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
22618 Bind in input-decode-map rather than function-key-map.
22619
22620 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
22621 This was made redundant by the previous introduction of XSETPVECTYPE.
22622
22623 2007-10-09 Richard Stallman <rms@gnu.org>
22624
22625 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
22626
22627 2007-09-29 Richard Stallman <rms@gnu.org>
22628
22629 * eval.c (internal_condition_case_2, internal_condition_case_1)
22630 (internal_condition_case): Reenable abort if x_catching_errors ()
22631 to see if that really happens and why.
22632
22633 2007-10-06 Andreas Schwab <schwab@suse.de>
22634
22635 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
22636
22637 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
22638
22639 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
22640
22641 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22642
22643 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
22644
22645 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22646
22647 * window.h (struct window):
22648 * window.c (struct save_window_data, struct saved_window):
22649 * termhooks.h (struct terminal):
22650 * process.h (struct Lisp_Process):
22651 * frame.h (struct frame):
22652 * buffer.h (struct buffer):
22653 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
22654 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
22655 The size field of (pseudo)vectors is now unsigned.
22656 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
22657
22658 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
22659 Turn `count' into an integer.
22660
22661 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
22662 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
22663 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
22664 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
22665 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
22666
22667 * alloc.c (allocate_pseudovector): New fun.
22668 (ALLOCATE_PSEUDOVECTOR): New macro.
22669 (allocate_window, allocate_terminal, allocate_frame)
22670 (allocate_process): Use it.
22671 (mark_vectorlike): New function.
22672 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
22673 (mark_terminals): Use it.
22674 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
22675 (Fmake_byte_code): Use XSETPVECTYPE.
22676
22677 * frame.c (Fframe_parameters): Minor simplification.
22678
22679 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
22680
22681 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
22682
22683 * buffer.c (Fget_buffer_create, init_buffer_once):
22684 * lread.c (defsubr):
22685 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
22686
22687 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
22688 defined differently in the m/*.h files.
22689 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
22690 (XSETPVECTYPE): New macro.
22691 (XSETPSEUDOVECTOR): Use it.
22692
22693 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
22694 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
22695
22696 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
22697 * lread.c (defvar_per_buffer):
22698 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
22699
22700 * window.c (candidate_window_p): Only consider as visible frames that
22701 are on the same terminal.
22702
22703 * m/ibms390x.h (MARKBIT): Remove unused macro.
22704
22705 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
22706
22707 * lread.c (Fload): Fix typo in docstring.
22708
22709 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
22710
22711 * floatfns.c (Fexpt): Manually check for overflows, so that a power
22712 of a non-zero value can't yield zero.
22713
22714 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
22715
22716 * term.c (term_clear_mouse_face, term_mouse_highlight)
22717 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
22718
22719 * print.c (safe_debug_print): Use XHASH.
22720
22721 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
22722 Lisp elements such as tags.
22723 (XHASH): New macro.
22724 (EQ): Use it.
22725 (SREF, SSET, STRING_COPYIN): Use SDATA.
22726 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
22727
22728 * alloc.c (mark_terminal): Remove left-over declaration.
22729 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
22730 (allocate_vectorlike): Remove type argument. Adjust callers.
22731 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
22732 Only handle the one remaining MEM_TYPE_VECTORLIKE.
22733
22734 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
22735 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
22736 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
22737 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
22738 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
22739 Use them.
22740
22741 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
22742 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
22743 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
22744
22745 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
22746
22747 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
22748 loaded by default.
22749
22750 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
22751
22752 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
22753 on this tty.
22754 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
22755
22756 * term.c (mouse_face_window): Rename from Qmouse_face_window.
22757 Update all users.
22758 (handle_one_term_event): Use Gpm_DrawPointer.
22759 (Fgpm_mouse_start): Rename from Fterm_open_connection.
22760 Signal errors instead of returning nil. Always return nil.
22761 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
22762 Make it a noop if gpm-mouse was not activated.
22763 (syms_of_term): Update names.
22764
22765 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
22766
22767 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
22768 (init_sys_modes): Check that gpm_tty is the current tty.
22769
22770 * alloc.c (allocate_terminal): Set the vector size to only count the
22771 lisp fields. Initialize those to nil.
22772 (mark_object): Don't treat terminals specially.
22773 (mark_terminal): Remove.
22774 (mark_terminals): Use mark_object instead.
22775
22776 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22777 the GC to the beginning.
22778
22779 * indent.h:
22780 * indent.c: Use EMACS_INT for ints coming from Elisp data.
22781
22782 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22783
22784 2007-09-25 Jason Rumney <jasonr@gnu.org>
22785
22786 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22787
22788 * w32console.c (create_w32cons_output): Remove.
22789
22790 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22791
22792 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22793 (reset_sys_modes): Use reset_terminal_modes_hook.
22794
22795 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22796
22797 * eval.c (do_autoload): Don't output any message.
22798
22799 2007-09-24 Juri Linkov <juri@jurta.org>
22800
22801 * emacs.c (standard_args): Change priority of "--no-splash"
22802 from 40 to 3. Add "--no-desktop" with the same priority.
22803
22804 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
22805
22806 * alloc.c (gc_sweep): Check cons cell mark bits word by word
22807 and optimize the case where they are all 1.
22808
22809 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
22810
22811 * lisp.h (abs): Define if not defined.
22812 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22813 Don't define `abs', since it's defined in lisp.h.
22814
22815 2007-09-22 Eli Zaretskii <eliz@gnu.org>
22816
22817 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
22818 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22819 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22820 (init_tty): Use DEV_TTY instead of "/dev/tty".
22821 [WINDOWSNT]: No need to protect from NAME arg being null.
22822
22823 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22824
22825 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22826 up the tty state.
22827
22828 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22829
22830 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
22831 (gpm_tty): Change its type.
22832 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
22833 (gpm_tty): Change its type and initialize it.
22834 (Fterm_open_connection): Check the frame is indeed a tty.
22835 Use the new gpm_tty.
22836 (Fterm_close_connection): Use the new gpm_tty.
22837 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22838 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22839
22840 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
22841
22842 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22843 underline_color, to draw strike-through.
22844
22845 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22846
22847 * lisp.h (allocate_terminal): Declare.
22848
22849 * window.c (candidate_window_p): Consider frames that are being placed
22850 by the user as somewhere between visible and iconified.
22851 (window_loop): Prefer windows on the current frame.
22852 (Fselect_window): Move the use of select-frame to the beginning so we
22853 can just delegate all the work (it'll call us back anyway).
22854
22855 * frame.c (Qdisplay_environment_variable):
22856 * frame.h (Qdisplay_environment_variable): Delete.
22857
22858 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22859 of the first arg, since that value may be a union.
22860
22861 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22862 parameter rather than Qdisplay_environment_variable. If all else
22863 fails, look for DISPLAY in initial-environment.
22864
22865 2007-09-21 Glenn Morris <rgm@gnu.org>
22866
22867 * Makefile.in (emacstool): Remove target.
22868 (lisp, shortlisp): Remove termdev.elc.
22869
22870 2007-09-21 Markus Triska <markus.triska@gmx.at>
22871
22872 * xterm.c (x_delete_display): Compile session management conditionally.
22873
22874 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22875
22876 * callproc.c (getenv_internal_1): New function.
22877 (getenv_internal): Use it.
22878 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22879
22880 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22881 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22882 (Fset_terminal_parameter): Work with dead terminals as well.
22883 (Fmodify_terminal_parameters): Remove.
22884
22885 * terminal.c (get_terminal): Handle terminals.
22886 Make sure the terminal returned is live.
22887 (create_terminal): Use allocate_terminal.
22888 (mark_terminals): Move to alloc.c.
22889 (delete_terminal): Use terminal->name as liveness status.
22890 NULL out fields after freeing their contents.
22891 Don't deallocate the object.
22892 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22893 rather than an int.
22894 (Fterminal_live_p): Accept non-integer arguments.
22895 (Fterminal_list): Return terminal objects rather than an ints.
22896
22897 * alloc.c (enum mem_type): New member for `terminal' objects.
22898 (allocate_terminal): New function.
22899 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22900 Handle terminals.
22901 (mark_terminal): New fun.
22902 (mark_terminals): Move from terminal.c.
22903
22904 * term.c (get_tty_terminal): Don't treat output_initial specially.
22905 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22906 (delete_tty): Use terminal->name as liveness status.
22907
22908 * termhooks.h (struct terminal): Make it into a pseudovector.
22909 Remove `deleted' replaced by checking `name's nullness.
22910
22911 * print.c (print_object): Handle terminals.
22912
22913 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22914 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22915
22916 * frame.c (make_terminal_frame):
22917 * keyboard.c (tty_read_avail_input):
22918 * w32term.c (x_delete_terminal):
22919 * xfns.c (Fx_create_frame, x_create_tip_frame):
22920 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22921
22922 2007-09-20 Glenn Morris <rgm@gnu.org>
22923
22924 * process.c (Fmake_network_process): Doc fix.
22925
22926 2007-09-19 Jason Rumney <jasonr@gnu.org>
22927
22928 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22929
22930 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22931
22932 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22933 Fix a C warning regarding variable constness.
22934
22935 * xterm.c (handle_one_xevent): Fix a C warning.
22936
22937 2007-09-18 Jason Rumney <jasonr@gnu.org>
22938
22939 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22940
22941 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22942
22943 * gtkutil.c (gdpy_def): New variable.
22944 (xg_initialize): Initialize gdpy_def.
22945 (xg_display_close): If no other display exists, set gdpy_def to a
22946 new connection.
22947
22948 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22949
22950 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22951 when we have no file name for the icon.
22952 (xg_tool_bar_expose_callback): Remove.
22953 (xg_create_tool_bar): Don't connect expose signal to
22954 xg_tool_bar_expose_callback.
22955 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22956
22957 2007-09-16 Andreas Schwab <schwab@suse.de>
22958
22959 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22960 values instead of zapping them.
22961
22962 2007-09-14 Glenn Morris <rgm@gnu.org>
22963
22964 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22965 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22966 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22967 scope and rename to omfib_buffer for clarity.
22968 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22969
22970 2007-09-14 Kenichi Handa <handa@m17n.org>
22971
22972 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22973
22974 2007-09-13 Jason Rumney <jasonr@gnu.org>
22975
22976 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22977
22978 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22979
22980 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22981 (mac_term_init): Call here instead, passing rif.
22982
22983 2007-09-13 Glenn Morris <rgm@gnu.org>
22984
22985 * s/hpux.h: No longer define `static' as nothing.
22986
22987 2007-09-13 Johan Bockgård <bojohan@gnu.org>
22988
22989 * callint.c (Fcall_interactively): Remove unused var `fun'.
22990
22991 2007-09-12 Romain Francoise <romain@orebokech.com>
22992
22993 * window.c (prefer_window_split_horizontally, display_buffer):
22994 Revert 2007-09-08 change.
22995
22996 2007-09-12 Glenn Morris <rgm@gnu.org>
22997
22998 * alloca.c: Remove file.
22999 * Makefile.in (alloca): Do not undef.
23000 (allocaobj, alloca.o): Remove.
23001 (otherobj): Remove allocaobj.
23002 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
23003 * regex.c (C_ALLOCA): Remove all references and code that was only
23004 used when this was defined.
23005 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
23006 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
23007 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
23008
23009 * Makefile.in (SOURCES, unlock, relock): Delete.
23010
23011 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
23012 (menu_grab_callback): All uses changed.
23013
23014 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
23015 (x_reply_selection_request): All uses changed.
23016
23017 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
23018
23019 * lread.c (load_warn_old_style_backquotes): Change message to look
23020 better when it appears in the middle of byte-compiler messages.
23021
23022 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
23023
23024 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
23025
23026 * xterm.c (x_create_terminal): Add comment.
23027
23028 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
23029
23030 2007-09-10 Richard Stallman <rms@gnu.org>
23031
23032 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
23033
23034 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
23035
23036 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
23037 (DEFUN): Document `intspec', use it instead of `prompt'.
23038
23039 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
23040
23041 * data.c (Finteractive_form): If the interactive specification starts
23042 with a `(', use it as a Lisp form.
23043
23044 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
23045 name and file modes.
23046
23047 * callint.c (Fcall_interactively): Comment fixes.
23048
23049 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
23050
23051 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
23052 and compiled functions.
23053
23054 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
23055
23056 * window.c (prefer_window_split_horizontally): New variable.
23057 (display_buffer): Consider splitting window horizontally depending
23058 on prefer_window_split_horizontally.
23059
23060 2007-09-08 Eli Zaretskii <eliz@gnu.org>
23061
23062 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
23063
23064 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23065
23066 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
23067
23068 * frame.c (x_set_frame_parameters): Check number is positive before
23069 using XFASTINT.
23070
23071 * window.c (freeze_window_start): Don't presume selected_window holds
23072 a window object.
23073 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
23074
23075 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
23076
23077 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
23078
23079 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23080
23081 * window.c (Vsplit_window_preferred_function): New var.
23082 (Fdisplay_buffer): Use it.
23083 (syms_of_window): Export, and initialize it.
23084
23085 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
23086
23087 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
23088
23089 2007-09-06 Glenn Morris <rgm@gnu.org>
23090
23091 * gtkutil.c (menu_grab_callback) <cnt>:
23092 * xselect.c (x_reply_selection_request) <cnt>: Move static
23093 variable to file scope.
23094
23095 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23096
23097 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
23098 consistent values of selected_frame and selected_window.
23099
23100 2007-09-04 Jason Rumney <jasonr@gnu.org>
23101
23102 * w32console.c (initialize_w32_display): Zero unused hooks.
23103
23104 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23105
23106 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
23107 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
23108
23109 2007-09-04 Jason Rumney <jasonr@gnu.org>
23110
23111 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
23112 in w32console.c. Set up input. Remove XXX comments that have been
23113 confirmed as correct.
23114
23115 * s/ms-w32.h (MULTI_KBOARD): Define.
23116
23117 * w32console.c (one_and_only_w32cons): Remove.
23118 (initialize_w32_display): Take terminal argument.
23119
23120 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
23121 initialize_w32_display.
23122 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
23123
23124 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
23125
23126 * keyboard.c (discard_mouse_events): Discard it.
23127 (make_lispy_event): Translate it to a lisp event.
23128 (lispy_wheel_names): Add wheel-left and right events.
23129 (syms_of_keyboard): Enlarge wheel_syms.
23130
23131 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
23132 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
23133
23134 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
23135
23136 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
23137 from WM_MOUSEHWHEEL.
23138 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
23139
23140 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
23141 terminal.
23142
23143 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
23144 keyboard for the terminal.
23145
23146 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23147
23148 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
23149 (Vresume_tty_hook): Rename from Vresume_tty_functions.
23150 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
23151 and resume-tty-function to resume-tty-hook.
23152 (Fsuspend_tty, Fresume_tty): Use new names.
23153
23154 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
23155
23156 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
23157 if it starts with "n:".
23158
23159 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
23160
23161 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
23162
23163 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
23164
23165 * frame.h:
23166 * frame.c (Qterm_environment_variable): Remove.
23167 (syms_of_frame): Don't init and staticpro it.
23168
23169 * callproc.c (getenv_internal): Remove special case for $TERM.
23170
23171 * callproc.c (Vinitial_environment): New variable.
23172 (set_initial_environment): Initialize it.
23173 (syms_of_callproc): Declare it.
23174 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
23175 TERM under which a process runs is never related to the TERM in which
23176 Emacs is running.
23177
23178 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23179
23180 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
23181 * s/darwin.h: ... do it here.
23182
23183 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
23184
23185 * lisp.h (set_initial_environment): Rename from set_global_environment.
23186
23187 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
23188 removed by mistake on the multi-tty branch.
23189
23190 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
23191 (Fmodify_frame_parameters): Return a value.
23192
23193 * image.c (png_load): Comment-out var only used in commented-out code.
23194
23195 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
23196 before passing it to mark_object.
23197
23198 * xfaces.c (internal_resolve_face_name): Return a value.
23199 (internal_resolve_face_name, resolve_face_name_error): Comment out.
23200
23201 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
23202 (x_icon): Comment-out var only used in commented-out code.
23203
23204 2007-08-29 Romain Francoise <romain@orebokech.com>
23205
23206 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
23207 QUIT hasn't been provided.
23208
23209 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23210
23211 * callproc.c (child_setup, getenv_internal): Use the
23212 display-environment-variable and term-environment-variable frame params.
23213 (set_initial_environment): Initialise Vprocess_environment.
23214
23215 * config.in: Disable multi-keyboard support on a mac.
23216
23217 * frame.c (Qterm_environment_variable)
23218 (Qdisplay_environment_variable): New variables.
23219 (syms_of_frame): Intern and staticpro them.
23220 (Fmake_terminal_frame): Disable output method test.
23221
23222 * frame.h: Declare them here.
23223
23224 * macfns.c (x_set_mouse_color): Get rif from the frame.
23225 (x_set_tool_bar_lines): Don't use updating_frame.
23226 (mac_window): Add 2 new parameters for consistency with other systems.
23227 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
23228 frame parameters following what is done in X11 and w32. Don't use
23229 FRAME_MAC_DISPLAY_INFO.
23230 (Fx_open_connection, start_hourglass): Remove window-system check.
23231 (x_create_tip_frame): Get the keyboard from the terminal.
23232
23233 * macmenu.c: Reorder includes.
23234 (Fx_popup_menu): Use terminal specific mouse_position_hook.
23235
23236 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
23237 terminal parameter.
23238 (x_clear_frame): Add a frame parameter.
23239 (note_mouse_movement): Get rif from the frame.
23240 (mac_term_init): Initialize the terminal.
23241 (mac_initialize): Make static and move terminal initialization ...
23242 (mac_create_terminal): ... to this new function.
23243
23244 * macterm.h (struct mac_display_info): Add terminal.
23245 (mac_initialize): Delete declaration.
23246
23247 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
23248
23249 * sysdep.c: Comment out text after #endif.
23250
23251 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
23252 is defined. Better initialize ttys in windows. Use terminal
23253 specific mouse_position_hook.
23254
23255 * termhooks.h (union display_info): Add mac_display_info.
23256
23257 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
23258 Set the default minibuffer frame, window_system and the rest of the
23259 frame parameters following what is done in X11.
23260
23261 * w32term.c (w32_initialize): Make static.
23262
23263 * xselect.c (x_handle_selection_clear): Only access
23264 terminal->kboard when MULTI_KBOARD is defined.
23265
23266 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
23267 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
23268
23269 2007-08-29 Jason Rumney <jasonr@gnu.org>
23270
23271 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
23272 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
23273
23274 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
23275 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
23276
23277 * keyboard.c (restore_kboard_configuration): Only define when
23278 MULTI_KBOARD defined.
23279
23280 * makefile.w32-in: Update dependancies from Makefile.in.
23281 (OBJ1): Add terminal.$(O)
23282
23283 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
23284 Don't define function body.
23285 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
23286
23287 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
23288
23289 * w32.c (request_sigio, unrequest_sigio): Remove.
23290
23291 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
23292 (w32con_clear_frame, w32con_clear_end_of_line)
23293 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
23294 (w32con_delete_glyphs, w32con_set_terminal_window)
23295 (scroll_line, w32_sys_ring_bell): Add frame arg.
23296 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
23297 Add terminal arg.
23298 (PICK_FRAME): Remove.
23299 (w32con_write_glyphs): Use frame specific terminal coding.
23300 (one_and_only_w32cons): New global variable.
23301 (initialize_w32_display): Use it for storing hooks.
23302 (create_w32cons_output): New function.
23303
23304 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
23305 arg a frame.
23306
23307 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
23308 Set window_system.
23309 (x_set_tool_bar_lines): Don't use updating_frame.
23310 (Fx_create_frame): Set terminal and ref count.
23311 (Fx_open_connection): Remove window-system check.
23312
23313 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
23314
23315 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
23316 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
23317 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
23318 Add frame arg.
23319 (x_delete_terminal, w32_create_terminal): New functions.
23320 (w32_term_init): Create a terminal.
23321 (w32_initialize): Move terminal specific initialization to
23322 w32_create_terminal.
23323
23324 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
23325 (w32_clear_rect, w32_clear_area): Use background from frame.
23326 (w32_display_info): Add terminal.
23327 (w32_sys_ring_bell, x_delete_display): Declare here.
23328
23329 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
23330
23331 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
23332
23333 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
23334
23335 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
23336 Fix get_named_tty calls for the controlling tty.
23337
23338 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23339
23340 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
23341
23342 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
23343
23344 * term.c (tty_insert_glyphs): Add missing first parameter.
23345
23346 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
23347
23348 * buffer.c (Fbuffer_list, Fbury_buffer):
23349 Take frame->buried_buffer_list into account.
23350
23351 * cm.c (current_tty): New variable, for cmputc().
23352 (cmputc): Use it.
23353 (cmcheckmagic): Add tty parameter, look up terminal streams there.
23354 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
23355 (cmgoto): Add tty parameter. Pass it on to calccost().
23356 Use emacs_tputs() instead of tputs().
23357
23358 * cm.h (emacs_tputs): New macro to set current_tty, and then call
23359 tputs().
23360 (current_tty): New variable, for cmputc().
23361 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
23362
23363 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
23364 (internal_condition_case, internal_condition_case_1)
23365 (internal_condition_case_2): Don't abort when x_catching_errors.
23366
23367 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
23368 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
23369 prevent crashes caused by bogus longjmps in read_char.
23370
23371 * keymap.h (Fset_keymap_parent): Add EXFUN.
23372
23373 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
23374 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23375 Remove redundant definition.
23376
23377 * macfns.c (x_set_mouse_color, x_make_gc):
23378 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23379
23380 * w32term.c (x_free_frame_resources):
23381 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23382 (w32_initialize): Use the accessor macros for terminal characteristics.
23383
23384 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
23385 Use the accessor macros for terminal characteristics.
23386 * msdos.c (internal_terminal_init): Use the accessor macros for
23387 terminal characteristics.
23388 (ScreenVisualBell, internal_terminal_init):
23389 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23390
23391 * termopts.h (no_redraw_on_reenter): Declare.
23392
23393 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
23394 (mark_terminals, mark_ttys): Declare.
23395 (Fgarbage_collect): Call them.
23396 (mark_object): Mark buried_buffer_list.
23397
23398 * prefix-args.c: Include stdlib.h for exit.
23399
23400 * syssignal.h: Add comment.
23401
23402 * indent.c: Include stdio.h.
23403
23404 * window.h (Vinitial_window_system): Declare.
23405 (Vwindow_system): Delete declaration.
23406
23407 * fontset.c (Finternal_char_font): Use FRAME_RIF.
23408
23409 * image.c (lookup_image): Don't initialize `c' until the xasserts
23410 have been run.
23411
23412 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
23413 FRAME_FOREGROUND_PIXEL.
23414
23415 * print.c (print_preprocess): Don't lose print_depth levels while
23416 iterating.
23417
23418 * widget.c (update_from_various_frame_slots):
23419 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23420
23421 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
23422 frames.
23423 (window_internal_height): Remove bogus make_number call.
23424 (init_window_once): Call make_terminal_frame with two zero parameters.
23425
23426 * fileio.c (Fread_file_name): Update comment.
23427
23428 * callint.c (Fcall_interactively):
23429 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
23430 Make sure it is correctly unwound.
23431
23432 * xsmfns.c (x_session_close): New function.
23433
23434 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
23435 Delete declarations.
23436
23437 * xterm.h: Remove declaration for x_fully_uncatch_errors.
23438 (x_output): Remove background_pixel and foreground_pixel fields.
23439 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
23440 (x_delete_device, x_session_close): Declare.
23441
23442 * lread.c: Include setjmp.h. Update declaration of `read_char'.
23443 (read_filtered_event): Call `read_char' with a local
23444 `wrong_kboard_jmpbuf'.
23445
23446 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
23447 Don't call single_kboard_state. Use FRAME_RIF.
23448
23449 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
23450 systems.
23451
23452 * lisp.h (set_process_environment): Rename to `set_global_environment'.
23453 (Fframe_with_environment, Fset_input_meta_mode)
23454 (Fset_quit_char): EXFUN.
23455 (x_create_device, tty_output, terminal, tty_display_info): Declare.
23456 (init_sys_modes, reset_sys_modes): Update prototypes.
23457 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
23458
23459 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
23460 Vlocal_key_translation_map, and Vkeyboard_translate_table.
23461 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
23462 Delete declarations.
23463 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
23464 (temporarily_switch_to_single_kboard, tty_read_avail_input):
23465 New declarations.
23466
23467 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
23468 already does that during init_display(). Call syms_of_keymap
23469 before syms_of_keyboard. Call `syms_of_terminal'.
23470 Call set_initial_environment, not set_process_environment.
23471 (shut_down_emacs): Call reset_all_sys_modes() instead of
23472 reset_sys_modes().
23473
23474 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
23475 (internal_resolve_face_name, resolve_face_name_error): New functions.
23476 (resolve_face_name): Protect against loops and errors thrown by Fget.
23477 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
23478 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
23479
23480 * scroll.c: Replace CURTTY() with local variables throughout the
23481 file (where applicable).
23482 (calculate_scrolling, calculate_direct_scrolling)
23483 (scrolling_1, scroll_cost): Use the accessor macros for terminal
23484 characteristics.
23485
23486 * keymap.c (Vfunction_key_map): Remove.
23487 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
23488 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
23489 (Vkey_translation_map): Remove.
23490 (syms_of_keymap): Remove DEFVAR for key-translation-map.
23491 (Fdescribe_buffer_bindings)
23492 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
23493 Update for terminal-local key-translation-map.
23494
23495 * Makefile.in (callproc.o): Update dependencies.
23496 (lisp, shortlisp): Add termdev.elc.
23497 (obj): Add terminal.o.
23498 (terminal.o): Add dependencies.
23499 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
23500 (data.o, fns.o): Add termhooks.h dependency.
23501 (SOME_MACHINE_LISP): Add dnd.elc.
23502 (minibuf.o): Fix typo.
23503 Update dependencies.
23504
23505 * data.c (do_symval_forwarding, store_symval_forwarding)
23506 (find_symbol_value): Use the selected frame's keyboard, not
23507 current_kboard.
23508
23509 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
23510 Vwindow_system.
23511
23512 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
23513 Fmenu_bar_open.
23514 (syms_of_xmenu): Update defsubr.
23515 (mouse_position_for_popup, Fx_popup_menu)
23516 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
23517 (set_frame_menubar, free_frame_menubar)
23518 (create_and_show_popup_menu, xmenu_show)
23519 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
23520 an X frame.
23521
23522 * xselect.c (x_own_selection): Abort if not an X frame.
23523 (some_frame_on_display): Check if it is an X frame.
23524 (x_handle_selection_clear): Deal with MULTI_KBOARD.
23525
23526 * coding.c: Include frame.h and termhooks.h.
23527 (terminal_coding, keyboard_coding): Delete.
23528 (Fset_terminal_coding_system_internal)
23529 (Fset_keyboard_coding_system_internal)
23530 (Fkeyboard_coding_system)
23531 (Fterminal_coding_system): Add a terminal parameter.
23532 Get terminal_coding from the terminal.
23533 (init_coding_once): Don't call setup_coding_system here.
23534
23535 * dispextern.h (set_scroll_region, turn_off_insert)
23536 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
23537 (tty_clear_end_of_line, tty_setup_colors)
23538 (delete_tty, updating_frame)
23539 (produce_special_glyphs, produce_glyphs, write_glyphs)
23540 (insert_glyphs): Remove.
23541 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
23542 (tty_turn_off_highlight, get_tty_size): Add declaration.
23543 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
23544
23545 * frame.h (enum output_method): Add output_initial.
23546 (struct x_output): Delete.
23547 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23548 Access foreground_pixel and background_pixel directly from the frame.
23549 (tty_display): Delete.
23550 (struct frame): Add buried_buffer_list, foreground_pixel,
23551 background_pixel and terminal. Delete kboard.
23552 (union output_data): Add tty.
23553 (FRAME_KBOARD): Get the kboard from the terminal.
23554 (FRAME_INITIAL_P): New macro.
23555 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
23556 (Qterm_environment_variable, Qdisplay_environment_variable)
23557 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
23558 New declarations.
23559
23560 * termchar.h (tty_output, tty_display_info): New structures.
23561 (tty_list): Declare.
23562 (FRAME_TTY, CURTTY): New macros.
23563 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
23564 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
23565 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
23566 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
23567
23568 * callproc.c: Include frame.h and termhooks.h, for terminal
23569 parameters.
23570 (add_env): New function.
23571 (child_setup): Use it.
23572 (child_setup, getenv_internal): Handle the new Vprocess_environment.
23573 (getenv_internal): Fix get_terminal_param call.
23574 (Fgetenv_internal, egetenv): Update doc.
23575 (syms_of_callproc): Initialize Vprocess_environment to nil.
23576 Register and initialize them. Remove obsolete defvars. Update doc
23577 strings.
23578 (child_setup): Handle Vlocal_environment_variables.
23579 (getenv_internal): Add terminal parameter.
23580 Handle Vlocal_environment_variables.
23581 (Fgetenv_internal): Add terminal parameter.
23582 (child_setup, getenv_internal, Fgetenv_internal): Store the local
23583 environment in a frame (not terminal) parameter. Update doc strings.
23584 (set_initial_environment): Rename from set_global_environment.
23585 Store Emacs environment in initial frame parameter.
23586
23587 * xdisp.c (redisplay_internal): Update references to
23588 `previous_terminal_frame'.
23589 (display_mode_line, Fformat_mode_line): Replace calls to
23590 `push_frame_kboard' with `push_kboard'.
23591 (get_glyph_string_clip_rects): Add extra parentheses and
23592 braces to prevent compiler warnings.
23593 (calc_pixel_width_or_height): Add xassert to check that the
23594 frame is alive. Don't call `lookup_image' on a termcap frame.
23595 (message2_nolog, message3_nolog, redisplay_internal)
23596 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
23597 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
23598 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
23599 (Fx_display_pixel_width, Fx_display_pixel_height)
23600 (Fx_display_planes, Fx_display_color_cells)
23601 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
23602 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
23603 (Fx_display_backing_store, Fx_display_visual_class)
23604 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
23605 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
23606
23607 * xfns.c (x_set_foreground_color x_set_background_color)
23608 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
23609 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23610 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
23611 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
23612 terminal that is being deleted.
23613 (Fx_create_frame): Use `store_frame_param' to set `window-system'
23614 frame parameter, and make sure it overrides any user-supplied setting.
23615 (Fx_close_connection, Fx_synchronize): Unify argument names with
23616 the rest of the DEFUNs.
23617
23618 * dispnew.c (Fsend_string_to_terminal): Update call to
23619 `get_tty_terminal'.
23620 (Fredraw_frame, Fsend_string_to_terminal)
23621 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
23622 FRAME_TERMCAP_P and FRAME_TTY.
23623 (window_change_signal): Don't believe width/height values that are
23624 impossibly small.
23625 (Vinitial_window_system): Rename from Vwindow_system.
23626 (termscript, Wcm, rif): Delete.
23627
23628 * termhooks.h (struct terminal): New struct containing the
23629 previously global text display hooks and new members NAME,
23630 DELETED and PARAM_ALIST.
23631 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
23632 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
23633 (FRAME_RIF): New macros.
23634 (get_terminal_param, get_device): New declarations.
23635 (termscript): Delete declaration.
23636
23637 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
23638 (XTflash, x_free_frame_resources, x_scroll_bar_create)
23639 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
23640 FRAME_FOREGROUND_PIXEL.
23641 (x_fully_uncatch_errors): Disable definition.
23642 (x_scroll_bar_expose): Fix reference to foreground pixel.
23643 (XTread_socket): Disable loop on all X displays.
23644 (x_delete_terminal): Don't set terminal->deleted and let
23645 delete_terminal delete the frames on the terminal.
23646 (x_delete_display): Doc update to reflect changes in
23647 delete_terminal.
23648 (x_display_info) <terminal>: Move member earlier in the struct.
23649 (deleting_tty): Remove old variable.
23650 (Fsuspend_tty): Call clear_tty_hooks.
23651 (Fresume_tty, init_tty): Call set_tty_hooks.
23652 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
23653 errors on X frames.
23654 (x_catch_errors_unwind): Abort if x_error_message is NULL.
23655 (handle_one_xevent): Initialize `f' to NULL.
23656 (x_delete_terminal, x_create_terminal): New functions.
23657 (XTset_terminal_modes, XTreset_terminal_modes)
23658 (XTread_socket, x_connection_closed, x_term_init)
23659 (x_term_init, x_delete_display): Add terminal parameter.
23660 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
23661 X connections.
23662
23663 * frame.c: Include termchar.h.
23664 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
23665 (Qwindow_system, Qenvironment, Qterm_environment_variable)
23666 (Qdisplay_environment_variable): New vars.
23667 (Fframep): Deal with output_initial.
23668 (Fframe-live-p): Doc fix.
23669 (Fwindow-system): New function.
23670 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
23671 (make_terminal_frame): Don't create frames on a terminal that is
23672 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23673 (store_frame_param): Check for found_for_frame before calling XFRAME.
23674 (Fmake_terminal_frame): Handle NULL tty names correctly.
23675 (syms_of_frame): Enhance doc string of `default-frame-alist'.
23676 (Fdelete_frame): Remove unused variable `count'. Don't allow other
23677 frames to refer to a deleted frame in their 'environment parameter.
23678 (Fframe_with_environment): New function.
23679 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
23680 (get_future_frame_param): New function.
23681 (Fmake_terminal_frame): Use it.
23682 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
23683
23684 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
23685 * sysdep.c (reset_sys_modes): Update for renames.
23686
23687 * keyboard.c (tty_read_avail_input): New function.
23688 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
23689 (syms_of_keyboard): Defsubr them.
23690 (Fset_input_meta_mode, Fset_quit_char): New functions.
23691 (Fset_input_mode): Split to above functions.
23692 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
23693 parameter. Use it in call to `read_char'.
23694 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
23695 Set wrong_kboard_jmpbuf correctly in recursive calls.
23696 Use current_kboard to access Vkeyboard_translate_table.
23697 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
23698 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
23699 Update longjmp invocations. Remember the original current_kboard,
23700 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
23701 changes it. Comment out unnecessary calls to
23702 `record_single_kboard_state' and `any_kboard_state'.
23703 Update recursive calls.
23704 (wrong_kboard_jmpbuf): Remove global variable.
23705 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
23706 Handle deleted interrupted_kboards correctly; that is a legal
23707 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
23708 and read_char calls. Abort if interrupted_kboard died in read_char.
23709 (any_kboard_state, single_kboard_state)
23710 (push_frame_kboard): Remove function.
23711 (pop_kboard): Switch out of single_kboard mode if the kboard has
23712 been deleted. Remove unused variable. Help debugging by not
23713 changing current_kboard unnecessarily. Set current_kboard to the
23714 kboard of the selected frame when the stored kboard object has
23715 been deleted before pop_kboard.
23716 (temporarily_switch_to_single_kboard): Change first parameter to a
23717 frame pointer. Throw an error when caller wants to change kboards
23718 while in single_kboard mode. Don't push_kboard if we weren't in
23719 single kboard state. Don't pop_kboard if we popped into any
23720 kboard state.
23721 (restore_kboard_configuration): Abort if pop_kboard changed the
23722 kboard in single_kboard mode. Call pop_kboard only after setting
23723 up single_kboard mode.
23724 (Frecursive_edit): Switch to single_kboard mode only in nested
23725 command loops.
23726 (cmd_error, command_loop, command_loop_1, timer_check):
23727 Comment out unnecessary call to `any_kboard_state' and
23728 `record_single_kboard_state'.
23729 (delete_kboard): Exit single_kboard mode if we have just deleted
23730 that kboard. Use FRAME_KBOARD.
23731 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
23732 `fatal_error_signal'.
23733 (record_single_kboard_state): Don't push_kboard if we weren't in
23734 single kboard state. Don't pop_kboard if we popped into any
23735 kboard state.
23736 (push_frame_kboard): Rename to push_kboard.
23737 (kbd_buffer_get_event): Use FRAME_TERMINAL.
23738 (read_avail_input): Read input from all terminals.
23739 (mark_kboards): Also mark Vkeyboard_translate_table.
23740 (kbd_buffer_store_event_hold): Simplify condition.
23741 (read_key_sequence): Reinitialize fkey and keytran at each replay.
23742 (Vkeyboard_translate_table): Move to struct kboard.
23743 (init_kboard): Initialize Vkeyboard_translate_table.
23744 (syms_of_keyboard): Use DEFVAR_KBOARD to define
23745 Vkeyboard_translate_table. Update doc strings. Update docs of
23746 local-function-key-map and function-key-map.
23747
23748 * terminal.c: New file.
23749
23750 * term.c: Include errno.h.
23751 (Vring_bell_function, device_list, initial_device)
23752 (next_device_id, ring_bell, update_begin, update_end)
23753 (set_terminal_window, cursor_to, raw_cursor_to)
23754 (clear_to_end, clear_frame, clear_end_of_line)
23755 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
23756 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
23757 (syms_of_term): Move their initialization to terminal.c.
23758 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
23759 (Ftty_display_color_cells)
23760 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
23761 (clear_tty_hooks, set_tty_hooks)
23762 (init_tty, maybe_fatal): New functions.
23763 (Ftty_type): Return nil if terminal is not on a tty instead of
23764 throwing an error. Doc update.
23765 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
23766 Doc update. Initialize new subrs and variables.
23767 (delete_tty): Use terminal->deleted.
23768 (tty_set_terminal_modes): Rename from set_terminal_modes.
23769 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
23770 (set_scroll_region): Rename to `tty_set_scroll_region'.
23771 (turn_on_insert): Rename to `tty_turn_on_insert'.
23772 (turn_off_insert): Rename to `tty_turn_off_insert'.
23773 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
23774 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
23775 (toggle_highligh): Rename to `tty_toggle_highlight'.
23776 (background_highlight): Rename to `tty_background_highlight'.
23777 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23778 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23779 (tty_set_scroll_region, tty_background_highlight)
23780 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23781 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23782 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23783 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23784 Add static modifier.
23785 (tty_reset_terminal_modes, tty_set_terminal_window)
23786 (tty_set_scroll_region, tty_background_highlight)
23787 (tty_highlight_if_desired, tty_cursor_to)
23788 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23789 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23790 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23791 renames.
23792
23793 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
23794
23795 * keyboard.c: Qrtl is new.
23796 (parse_tool_bar_item): Handle :rtl keyword.
23797 (syms_of_keyboard): Intern :rtl keyword.
23798
23799 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23800
23801 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23802 so no Lisp code is executed.
23803 (file_for_image, find_rtl_image): New functions.
23804 (xg_get_image_for_pixmap): Use file_for_image.
23805 (update_frame_tool_bar): If direction is RTL, use RTL image if
23806 defined. Use Gtk stock images if defined.
23807
23808 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23809
23810 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23811 for nonexistent or zero-width glyph in composition glyph.
23812
23813 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23814
23815 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23816
23817 * xdisp.c (Finvisible_p): New function.
23818 (syms_of_xdisp): defsubr it.
23819
23820 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
23821
23822 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23823 Doc fixes.
23824
23825 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23826
23827 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23828
23829 2007-08-24 Martin Rudalics <rudalics@gmx.at>
23830
23831 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23832 whether decoding has modified buffer contents.
23833
23834 2007-08-24 Jason Rumney <jasonr@gnu.org>
23835
23836 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23837 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23838 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23839 (init_svg_functions) [HAVE_NTGUI]: New function.
23840 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23841 (svg_load_image): Use them.
23842 (svg_load_image) [HAVE_NTGUI]: Implement background.
23843
23844 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23845
23846 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23847 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23848 (LIBX): Remove @RSVG_LIBS@.
23849 (LIBES): Add $(RSVG_LIBS).
23850
23851 * image.c (svg_load_image): Blend with specified background if exists.
23852 Use IMAGE_BACKGROUND. Add Mac OS Support.
23853
23854 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23855 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23856 Remove macros.
23857 [MAC_OSX] (socket_callback): Do nothing.
23858 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23859 ReceiveNextEvent.
23860 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23861 socket_callback.
23862 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23863
23864 2007-08-22 Glenn Morris <rgm@gnu.org>
23865
23866 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23867
23868 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23869
23870 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23871
23872 * image.c: Add support for SVG images. Some additional comments
23873 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23874 (svg_image_p): New function to test for SVG image.
23875 (svg_load): New function to load SVG image.
23876 (svg_load_image): New function, helper for svg_load.
23877 (Qsvg): New Lisp_object.
23878 (svg_keyword_index): New enum.
23879 (svg_format): New static `image_keyword' struct.
23880 (svg_type): New static `image_type' struct.
23881 (librsvg/rsvg.h): Include it.
23882
23883 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23884
23885 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23886
23887 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23888
23889 * lread.c (Qold_style_backquotes): New var.
23890 (syms_of_lread): Init and staticpro it.
23891 (load_warn_old_style_backquotes): New fun.
23892 (Fload): Use them to warn about old style backquotes.
23893 (end_of_file_error, Fload): Remove unused vars.
23894
23895 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23896
23897 * lread.c (Vold_style_backquotes): New var.
23898 (syms_of_lread): Init and export it to Elisp.
23899 (read1): Set it when we find an old-style (back)quote.
23900
23901 2007-08-22 Jason Rumney <jasonr@gnu.org>
23902
23903 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23904
23905 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23906
23907 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23908
23909 2007-08-19 Richard Stallman <rms@gnu.org>
23910
23911 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23912
23913 2007-08-19 Andreas Schwab <schwab@suse.de>
23914
23915 * alloc.c (pure): Round PURESIZE up.
23916
23917 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23918
23919 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23920 active frame.
23921
23922 2007-08-16 Richard Stallman <rms@gnu.org>
23923
23924 * eval.c (Fcommandp): Add parens to clarify.
23925
23926 * minibuf.c (Fall_completions): Use enum for type of table.
23927
23928 * emacs.c (USAGE2): Improve text.
23929
23930 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23931
23932 * term.c (tty_default_color_capabilities): Declare static
23933 variables in file scope, to avoid HPUX compiler problem.
23934
23935 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23936
23937 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23938 to gtk_toolbar_insert.
23939
23940 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23941
23942 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23943
23944 * insdel.c (reset_var_on_error): New fun.
23945 (signal_before_change, signal_after_change):
23946 Use it to reset (after|before)-change-functions to nil in case of error.
23947 Bind inhibit-modification-hooks to t.
23948 Don't bind (after|before)-change-functions to nil while they run.
23949
23950 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23951
23952 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23953 filling pixmap with stippled background.
23954
23955 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23956
23957 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23958 Don't use invisible frame as parent window for repositioning.
23959
23960 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23961
23962 * print.c (new_backquote_output): Rename from old_backquote_output.
23963 (print): Inverse its logic (according to its name) so as to match the
23964 behavior of new_backquote_flag in lread.c.
23965
23966 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23967
23968 * gmalloc.c (posix_memalign): New function.
23969
23970 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23971 ActivateControl/DeactivateControl here.
23972 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23973 frame-notice-user-settings is non-nil.
23974 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23975 for kEventParamFMFontStyle.
23976 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23977 mac_pass_command_to_system and mac_pass_control_to_system here.
23978 (XTread_socket): Call ActivateControl/DeactivateControl here.
23979 (XTread_socket) [TARGET_API_MAC_CARBON]:
23980 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23981 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23982 for window repositioning.
23983
23984 2007-08-08 Glenn Morris <rgm@gnu.org>
23985
23986 * Replace `iff' in doc-strings and comments.
23987
23988 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
23989
23990 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23991
23992 2007-08-07 Martin Rudalics <rudalics@gmx.at>
23993
23994 * fileio.c (Finsert_file_contents): Run format-decode and
23995 after_insert_file_functions on entire buffer when REPLACE is
23996 non-nil and inhibit modification_hooks and point_motion_hooks.
23997 For consistency, run after_insert_file_functions iff something
23998 got inserted. Move signal_after_change and update_compositions
23999 after code running after_insert_file_functions. Make sure that
24000 undo_list doesn't record intermediate steps of the decoding process.
24001
24002 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24003
24004 * emacs.c (main)
24005 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
24006 Call malloc_enable_thread on interactive startup.
24007
24008 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
24009 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
24010 [USE_PTHREAD]: Conditionalize with it.
24011 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
24012 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
24013 New functions.
24014
24015 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
24016
24017 * xdisp.c (redisplay_window): When restoring original buffer
24018 position, make sure it is still valid.
24019
24020 * image.c (png_load): Ignore png-supplied background color.
24021
24022 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24023
24024 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
24025 Use kCFAbsoluteTimeIntervalSince1970.
24026
24027 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
24028 New variable.
24029 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
24030 event loop should be quit.
24031 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
24032 Quit dialog event loop if quit_dialog_event_loop is set.
24033
24034 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
24035 (Selection): New typedef. Use instead of ScrapRef.
24036 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
24037 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
24038 (mac_clear_selection): Rename from clear_scrap.
24039 (get_flavor_type_from_symbol): New argument SEL and subsume function of
24040 scrap_has_target_type. All uses changed.
24041 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
24042 (mac_selection_has_target_p): New functions.
24043 (mac_put_selection_value): Rename from put_scrap_string.
24044 (mac_get_selection_value): Rename from get_scrap_string.
24045 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
24046 (put_scrap_private_timestamp, scrap_has_target_type)
24047 (get_scrap_private_timestamp): Remove functions.
24048 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
24049 (x_own_selection, x_get_local_selection):
24050 Use mac_valid_selection_value_p.
24051 (x_own_selection): Don't use put_scrap_private_timestamp.
24052 Record OWNERSHIP-INFO into Vselection_alist instead.
24053 (x_get_local_selection): Don't check type if request is local.
24054 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
24055 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
24056
24057 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
24058
24059 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
24060 add comment explaining why.
24061
24062 2007-08-03 Richard Stallman <rms@gnu.org>
24063
24064 * fileio.c (Fvisited_file_modtime): Use make_time.
24065
24066 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
24067
24068 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
24069 build.
24070
24071 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
24072
24073 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
24074
24075 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
24076
24077 * puresize.h (BASE_PURESIZE): Increase to 1130000.
24078
24079 2007-07-30 Richard Stallman <rms@gnu.org>
24080
24081 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
24082
24083 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
24084
24085 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
24086
24087 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
24088
24089 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
24090 remote default-directory.
24091
24092 * buffer.c (mode-line-format): Update doc string.
24093
24094 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24095
24096 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
24097 scroll bar gap.
24098 (x_scroll_bar_create): Set bar->fringe_extended_p.
24099 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
24100 on frame edge. Check fringe background extension. Don't clear
24101 extended fringe background area.
24102
24103 * w32term.h (struct scroll_bar): New member fringe_extended_p.
24104 (w32_fill_area): Enclose multiple statements with do ... while (0).
24105
24106 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
24107 Extend fringe background to scroll bar gap.
24108 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
24109 Set bar->fringe_extended_p.
24110 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24111 Put leftmost/rightmost scroll bars on frame edge. Check fringe
24112 background extension. Don't clear extended fringe background area.
24113
24114 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24115 New member fringe_extended_p.
24116
24117 2007-07-25 Glenn Morris <rgm@gnu.org>
24118
24119 * Relicense all FSF files to GPLv3 or later.
24120
24121 * COPYING: Switch to GPLv3.
24122
24123 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
24124
24125 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
24126
24127 * data.c (Finteractive_form): Check for the presence of an
24128 `interactive-form' symbol property more thoroughly.
24129
24130 * data.c (Finteractive_form): Use an `interactive-form' property if
24131 present, analogous to the function-documentation property.
24132
24133 2007-07-24 Jason Rumney <jasonr@gnu.org>
24134
24135 * w32fns.c (x_real_positions): Get real position from OS instead of
24136 calculating it.
24137
24138 2007-07-23 Jason Rumney <jasonr@gnu.org>
24139
24140 * filelock.c (current_lock_owner): Allow for @ sign in username.
24141
24142 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
24143
24144 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
24145 remote default-directory.
24146
24147 * buffer.c (mode-line-format): Describe above case in doc string.
24148
24149 2007-07-20 Eli Zaretskii <eliz@gnu.org>
24150
24151 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
24152 Define if not defined.
24153
24154 2007-07-18 Jason Rumney <jasonr@gnu.org>
24155
24156 * w32proc.c (w32_executable_type): Handle 64 bit executables.
24157
24158 2007-07-18 Richard Stallman <rms@gnu.org>
24159
24160 * data.c (Fsetq_default): Doc fix.
24161
24162 * eval.c (Fsetq): Doc fix.
24163
24164 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
24165
24166 * coding.c (Ffind_operation_coding_system):
24167 * eval.c (For, Fand): Doc fixes.
24168 Reported by Johan Bockgård.
24169
24170 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
24171
24172 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
24173
24174 * xterm.h: Declare x_ewmh_activate_frame.
24175
24176 * xterm.c (x_ewmh_activate_frame): New function.
24177 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
24178
24179 2007-07-17 Martin Rudalics <rudalics@gmx.at>
24180
24181 * window.c (Fdisplay_buffer): If largest or LRU window is the
24182 only window, split it even if it is not eligible for splitting.
24183 This restores the original behavior broken by the 2007-07-15
24184 change.
24185
24186 2007-07-17 Glenn Morris <rgm@gnu.org>
24187
24188 * abbrev.c (abbrev_check_chars): New function.
24189 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24190 Call abbrev_check_chars to check abbrev characters are word
24191 constituents. Doc fix.
24192
24193 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
24194
24195 * process.c (Fstart_process, Fmake_network_process)
24196 (read_process_output): Fix up last changes.
24197
24198 2007-07-16 Eli Zaretskii <eliz@gnu.org>
24199
24200 * makefile.w32-in (clean): Don't delete *~.
24201
24202 2007-07-16 Andreas Schwab <schwab@suse.de>
24203
24204 * window.c (Fdisplay_buffer): Use NILP.
24205 (Fset_window_scroll_bars): Likewise.
24206
24207 2007-07-15 Martin Rudalics <rudalics@gmx.at>
24208
24209 * window.c (window_min_size_2): New function.
24210 (window_min_size_1, size_window, Fdisplay_buffer)
24211 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
24212 windows without mode- or header-lines when window-min-height is
24213 too small.
24214 (size_window): Reset nodelete_p after testing it, following an
24215 earlier note by Kim F. Storm.
24216 (display_buffer): Do not set split_height_threshold to twice the
24217 value of window_min_height to avoid changing the value of a
24218 customizable variable. Rather explicitly check whether the
24219 height of the window that shall be splitted is at least as large
24220 as split_height_threshold.
24221 (Fwindow_full_width_p): New defun.
24222 (syms_of_window): Defsubr it.
24223
24224 * window.h: Add EXFUN for Fwindow_full_width_p.
24225
24226 2007-07-14 Jason Rumney <jasonr@gnu.org>
24227
24228 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
24229
24230 2007-07-14 Richard Stallman <rms@gnu.org>
24231
24232 * eval.c (maybe_call_debugger): New function.
24233 (find_handler_clause): Use maybe_call_debugger.
24234 Call it when the handler says `debug'.
24235 Eliminate DEBUGGER_VALUE_PTR.
24236 (Fsignal): Eliminate debugger_value.
24237 (Qdebug): New variable.
24238 (syms_of_eval): Initialize it.
24239
24240 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
24241
24242 * eval.c (Fprogn):
24243 * keyboard.c (Ftrack_mouse):
24244 * print.c (Fwith_output_to_temp_buffer):
24245 * window.c (Fsave_window_excursion): Doc fix.
24246
24247 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24248
24249 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
24250
24251 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
24252
24253 * process.h (struct Lisp_Process): Turn slots infd, outfd,
24254 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
24255 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
24256 read_output_delay, and read_output_skip from Lisp_Objects to ints.
24257 Remove unused encoding_carryover.
24258 * process.c: Adjust all functions accordingly.
24259
24260 2007-07-12 Richard Stallman <rms@gnu.org>
24261
24262 * term.c: Include unistd.h only if HAVE_UNISTD_H.
24263
24264 2007-07-11 Jason Rumney <jasonr@gnu.org>
24265
24266 * makefile.w32-in (LIBS): Include OLE32.
24267
24268 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
24269 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
24270
24271 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
24272
24273 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
24274 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
24275 from a Lisp_Object into a bare pointer.
24276 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
24277 Adjust the code correspondingly.
24278
24279 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
24280
24281 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
24282 (term_show_mouse_face): Remove unused var `j'.
24283 (handle_one_term_event): Remove unused vars `i' and `j'.
24284 Don't cast return value of ttyname since it's not necessary.
24285
24286 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
24287
24288 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
24289 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
24290
24291 * fns.c (map_char_table): Use an array of int for `indices' rather than
24292 an array of Lisp_Objects (which are only ever integers anyway).
24293 (Fmap_char_table): Update caller.
24294 * lisp.h: Update prototype.
24295 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
24296 * fontset.c (Ffontset_info):
24297 * casetab.c (set_case_table): Update callers.
24298
24299 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
24300
24301 * keymap.c (struct accessible_keymaps_data)
24302 (struct where_is_internal_data): New structures.
24303 (accessible_keymaps_1, where_is_internal_1): Use them to change
24304 interface to adhere to the one used by map_keymap.
24305 (Faccessible_keymaps, where_is_internal): Use map_keymap.
24306 (accessible_keymaps_char_table, where_is_internal_2): Remove.
24307
24308 * keymap.h (map_keymap_function_t): More informative prototype.
24309
24310 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
24311
24312 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
24313 (looking_at_1): Don't change search_regs and last_thing_searched
24314 if `inhibit-changing-match-data' is non-nil.
24315 (string_match_1, search_buffer, set_search_regs): Likewise.
24316 (syms_of_search): Add Lisp level definition for
24317 `inhibit-changing-match-data' and set it to nil.
24318 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
24319 start and end of the match, instead of using values in search_regs.
24320
24321 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24322
24323 * minibuf.c (Fcompleting_read): New value `confirm-only'
24324 for `require-match'.
24325
24326 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
24327
24328 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
24329 part of the 2007-06-27 change to syms_of_fileio.
24330
24331 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24332
24333 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
24334 Check WINDOWP before using XWINDOW. Consolidate return statements.
24335
24336 2007-06-27 Richard Stallman <rms@gnu.org>
24337
24338 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
24339
24340 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
24341
24342 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
24343
24344 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24345
24346 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
24347 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
24348 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
24349 (_free_internal, memalign): Use them.
24350 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
24351 Initialize to PTHREAD_MUTEX_INITIALIZER.
24352 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
24353 (morecore_nolock): Rename from morecore. All uses changed.
24354 Use only nolock versions of internal allocation functions.
24355 (_malloc_internal_nolock, _realloc_internal_nolock)
24356 (_free_internal_nolock): New functions created from
24357 _malloc_internal, _realloc_internal, and _free_internal.
24358 (_malloc_internal, _realloc_internal, _free_internal): Use them.
24359 Copy hook value to automatic variable before its use.
24360 (memalign): Copy hook value to automatic variable before its use.
24361
24362 2007-06-26 Kenichi Handa <handa@m17n.org>
24363
24364 * coding.c (Ffind_operation_coding_system): Docstring improved.
24365 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
24366
24367 2007-06-25 David Kastrup <dak@gnu.org>
24368
24369 * keymap.c (Fcurrent_active_maps): Add `position' argument.
24370 (Fwhere_is_internal): Adjust call to `current-active-maps' to
24371 cater for additional parameter.
24372
24373 * keymap.h: Adjust number of parameters to `current-active-maps'.
24374
24375 * doc.c (Fsubstitute_command_keys): Adjust call of
24376 `current-active-maps'.
24377
24378 2007-06-25 David Kastrup <dak@gnu.org>
24379
24380 * callint.c (Fcall_interactively): Make the parsing of interactive
24381 specs somewhat more readable.
24382
24383 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24384
24385 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
24386 to scroll bar gap also when bitmap fills fringe. Draw only foreground
24387 if extended background has already been filled.
24388
24389 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24390
24391 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
24392 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
24393
24394 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
24395 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
24396 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
24397 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
24398 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
24399 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
24400 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
24401 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
24402 Run timers during dialog popup.
24403 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
24404
24405 2007-06-21 Jason Rumney <jasonr@gnu.org>
24406
24407 * image.c (convert_mono_to_color_image): Swap fore and background.
24408
24409 2007-06-20 Jason Rumney <jasonr@gnu.org>
24410
24411 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
24412 (w32_free_bdf_font): Unmap memory not handle.
24413
24414 2007-06-20 Sam Steingold <sds@gnu.org>
24415
24416 * gmalloc.c (__morecore): Fix the declaration to comply with the
24417 definition.
24418
24419 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
24420
24421 * w32term.c (w32_delete_display): Remove leftover declaration.
24422 (w32_define_cursor, w32_initialize): Make static.
24423
24424 * w32.c (_wsa_errlist): Fix typo in error message.
24425 (init_environment): Ignore any environment variable from the
24426 registry having a null value.
24427
24428 2007-06-20 Glenn Morris <rgm@gnu.org>
24429
24430 * Makefile.in (LIBGIF): Default to -lgif.
24431
24432 2007-06-17 Jason Rumney <jasonr@gnu.org>
24433
24434 * w32menu.c (add_menu_item): Don't use multibyte string functions on
24435 unicode strings.
24436
24437 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
24438
24439 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
24440 Fix typo in docstring.
24441
24442 2007-06-16 Eli Zaretskii <eliz@gnu.org>
24443
24444 * w32menu.c (add_menu_item): Escape `&' characters in menu items
24445 and their keybindings.
24446
24447 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
24448
24449 * composite.c (update_compositions): Fix last fix.
24450
24451 2007-06-14 Jason Rumney <jasonr@gnu.org>
24452
24453 * w32.c (get_process_times_fn): New function pointer.
24454 (globals_of_w32): Intialize it if present in kernel32.dll.
24455 (w32_get_internal_run_time): New function.
24456
24457 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
24458
24459 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
24460
24461 * composite.c (update_compositions): Check the validness of
24462 compositions.
24463
24464 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24465
24466 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
24467 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
24468
24469 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
24470 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
24471
24472 * macgui.h (USE_MAC_TOOLBAR): New define.
24473
24474 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24475 Return immediately unless popup is activated.
24476
24477 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
24478 background to scroll bar gap.
24479 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
24480 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
24481 scroll bars on frame edge. Check fringe background extension.
24482 Don't clear extended fringe background area.
24483 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
24484 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
24485 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
24486 [USE_MAC_TOOLBAR]: New macros.
24487 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
24488 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
24489 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
24490 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
24491 [USE_MAC_TOOLBAR]: New functions.
24492 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
24493 manually if previous repositioning has failed.
24494 (mac_handle_keyboard_event): Use precomputed event kind.
24495 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
24496 as tool bar item click. Handle mouse movement over tool bar items.
24497
24498 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
24499 toolbar_win_gravity.
24500 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
24501 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
24502 Add externs.
24503
24504 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
24505 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
24506
24507 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
24508
24509 * image.c (search_image_cache): Remove unused variable.
24510
24511 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
24512
24513 * xfns.c, xmenu.c: Link to xaw3d if available.
24514
24515 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24516
24517 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
24518 frame_foreground and frame_background.
24519
24520 * image.c (lookup_image): Save frame foreground and background colors.
24521 (search_image_cache): Check if saved and current frame colors match.
24522
24523 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
24524
24525 * regex.c (regex_compile): Remove the `regnum' counter.
24526 Use bufp->re_nsub instead. Add support for \(?N:RE\).
24527
24528 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
24529
24530 * term.c: Include intervals.h to declare Fget_text_property.
24531
24532 2007-06-10 Jason Rumney <jasonr@gnu.org>
24533
24534 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
24535
24536 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
24537
24538 * callint.c (Fcall_interactively):
24539 * editfns.c (Fdelete_and_extract_region):
24540 * fileio.c (Fread_file_name):
24541 * fns.c (Fmapconcat):
24542 * keyboard.c (cmd_error_internal):
24543 * keymap.c (Fkey_description):
24544 * lread.c (openp):
24545 * minibuf.c (read_minibuf):
24546 * search.c (wordify):
24547 * sunfns.c (sel_read):
24548 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
24549 * xfns.c (x_default_scroll_bar_color_parameter):
24550 * xmenu.c (menu_help_callback):
24551 * xselect.c (Fx_get_atom_name):
24552 * xterm.c (x_term_init): Use empty_unibyte_string.
24553
24554 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
24555
24556 * alloc.c (init_strings): Initialize canonical empty strings.
24557 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
24558 canonical empty string when the requested size is 0.
24559
24560 * emacs.c (empty_unibyte_string): Rename from empty_string.
24561 (empty_multibyte_string): New canonical empty string.
24562 (syms_of_emacs): Don't initialize empty_string.
24563
24564 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
24565 string, if appropriate.
24566 (empty_unibyte_string, empty_multibyte_string): New externs.
24567 (empty_string): Remove extern.
24568
24569 * lread.c (syms_of_lread): Use empty_unibyte_string.
24570
24571 2007-06-07 Jason Rumney <jasonr@gnu.org>
24572
24573 * s/ms-w32.h: Don't define HAVE_TZNAME.
24574
24575 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
24576
24577 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24578
24579 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
24580
24581 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
24582 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
24583
24584 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24585 Don't call next handler.
24586 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
24587 Remove argument. Install handler to application.
24588 (set_frame_menubar): Don't change deep_p.
24589 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
24590 FRAME_OUTER_TO_INNER_DIFF_Y.
24591 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
24592 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
24593 [HAVE_DIALOGS]: New macros.
24594 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
24595 Use them.
24596 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
24597
24598 * macselect.c [MAC_OSX] (install_service_handler): Rename from
24599 init_service_handler. All callers changed. Return OSStatus value.
24600
24601 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
24602 All callers changed so as not to call SetPortWindowPort.
24603 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
24604 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
24605 mac_draw_string_common.
24606 (mac_draw_image_string_qd): Likewise.
24607 (mac_draw_string_common): Use them. Add INLINE.
24608 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
24609 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
24610 GetGlobalMouse.
24611 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
24612 and FRAME_OUTER_TO_INNER_DIFF_Y.
24613 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
24614 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
24615 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
24616 repositioning window to mac_handle_window_event.
24617 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
24618 saving window location to mac_handle_window_event
24619 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
24620 (install_menu_target_item_handler): Remove argument in extern.
24621 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
24622 Also accept command events.
24623 (do_keystroke): New function created from XTread_socket.
24624 (init_command_handler): Remove functions.
24625 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
24626 and save window location by kEventWindowShowing and kEventWindowHiding
24627 handlers here. Don't call next handler for window state change and
24628 focus events.
24629 (mac_handle_application_event, mac_handle_keyboard_event)
24630 [TARGET_API_MAC_CARBON]: New functions.
24631 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
24632 kEventWindowShowing and kEventWindowHiding events. Move installation
24633 of mouse, font, text input and menu target item handlers to
24634 install_application_handler.
24635 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
24636 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24637 New function.
24638 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24639 Register it.
24640 (XTread_socket) [TARGET_API_MAC_CARBON]:
24641 Consolidate SendEventToEventTarget calls.
24642 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
24643 Move application activation handler to mac_handle_application_event.
24644 Move keyboard handler to mac_handle_keyboard_event.
24645 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
24646 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
24647 init_command_handler. Call install_application_handler.
24648
24649 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
24650 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
24651
24652 2007-06-07 Glenn Morris <rgm@gnu.org>
24653
24654 * emacs.c (main): Use `emacs-copyright' in --version output.
24655
24656 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
24657
24658 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
24659
24660 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24661
24662 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
24663
24664 * macgui.h: Replace WindowPtr with WindowRef.
24665
24666 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24667 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24668 Replace ControlHandle with ControlRef.
24669 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
24670
24671 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24672 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24673 Replace ControlHandle with ControlRef.
24674 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
24675 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
24676
24677 * macterm.h (struct scroll_bar): Rename member control_handle_low
24678 and control_handle_high to control_ref_low and control_ref_high.
24679 All uses changed.
24680 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
24681 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
24682 respectively. All uses changed.
24683 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
24684 (install_window_handler, remove_window_handler): Replace WindowPtr
24685 with WindowRef in externs.
24686
24687 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
24688
24689 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
24690
24691 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
24692
24693 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
24694
24695 * frame.c (Fmouse_position, Fmouse_pixel_position):
24696 Condition on HAVE_GPM too.
24697
24698 * term.c (term_mouse_highlight): Remove unused variables.
24699 (Fterm_open_connection): Set gpm_zerobased to 1.
24700 (term_mouse_movement, term_mouse_click, handle_one_term_event):
24701 Use zero based co-ordinates.
24702 (handle_one_term_event): Report a drag as mouse movement too.
24703
24704 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
24705
24706 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
24707
24708 * image.c (search_image_cache): New function. Require background
24709 color match if background color is unspecified in the image spec.
24710 (uncache_image, lookup_image): Use it.
24711
24712 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
24713
24714 * window.c (Fshrink_window): Reflow docstring.
24715
24716 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
24717
24718 * Version 22.1 released.
24719
24720 2007-06-01 Richard Stallman <rms@gnu.org>
24721
24722 * xfns.c (x_encode_text): Add GCPRO.
24723
24724 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24725
24726 * xfns.c (x_set_name_internal): Save encoded name before
24727 x_encode_text in case string data is relocated.
24728
24729 2007-05-31 Richard Stallman <rms@gnu.org>
24730
24731 * buffer.c (syms_of_buffer): Doc fix.
24732
24733 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
24734
24735 * sysdep.c (init_sys_modes): Add rather than replace with
24736 O_NONBLOCK.
24737
24738 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
24739 term_mouse_moveto.
24740
24741 * termhooks.h (term_mouse_moveto): New extern.
24742
24743 * term.c (mouse_face_window): Rename...
24744 (Qmouse_face_window): ...to this.
24745 (term_show_mouse_face, term_clear_mouse_face)
24746 (term_mouse_highlight): Use Qmouse_face_window.
24747 (term_mouse_moveto): New function.
24748 (term_mouse_position): Make it work.
24749 (syms_of_term): Uncomment assignment to mouse_position_hook.
24750 Staticpro Qmouse_face_window.
24751
24752 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24753
24754 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
24755 around current_column call.
24756
24757 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
24758
24759 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
24760 * xdisp.c (next_element_from_buffer):
24761 * window.c (delete_window):
24762 * term.c (term_mouse_highlight):
24763 * msdos.c (getdefdir):
24764 * macterm.c (mac_create_bitmap_from_bitmap_data)
24765 (init_font_name_table):
24766 * fns.c (Fsxhash):
24767 * data.c (Fmake_local_variable):
24768 * ccl.c (ccl_driver): Likewise.
24769
24770 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24771
24772 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
24773 Call mac_wakeup_from_rne on window size change.
24774
24775 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
24776
24777 * image.c (uncache_image): Fix typo.
24778
24779 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
24780
24781 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24782
24783 2007-05-22 Richard Stallman <rms@gnu.org>
24784
24785 * xterm.c (x_connection_closed): Remove NO_RETURN.
24786
24787 2007-05-22 Martin Rudalics <rudalics@gmx.at>
24788
24789 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24790
24791 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
24792
24793 * image.c (uncache_image): New function.
24794 (Fimage_refresh): New function.
24795
24796 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
24797
24798 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24799
24800 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24801
24802 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24803 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24804
24805 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24806
24807 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24808 conditional on [HAVE_GPM_H].
24809
24810 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
24811
24812 * syntax.c (skip_chars): Update syntax-table only after we checked that
24813 the new location is valid.
24814
24815 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24816
24817 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24818 mac_get_window_bounds.
24819
24820 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24821
24822 * Makefile.in (LIBGPM): Allow it to be set from configure.
24823 If set then link Emacs with it.
24824
24825 * config.in: Regenerate.
24826
24827 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24828 New externs.
24829
24830 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24831 Include gpm.h.
24832 (handle_one_term_event, term_gpm): New externs.
24833
24834 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24835 and allow it to be interrupted by SIGIO.
24836
24837 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24838 (wait_reading_process_output): Wait on gpm_fd too.
24839 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24840 (add_gpm_wait_descriptor_called_flag): New variable.
24841 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24842
24843 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24844 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24845 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24846 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24847 (make_lispy_event): Add case GPM_CLICK_EVENT.
24848 (read_avail_input): Handle mouse input.
24849
24850 * term.c (write_glyphs_with_face): New function.
24851 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24852 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24853 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24854 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24855 (last_mouse_x, last_mouse_y): New variables.
24856 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24857 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24858 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24859 (Fterm_close_connection): New functions.
24860 (term_init): Initialise mouse_face_window.
24861
24862 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
24863
24864 * xdisp.c (redisplay_window): If first window line is a
24865 continuation line, recompute the new window start instead of
24866 recentering.
24867
24868 2007-05-18 Glenn Morris <rgm@gnu.org>
24869
24870 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24871 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24872
24873 2007-05-17 Glenn Morris <rgm@gnu.org>
24874
24875 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24876
24877 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24878
24879 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24880 dead key repeat and up events.
24881
24882 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
24883
24884 * image.c (pbm_load): Check image size for monochrome pbm.
24885
24886 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
24887
24888 * xterm.c (XTread_socket): Revert last change.
24889
24890 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
24891
24892 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24893
24894 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24895
24896 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24897
24898 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24899 mixup (YAILOM).
24900
24901 2007-05-07 Andreas Schwab <schwab@suse.de>
24902
24903 * keymap.c (Flookup_key): Fix typo in last change.
24904
24905 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24906
24907 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24908 mapping for unibyte strings.
24909
24910 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24911
24912 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24913 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24914
24915 2007-04-29 Richard Stallman <rms@gnu.org>
24916
24917 * insdel.c (replace_range): For undo, record insertion first.
24918
24919 2007-04-29 Andreas Schwab <schwab@suse.de>
24920
24921 * lisp.h (VECSIZE): Use OFFSETOF.
24922
24923 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24924
24925 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24926 disabled lines.
24927
24928 2007-04-28 Richard Stallman <rms@gnu.org>
24929
24930 * lread.c (read_escape): In a string, \s is always space.
24931
24932 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24933
24934 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24935
24936 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24937 submenu for menu bar items.
24938
24939 See ChangeLog.10 for earlier changes.
24940
24941 ;; Local Variables:
24942 ;; coding: utf-8
24943 ;; add-log-time-zone-rule: t
24944 ;; End:
24945
24946 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
24947
24948 This file is part of GNU Emacs.
24949
24950 GNU Emacs is free software: you can redistribute it and/or modify
24951 it under the terms of the GNU General Public License as published by
24952 the Free Software Foundation, either version 3 of the License, or
24953 (at your option) any later version.
24954
24955 GNU Emacs is distributed in the hope that it will be useful,
24956 but WITHOUT ANY WARRANTY; without even the implied warranty of
24957 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24958 GNU General Public License for more details.
24959
24960 You should have received a copy of the GNU General Public License
24961 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24962
24963 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40