(Ffield_string_no_properties): Fix typo in docstring.
[bpt/emacs.git] / src / ChangeLog
1 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
4
5 2008-04-09 Jason Rumney <jasonr@gnu.org>
6
7 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
8
9 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
10 for new font backend and composite cases.
11
12 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13
14 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
15 Most of the code moved to run_timers.
16 (do_pending_atimers): Call run_timers.
17 (run_timers): New function.
18
19 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
20 run atimers.
21
22 * process.c (wait_reading_process_output): The same as above.
23
24 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * minibuf.c (last_exact_completion): Remove variable.
27 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
28 (complete_and_exit_1, complete_and_exit_2)
29 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
30 (Fdisplay_completion_list, display_completion_list_1)
31 (Fminibuffer_completion_help, Fself_insert_and_exit)
32 (Fexit_minibuffer, Fminibuffer_message): Move functions to
33 minibuffer.el.
34 (syms_of_minibuf): Remove corresponding initializations.
35
36 * keyboard.c (Qdeactivate_mark): New var.
37 (command_loop_1): Use it to call `deactivate-mark'.
38 (syms_of_keyboard): Initialize it.
39
40 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
41 to another frame.
42 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
43 Don't call set_tty_color_mode.
44 (store_frame_param): Reset previous_frame rather than call
45 set_tty_color_mode.
46 * term.c (set_tty_color_mode): Rewrite.
47 * dispextern.h (set_tty_color_mode): New type.
48 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
49
50 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
53 for generic chars, which do not exist any more in emacs-unicode.
54
55 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
56
57 * coding.c (detect_coding_emacs_mule)
58 (Ffind_operation_coding_system): Fix typo.
59
60 2008-04-08 Jason Rumney <jasonr@gnu.org>
61
62 * w32uniscribe.c (SNAME): Extract only symbol name.
63
64 * w32font.h (struct w32_metric_cache): New struct.
65 (w32font_info): Use it.
66 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
67 (CACHE_BLOCKSIZE): New constants.
68
69 * w32font.c (Qja, Qko, Qzh): New symbols.
70 (syms_of_w32font): Initialise them.
71 (font_matches_spec): Use them to filter by language.
72 (recompute_cached_metrics): Remove function.
73 (compute_metrics, clear_cached_metrics): New functions.
74 (w32font_encode_char): Use them to manage metric cache.
75 (w32font_text_extents): Cache metrics for all glyphs on demand.
76 Delay converting glyph indices to WORD until needed.
77 (w32font_open_internal): Initialize metric cache to empty.
78 (registry_to_w32_charset): Charset should always be a symbol.
79 (fill_in_logfont, list_all_matching_fonts): Family should
80 always be a symbol.
81
82 2008-04-06 Jason Rumney <jasonr@gnu.org>
83
84 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
85 Give up if glyph indices not supported. Use uniscribe obtained
86 ABC widths for individual metrics. Map glyph clusters back to
87 characters using fClusterStart flag. Return number of glyphs
88 produced, not chars processed.
89 (uniscribe_shape): Map char at FROM to current glyph.
90
91 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
92
93 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
94 Use SetMenuItemHierarchicalMenu.
95
96 2008-04-05 Jason Rumney <jasonr@gnu.org>
97
98 * image.c (pbm_load): Allow color values up to 65535.
99 Throw an error if max_color_idx is outside the supported range.
100 Report an error when image size is invalid.
101 Read two bytes at a time when raw images have max_color_idx above 255.
102
103 2008-04-05 Eli Zaretskii <eliz@gnu.org>
104
105 * w32.c (readdir): If FindFirstFile/FindNextFile return in
106 cFileName a file name that includes `?' characters, use the 8+3
107 alias in cAlternateFileName instead.
108
109 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
110
111 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
112 append "CCL: Quitted" when the CCL program is quitted.
113 (setup_ccl_program): Initialize ccl->quit_silently to zero.
114
115 * ccl.h (struct ccl_program): New member quit_silently.
116
117 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
118
119 * search.c (compile_pattern_1): Treat non-nil and non-string of
120 search-spaces-regexp as nil.
121
122 * minibuf.c (Fassoc_string): Tweak docstring.
123
124 2008-04-05 Eli Zaretskii <eliz@gnu.org>
125
126 * dired.c (Ffile_attributes): Support inode numbers wider than 32
127 bits. Remove ugly WINDOWSNT-specific kludge introduced on
128 2008-03-14 to force inode be positive.
129
130 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
131 _S_* ones, since we now use our own sys/stat.h.
132 (stat, fstat): Don't mangle the inode number.
133 (init_user_info): Don't restrict UID and GID to 0-60000 range.
134
135 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * frame.h (struct frame): Give one more bit to `visible' since we use
138 values larger than 1 to indicate obscured frames on ttys.
139
140 * keymap.c (Qkeymap_canonicalize): New var.
141 (Fmap_keymap_internal): New fun.
142 (describe_map): Use keymap-canonicalize.
143
144 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
145 (Fundo_boundary): Set them.
146 (syms_of_undo): Initialize them.
147 (record_point): Use them instead of last_point_position*.
148 (last_undo_buffer): Change type.
149
150 2008-04-04 Jason Rumney <jasonr@gnu.org>
151
152 * w32font.c (w32font_text_extents): Use font's ascent and descent.
153 (recompute_cached_metrics): Don't set ascent and descent per char.
154
155 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
156 (uniscribe_check_otf): Add GC protection before consing.
157 Rearrange loop for counting features.
158
159 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
162 buffer with byte-size of source buffer.
163
164 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
165
166 * callint.c (Fcall_interactively): Handle temporary region even
167 when shift-select-mode is off.
168
169 2008-04-03 Jason Rumney <jasonr@gnu.org>
170
171 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
172
173 2008-04-03 Kenichi Handa <handa@m17n.org>
174
175 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
176 (CATEGORY_MASK_UTF_16): Likewise.
177 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
178 binary file.
179 (detect_coding): Add null-byte detection for a binary file.
180 (detect_coding_system): Likewise.
181
182 2008-04-03 Jason Rumney <jasonr@gnu.org>
183
184 * w32uniscribe.c: New file.
185
186 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
187
188 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
189
190 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
191 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
192 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
193 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
194 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
195 (Qphonetic): New symbols.
196 (syms_of_w32font): Initialize them.
197 (font_supported_scripts): Use them.
198 (w32font_list_family): List all charsets.
199 (w32font_text_extents, recompute_cached_metrics): Fix metric
200 calculations.
201 (w32_enumfont_pattern_entity): Make full_type a DWORD.
202 Give opentype fonts their own format.
203 (font_matches_spec): New arguments backend and logfont.
204 Handle :otf spec for uniscribe backend.
205 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
206 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
207
208 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
209 font backend.
210 (globals_of_w32fns): Initialize uniscribe font backend.
211
212 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
213 dependencies.
214 (w32uniscribe.$(O)): New file to build.
215 (FONT_OBJ): Include w32uniscribe.$(O).
216 (LIBS): Add uniscribe libraries.
217
218 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
219
220 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
221
222 * callint.c (Vshift_select_mode): New var.
223 (Finteractive): Document new ^ spec.
224 (Fcall_interactively): Call handle-shift-selection if the ^ spec
225 is present.
226
227 * keyboard.c (Vthis_command_keys_shift_translated): New var.
228 (command_loop_1): Avoid running the direct display versions of
229 forward-char and backward-char if shift-selection may occur.
230 (read_key_sequence): Set Vthis_command_keys_shift_translated if
231 shift-translation takes place.
232
233 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
234 avoid clobbering by define-minor-mode.
235
236 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
237 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
238
239 * syntax.c (Fforward_word): Add ^ interactive spec.
240
241 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
242 (Fscroll_right): Add ^ interactive spec.
243
244 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
247
248 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
249
250 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
251
252 2008-03-31 Juri Linkov <juri@jurta.org>
253
254 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
255
256 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
257
258 * gtkutil.c (xg_set_geometry): Fix indentation.
259 (xg_resize_outer_widget): Remove.
260 (x_wm_size_hint_off): Fix indentation.
261 (xg_frame_set_char_size): Call flush_and_sync after
262 gtk_window_resize.
263 (x_wm_set_size_hint): Pass NULL as geometry window to
264 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
265 Add menu bar and tool bar height to base height.
266 (xg_update_frame_menubar, free_frame_menubar)
267 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
268 (update_frame_tool_bar, free_frame_tool_bar):
269 Change xg_resize_outer_widget to xg_frame_set_char_size.
270
271 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
272
273 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
274 (Fdbus_call_method): New parameter TIMEOUT.
275 (dbus-send-signal): Optimize UNGCPRO call.
276
277 2008-03-29 Juri Linkov <juri@jurta.org>
278
279 * window.c (Fdisplay_buffer): Move call to
280 Vsplit_window_preferred_function out of conditions that check
281 if window is eligible for vertical splitting.
282 When Vsplit_window_preferred_function is non-nil, call it and use
283 its non-nil return value as window. Otherwise, continue doing
284 vertical splitting using Fsplit_window with arg horflag=nil.
285 (syms_of_window) <Vsplit_window_preferred_function>: Change the
286 default value from `split-window' to nil.
287
288 2008-03-29 Juri Linkov <juri@jurta.org>
289
290 * callint.c (Fcall_interactively): Revert 2008-03-16 change
291 for interactive code letters 'b' and 'B'.
292
293 2008-03-29 Eli Zaretskii <eliz@gnu.org>
294
295 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
296 multibyte string.
297
298 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * keyboard.c (pending_funcalls): New var.
301 (timer_check): Run it.
302 (syms_of_keyboard): Initialize it.
303 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
304 (Vdelete_terminal_functions): New vars.
305 (syms_of_terminal): Initialize them.
306 (Fdelete_terminal): Run delete-terminal-functions.
307 * xdisp.c (safe_eval): Rewrite.
308 (safe_call2): New fun.
309 * frame.c (Qdelete_frame_functions): New var.
310 (syms_of_frame): Initialize it.
311 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
312 * lisp.h (safe_call2, pending_funcalls): Declare.
313
314 2008-03-28 Andreas Schwab <schwab@suse.de>
315
316 * indent.c (Fmove_to_column): Move declaration before statements.
317
318 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
321 (struct frame): Use bit fields for boolean vars.
322
323 * process.c (server_accept_connection): Simplify naming.
324 (emacs_get_tty_pgrp): Use SDATA.
325
326 * coding.c (decode_coding_object): Fix last change.
327
328 2008-03-27 Jason Rumney <jasonr@gnu.org>
329
330 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
331
332 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
333
334 * charset.c (Fdefine_charset_internal): Change the way of
335 registering charsets in Vcharset_order_list.
336 (syms_of_charset): Make the charset `eight-bit' supplementary.
337
338 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
339
340 * regex.c (EXTEND_BUFFER): Change order of pointer addition
341 operations, to avoid having the difference between pointers
342 overflow.
343
344 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * indent.c (check_display_width): New fun.
347 (scan_for_column): Use it.
348
349 * data.c (syms_of_data): Mark most-positive-fixnum and
350 most-negative-fixnum as constants.
351
352 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
353
354 * indent.c (scan_for_column): Extract from current_column_1.
355 Merge with the same code from Fmove_to_column.
356 (current_column_1, Fmove_to_column): Use it.
357
358 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * keymap.c (map_keymap_internal): New fun.
361 (map_keymap): Use it.
362 (Fmap_keymap_internal): New fun.
363 (Fmap_keymap): Remove left-out test from before make_save_value.
364
365 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
366
367 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
368 Use XCAR/XCDR.
369
370 * process.h (struct Lisp_Process): Remove filter_multibyte.
371 * process.c (QCfilter_multibyte): Remove.
372 (setup_process_coding_systems): Don't use filter_multibyte.
373 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
374 (read_process_output): Don't adjust multibyteness to filter_multibyte.
375 (Fset_process_filter_multibyte): Change the coding-system to
376 approximate the previous behavior.
377 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
378 coding-system.
379
380 * coding.c (decode_coding_object): When not decoding into a buffer,
381 obey the coding system's preference of (uni|multi)byte.
382
383 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
386 every char is changed and has a different byte-length.
387 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
388 Fix int -> EMACS_INT.
389
390 2008-03-23 David Hansen <david.hansen@gmx.net> (tiny change)
391
392 * dbusbind.c (xd_read_message): Remove extra copying of message
393 strings. Check for NULL `interface' or `member'.
394
395 2008-03-22 Eli Zaretskii <eliz@gnu.org>
396
397 * w32.c (readdir): If FindFirstFile/FindNextFile return in
398 cFileName a file name that includes `?' characters, use the 8+3
399 alias in cAlternateFileName instead.
400
401 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
404
405 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
408 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
409 work on current_buffer only instead (that was already the case
410 for some of the code anyway).
411 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
412 (temp_set_point, temp_set_point_both): Use EMACS_INT.
413 (SET_PT, SET_PT_BOTH): Adjust.
414 * intervals.h (set_point, temp_set_point, set_point_both)
415 (temp_set_point_both): Remove redundant declarations.
416
417 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * fileio.c (Finsert_file_contents):
420 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
421 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
422 when buffer != current_buffer anyway.
423
424 2008-03-20 Andreas Schwab <schwab@suse.de>
425
426 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
427 as default.
428
429 2008-03-19 Jason Rumney <jasonr@gnu.org>
430
431 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
432 (syms_of_w32fns): Initialize them.
433 (HOURGLASS_ID): New constant.
434 (x_window_to_frame): Don't check hourglass_window.
435 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
436 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
437 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
438 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
439 Only change the cursor if hourglass is not active.
440 (Fx_create_frame): Initialize frame's current_cursor.
441 (hourglass_atimer): Remove.
442 (hourglass_started): New function.
443 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
444 (show_hourglass): Adapt to w32, changing argument to frame.
445
446 * w32term.h (struct w32_output): Remove hourglass_window.
447 Add current_cursor.
448
449 * eval.c (call_debugger, Fsignal):
450 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
451 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
452 (Fexecute_extended_command, cancel_hourglass_unwind):
453 * minibuf.c (read_minibuf):
454 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
455
456 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * window.c (run_funs): New fun.
459 (run_window_configuration_change_hook): Use it to run the buffer-local
460 and the global part of the hook.
461
462 * xdisp.c (format_mode_line_unwind_data): Add window argument.
463 (unwind_format_mode_line): Restore selected window.
464 (x_consider_frame_title, Fformat_mode_line): Set selected window.
465
466 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * editfns.c (Fchar_equal): Check they are valid characters.
469
470 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
471
472 2008-03-17 Andreas Schwab <schwab@suse.de>
473
474 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
475 against a charset.
476
477 * lisp.h (Fbuffer_list): Declare.
478
479 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
480
481 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
482 handlebox_widget is != 0.
483
484 2008-03-16 Juri Linkov <juri@jurta.org>
485
486 * callint.c (Fcall_interactively): For interactive code letters
487 'b' and 'B' put the buffer list into the list of default "future"
488 values of the minibuffer.
489
490 2008-03-16 Andreas Schwab <schwab@suse.de>
491
492 * keyboard.c (read_key_sequence): Fix downcasing of letters with
493 modifiers.
494
495 * regex.c (re_match_2_internal): Correct matching of a charset
496 against latin-1 characters.
497
498 2008-03-16 Kenichi Handa <handa@m17n.org>
499
500 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
501 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
502 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
503 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
504 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
505 CHAR_STRING_ADVANCE.
506 (produce_chars): Fix for the case that the source and the
507 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
508 instead of CHAR_STRING_ADVANCE.
509 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
510 STRING_CHAR_ADVANCE.
511
512 2008-03-15 Andreas Schwab <schwab@suse.de>
513
514 * regex.c (re_match_2_internal): Correct matching of eight bit
515 characters in unibyte strings.
516
517 2008-03-15 Martin Rudalics <rudalics@gmx.at>
518
519 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
520 at end of range when it coincides with the end of the buffer.
521
522 2008-03-14 Eli Zaretskii <eliz@gnu.org>
523
524 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
525
526 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
527
528 2008-03-14 Jason Rumney <jasonr@gnu.org>
529
530 * editfns.c (initial_tz): New variable.
531 (syms_of_editfns): Initialize it.
532 (Fset_time_zone_rule): Set it when first called.
533 Use it when TZSTRING is nil.
534
535 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
536 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
537 (monitor_from_point_fn, get_monitor_info_fn): New globals.
538 (globals_of_w32fns): Initialize them.
539 (compute_tip_xy): Use them to position tooltips.
540
541 2008-03-14 Glenn Morris <rgm@gnu.org>
542
543 * emacs.c (main): Revert previous change.
544 (standard_args): Revert -internal-script back to -scriptload,
545 and remove the long-option form.
546
547 2008-03-13 Glenn Morris <rgm@gnu.org>
548
549 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
550 Remove option -enable-font-backend.
551
552 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
555
556 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
557
558 * xterm.c (x_connection_closed): For GTK: If this is the last
559 terminal just exit without closing the display.
560
561 2008-03-11 Jason Rumney <jasonr@gnu.org>
562
563 * w32font.c (w32font_full_name): Use floor to round.
564
565 2008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
566
567 * sound.c (alsa_configure): Declare vol at beginning of block.
568
569 * fontset.c (Ffontset_info): Remove extra semicolon.
570
571 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
574 size of resulting string.
575
576 2008-03-10 Jason Rumney <jasonr@gnu.org>
577
578 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
579
580 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
581
582 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
583 Don't pretend as if characters with display property haven't been
584 consumed for string-replacing-string case.
585
586 2008-03-08 Kim F. Storm <storm@cua.dk>
587
588 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
589 (get_next_display_element, next_element_from_string)
590 (next_element_from_ellipsis, next_element_from_buffer): Use it.
591
592 2008-03-08 Andreas Schwab <schwab@suse.de>
593
594 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
595
596 2008-03-06 Jason Rumney <jasonr@gnu.org>
597
598 * w32font.c (w32_registry): Take font_type argument. Use ANSI
599 when charset not specified. Only translate ANSI to unicode when
600 font_type is truetype.
601 (w32font_coverage_ok): New function.
602 (add_font_entity_to_list): Use it to filter unsuitable fonts.
603
604 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
605
606 * lread.c (Fread_char): Resolve modifiers.
607 (Fread_char_exclusive): Likewise.
608
609 * character.c (char_resolve_modifier_mask): New function.
610 (char_string): Use char_resolve_modifier_mask.
611 (Fchar_resolve_modifiers): New function.
612 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
613 function.
614
615 2008-03-04 Jason Rumney <jasonr@gnu.org>
616
617 * makefile.w32-in: Always include w32font.c in the build.
618 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
619
620 2008-03-04 Andreas Schwab <schwab@suse.de>
621
622 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
623 (versionclean): Likewise.
624
625 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
626
627 * .cvsignore: Add oo.
628
629 2008-03-03 Andreas Schwab <schwab@suse.de>
630
631 * coding.c (decode_coding_object): Inhibit gap shrinking while
632 decoding in place.
633
634 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
635
636 * w32term.c: Remove unused include "gnu.h".
637 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
638
639 * gnu.h: Rename to ...
640 * emacs-icon.h: ... this.
641 * xterm.c: Use emacs-icon.h instead of gnu.h.
642 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
643
644 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
645
646 * w32font.c: Include math.h.
647
648 2008-03-03 Jason Rumney <jasonr@gnu.org>
649
650 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
651 Compute options separately.
652 (w32font_open_internal): Set glyph_idx before caching metrics.
653
654 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
655 Define if system headers don't.
656 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
657 (w32font_encode_char): Don't declare here.
658
659 * w32font.c (Quniscribe, QCformat): New symbols.
660 (syms_of_w32font): Define them.
661 (w32font_has_char): Indicate uncertainty.
662 (w32font_encode_char): Encode as glyph point. Make static.
663 (recompute_cached_metrics): New function.
664 (w32font_open_internal): Use it. Set font to use glyph points
665 initially. Set format based on type of font.
666 (w32font_text_extents, w32font_draw): Optionally use glyph points.
667 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
668 on it. Set format based on information available here.
669 (add_font_entity_to_list): Identify backend based on opentype_only.
670
671 2008-03-02 Andreas Schwab <schwab@suse.de>
672
673 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
674
675 * coding.c (decode_coding_big5, produce_chars):
676 Fix typos in last change.
677
678 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
679
680 * gnu.h: New icon.
681
682 2008-03-02 Kenichi Handa <handa@m17n.org>
683
684 * coding.c (decode_coding_utf_8): When eol-type of CODING is
685 `dos', don't decode '\r' if that is the last in the source.
686 (decode_coding_utf_16, decode_coding_emacs_mule)
687 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
688 (decode_coding_raw_text, decode_coding_charset): Likewise.
689 (produce_chars): Don't decode EOL here. Use EMACS_INT.
690
691 2008-03-01 Jason Rumney <jasonr@gnu.org>
692
693 * w32font.c (w32font_full_name): Report point size for scalable fonts.
694
695 2008-03-01 Kim F. Storm <storm@cua.dk>
696
697 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
698
699 2008-03-01 Jason Rumney <jasonr@gnu.org>
700
701 * w32font.c (w32font_full_name): New function.
702 (w32font_open_internal): Use it.
703
704 2008-03-01 Kim F. Storm <storm@cua.dk>
705
706 * dispnew.c (line_draw_cost): Fix invalid glyph check.
707
708 2008-03-01 Jason Rumney <jasonr@gnu.org>
709
710 * font.c (font_unparse_fcname): Increase len when style is a symbol.
711
712 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
713
714 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
715 xg_frame_resized when the event is for the edit widget.
716
717 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
718
719 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
720 set_char_size.
721 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
722 operations on widgets here. Just set frame size if needed.
723 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
724 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
725 (x_wm_set_size_hint): Set size hints on the edit widget only, not
726 the whole frame.
727 (xg_create_tool_bar): Move attachement of the tool bar to
728 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
729 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
730
731 2008-03-01 Jason Rumney <jasonr@gnu.org>
732
733 * w32fns.c (w32_msg_pump): Disable debug code.
734
735 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
736
737 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
738
739 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
740
741 * xdisp.c (next_overlay_string): Don't set
742 overlay_strings_at_end_processed_p if we're currently reading from
743 a display string.
744
745 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * xdisp.c (get_overlay_strings_1): Fix typo.
748
749 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
750
751 * xdisp.c (get_overlay_strings_1): Add missing argument type.
752
753 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
754
755 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
756
757 * xdisp.c (display_mode_element): Cancel the previous change.
758 (decode_mode_spec): Likewise.
759 (handle_auto_composed_prop): Don't make composition if it->string
760 is a string.
761
762 2008-02-27 Kim F. Storm <storm@cua.dk>
763
764 * lisp.h (GLYPH): Change type from int to struct with separate char
765 and face_id members.
766 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
767 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
768 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
769 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
770 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
771 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
772 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
773 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
774 handle new Lisp glyph code encoding, either an integer or a cons.
775
776 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
777 (GLYPH_ALIAS): Delete.
778 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
779 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
780 (GLYPH_FROM_CHAR): Replace macro by ...
781 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
782
783 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
784 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
785 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
786 (GLYPH_INVALID_P): New macro.
787 (spec_glyph_lookup_face): Update prototype.
788
789 * dispnew.c (line_draw_cost): Adapt to new glyph type.
790 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
791 new glyph code encoding.
792 (spec_glyph_lookup_face): No return value; update passed glyph instead.
793 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
794
795 * xdisp.c (get_next_display_element, next_element_from_display_vector):
796 Adapt to new glyph type and new glyph code encoding.
797
798 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
799
800 * indent.c (current_column, current_column_1, Fmove_to_column)
801 (compute_motion): Adapt to new glyph code encoding.
802
803 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
804
805 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
806
807 * process.c (wait_reading_process_output): Check for window
808 changes caused by timers.
809 Suggested by Johan Bockgård.
810
811 2008-02-27 Glenn Morris <rgm@gnu.org>
812
813 * emacs.c (USAGE1): Add `--disable-font-backend'.
814
815 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
818 is made to the buffer.
819
820 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
823 (face_at_string_position):
824 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
825 (face_at_string_position):
826 * xdisp.c (display_string, next_overlay_change):
827 * buffer.h (overlays_at):
828 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
829 Update callers.
830
831 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
832
833 * editfns.c (Fformat): Doc fix.
834
835 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
836
837 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
838 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
839 (Ffont_otf_alternates, Fquery_font): Doc fixes.
840
841 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * buffer.c (Fbuffer_swap_text): New function.
844 (syms_of_buffer): Defsubr it.
845
846 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
847
848 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
849
850 2008-02-25 Jason Rumney <jasonr@gnu.org>
851
852 * w32font.c (w32font_draw): Draw one character at a time when padding.
853
854 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
857 Handle a nil arg. Use run_window_configuration_change_hook.
858 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
859 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
860 Use run_window_configuration_change_hook.
861
862 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
863
864 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
865 1-pixel width.
866
867 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
868
869 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
870 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
871 if the glyph in the font is zero pixel with.
872
873 * dispextern.h (struct glyph_string): New member padding_p.
874
875 * w32font.c (w32font_draw): Pay attention to s->padding_p.
876
877 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
878
879 * xfont.c (xfont_draw): Pay attention to s->padding_p.
880
881 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
882
883 * font.c: If the font driver doesn't have `shape' function, return Qnil.
884
885 2008-02-25 Jason Rumney <jasonr@gnu.org>
886
887 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
888
889 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 Allow fine-grained image-cache flushing.
892 * dispextern.h (struct image): Add `dependencies' field.
893 (clear_image_caches): Change arg to Lisp_Object.
894 * image.c (make_image): Initialize `dependencies' field.
895 (clear_image_cache): Change arg to allow fine-grained flushing.
896 Perform the flush even if image-cache-eviction-delay is nil.
897 (clear_image_caches): Change arg to Lisp_Object.
898 (Fclear_image_cache): Expand meaning of the argument.
899 (mark_image): Mark `dependencies' field.
900 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
901 (lface_hash): Use XHASH rather than XFASTINT.
902 (face_at_buffer_position): Fix int -> EMACS_INT position.
903 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
904 (select_frame_for_redisplay): Remove code duplication.
905 (redisplay_internal): Adapt arg to call to clear_image_caches.
906
907 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
908
909 * s/vms4-0.h:
910 * s/vms4-2.h:
911 * s/vms4-4.h:
912 * s/vms5-5.h: Remove, unused.
913
914 * s/irix5-2.h:
915 * s/irix6-0.h:
916 * s/riscos5.h:
917 * s/mach-bsd4-3.h:
918 * m/mips4.h: Remove files for obsolete systems
919
920 * Makefile.in:
921 * filelock.c:
922 * unexmips.c:
923 * m/hp9000s300.h:
924 * m/iris4d.h:
925 * s/aix3-1.h:
926 * s/hpux.h:
927 * s/msdos.h:
928 * s/usg5-0.h:
929 * s/usg5-2-2.h:
930 * s/usg5-2.h:
931 * s/usg5-3.h: Remove references to obsolete variables.
932
933 * s/irix5-0.h: Remove, move all the contents ...
934 * s/irix6-5.h: ... here. Simplify.
935 * config.in: Regenerate.
936
937 2008-02-24 Jason Rumney <jasonr@gnu.org>
938
939 * w32term.c (x_draw_glyph_string_background): Clear the background
940 manually when cleartype is in use.
941 (x_draw_glyph_string_foreground): Draw text transparently when
942 cleartype is in use.
943
944 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
945 a font into it unless we have to.
946
947 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
950 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
951
952 2008-02-18 Jason Rumney <jasonr@gnu.org>
953
954 * w32fns.c (Fw32_shell_execute): Encode parameters.
955
956 2008-02-09 Eli Zaretskii <eliz@gnu.org>
957
958 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
959
960 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
961
962 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
963
964 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
965
966 * xterm.c (x_set_offset): Don't change the gravity if
967 CHANGE_GRAVITY is -1.
968
969 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
970
971 * fileio.c (auto_save_error_occurred): New var.
972 (auto_save_error): Set it.
973 (Fdo_auto_save): Don't overwrite the error message if an auto-save
974 error occurred.
975
976 2008-02-23 Eli Zaretskii <eliz@gnu.org>
977
978 * w32.c (globals_of_w32): Add initializations for
979 g_b_init_get_sid_sub_authority and
980 g_b_init_get_sid_sub_authority_count.
981
982 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
985 (font_parse_xlfd): Use them for sanity check.
986 (Finternal_set_font_style_table): Make sure the table is bijective.
987
988 Consolidate the image_cache to the terminal struct.
989 * termhooks.h (P_): Remove redundant def.
990 (struct terminal): New field `image_cache'.
991 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
992 of FRAME_X_IMAGE_CACHE.
993 * xterm.h (struct x_display_info): Remove image_cache field.
994 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
995 * w32term.h (struct w32_display_info): Remove image_cache field.
996 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
997 * macterm.h (struct mac_display_info): Remove image_cache field.
998 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
999 * xterm.c (x_term_init):
1000 * w32term.c (w32_term_init):
1001 * macterm.c (mac_term_init): Set the image_cache in the terminal.
1002 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
1003 Remove declarations.
1004 (clear_image_caches, mark_image_cache): New declarations.
1005 * xfaces.c (clear_face_cache):
1006 * xdisp.c (redisplay_internal): Use clear_image_caches.
1007 * image.c (clear_image_cache): Don't check that a frame is on
1008 a window-system before checking if it shares the same cache.
1009 (clear_image_caches): New function.
1010 (Fclear_image_cache): Use it.
1011 (mark_image): Move from allo.c.
1012 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
1013 * alloc.c (mark_image, mark_image_cache): Move to image.c.
1014 (mark_object): Don't call mark_image_cache for frames.
1015 (mark_terminals): Call mark_image_cache.
1016
1017 * lisp.h (Fdelete_terminal): Declare.
1018
1019 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
1020 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
1021 wrong_type_argument.
1022
1023 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
1024
1025 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
1026 malayalam.el, and tamil.el. Add sinhala.el.
1027
1028 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * xterm.c (x_connection_closed): Consolidate identical tests.
1031 (x_delete_terminal): Don't crash if called via x_connection_closed.
1032
1033 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
1034
1035 * xdisp.c (decode_mode_spec): New arg string.
1036 (display_mode_element): Adjust for the above change.
1037
1038 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * callint.c (Fcall_interactively): Use AREF.
1041
1042 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
1045
1046 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
1047
1048 * xfns.c (Fx_show_tip): Set string to " " if empty.
1049
1050 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
1051
1052 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
1053 with Qt.
1054
1055 2008-02-17 Kenichi Handa <handa@m17n.org>
1056
1057 * ftfont.c (ftfont_shape): Return Lispy number.
1058
1059 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
1060 for GCs.
1061 (Finternal_set_font_selection_order): Call font_update_sort_order
1062 only when enable_font_backend is set.
1063 (realize_x_face): Set face->font_info to that of default face only
1064 when enable_font_backend is set.
1065
1066 * xdisp.c (handle_composition_prop): Set it->c to the fist
1067 characte of the composed region.
1068 (fill_composite_glyph_string): Set base_face->font_info to
1069 s->font_info. Get a face for ascii from base_face->ascii_face.
1070 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
1071 with a face already decided.
1072 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
1073 non-negative.
1074 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
1075 call font_prepare_composition unconditionally.
1076
1077 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
1078
1079 * xterm.h (struct x_display_info): New member font.
1080
1081 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
1082 (x_set_mouse_face_gc, x_new_font): Likewise.
1083 (x_term_init): Setup display_info->font.
1084 (x_delete_terminal): Free display_info->font.
1085
1086 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
1087
1088 * ftxfont.c (ftxfont_default_fid): Delete it.
1089 (ftxfont_open): Set xfont->fid to 0.
1090 (ftxfont_end_for_frame): Clear data specific to the frame and the
1091 font-driver.
1092
1093 * xftfont.c (xftfont_default_fid): Delete it.
1094 (xftfont_open): Set xfont->fid to 0.
1095
1096 * fontset.c (FONTSET_OBJLIST): New macro.
1097 (fontset_find_font): Update font-object list of the fontset.
1098 (free_realized_fontset): New function.
1099 (free_face_fontset): Call free_realized_fontset.
1100 (Ffont_info): Call font_close_object only when enable_font_backend
1101 is set.
1102
1103 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
1104 [HAVE_NTGUI]: Include w32term.h.
1105 [MAC_OS]: Include macterm.ch.
1106 (font_otf_ValueRecord): Use make_number.
1107 (font_finish_cache): Fix handling of reference count.
1108 (font_clear_cache): Update num_fonts.
1109 (font_open_entity): Update smallest_char_width and
1110 smallest_font_height of the frame.
1111 (font_close_object): Update num_fonts.
1112 (Fclear_font_cache): Fix finding the target cache data.
1113
1114 2008-02-16 Glenn Morris <rgm@gnu.org>
1115
1116 * fontset.c (Finternal_char_font): Fix compilation warning.
1117
1118 2008-02-16 Eli Zaretskii <eliz@gnu.org>
1119
1120 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
1121 instead of char arrays. Enlarge the size of array passed to
1122 get_token_information.
1123
1124 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
1125 warnings.
1126
1127 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
1128
1129 * .gdbinit: Don't set `args', it breaks gdb --args.
1130
1131 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
1134 within a narrowed buffer.
1135
1136 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
1137
1138 * coding.c (decode_coding_object, encode_coding_object):
1139 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
1140
1141 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1142
1143 * coding.c (coding_set_destination): Use BEG_BYTE rather than
1144 hardcoding 1.
1145 (detect_coding_system):
1146 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
1147 (string_char_to_byte, string_byte_to_char, insert_from_gap):
1148 * insdel.c (insert_from_gap):
1149 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
1150 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
1151 (string_to_multibyte):
1152 * character.c (chars_in_text, multibyte_chars_in_text):
1153 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
1154
1155 * character.h (FETCH_STRING_CHAR_ADVANCE)
1156 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
1157 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
1158 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
1159
1160 * casefiddle.c (casify_region): Only call after-change and composition
1161 functions on the part of the region that was changed.
1162
1163 * keyboard.c (read_avail_input):
1164 * frame.c (Fdelete_frame): Call Fdelete_terminal.
1165
1166 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
1169 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
1170
1171 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
1172
1173 * w32menu.c (push_submenu_start, push_submenu_end)
1174 (push_left_right_boundary, push_menu_pane, push_menu_item):
1175 * keyboard.c (read_key_sequence): Don't pass args with side effects
1176 to AREF, it fails when compiling with -DENABLE_CHECKING.
1177
1178 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
1179
1180 * Makefile.in (${lispsource}international/charprop.el):
1181 Delete this target.
1182
1183 * search.c (boyer_moore): Fix incorrect synching of the trunk and
1184 emacs-unicode-2.
1185
1186 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * terminal.c (Fdelete_terminal): Clean up the `force' path.
1189
1190 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * frame.c (Qnoelisp): New symbol.
1193 (syms_of_frame): Initialize it.
1194 (Fdelete_frame): Use it to distinguish a mere `force' passed from
1195 someharmles Elisp code, from a strong `force' from x_connection_closed.
1196 * frame.h (Qnoelisp): Declare.
1197 * xterm.c (x_connection_closed): Pass `noelisp'.
1198
1199 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
1200 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
1201 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
1202 rather than `int' for the type of `type'.
1203
1204 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1205
1206 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
1207
1208 * Makefile.in (GNUC): Remove support for gcc-1.x.
1209
1210 2008-02-10 Richard Stallman <rms@gnu.org>
1211
1212 * lisp.h (ASET): Use AREF, not ASLOT.
1213
1214 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * lisp.h (ASET): Check bounds.
1217
1218 2008-02-10 Glenn Morris <rgm@gnu.org>
1219
1220 * buffer.c (mode-name): Doc fix.
1221
1222 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1223
1224 * Makefile.in:
1225 * emacs.c:
1226 * gmalloc.c:
1227 * keyboard.c:
1228 * lisp.h:
1229 * m/ibm370aix.h:
1230 * process.c:
1231 * regex.c:
1232 * s/hpux.h:
1233 * sysdep.c:
1234 * sysselect.h:
1235 * systty.h:
1236 * unexec.c:
1237 * w32term.c:
1238 * xsmfns.c:
1239 * xterm.c: Remove code that deals with obsolete variables.
1240
1241 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
1242
1243 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
1244 nothing else needs it anymore.
1245
1246 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1247
1248 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
1249 instead of unibyte_char_to_multibyte.
1250
1251 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1252
1253 * s/gnu-linux.h: Remove commented out code.
1254
1255 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
1256
1257 * Makefile.in: Update what RMS says about using autoconf.
1258 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
1259 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1):
1260 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
1261 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
1262
1263 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * keymap.c (Fkey_description): Move side effect outside of macro call.
1266
1267 * xfaces.c (Finternal_make_lisp_face):
1268 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
1269
1270 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
1271 (syms_of_fontset): Use ASET.
1272
1273 * fns.c (concat): Move side effect outside of macro call.
1274 (hash_clear): Use ASET.
1275
1276 2008-02-08 Richard Stallman <rms@gnu.org>
1277
1278 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
1279 If FORCE, and frame has a surrogate minibuffer for another frame,
1280 delete the other frame first.
1281
1282 2008-02-07 Timo Savola <timo.savola@iki.fi>
1283
1284 * xterm.c (x_detect_focus_change): Handle embed client message.
1285 (handle_one_xevent): Ditto.
1286 (handle_one_xevent): If embedded and we get a button press/release,
1287 request focus.
1288 (xembed_set_info, xembed_send_message): New functions.
1289 (x_make_frame_visible): Call xembed_set_info if embedded.
1290 (x_make_frame_invisible): Call xembed_set_info if embedded.
1291 (x_term_init): Initialize Xatom_XEMBED.
1292 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
1293 (x_iconify_frame): Ditto.
1294
1295 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
1296 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
1297 (enum xembed_modifier, enum xembed_accelerator): New.
1298 (xembed_set_info, xembed_send_message): Declare.
1299 (FRAME_X_EMBEDDED_P): New.
1300
1301 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
1302 gtk_plug_new.
1303
1304 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
1305 window ID of a frame.
1306 (x_window): Reparent frame if embedded.
1307 (Fx_create_frame): Don't set border width if embedded.
1308
1309 * emacs.c (USAGE3): Add --parent-id
1310 (standard_args): Ditto.
1311
1312 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
1313
1314 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
1315
1316 2008-02-07 Jim Meyering <meyering@redhat.com>
1317
1318 Use "do...while (0)", not "if (1)...else" in macro definitions.
1319 The latter provokes a warning from gcc about the empty else, when
1320 followed by ";". Also, without that trailing semicolon, it would
1321 silently swallow up any following statement.
1322 * syntax.h (SETUP_SYNTAX_TABLE):
1323 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
1324 * buffer.h (DECODE_POSITION): Likewise.
1325 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
1326 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
1327 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
1328 (FETCH_CHAR_ADVANCE): Likewise.
1329 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
1330
1331 2008-02-07 Jim Meyering <meyering@redhat.com>
1332
1333 * lread.c [lint]: Don't include <sys/inode.h>.
1334
1335 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * xselect.c (x_handle_dnd_message):
1338 * xmenu.c (digest_single_submenu, xmenu_show):
1339 * xdisp.c (with_echo_area_buffer_unwind_data)
1340 (format_mode_line_unwind_data, unwind_format_mode_line)
1341 (display_menu_bar):
1342 * eval.c (Ffetch_bytecode):
1343 * doc.c (store_function_docstring):
1344 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
1345 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
1346 * buffer.c (add_overlay_mod_hooklist): Use ASET.
1347
1348 2008-02-07 Kenichi Handa <handa@m17n.org>
1349
1350 * ftxfont.c (ftxfont_open): Don't set
1351 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
1352
1353 * ftfont.c (ftfont_open): Fix previous change.
1354
1355 2008-02-06 Jason Rumney <jasonr@gnu.org>
1356
1357 * w32font.c (w32font_text_extents): Fill in lbearing metric.
1358 Use cached metrics for ASCII characters.
1359 (w32font_open_internal): Don't set font's owning_frame.
1360 Cache metrics for ASCII characters.
1361
1362 * w32font.h (struct w32font_info): Add ascii_metrics.
1363 Remove owning_frame.
1364
1365 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
1366
1367 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
1368 to negative value.
1369
1370 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
1371
1372 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
1373
1374 * charset.c (syms_of_charset): Set QCtest and Qeq.
1375
1376 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1377
1378 * process.c (Fstart_process):
1379 * callproc.c (Fcall_process): Handle the case where
1380 Funhandled_file_name_directory returns nil.
1381
1382 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
1383 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
1384 * font.c (check_gstring): Use them and AREF to access the vector before
1385 we know it's really a gstring.
1386 (Ffont_shape_text): Fix typo.
1387 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
1388
1389 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
1390 Declare.
1391
1392 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
1393
1394 2008-02-05 Jason Rumney <jasonr@gnu.org>
1395
1396 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
1397 Set smallest_font_height and smallest_char_width in display info.
1398
1399 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
1400
1401 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
1402
1403 2008-02-05 Miles Bader <miles@gnu.org>
1404
1405 * xfaces.c (get_lface_attributes, merge_named_face)
1406 (lookup_named_face, lookup_derived_face, realize_named_face):
1407 Revert 2008-02-01 change by cyd@stupidchicken.com.
1408
1409 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
1410
1411 * fontset.c (Ffontset_info): Handle the case of inhibitting the
1412 fallback fonts.
1413 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
1414
1415 2008-02-04 Jason Rumney <jasonr@gnu.org>
1416
1417 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
1418 set full_name.
1419 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
1420
1421 2008-02-03 Jason Rumney <jasonr@gnu.org>
1422
1423 * makefile.w32-in (OBJ1): Include font.o here.
1424 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
1425
1426 2008-02-02 Jason Rumney <jasonr@gnu.org>
1427
1428 * makefile.w32-in (temacs): Bump EMHEAP to 21.
1429
1430 2008-02-01 Jason Rumney <jasonr@gnu.org>
1431
1432 * s/cygwin.h: Define VIRT_ADDR_VARIES.
1433
1434 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
1435
1436 2008-02-01 Andreas Schwab <schwab@suse.de>
1437
1438 * Makefile.in (shortlisp, lisp): Update for rename of
1439 ../lisp/language/myanmar.el.
1440
1441 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * xfaces.c (get_lface_attributes): Delete function.
1444 (merge_named_face, lookup_named_face, lookup_derived_face)
1445 (realize_named_face): Call lface_from_face_name directly, and use
1446 the fact that merge_face_vectors does not alter its FROM argument.
1447
1448 2008-02-01 Jason Rumney <jasonr@gnu.org>
1449
1450 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1451 input in the default locale. Handle non-Unicode multibyte input.
1452
1453 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1454
1455 * fontset.c (reorder_font_vector): Exclude nil elements from the
1456 font group. Don't try multiple fonts.
1457 (fontset_font): Adjust for the above change.
1458 (Finternal_char_font): Return nil if the found font doesn't
1459 contain the character ch.
1460
1461 * Makefile.in (lisp, shortlisp): Add cham.el.
1462
1463 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1464
1465 * font.h (FONTP): Make it return 1 also for a font-object.
1466
1467 * .gdbinit (xfontset): New function.
1468
1469 * font.c (font_find_for_lface): Check if the character C is
1470 supported or not only for the first font.
1471
1472 * fontset.c (reorder_font_vector): Fix typo.
1473 (fontset_find_font): Don't add a font-spec specifying a script.
1474 Use 0 (not Qt) for the indication of empty font-group. Change the
1475 format of RFONT-DEF. Return Qt if no font in the font-group
1476 support the character.
1477 (fontset_font): Adjust for the above change. If no font was
1478 found the character, remember that.
1479 (face_for_char): Adjust for the change of RFONT-DEF.
1480 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
1481 no font for the target.
1482 (Finternal_char_font): Adjust for the change of RFONT-DEF.
1483
1484 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1485
1486 * font.c (font_load_for_face): Handle the case that the font in
1487 face->lface is a string.
1488
1489 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1490
1491 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
1492
1493 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1494
1495 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
1496 Fix previous change. If the frame is not on a window system,
1497 signal an error.
1498
1499 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1500
1501 * coding.c (decode_coding_object, encode_coding_object): Adjust
1502 marker positions after conversion.
1503
1504 * lisp.h (struct Lisp_Marker): New member need_adjustment.
1505
1506 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1507
1508 * font.c (font_find_for_lface): Fix the handling of the return
1509 value of font_has_char.
1510 (Ffont_shape_text): Fix previous change.
1511
1512 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
1513 (fontset_ref_and_range): Delete it.
1514 (fontset_find_font): Call char_table_ref_and_range instead of
1515 FONTSET_REF_AND_RANGE.
1516 (make_fontset): Don't setup font groups of Latin here.
1517 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
1518 (new_fontset_from_font): Make the specified font the default for
1519 all Latin characters.
1520
1521 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1522
1523 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
1524 is on a window system before accessing the fontset of the frame.
1525
1526 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1527
1528 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
1529
1530 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
1531 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
1532
1533 * font.c (Ffont_shape_text): If the font driver doesn't have a
1534 shaper function, make zero-width glyphs to have at least one-pixel
1535 width. Fix setting of `to' field of glyphs.
1536
1537 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1538
1539 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
1540 glyphs.
1541
1542 * font.h (struct font_driver): Improve docstring of member `shape'.
1543
1544 2008-02-01 Kenichi Handa <handa@m17n.org>
1545
1546 * composite.c (syms_of_composite): Fix docstring of
1547 auto-composition-function.
1548
1549 * font.h (LGLYPH_SIZE): New macro.
1550
1551 * font.c (Ffont_fill_gstring): Stop filling when a character not
1552 supported by the font is found.
1553 (Ffont_shape_text): When a shape callback function returns nil,
1554 try at most two more times with larger gstring.
1555 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
1556
1557 * xdisp.c (handle_auto_composed_prop): Change the argument to
1558 auto-composition-function.
1559
1560 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
1561 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
1562 Lispy glyph and store it in the lgstring.
1563
1564 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
1565
1566 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
1567
1568 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1569
1570 * font.c (Ffont_shape_text): Avoid unnecessary composition.
1571
1572 * fontset.c (Vfont_encoding_charset_alist): New variable.
1573 (syms_of_fontset): DEFVAR it.
1574 (reorder_font_vector, fontset_find_font): Optimize for the case of
1575 no need of reordering.
1576 (face_for_char): Map the charset property by
1577 Vfont_encoding_charset_alist.
1578
1579 2008-02-01 Jason Rumney <jasonr@gnu.org>
1580
1581 * w32font.c (logfonts_match): Don't check adstyle here.
1582 (font_matches_spec): Check here against physical font instead.
1583 (add_font_entity_to_list): Avoid some substitutions.
1584
1585 * font.c (font_parse_fcname): Default weight and slant to normal.
1586 (font_score): Prefer normal fonts if weight or slant unspecified.
1587 (font_score) [WINDOWSNT]: Scale weight difference down to closer
1588 match freetype scores.
1589
1590 2008-02-01 Jason Rumney <jasonr@gnu.org>
1591
1592 * w32font.c (w32font_text_extents): Don't use the frame stored in the
1593 font, as it may have been deleted.
1594 (w32_enumfont_pattern_entity): Map generic family to adstyle using
1595 most common hyphenless variation.
1596 (logfonts_match): Check generic family.
1597 (font_matches_spec): Don't check generic family here.
1598 (fill_in_logfont): Set generic family based on adstyle.
1599
1600 * w32font.h (w32font_get_cache): Update declaration.
1601
1602 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1603
1604 * ftfont.c (ftfont_get_cache): Adjust the argument type.
1605
1606 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
1607 If none of the new drivers are available, call font_update_drviers
1608 with the old drivers.
1609
1610 * w32font.c (w32font_get_cache): Adjust the argument type.
1611
1612 * xfont.c (xfont_get_cache): Adjust the argument type.
1613
1614 * font.h (struct font_driver): Change argument type of get_cache.
1615
1616 * xftfont.c (xftfont_start_for_frame): Delete prototype.
1617
1618 * font.c (Ffont_get): Fix arguments to Fassoc.
1619 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
1620 (font_clear_cache): New function.
1621 (font_list_entities, font_matching_entity): Use font_get_cache.
1622 (font_update_drivers): Call font_clear_cache when finishing a driver.
1623
1624 * fontset.c (fontset_find_font): Fix previous change.
1625
1626 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1627
1628 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
1629 dpyinfo->font_table.
1630 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
1631 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
1632
1633 * font.c (font_at): Handle the case that the arg C is negative.
1634 Handle the unibyte case.
1635 (Ffont_at): Call font_at with the arg C -1.
1636
1637 * xdisp.c (handle_auto_composed_prop): Don't get a character at
1638 the position here, and call font_at with the arg C -1.
1639 Don't check the range of the existing composition at the point.
1640
1641 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1642
1643 * fontset.c (fontset_add): New args charset_id and family.
1644 Change caller.
1645 (load_font_get_repertory, fontset_find_font): Assume that
1646 font_spec is always a font-spec object.
1647 (Fset_fontset_font): Always store a font-spec object in a fontset.
1648
1649 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
1650 instead of get_property_and_range.
1651
1652 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1653
1654 * xftfont.c (struct xftfont_info): Delete the member ft_face.
1655 (xftfont_open): Don't keep locking face.
1656 (xftfont_close): Don't unlock face.
1657 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
1658
1659 * fontset.c (fontset_find_font): Don't prefer a font of
1660 supplementary charset.
1661
1662 2008-02-01 Kenichi Handa <handa@m17n.org>
1663
1664 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
1665 script, langsys_tag to langsys, new member script.
1666 (OTF_TAG_STR): Terminate by '\0'.
1667 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
1668 listing to the script specified in that property. Fix arg to
1669 OTF_check_features.
1670
1671 2008-02-01 Jason Rumney <jasonr@gnu.org>
1672
1673 * w32font.h: New file.
1674
1675 * w32font.c: Include it.
1676 (struct w32font_info): Add owning_frame field. Move to w32font.h.
1677 (w32font_open): Set owning_frame.
1678 (w32font_text_extents): Use owning_frame.
1679 (struct font_callback_data): Add opentype_only field.
1680 (add_font_entity_to_list): Use it to filter fonts.
1681 Don't check against full name.
1682 (w32font_list_internal): New function.
1683 (w32font_list): Use it.
1684 (w32font_match_internal): New function.
1685 (w32font_match): Use it.
1686 (w32font_open_internal): New function.
1687 (w32font_open): Use it.
1688 (w32font_get_cache, w32font_close, w32font_has_char)
1689 (w32font_encode_char, w32font_text_extents, w32font_draw):
1690 Make non-static.
1691
1692 * makefile.w32-in (w32font.o): Depend on w32font.h.
1693
1694 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1695
1696 * charset.c (Fdefine_charset_internal): Record a supplementary
1697 charset at the tail of Vcharset_order_list.
1698
1699 * font.c (Ffont_shape_text): Fix the return value.
1700
1701 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
1702
1703 * xdisp.c (handle_auto_composed_prop): Fix previous change.
1704
1705 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1706
1707 * ftfont.c (struct OpenTypeSpec): New struct.
1708 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
1709 (ftfont_get_open_type_spec): New function.
1710 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
1711
1712 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
1713
1714 2008-02-01 Jason Rumney <jasonr@gnu.org>
1715
1716 * w32font.c (add_font_entity_to_list): Compare only the beginning
1717 of full name.
1718
1719 2008-02-01 Kenichi Handa <handa@m17n.org>
1720
1721 * xdisp.c (handle_auto_composed_prop): Simplify the code.
1722 Never return HANDLED_RECOMPUTE_PROPS.
1723
1724 2008-02-01 Kenichi Handa <handa@m17n.org>
1725
1726 * font.c (font_gstring_produce): Delete it.
1727
1728 * composite.h (COMPOSITION_METHOD):
1729 Handle COMPOSITION_WITH_GLYPH_STRING.
1730
1731 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1732
1733 * xfont.c (Qx): Delete.
1734 (syms_of_xfont): Don't initialize Qx.
1735
1736 * composite.h (enum composition_method):
1737 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
1738
1739 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1740
1741 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
1742 (choose_face_font): Accept new form of font-spec.
1743
1744 * frame.h (font_driver_list): Declare it unconditionally.
1745 (struct frame): Define members font_driver_list and font_data_list
1746 unconditionally.
1747
1748 * fontset.c: Include "font.h" unconditionally.
1749 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
1750 (Fset_fontset_font): Accept a font-spec object.
1751
1752 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
1753 PIXEL_SIZE part a wild card.
1754
1755 * dispextern.h (struct glyph_string): Define members clip and
1756 num_clips unconditionally.
1757 (struct face): Define members font_info and extra unconditionally.
1758
1759 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
1760 ftfont_info only when HAVE_LIBOTF is defined.
1761
1762 2008-02-01 Andreas Schwab <schwab@suse.de>
1763
1764 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
1765 and end.
1766
1767 2008-02-01 Jason Rumney <jasonr@gnu.org>
1768
1769 * w32font.c (w32font_driver): Add new fields.
1770
1771 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1772
1773 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
1774 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
1775 (LIBES): Add @M17N_FLT_CFLAGS@.
1776
1777 * composite.c (compose_text): Don't treat the new style
1778 composition specially.
1779
1780 * emacs.c (main): Call syms_of_font unconditionally.
1781
1782 * font.h (FONT_ENTITY_NOT_LOADABLE)
1783 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
1784 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
1785 (struct font_driver): New member shape.
1786 (font_registry_charsets): Extern it.
1787 (font_find_for_lface, font_prepare_composition): Adjust prototype.
1788 (font_otf_capability, font_drive_otf): Delete their externs.
1789
1790 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
1791 (font_charset_alist, font_registry_charsets): Move from xfont.c
1792 and rename.
1793 (font_prop_validate_otf): New function.
1794 (font_property_table): Register it for QCotf.
1795 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
1796 (font_drive_otf): Delete.
1797 (font_prepare_composition): New arg F. Adjust for the change of
1798 lispy gstring.
1799 (font_find_for_lface): New arg C.
1800 (font_load_for_face): Adjust for the change of font_find_for_lface.
1801 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
1802 lispy gstring.
1803 (Ffont_shape_text): New function.
1804 (Fopen_font): If the font size is not given, use 12-pixel.
1805 (Ffont_at): New arg STRING.
1806 (syms_of_font): Initalize font_charset_alist.
1807 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
1808 conditionally.
1809
1810 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
1811 fonts of the same font-spec. Change the format of RFONT-DEF.
1812 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
1813 Adjust for the change of RFONT-DEF.
1814 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
1815
1816 * ftfont.h: New file.
1817
1818 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
1819 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
1820 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
1821 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
1822 font_otf_capability and font_drive_otf, set ftfont_shape.
1823 (ftfont_list): Adjust for the change of :otf property value.
1824 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
1825 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
1826 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
1827 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.s
1828 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
1829 (otf_gstring, gstring, m17n_flt_initialized): New variables.
1830
1831 * w32term.c (x_draw_composite_glyph_string_foreground):
1832 Adjust for the change of lispy gstring.
1833
1834 * xdisp.c (handle_composition_prop): Adjust for the change of
1835 lispy gstring. Call a function for auto-composition with the
1836 third arg it->window.
1837 (fill_composite_glyph_string): Adjust for the change of lispy string.
1838 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
1839
1840 * xfaces.c (set_font_frame_param): Adjust for the change of
1841 font_find_for_lface.
1842
1843 * xfont.c (x_font_charset_alist): Move to font.c and rename.
1844 (xfont_registry_charsets): Likewise. Change caller.
1845 (syms_of_xfont): Don't handle x_font_charset_alist.
1846
1847 * xftfont.c: Include "ftfont.h".
1848 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
1849 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
1850 (xftfont_close) [HAVE_LIBOTF]: Close otf.
1851 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
1852 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
1853 Set xftfont_driver.shape to xftfont_shape.
1854
1855 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
1856 the change of lispy gstring.
1857
1858 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1859
1860 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
1861
1862 2008-02-01 Jason Rumney <jasonr@gnu.org>
1863
1864 * w32font.c (w32font_draw): Fill background manually.
1865
1866 2008-02-01 Jason Rumney <jasonr@gnu.org>
1867
1868 * font.c (Qfontp): Remove unused symbol.
1869 (QCantialias): New symbol.
1870 (syms_of_font): Define it.
1871 (font_property_table): Set a validator for QCantialias.
1872
1873 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
1874 Define if not already.
1875 (QCfamily): Share with xfaces.c.
1876 (Qstandard, Qsubpixel, Qnatural): New symbols.
1877 (syms_of_w32font): Define them. Don't define QCfamily here.
1878 (w32_antialias_type, lispy_antialias_type): New functions.
1879 (w32_enumfont_pattern_entity): New arg requested_font.
1880 Set antialias parameter if non-default was requested.
1881 (fill_in_logfont): Fill in lfQuality if :antialias specified.
1882
1883 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1884
1885 * lread.c (read1): Undo the previous change.
1886
1887 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
1888
1889 * frame.c (Fdelete_frame): Call font_update_drivers only when
1890 USE_FONT_BACKEND is defined.
1891
1892 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1893
1894 * font.h (struct font_bitmap): New member bits_per_pixel.
1895 (struct font_driver): New members start_for_frame and end_for_frame.
1896 (struct font_data_list): New struct.
1897 (font_put_frame_data, font_get_frame_data): Extern them.
1898
1899 * frame.h (struct frame): New member font_data_list.
1900
1901 * font.c (font_update_drivers): Call driver->start_for_frame and
1902 driver->end_for_frame at proper timings.
1903 (font_put_frame_data, font_get_frame_data): New functions.
1904 (Ffont_spec): Add usage in the docstring.
1905
1906 * frame.c (make_frame): Initialize f->font_data_list to NULL.
1907 (Fdelete_frame): Call font_update_drivers.
1908
1909 * xftfont.c (struct xftface_info): Delete the member xft_draw.
1910 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
1911 (xftfont_get_xft_draw): New function.
1912 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
1913 (xftfont_end_for_frame): New function.
1914 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
1915
1916 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1917 Change argument. Cache GCs in the per-frame data.
1918 (struct ftxfont_frame_data): New struct.
1919 (ftxfont_draw_bitmap): New arg gc_fore and flush.
1920 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
1921 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
1922 (ftxfont_end_for_frame): New function.
1923 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
1924
1925 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
1926
1927 2008-02-01 Kenichi Handa <handa@m17n.org>
1928
1929 * xselect.c (Vselection_coding_system)
1930 (Vnext_selection_coding_system): Delete them.
1931 (syms_of_xselect): Don't declare selection-coding-system and
1932 next-selection-coding-system. They are declared in select.el.
1933
1934 2008-02-01 Jason Rumney <jasonr@gnu.org>
1935
1936 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
1937
1938 * w32fns.c: Include imm.h.
1939 (get_composition_string_fn, get_ime_context_fn): New optional
1940 system functions.
1941 (globals_of_w32fns): Load them from imm32.dll.
1942 (ignore_ime_char): New flag.
1943 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
1944 WM_IME_ENDCOMPOSITION messages.
1945
1946 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
1947 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
1948
1949 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1950
1951 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
1952 (READCHAR_REPORT_MULTIBYTE): New macro.
1953 (readchar): New 2nd arg MULTIBYTE.
1954 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
1955 Make symbol's name multibyte according to the multibyteness of the
1956 source.
1957
1958 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1959
1960 * xfaces.c (face_for_overlay_string): Call lookup_face with
1961 correct arguments (fix of synching with the trunk).
1962
1963 2008-02-01 Kenichi Handa <handa@m17n.org>
1964
1965 * font.c (font_prop_validate_symbol, font_prop_validate_style)
1966 (font_prop_validate_non_neg, font_prop_validate_spacing):
1967 Delete argument prop_index.
1968 (font_property_table): Change arguments to validater. Change Callers.
1969 (font_lispy_object): Delete.
1970 (font_at): Use font_find_object instead fo font_lispy_object.
1971
1972 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1973
1974 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
1975 and file names.
1976
1977 2008-02-01 Jason Rumney <jasonr@gnu.org>
1978
1979 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
1980 (font_matches_spec): Remove debug output.
1981 (add_font_entity_to_list): Avoid using substituted fonts.
1982
1983 2008-02-01 Jason Rumney <jasonr@gnu.org>
1984
1985 * doc.c (Fsnarf_documentation):
1986 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
1987
1988 2008-02-01 Miles Bader <miles@gnu.org>
1989
1990 * dispextern.h (struct glyph_row): Only define "clip" field if
1991 HAVE_WINDOW_SYSTEM is defined.
1992
1993 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 Fix up multi-tty merge.
1996
1997 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
1998 and indentation.
1999
2000 * xfaces.c (free_realized_face, clear_face_gcs):
2001 Include font_done_for_face in the input_blocked section, just in case.
2002
2003 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
2004 (get_char_face_and_encoding): Undo last change and remove the *other*
2005 duplicate definition (i.e. keep the one that's better scoped and that
2006 includes code for the font-backend).
2007
2008 * terminal.c (create_terminal): Default keyboard_coding to
2009 `no-conversion' and terminal_coding to `undecided'.
2010
2011 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
2012
2013 * fontset.c (free_realized_fontsets): Check that the table entry does
2014 contain a fontset before trying to compare it to `base'.
2015
2016 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
2017 syms_of_charset, and syms_of_coding earlier because init_window_once
2018 now needs Vcoding_system_hash_table to be setup.
2019
2020 * coding.h (default_buffer_file_coding): Remove.
2021
2022 * coding.c (default_buffer_file_coding): Remove.
2023 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
2024 than ->symbol, and use the terminal-local coding system.
2025 (syms_of_coding): Don't setup the coding-systems that are not
2026 terminal-local.
2027 (Fdefine_coding_system_internal): Use XCAR/XCDR.
2028
2029 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
2030 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
2031
2032 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
2033 in chartab.c and were re-added here by mistake.
2034 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
2035
2036 * doc.c (Fsnarf_documentation):
2037 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
2038 src to etc.
2039
2040 * ChangeLog.10: Add mistakenly removed entry.
2041
2042 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2043
2044 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
2045
2046 2008-02-01 Miles Bader <miles@gnu.org>
2047
2048 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
2049 Add extra args to FACE_FOR_CHAR.
2050
2051 2008-02-01 Kenichi Handa <handa@m17n.org>
2052
2053 * keymap.c (where_is_internal_1): If key is a cons, store the copy
2054 in sequence.
2055
2056 * chartab.c (map_sub_char_table, map_char_table): If the range
2057 contains just one character, call the function with that character
2058 even if the depth is not 3.
2059
2060 2008-02-01 Jason Rumney <jasonr@gnu.org>
2061
2062 * w32font.c (w32font_text_extents): Calculate metrics for the
2063 whole string.
2064
2065 2008-02-01 Jason Rumney <jasonr@gnu.org>
2066
2067 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
2068
2069 2008-02-01 Jason Rumney <jasonr@gnu.org>
2070
2071 * w32term.c (x_set_glyph_string_clipping): Use
2072 get_glyph_string_clip_rects.
2073 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
2074 Adjust for the change of struct glyph_string.
2075
2076 * w32font.c (w32font_draw): Do clipping here.
2077
2078 2008-02-01 Kenichi Handa <handa@m17n.org>
2079
2080 * xftfont.c (xftfont_draw): Adjust for the change of struct
2081 glyph_string.
2082
2083 * xterm.c (x_set_glyph_string_clipping): Use
2084 get_glyph_string_clip_rects.
2085 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
2086 Adjust for the change of struct glyph_string.
2087
2088 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
2089 the resulting clip(s}.
2090 (expose_overlaps): Add arg r. Change callers. Set it to
2091 row->clip temporarily.
2092 (expose_window): Redraw rows overlapping the exposed area.
2093
2094 * dispextern.h (struct glyph_row): New member clip.
2095 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
2096 clip_height, new member clip, and num_clips.
2097
2098 2008-02-01 Kenichi Handa <handa@m17n.org>
2099
2100 * data.c (Fchar_or_string_p): Fix docstring.
2101
2102 2008-02-01 Kenichi Handa <handa@m17n.org>
2103
2104 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
2105 create a temporal XftDraw object.
2106
2107 2008-02-01 Kenichi Handa <handa@m17n.org>
2108
2109 * font.c (Ffontp): Fix docstring.
2110
2111 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
2112 strong evidence of ISO-2022.
2113
2114 2008-02-01 Kenichi Handa <handa@m17n.org>
2115
2116 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
2117 SYNTAX_ENTRY_FOLLOW_PARENT.
2118
2119 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
2122 its type.
2123 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
2124 Update to the new type of weak_hash_tables and next_weak.
2125
2126 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
2127 a plain C pointer to Lisp_Hash_Table.
2128
2129 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
2130 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
2131 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
2132 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
2133 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
2134 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
2135 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
2136 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
2137 (GC_EQ): Remove since they've been identical to their non-GC_
2138 alter-egos ever since the markbit was eradicated.
2139
2140 * alloc.c:
2141 * buffer.c:
2142 * buffer.h:
2143 * data.c:
2144 * fileio.c:
2145 * filelock.c:
2146 * fns.c:
2147 * frame.h:
2148 * lisp.h:
2149 * macterm.c:
2150 * print.c:
2151 * process.c:
2152 * w32fns.c:
2153 * w32menu.c:
2154 * w32term.c:
2155 * xfns.c:
2156 * xmenu.c:
2157 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
2158
2159 2008-02-01 Kenichi Handa <handa@m17n.org>
2160
2161 * chartab.c (map_sub_char_table): Make it work for the top-level
2162 char-table. Fix handling of parent char-table.
2163 (map_char_table): Adjust for the above change.
2164
2165 2008-02-01 Jason Rumney <jasonr@gnu.org>
2166
2167 * w32font.c (Qgdi): Rename from Qw32.
2168
2169 2008-02-01 Jason Rumney <jasonr@gnu.org>
2170
2171 * w32bdf.c (get_quoted_string): Make function static.
2172
2173 2008-02-01 Kenichi Handa <handa@m17n.org>
2174
2175 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
2176 bigger ascent and descent than those of the font, use them as
2177 font's ascent and descent.
2178
2179 2008-02-01 Kenichi Handa <handa@m17n.org>
2180
2181 * Makefile.in (${lispsource}international/charprop.el): Move this
2182 target within "#ifdef HAVE_UNIDATA" and "#endif".
2183
2184 2008-02-01 Kenichi Handa <handa@m17n.org>
2185
2186 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
2187 (shortlisp): Add ../lisp/language/tai-viet.el.
2188
2189 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
2190
2191 * Makefile.in (${lispsource}international/charprop.el): Depend on
2192 temacs${EXEEXT}.
2193
2194 2008-02-01 Jason Rumney <jasonr@gnu.org>
2195
2196 * w32font.c (w32font_close): Delete the GDI font object.
2197
2198 * w32menu.c: Include character.h.
2199
2200 * w32proc.c: Likewise.
2201
2202 * w32select.c: Likewise.
2203
2204 * makefile.w32-in (w32proc.o): Depend on character.h.
2205
2206 2008-02-01 Jason Rumney <jasonr@gnu.org>
2207
2208 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
2209
2210 * w32menu.c (syms_of_w32menu): Likewise.
2211
2212 * w32proc.c (syms_of_ntproc): Likewise.
2213
2214 * w32select.c (syms_of_w32select): Likewise.
2215
2216 * w32term.c (syms_of_w32term): Likewise.
2217
2218 2008-02-01 Jason Rumney <jasonr@gnu.org>
2219
2220 * w32font.c (w32font_draw): Delete brush after using it.
2221
2222 2008-02-01 Jason Rumney <jasonr@gnu.org>
2223
2224 * w32font.c (w32font_open): Don't set font_idx.
2225 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
2226 to font settings.
2227 (w32font_draw): Fill background explicitly.
2228
2229 2008-02-01 Jason Rumney <jasonr@gnu.org>
2230
2231 * w32term.c (w32_initialize): Don't call w32font_initialize.
2232
2233 * w32font.c (w32font_info): Remove subranges.
2234 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
2235 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
2236 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
2237 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
2238 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
2239 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
2240 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
2241 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
2242 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
2243 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
2244 New symbols.
2245 (font_callback_data): New struct.
2246 (w32font_list, w32font_match): Use it.
2247 (w32font_open): Don't populate subranges.
2248 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
2249 (w32font_encode_char): Always return unicode code-point as-is.
2250 (w32font_text_extents): Supply a tranformation matrix to
2251 GetGlyphOutline. Never look up by glyph index. Avoid looping
2252 twice. Use unicode version of GetTexExtentPoint32 instead of
2253 glyph index version.
2254 (set_fonts_frame): Remove
2255 (w32_enumfont_pattern_entity): Add frame parameter, use it to
2256 set frame parameter. Use backward compatible fake foundries.
2257 Save generic family in extra slot under QCfamily. Make width slot
2258 constant. Save QCspacing value. Save list of scripts instead of
2259 binary subranges.
2260 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
2261 (add_font_entity_to_list): Use font_callback_data struct. Filter
2262 unwanted fonts.
2263 (add_one_font_entity_to_list): Use font_callback_data struct.
2264 (w32_registry): Default to iso10646_1.
2265 (fill_in_logfont): Use dpi from extra slot. Don't bother with
2266 string font registries. Don't fill in font name if it is a generic
2267 family name, fill family instead. Use spacing, family and script
2268 extra info to fill pitch, family and charset fields.
2269 (list_all_matching_fonts): Use font_callback_data struct.
2270 (unicode_range_for_char): Remove.
2271 (font_supported_scripts): New function.
2272 (w32font_initialize): Remove.
2273 (syms_of_w32font): Update which symbols are defined.
2274
2275 2008-02-01 Jason Rumney <jasonr@gnu.org>
2276
2277 * font.c (font_pixel_size): Reverse assq_no_quit args.
2278
2279 * w32term.h (FONT_WIDTH): Report max width, not average.
2280 (FONT_MAX_WIDTH): Remove.
2281 (FONT_AVG_WIDTH): New macro.
2282
2283 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
2284 redefinition of FONT_WIDTH.
2285
2286 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
2287 (w32_cache_char_metrics): Use FONT_WIDTH.
2288
2289 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
2290
2291 2008-02-01 Jason Rumney <jasonr@gnu.org>
2292
2293 * w32font.c (w32font_open): Make lfHeight negative.
2294
2295 * w32fns.c (x_default_font_parameter): Use new style font name.
2296 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
2297
2298 2008-02-01 Jason Rumney <jasonr@gnu.org>
2299
2300 * w32font.c (QCsubranges): New symbol.
2301 (w32font_open, w32font_has_char): Get subranges from subproperty
2302 of extra.
2303 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
2304 (syms_of_w32font): Define :subranges symbol.
2305
2306 * font.c (font_put_extra): Expose externally.
2307
2308 * font.h (font_put_extra): Move declaration from font.c.
2309
2310 * font.c (Ffont_get): Use font driver to determine otf capability.
2311 (adjust_anchor): Check if driver defines anchor_point before using.
2312
2313 * w32font.c (w32font_open): Handle size, height and pixel_size better.
2314 (w32font_draw): Use options.
2315 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
2316 Fix detection of truetype fonts.
2317 (registry_to_w32_charset): Handle charsets other than iso8859-1
2318 expressed as lisp symbols.
2319 (w32_registry): Express charset as lisp symbol.
2320 (fill_in_logfont): Reverse pixel and point height logic.
2321 Don't set width here. Set quality to default.
2322
2323 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
2324 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
2325
2326 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
2327 Remove redundant loop and allocation.
2328
2329 * makefile.w32-in (font.o, w32font.o): New objects.
2330 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
2331 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
2332
2333 * xdisp.c (fill_composite_glyph_string): Make the first arg to
2334 STORE_XCHARB a valid l-value.
2335
2336 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
2337 calculations for non-Truetype fonts.
2338 (x_draw_glyph_string): Sync with xterm.c.
2339 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]: Remove
2340 redundant code.
2341 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
2342
2343 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
2344 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
2345
2346 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
2347 (x_to_w32_charset, w32_to_x_charset): Expose externally.
2348
2349 * w32font.c: New file for w32 font backend.
2350
2351 2008-02-01 Kenichi Handa <handa@m17n.org>
2352
2353 * term.c: Don't include "buffer.h" twice.
2354
2355 2008-02-01 Kenichi Handa <handa@m17n.org>
2356
2357 * character.c (Funibyte_string): New function.
2358 (syms_of_character): Defsubr it.
2359
2360 2008-02-01 Jason Rumney <jasonr@gnu.org>
2361
2362 * w32term.c [USE_FONT_BACKEND]:
2363 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc):
2364 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly):
2365 (x_draw_glyph_string, x_draw_glyph_string_foreground):
2366 (x_draw_composite_glyph_string_foreground, x_new_fontset2):
2367 (x_free_frame_resources): Sync with xterm.c.
2368
2369 2008-02-01 Andreas Schwab <schwab@suse.de>
2370
2371 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
2372 char-table size.
2373
2374 2008-02-01 Kenichi Handa <handa@m17n.org>
2375
2376 * font.c (check_otf_features): Define it regardless of
2377 HAVE_LIBOTF.
2378
2379 2008-02-01 Kenichi Handa <handa@m17n.org>
2380
2381 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
2382 font_otf_gpos, add font_drive_otf.
2383
2384 * fontset.c (fontset_find_font): Pay attention to font size
2385 specified for a font.
2386 (reorder_font_vector): Check contents of font_def.
2387
2388 * font.c (struct otf_list): Delete it.
2389 (otf_list): Make it a lisp variable.
2390 (otf_open): Use lispy otf_list.
2391 (generate_otf_features): Rename from parse_gsub_gpos_spec.
2392 (check_otf_features): New function.
2393 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): New
2394 functinos.
2395 (font_drive_otf): New function merging font_otf_gsub and
2396 font_otf_gpos.
2397 (font_open_for_lface): New arg spec. Change argument order.
2398 (font_load_for_face): Adjust for the change of font_open_for_lface.
2399 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
2400 Ffont_otf_gpos.
2401 (syms_of_font): Staticpro otf_list. Delete defsubr of
2402 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
2403
2404 * xfaces.c (set_font_frame_param): Adjust for the change of
2405 font_open_for_lface.
2406
2407 * font.h (font_open_for_lface): Adjust prototype.
2408 (struct font_driver): Delete members otf_gsub and otf_gpos, add
2409 member otf_drive.
2410 (font_otf_gsub, font_otf_gpos): Delete externs.
2411 (font_drive_otf): Extern it.
2412
2413 2008-02-01 Kenichi Handa <handa@m17n.org>
2414
2415 * font.c (font_at): If the window W is not on a window system,
2416 return Qnil.
2417
2418 * coding.c (produce_chars, encode_coding): Don't call
2419 insert_from_gap if no characters to produce.
2420
2421 2008-02-01 Kenichi Handa <handa@m17n.org>
2422
2423 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
2424 Fclear_face_cache.
2425
2426 * xfaces.c (face_for_font): Check also face->font==font->font.font.
2427
2428 2008-02-01 Miles Bader <miles@gnu.org>
2429
2430 * emacs.c (main): Change default value of `enable_font_backend' to 1.
2431 Parse "--disable-font-backend" option.
2432 (standard_args): Add "--disable-font-backend" option.
2433
2434 2008-02-01 Kenichi Handa <handa@m17n.org>
2435
2436 * fontset.c (fontset_find_font): New function.
2437 (fontset_font): Use fontset_find_font.
2438 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
2439 Register the specified font for all Latin characters.
2440 (new_fontset_from_font): Register the specified font for all Latin
2441 characters.
2442 (dump_fontset): For a realized fontset, include the base fontset
2443 name in the returned vector.
2444
2445 2008-02-01 Kenichi Handa <handa@m17n.org>
2446
2447 * character.h (CHAR_STRING): Cast C to unsigned on calling
2448 char_string.
2449
2450 * character.c (char_string): Type of arg C changed to unsigned.
2451 Signal an error if C is an invalid character code.
2452
2453 * editfns.c (general_insert_function, Fchar_to_string):
2454 Use CHARACTERP, not INTEGERP.
2455
2456 2008-02-01 Kenichi Handa <handa@m17n.org>
2457
2458 * character.h (MIN_MULTIBYTE_LEADING_CODE)
2459 (MAX_MULTIBYTE_LEADING_CODE): New macros.
2460
2461 * regex.c (analyse_first): Fix for multibyte characters in "case
2462 charset:" and "case categoryspec:".
2463
2464 2008-02-01 Andreas Schwab <schwab@suse.de>
2465
2466 * Makefile.in (LIBES): Move standard libraries to the end.
2467
2468 2008-02-01 Kenichi Handa <handa@m17n.org>
2469
2470 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
2471 nonzero, don't shrink the buffer nextb.
2472
2473 * buffer.h (struct buffer_text): New member inhibit_shrinking.
2474
2475 * coding.c (coding_alloc_by_making_gap): New arg offset.
2476 (alloc_destination): Call coding_alloc_by_making_gap with the arg
2477 offset.
2478 (decode_coding_iso_2022): Update coding->safe_charsets.
2479 (decode_coding_gap): Temporarily set
2480 current_buffer->text->inhibit_shrinking to 1.
2481
2482 2008-02-01 Kenichi Handa <handa@m17n.org>
2483
2484 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
2485 indexing into elements of s->cmp and s->char2b.
2486
2487 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
2488
2489 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
2490
2491 2008-02-01 Kenichi Handa <handa@m17n.org>
2492
2493 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
2494 target_multibyte instead of multibyte.
2495 (re_match_2_internal): Call bcmp_translate with target_multibyte.
2496 (bcmp_translate): Change the argument name from multibyte to
2497 target_multibyte.
2498
2499 2008-02-01 Kenichi Handa <handa@m17n.org>
2500
2501 These changes are to compile a regexp into a pattern that can be
2502 used both for multibyte and unibyte targets.
2503
2504 * Makefile.in (search.o): Depend on charset.h.
2505
2506 * character.c (multibyte_char_to_unibyte_safe): New function.
2507
2508 * search.c: Include "charset.h".
2509 (compile_pattern_1): Delete argument multibyte. Don't set
2510 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
2511 (compile_pattern): Don't compare cp->buf.target_multibyte.
2512 Compare cp->buf.charset_unibyte.
2513 (compile_pattern): Set cp->buf.target_multibyte.
2514
2515 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
2516
2517 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
2518
2519 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
2520 multibyte. Change callers.
2521 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
2522 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
2523 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
2524 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
2525 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
2526 (regex_compile): Make the compiled pattern usable both for
2527 multibyte and unibyte targets.
2528 (analyse_first): Make the fastmap usable both for multibyte and
2529 unibyte targets.
2530 (TRANSLATE_VIA_MULTIBYTE): Delete.
2531 (re_match_2_internal): Pay attention to the case that the
2532 multibyteness of bufp and target may be different.
2533
2534 2008-02-01 Kenichi Handa <handa@m17n.org>
2535
2536 * xdisp.c (x_produce_glyphs): When a font is not found, make the
2537 empty box occupy at least one column width.
2538
2539 2008-02-01 Miles Bader <miles@gnu.org>
2540
2541 * Makefile.in: Remove redundant HAVE_XFT clause.
2542
2543 2008-02-01 Kenichi Handa <handa@m17n.org>
2544
2545 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
2546
2547 2008-02-01 Kenichi Handa <handa@m17n.org>
2548
2549 * fontset.c (Finternal_char_font): Fix for the case of POSITION
2550 being nil.
2551
2552 2008-02-01 Kenichi Handa <handa@m17n.org>
2553
2554 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
2555
2556 2008-02-01 Kenichi Handa <handa@m17n.org>
2557
2558 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
2559
2560 2008-02-01 Kenichi Handa <handa@m17n.org>
2561
2562 * search.c (simple_search): Fix previous change.
2563
2564 2008-02-01 Kenichi Handa <handa@m17n.org>
2565
2566 * xftfont.c (ftfont_font_format): Extern declaration.
2567
2568 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
2569
2570 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
2571 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
2572
2573 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
2574 (ftfont_font_format): Fix previous change.
2575
2576 * font.h (Ffont_xlfd_name): EXFUN it.
2577
2578 * font.c (font_parse_xlfd): Fix the array size of `f'.
2579 (register_font_driver): Use EQ to compare driver->type.
2580
2581 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
2582 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
2583 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
2584
2585 2008-02-01 Kenichi Handa <handa@m17n.org>
2586
2587 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
2588 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
2589
2590 2008-02-01 Kenichi Handa <handa@m17n.org>
2591
2592 * xfont.c (xfont_open): Set font->format.
2593
2594 * xftfont.c (xftfont_open): Set font->format.
2595
2596 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
2597 (ftfont_list): Include FC_FONTFORMAT in FcObject.
2598 (ftfont_open): Set font->format.
2599 (ftfont_font_format): New function.
2600
2601 * font.h (struct font): New memeber format.
2602
2603 * font.c (Qopentype): New variable.
2604 (syms_of_font): Defsym it.
2605 (Fquery_font): Change the format of the last element of the return
2606 value.
2607
2608 2008-02-01 Kenichi Handa <handa@m17n.org>
2609
2610 * xfns.c (xic_create_xfontset): Try the default fontset name as a
2611 last resort.
2612
2613 2008-02-01 Kenichi Handa <handa@m17n.org>
2614
2615 * coding.c (detect_coding_charset): Fix detection of multi-byte
2616 charset.
2617
2618 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
2619
2620 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
2621
2622 2008-02-01 Kenichi Handa <handa@m17n.org>
2623
2624 * xdisp.c (get_next_display_element): Set it->face_id for the
2625 first component of a composition.
2626 (x_produce_glyphs): Check if the font is changed or not for composition.
2627
2628 2008-02-01 Kenichi Handa <handa@m17n.org>
2629
2630 (get_next_display_element): Set it->face_id for the
2631 first component of a composition.
2632 (x_produce_glyphs): Check if the font is changed or not for composition.
2633
2634 2008-02-01 Kenichi Handa <handa@m17n.org>
2635
2636 * fontset.c (Qlatin): New variable.
2637 (syms_of_fontset): Define it as a lisp symbol.
2638 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
2639
2640 2008-02-01 Kenichi Handa <handa@m17n.org>
2641
2642 * font.c (font_unparse_fcname): Pay attention to the case that
2643 some of font property is a null string.
2644
2645 2008-02-01 Kenichi Handa <handa@m17n.org>
2646
2647 * term.c: Include "composite.h".
2648 (encode_terminal_code): Output all components of composition.
2649 Check the size of encode_terminal_src.
2650 (produce_glyphs): For composition, call produce_composite_glyph.
2651 (append_composite_glyph, produce_composite_glyph): New functions.
2652
2653 * xdisp.c (x_produce_glyphs): In handling composition, if a font
2654 is not found, get font_info from the current ascii face.
2655
2656 2008-02-01 Kenichi Handa <handa@m17n.org>
2657
2658 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
2659 buffer-file-name to Qnil before calling insert_from_buffer.
2660
2661 * font.c (font_unparse_fcname): Pay attention to the case that
2662 foundry is a null string.
2663
2664 2008-02-01 Kenichi Handa <handa@m17n.org>
2665
2666 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
2667
2668 * font.c (Qunicode_sip): New variable.
2669 (syms_of_font): Declare it as a Lisp symbol.
2670
2671 * font.h (Qunicode_sip): Extern it.
2672
2673 2008-02-01 Kenichi Handa <handa@m17n.org>
2674
2675 * composite.c (get_composition_id): Pay attention to TAB component.
2676
2677 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
2678 TAB. Adjust for the change of s->char2b which always points to
2679 the first elememnt of allocated memory.
2680
2681 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
2682
2683 * xdisp.c (handle_composition_prop): Set it->c to the first
2684 non-TAB component.
2685 (fill_composite_glyph_string): Change argument.
2686 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
2687 (x_produce_glyphs): Fix handling of left/right padding.
2688
2689 2008-02-01 Kenichi Handa <handa@m17n.org>
2690
2691 * coding.c (detect_coding_system): Fix for handling off
2692 inhibit_iso_escape_detection. Fix for the case that no coding
2693 system is defined for a specific coding category.
2694
2695 2008-02-01 Kenichi Handa <handa@m17n.org>
2696
2697 * font.c (font_matching_entity): Delete unused local var.
2698
2699 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
2700 opening a font.
2701
2702 * fileio.c (Finsert_file_contents): On recovering a file, assume
2703 Unix-like eol.
2704 (choose_write_coding_system): On auto-saving a file, force
2705 Unix-like eol.
2706
2707 * coding.c (setup_coding_system): Fix setting of
2708 coding->common_flags based on eol_type.
2709 (coding_inherit_eol_type): If PARENT is not nil, be sure to
2710 inherit from it.
2711
2712 2008-02-01 Kenichi Handa <handa@m17n.org>
2713
2714 * alloc.c (NSTATICS): Increas to 0x600.
2715
2716 2008-02-01 Kenichi Handa <handa@m17n.org>
2717
2718 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
2719 (ftfont_list): Don't check :name property.
2720 (ftfont_match): New function.
2721 (ftfont_pattern_entity): If the pattern doesn't contain
2722 FC_SPACING, don't assuce FC_MONO.
2723
2724 * font.h (struct font_driver): New member `match'.
2725 (font_update_drivers): Adjust prototype.
2726
2727 * font.c (font_parse_fcname, font_parse_name): Don't change :name
2728 property of FONT.
2729 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
2730 them unconditionally.
2731 (font_matching_entity): New function.
2732 (font_open_by_name): Try font_matching_entity if exact match is
2733 not found.
2734 (font_update_drivers): Delete the arg FONT. Return a list of
2735 actually used backends. Don't free faces, font caches here.
2736 Don't store data in frame parameters. Don't call x_set_font.
2737 (Ffont_spec): Store :name property as is.
2738 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
2739 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
2740 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
2741 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
2742 Call font->driver->otf_gsub instead of font_otf_gsub.
2743
2744 * frame.c (x_set_font_backend): Do more works that were done in
2745 font_update_drivers before.
2746
2747 * xfont.c (xfont_match): New function.
2748 (xfont_driver): Set xfont_driver.match to xfont_match.
2749 (xfont_draw): Set font in GC if necessary.
2750
2751 * ftxfont.c (ftxfont_match): New function.
2752 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
2753
2754 * xftfont.c (xftfont_match): New function.
2755 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
2756
2757 2008-02-01 Kenichi Handa <handa@m17n.org>
2758
2759 * font.h (struct font): New member scalable.
2760 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
2761 (font_otf_gsub): Adjust prototype.
2762
2763 * font.c (font_otf_capability): Fix handling of the default langsys.
2764 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
2765 Check the contents of SPEC.
2766 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
2767 (check_gstring): New function.
2768 (REPLACEMENT_CHARACTER): New macro.
2769 (font_otf_gsub): New arg alternate_subst. Be sure to set all
2770 glyph codes of GSTRING.
2771 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
2772 (font_prepare_composition): Set cmp->glyph_len.
2773 (font_open_entity): Set font->scalable.
2774 (Ffont_get): Handle :otf property.
2775 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
2776 functions.
2777 (Fquery_font): Use font->font.full_name.
2778 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
2779 Sfont_otf_alternates.
2780
2781 * ftfont.c (ftfont_open): Set font->font.full_name and
2782 font->font.name properly. Fix calculation of font->font.height
2783 and font->min_width.
2784
2785 * ftxfont.c (ftxfont_create_gcs): New function.
2786 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
2787 (ftxfont_draw_backgrond): Fix filling region.
2788 (ftxfont_default_fid): New function.
2789 (ftxfont_open): Set xfotn->fid to the return value of
2790 ftxfont_default_fid.
2791 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
2792 (ftxfont_done_face): Free only GCs that are created by
2793 ftxfont_create_gcs.
2794 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
2795
2796 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
2797 Clip to src->width, etc (not src->clip_XXX).
2798
2799 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
2800 FontBackend frame parameter.
2801
2802 2008-02-01 Kenichi Handa <handa@m17n.org>
2803
2804 * font.h (struct font_driver_list): New member `on'.
2805 (Fclear_font_cache): EXFUN it.
2806 (font_update_drivers): Extern it.
2807
2808 * font.c (font_unparse_fcname): Fix typo (swidth->width).
2809 (font_list_entities): Check driver_list->on.
2810 (register_font_driver): Initalize `on' member to 0.
2811 (font_update_drivers): New function.
2812 (Fclear_font_cache): Check driver_list->on.
2813
2814 * frame.h (Qfont_backend): Extern it.
2815 (x_set_font_backend): Extern it.
2816
2817 * frame.c (Qfont_backend): New variable.
2818 (frame_parms): New element for font-backend.
2819 (x_set_font_backend): New function.
2820
2821 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
2822 FontBackend frame parameter.
2823 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
2824 x_set_font_backend.
2825
2826 * xfont.c (xfont_list): Don't try listing by :name property if the
2827 name is not for XLFD.
2828
2829 2008-02-01 Kenichi Handa <handa@m17n.org>
2830
2831 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
2832 (LGLYPH_SET_TO): New macros.
2833 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
2834 element of G is vector or not.
2835 (font_at): Extern it.
2836
2837 * font.c: Include window.h.
2838 (font_lispy_object): New function.
2839 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
2840 end of valid glyph.
2841 (font_close_object): Fix getting (struct font *).
2842 (font_at): New function.
2843 (Ffont_get): If FONT is a font-object, get entity from it.
2844 (Ffont_make_gstring): Initialize elements of glyphs with nil.
2845 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
2846 range check.
2847 (Ffont_at): New function.
2848 (syms_of_font): Defsubr Sfont_at.
2849
2850 * xdisp.c (it_props): Move the entry for Qauto_composed to just
2851 before the entry for Qcomposition.
2852 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
2853 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
2854 the font in gstring.
2855 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
2856 LGLYPH_FORM (g) to detect the end of valid glyph.
2857 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
2858 we are composing with gstring.
2859
2860 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
2861 Check if adjustment is vector or not.
2862
2863 * Makefile.in (font.o): Make it depends on window.h.
2864
2865 2008-02-01 Kenichi Handa <handa@m17n.org>
2866
2867 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
2868 adjustment is vector or not.
2869
2870 2008-02-01 Miles Bader <miles@gnu.org>
2871
2872 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
2873
2874 2008-02-01 Kenichi Handa <handa@m17n.org>
2875
2876 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
2877 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
2878 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
2879
2880 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
2881 (DEVICE_DELTA): Fix typo.
2882 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
2883 LGLYPH format.
2884
2885 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
2886 the change of LGLYPH format.
2887
2888 2008-02-01 Kenichi Handa <handa@m17n.org>
2889
2890 * ftfont.c (ftfont_list): Fix typo.
2891 (ftfont_build_basic_charsets): Don't include letters with diacritics.
2892
2893 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
2894
2895 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
2896
2897 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
2898 xftface_info is non-NULL.
2899
2900 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
2901
2902 * ftfont.c (ftfont_list): Move misplaced #endif.
2903
2904 2008-02-01 Kenichi Handa <handa@m17n.org>
2905
2906 * ftfont.c (ftfont_list): Pay attention to the case that
2907 FC_CAPABILITY is not defined.
2908
2909 2008-02-01 Kenichi Handa <handa@m17n.org>
2910
2911 * xftfont.c (xftfont_open): Set charset related members to -1.
2912
2913 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
2914 QCname.
2915 (ftfont_open): Set charset related members to -1.
2916
2917 * fontset.c (Votf_script_alist): New variable.
2918 (syms_of_fontset): Initialize it.
2919 (fontset_font): Delete unused variable.
2920
2921 * fontset.h (Votf_script_alist): Extern it.
2922
2923 * font.c (font_find_for_lface): Optimize code.
2924
2925 * font.h (font_close_object, font_merge_old_spec): Extern them.
2926
2927 2008-02-01 Kenichi Handa <handa@m17n.org>
2928
2929 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
2930 (syms_of_font): Initialize them.
2931 (font_pixel_size): Allow float value in dpi.
2932 (font_prop_validate_type): Delete.
2933 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
2934 Change caller.
2935 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
2936 (font_prop_validate_extra): Delete.
2937 (font_prop_validate_spacing): New function.
2938 (font_property_table): Add elements for all known properties.
2939 (get_font_prop_index): Rename from check_font_prop_name. New
2940 argument FROM. Change caller.
2941 (font_prop_validate): Validate all known properties.
2942 (font_put_extra): Delete argument force. Change caller.
2943 (font_expand_wildcards): Make it static. Fix the way of shrinking
2944 the possible range.
2945 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
2946 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
2947 Change caller.
2948 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
2949 (font_parse_fcname): Delete argument merge. Fix parsing of point
2950 size. Don't validate properties values here. Change caller.
2951 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
2952 (font_open_by_name): Delete unused variable.
2953 (Ffont_spec): Likewise. Validate property values.
2954 (Ffont_match_p): New function.
2955
2956 * font.h (QCscalable): Extern it.
2957 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
2958
2959 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
2960
2961 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
2962 (xfont_list_pattern): New function.
2963 (xfont_list): Use xfont_list_pattern.
2964
2965 2008-02-01 Kenichi Handa <handa@m17n.org>
2966
2967 * font.h (Flist_fonts): EXFUN it.
2968
2969 2008-02-01 Jason Rumney <jasonr@gnu.org>
2970
2971 * w32term.c (w32_initialize): Add back smoothing_type and
2972 smoothing_enabled definitions.
2973
2974 2008-02-01 Kenichi Handa <handa@m17n.org>
2975
2976 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
2977 s->face->font on determining underline position.
2978
2979 2008-02-01 Kenichi Handa <handa@m17n.org>
2980
2981 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
2982 (font_has_char): Accept font-object too.
2983 (font_find_for_lface): Try at first with a size specified in face.
2984
2985 2008-02-01 Kenichi Handa <handa@m17n.org>
2986
2987 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
2988 font_open_by_name.
2989
2990 2008-02-01 Kenichi Handa <handa@m17n.org>
2991
2992 * font.h (QCspacing, QCdpi): Extern them.
2993 (enum font_spacing): New enum.
2994 (FONT_PIXEL_SIZE_QUANTUM): New macro.
2995
2996 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
2997 (QCspacing, QCdpi): New variables.
2998 (syms_of_font): Initialize them.
2999 (font_pixel_size): New function.
3000 (font_put_extra): New function.
3001 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
3002 in FONT_EXTRA.
3003 (font_parse_fcname): Handle enumenrated values (e.g. bold). Fix
3004 handling font size. Add QCname property that contains only
3005 unknown properties.
3006 (font_score): Change argument. Change caller. Pay attention to
3007 FONT_PIXEL_SIZE_QUANTUM.
3008 (font_sort_entites, font_list_entities, font_find_for_lface)
3009 (font_open_for_lface, font_open_by_name): Fix handling of font size.
3010 (Ffont_spec): Add QCname property that contains only unknown properties.
3011
3012 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
3013 include weight in listing pattern, instead check weight of each
3014 listed font. Don't include scalable in pattern. Pay attention to
3015 FONT_PIXEL_SIZE_QUANTUM.
3016
3017 2008-02-01 Kenichi Handa <handa@m17n.org>
3018
3019 * font.c (font_parse_fcname): Fix parsing of point-size.
3020 (font_unparse_fcname): Produce symbolic names for style properties.
3021 (font_list_entities): Handle float size correctly.
3022 (font_open_by_name): Prefer `normal' property values if the name
3023 doesn't specify them.
3024
3025 * fontset.c (Finternal_char_font): Use font_get_name, not
3026 Ffont_xlfd_name.
3027
3028 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
3029 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
3030 pattern. Don't force scalable.
3031
3032 * xftfont.c (xftfont_open): For generating a name, start from
3033 96-byte buffer.
3034
3035 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
3036
3037 * frame.h (x_new_fontset2): Fix prototype.
3038
3039 2008-02-01 Kenichi Handa <handa@m17n.org>
3040
3041 * font.h (struct font_driver): Delete member parse_name.
3042 (font_match_p, font_get_spec, font_parse_fcname)
3043 (font_unparse_fcname): Extern them.
3044 (font_get_name): Adjust prototype.
3045
3046 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
3047 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
3048 (font_expand_wildcards): Fix handling ENCODING field. Avoid
3049 unnecessary checks for weight, slant, and swidth.
3050 (font_parse_fcname): New function.
3051 (font_unparse_fcname): New function.
3052 (font_parse_name): New function.
3053 (font_match_p): New function.
3054 (font_get_name): Change return value to Lisp string.
3055 (font_get_spec): New function.
3056 (Qunspecified, Qignore_defface): Don't extern them.
3057 (font_find_for_lface): Assume that LFACE is fully specified.
3058 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
3059 object, use it for FACE.
3060 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
3061 driver->parse_name.
3062 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
3063
3064 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
3065 prototype.
3066
3067 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
3068 argument F. Don't call Fnew_fontset. Instead, directly call
3069 make_fontset.
3070
3071 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
3072
3073 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
3074 of x_new_fontset2.
3075
3076 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
3077 (Qsans__serif): New variables.
3078 (ftfont_generic_family_list): New variable.
3079 (syms_of_ftfont): Initialize the above variables.
3080 (ftfont_pattern_entity): Delete argument NAME.
3081 (ftfont_list_generic_family): New function.
3082 (ftfont_parse_name): Delete this function.
3083 (ftfont_list): Try generic family only when FcFontList found no font.
3084 (ftfont_list_family): Fix args to FcObjectSetBuild.
3085
3086 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
3087 object in attrs[LFACE_FONT_INDEX].
3088 (set_lface_from_font_name): Cancel all changes for font-backend.
3089 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
3090 function.
3091 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
3092 font object in QCfont attribute.
3093 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
3094 (realize_default_face) [USE_FONT_BACKEND]: Call
3095 set_lface_from_font_and_fontset.
3096
3097 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
3098 "fixed", and signal error here if no suitable font was found.
3099
3100 * xfont.c (xfont_parse_name): Delete this function.
3101
3102 * xftfont.c (xftfont_open): Change coding style of error
3103 handling. Generate fontconfig's fontname pattern.
3104
3105 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
3106 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
3107
3108 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
3109 Both args FONTSET and FONT_OBJECT must be existing ones.
3110
3111 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3112
3113 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
3114
3115 2008-02-01 Kenichi Handa <handa@m17n.org>
3116
3117 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
3118
3119 * font.h (struct font): Fix typo.
3120
3121 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
3122 XLFD_XXX_INDEX.
3123 (enum xlfd_field_mask): New enum.
3124 (intern_font_field): Changed argument. Change caller. If digits
3125 are followed by non-digits, return a symbol.
3126 (font_expand_wildcards): New function.
3127 (font_parse_xlfd): Fix wildcard handling.
3128 (Ffont_spec): If :name is specified, reflect the info in the other
3129 properties.
3130
3131 * ftfont.c (ftfont_pattern_entity): Fix typo.
3132 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
3133 locale.
3134
3135 2008-02-01 Kenichi Handa <handa@m17n.org>
3136
3137 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
3138
3139 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
3140 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
3141 registry doesn't specify encoding part.
3142 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
3143 (font_open_by_name): At first try parsing the name.
3144 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
3145 as Lisp symbols.
3146
3147 * fontset.c (reorder_font_vector): Pay attention to the case that
3148 the 3rd element of font_def is nil.
3149 (fontset_font): For the default fontset, append one more fontset
3150 elements for a script-based font specification. Don't add script
3151 attribute on finding a font.
3152 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
3153 font name.
3154 (fontset_ascii_font): If a font can't be opened, return nil.
3155
3156 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
3157 (ftfont_pattern_entity): New function.
3158 (ftfont_get_cache): Assume that freetype_font_cache is already
3159 initialized.
3160 (ftfont_list): Handle the case that a file is specified in font
3161 name. Use ftfont_pattern_entity to generate entities.
3162 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
3163 (syms_of_ftfont): Initialize freetype_font_cache.
3164
3165 * xftfont.c (xftfont_open): Make the font name fontconfig's
3166 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
3167 (xftfont_close): Free font->font.name if not NULL.
3168
3169 * xfont.c (xfont_list): If script is specified for a font, return
3170 null_vector.
3171 (xfont_list_family): Declare argument type.
3172
3173 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
3174 name, set LFACE_FONT (lface) to nil.
3175
3176 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
3177 return Qnil.
3178
3179 2008-02-01 Kenichi Handa <handa@m17n.org>
3180
3181 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
3182 (standard_args): Add "-enable-font-backend".
3183
3184 2008-02-01 Kenichi Handa <handa@m17n.org>
3185
3186 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
3187 (struct xftdraw_list, xftdraw_list): Delete them.
3188 (register_xftdraw, check_xftdraw): Delete them.
3189 (xftfont_prepare_face): Don't call register_xftdraw.
3190 (xftfont_done_face): Don't call check_xftdraw.
3191 (xftfont_draw): Get backroudn color only when with_background is
3192 nonzero.
3193
3194 * xfont.c (xfont_encode_char): Fix calculation of char2b.
3195
3196 2008-02-01 Kenichi Handa <handa@m17n.org>
3197
3198 These changes are for the new font handling codes.
3199
3200 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
3201 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
3202 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
3203 (FONTSRC, FONTOBJ): New variables.
3204 (obj): Add $(FONTOBJ).
3205 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
3206 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
3207 @LIBOTF_LIBS@.
3208 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
3209 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
3210
3211 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
3212
3213 * character.h (Vscript_representative_chars): Extern it.
3214
3215 * character.c (Vscript_representative_chars): New variable.
3216 (syms_of_character): Declare it as a Lisp variable.
3217
3218 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
3219 enable_font_backend is nonzero, accept the composition method
3220 COMPOSITION_WITH_GLYPH_STRING.
3221
3222 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
3223 enumeration COMPOSITION_WITH_GLYPH_STRING.
3224
3225 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
3226 members clip_x, clip_y, clip_width, and clip_height.
3227 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
3228
3229 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
3230 --enable-font-backend. Call syms_of_font.
3231
3232 * fns.c (assoc_no_quit): New function.
3233
3234 * fontset.h (FONT_INFO_FROM_FACE): New macro.
3235 (face_for_font, new_fontset_from_font)
3236 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
3237
3238 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
3239 (fontset_font, fontset_ascii, face_for_char)
3240 (make_fontset_for_ascii_face, Ffont_info)
3241 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
3242 is nonzero, use font-backend mechanism.
3243 (find_font_encoding): Make it non-static.
3244 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
3245 New functions.
3246
3247 * frame.h (struct frame): New members resx and resy.
3248 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
3249 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
3250
3251 * frame.c [USE_FONT_BACKEND]: Include "font.h".
3252 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
3253
3254 * lisp.h (assoc_no_quit): Extern it.
3255
3256 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
3257 Through out the file, use FONT_INFO_FROM_FACE instead of
3258 FONT_INFO_FROM_ID, use get_per_char_metric instead of
3259 rif->per_char_metric.
3260 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
3261 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
3262 (get_glyph_face_and_encoding, fill_composite_glyph_string)
3263 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
3264 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
3265 nonzero, use font-backend mechanism.
3266 (get_per_char_metric): New function.
3267
3268 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
3269 (set_lface_from_font_name)
3270 (set_font_frame_param, free_realized_face)
3271 (prepare_face_for_display, clear_face_gcs)
3272 (Finternal_set_font_selection_order, realize_x_face)
3273 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
3274 font-backend mechanism.
3275 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
3276 (load_face_font) [USE_FONT_BACKEND]: Abort.
3277 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
3278 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
3279
3280 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
3281 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
3282 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
3283 nonzero, register all available font drivers. Call
3284 x_default_font_parameter for deciding a font.
3285 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
3286
3287 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
3288 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
3289 (x_set_glyph_string_clipping_exactly)
3290 (x_compute_glyph_string_overhangs)
3291 (x_draw_glyph_string_foreground)
3292 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
3293 (x_free_frame_resources) [USE_FONT_BACKEND]: If
3294 enable_font_backend is nonzero, use font-backend mechanism.
3295 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
3296
3297 2008-02-01 Kenichi Handa <handa@m17n.org>
3298
3299 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
3300 system_eol_type.
3301 (syms_of_coding): Initialize system_eol_type.
3302
3303 * process.c (Fset_process_coding_system): Inherit system's eol
3304 format if necessary.
3305
3306 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3307
3308 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
3309
3310 2008-02-01 Kenichi Handa <handa@m17n.org>
3311
3312 * coding.c (decode_eol): Pay attention to buffer relocation in
3313 del_range_2.
3314 (decode_coding): Call decode_eol before restoring undo_list.
3315
3316 2008-02-01 Kenichi Handa <handa@m17n.org>
3317
3318 * charset.c (Fdefine_charset_internal): Fix setting of
3319 emacs_mule_bytes.
3320
3321 2008-02-01 Kenichi Handa <handa@m17n.org>
3322
3323 * keyboard.c (read_char): Check if C is a character or not before
3324 looking up Vkeyboard_translate_table.
3325
3326 2008-02-01 Kenichi Handa <handa@m17n.org>
3327
3328 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
3329 condition to terminate the loop.
3330
3331 2008-02-01 Kenichi Handa <handa@m17n.org>
3332
3333 * coding.c (produce_composition): Compare charbuf[i] instead of
3334 args[i] against 0.
3335 (Fterminal_coding_system): Use EQ to compare Lisp objects.
3336
3337 2008-02-01 Kenichi Handa <handa@m17n.org>
3338
3339 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
3340 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
3341 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
3342 detect_coding.
3343 (emacs_mule_char): Handle old style (Emacs 20) component character
3344 of a composition.
3345 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
3346 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
3347 composition rule.
3348 (decode_coding_emacs_mule): Handle invalid bytes correctly.
3349
3350 2008-02-01 Kenichi Handa <handa@m17n.org>
3351
3352 * coding.c (encode_coding_ccl): Allocate destination dynamically
3353 when necessary.
3354
3355 2008-02-01 Kenichi Handa <handa@m17n.org>
3356
3357 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
3358 the loop. When quitted, show a proper error message.
3359
3360 2008-02-01 Kenichi Handa <handa@m17n.org>
3361
3362 * xterm.c (x_set_glyph_string_clipping_exactly): Set
3363 src->clip_head and src->clip_tail temporarily instead of src->hl.
3364
3365 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
3366 character sequence.
3367 (Fccl_execute_on_string): Use ASET, not XSET.
3368
3369 2008-02-01 Kenichi Handa <handa@m17n.org>
3370
3371 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
3372
3373 2008-02-01 Kenichi Handa <handa@m17n.org>
3374
3375 * coding.c (decode_coding): Fix the condition of terminating the
3376 decoding loop.
3377
3378 2008-02-01 Kenichi Handa <handa@m17n.org>
3379
3380 * data.c (Faset): On setting a character bigger than 255 in a
3381 unibyte string, signal an error instead of make the string multibyte.
3382
3383 2008-02-01 Kenichi Handa <handa@m17n.org>
3384
3385 * charset.c (map_charset_chars): Fix for ascii-compatible charset
3386 made by a mapping table.
3387
3388 2008-02-01 Kenichi Handa <handa@m17n.org>
3389
3390 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
3391 not.
3392 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
3393 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
3394
3395 * xterm.c (x_draw_composite_glyph_string_foreground): Check
3396 s->face is NULL or not.
3397
3398 2008-02-01 Kenichi Handa <handa@m17n.org>
3399
3400 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
3401 (x_draw_glyph_string): Fix drawing of right_overhang and
3402 left_overhang around/on cursor.
3403
3404 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
3405
3406 2008-02-01 Kenichi Handa <handa@m17n.org>
3407
3408 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
3409
3410 2008-02-01 Kenichi Handa <handa@m17n.org>
3411
3412 * coding.c (Fdefine_coding_system_internal)
3413 (Fdefine_coding_system_alias): Avoid a duplicated element in
3414 Vcoding_system_alist.
3415
3416 2008-02-01 Kenichi Handa <handa@m17n.org>
3417
3418 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
3419
3420 * coding.c (Qcoding_system_define_form): New variable.
3421 (syms_of_coding): Intern and staticpro it.
3422 (Fcoding_system_p): Check Qcoding_system_define_form.
3423 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
3424
3425 * coding.h (CODING_SYSTEM_P): If ID is not available, call
3426 Fcoding_system_p.
3427 (CHECK_CODING_SYSTEM): If ID is not available, call
3428 Fcheck_coding_system.
3429 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
3430 Try also Fcheck_coding_system.
3431
3432 2008-02-01 Kenichi Handa <handa@m17n.org>
3433
3434 * coding.c (code_conversion_restore): GCPRO arg.
3435
3436 2008-02-01 Kenichi Handa <handa@m17n.org>
3437
3438 * character.c (lisp_string_width): Check multibyteness of STRING.
3439
3440 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3441
3442 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
3443 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
3444 (decode_mac_font_name): Use decode_coding_c_string instead of
3445 decode_coding.
3446 (x_load_font): Initialize fontp->fontset to -1. Set
3447 fontp->encoding_type.
3448
3449 2008-02-01 Kenichi Handa <handa@m17n.org>
3450
3451 * search.c (search_buffer): Give up BM search on case-fold-search
3452 if one of a target character has a case-equivalence of different
3453 byte length even if that target charcter is an ASCII.
3454 (simple_search): Fix calculation of byte length of matched text.
3455 (boyer_moore): Fix handling of case-equivalent multibyte characters.
3456
3457 2008-02-01 Kenichi Handa <handa@m17n.org>
3458
3459 * coding.c (decode_coding): Fix handling of invalid bytes.
3460
3461 2008-02-01 Kenichi Handa <handa@m17n.org>
3462
3463 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
3464 Unicode characters.
3465
3466 2008-02-01 Kenichi Handa <handa@m17n.org>
3467
3468 * coding.c (encode_coding_object): If a pre-write-conversion
3469 function makes a new buffer, kill it.
3470
3471 2008-02-01 Kenichi Handa <handa@m17n.org>
3472
3473 * coding.c (QCascii_compatible_p): New variable.
3474 (syms_of_coding): Initialize it.
3475 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
3476 calling string_char.
3477 (record_conversion_result): Add `default:' case.
3478 (coding_charset_list): Delete unused variable `coding_type'.
3479 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
3480 property in the plist of the coding system.
3481 (Fcoding_system_put): Check QCascii_compatible_p.
3482
3483 2008-02-01 Miles Bader <miles@gnu.org>
3484
3485 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
3486 removed calculation of frame `f', as it's now used.
3487
3488 2008-02-01 Kenichi Handa <handa@m17n.org>
3489
3490 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
3491 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
3492 (UNIDATA): New variable.
3493 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
3494 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
3495 $(RUN_TEMACS) unconditionally.
3496
3497 2008-02-01 Kenichi Handa <handa@m17n.org>
3498
3499 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
3500 (admindir): New variable.
3501 ($(lispsource)international/charprop.el): New target.
3502
3503 2008-02-01 Miles Bader <miles@gnu.org>
3504
3505 * character.c (chars-in-region): Remove obsolete function.
3506 (syms_of_character): Remove its initialization.
3507
3508 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
3509
3510 * w32select.c (validate_coding_system)
3511 (setup_windows_coding_system): New functions.
3512 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
3513 setup_windows_coding_system.
3514 (setup_config, Fw32_get_clipboard_data): Use
3515 validate_coding_system.
3516 (Fx_selection_exists): Move call to setup_config to a place
3517 where signals are allowed.
3518
3519 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
3520 (Fcheck_coding_system): Add declarations.
3521
3522 2008-02-01 Kenichi Handa <handa@m17n.org>
3523
3524 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
3525
3526 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3527
3528 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
3529 string as the second argument for x_new_fontset.
3530
3531 2008-02-01 Kenichi Handa <handa@m17n.org>
3532
3533 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
3534 (encode_coding_object): Use safe_call instead of call2.
3535
3536 2008-02-01 Kenichi Handa <handa@m17n.org>
3537
3538 * fontset.c (Fset_fontset_font): Check family element of a given vector.
3539
3540 * Makefile.in (lisp): Include charprop.el.
3541
3542 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3543
3544 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
3545 Not sure if it's unnecessary.
3546
3547 2008-02-01 Steven Tamm <steventamm@mac.com>
3548
3549 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
3550 some possibly unnecessary fontset checking code that crashed
3551 when creating a new frame.
3552
3553 2008-02-01 Kenichi Handa <handa@m17n.org>
3554
3555 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
3556 lookup_face.
3557
3558 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
3559
3560 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
3561
3562 2008-02-01 Kenichi Handa <handa@m17n.org>
3563
3564 * coding.c: Cancel the change done in HEAD on 2008-02-01.
3565 (coding_charset_list): New function.
3566
3567 * coding.h (coding_charset_list): Extern it.
3568
3569 2008-02-01 Kenichi Handa <handa@m17n.org>
3570
3571 * fontset.c (Fset_fontset_font): Call find_font_encoding with
3572 concatenation of family and registry.
3573
3574 2008-02-01 Kenichi Handa <handa@m17n.org>
3575
3576 * character.h (BYTE8_STRING): Fix typo.
3577
3578 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
3579 string to multibyte (sync to HEAD).
3580
3581 * casefiddle.c (casify_region): Handle changes in byte-length
3582 using replace_range_2 (sync to HEAD).
3583
3584 2008-02-01 Andreas Schwab <schwab@suse.de>
3585
3586 * chartab.c (map_char_table): GCPRO table and arg.
3587
3588 2008-02-01 Kenichi Handa <handa@m17n.org>
3589
3590 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
3591 already at limit.
3592
3593 2008-02-01 Kenichi Handa <handa@m17n.org>
3594
3595 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
3596 instead of fast_c_string_match_ignore_case.
3597 (find_font_encoding): Change argument to Lisp_Object. Use
3598 fast_string_match_ignore_case instead of
3599 fast_c_string_match_ignore_case. Change caller.
3600
3601 2008-02-01 Kenichi Handa <handa@m17n.org>
3602
3603 * xdisp.c (get_next_display_element): In unibyte case, decide to
3604 display in octal form by checking a chacter by
3605 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
3606
3607 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
3608
3609 * character.c (unibyte_has_multibyte_table): New variable.
3610
3611 * character.h (unibyte_has_multibyte_table): Extern it.
3612 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
3613
3614 2008-02-01 Kenichi Handa <handa@m17n.org>
3615
3616 * coding.c (encode_coding_iso_2022): Fix handling of charset
3617 annotation.
3618
3619 2008-02-01 Kenichi Handa <handa@m17n.org>
3620
3621 * coding.c (setup_coding_system): If coding_system is nil, use
3622 Qundecided.
3623 (Fterminal_coding_system): Return nil if terminal coding system is
3624 `undecided'.
3625 (syms_of_coding): Define coding-system `undecided' here. Setup
3626 terminal_coding as `undecided'.
3627
3628 2008-02-01 Kenichi Handa <handa@m17n.org>
3629
3630 * xdisp.c (message_dolog, set_message_1): Call
3631 unibyte_char_to_multibyte with arg type int.
3632
3633 * lread.c (read1): Fix reading of a char-table.
3634
3635 * print.c (print_object): Include sub char-table in cicularities
3636 detection.
3637
3638 2008-02-01 Kenichi Handa <handa@m17n.org>
3639
3640 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
3641 cons. Append the found sequences in car of ARGS instead of prepending.
3642
3643 2008-02-01 Kenichi Handa <handa@m17n.org>
3644
3645 * fileio.c (report_file_error): Make a unibyte string from
3646 strerror (errorno).
3647 (Fsubstitute_in_file_name): Fix the arg to
3648 unibyte_char_to_multibyte. It is evaluated twice.
3649
3650 2008-02-01 Kenichi Handa <handa@m17n.org>
3651
3652 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
3653
3654 2008-02-01 Kenichi Handa <handa@m17n.org>
3655
3656 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
3657 BOM is not found.
3658 (detect_coding, detect_coding_system): Optimization for ISO-2022
3659 when no 8-bit data is found.
3660
3661 2008-02-01 Jason Rumney <jasonr@gnu.org>
3662
3663 * w32fns.c (x_to_w32_font): Update to use new coding struct.
3664
3665 2008-02-01 Kenichi Handa <handa@m17n.org>
3666
3667 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
3668 CHARS.
3669
3670 2008-02-01 Steven Tamm <steventamm@mac.com>
3671
3672 * macterm.c (mac_encode_char): Add charset argument and update
3673 to use encoding_type.
3674 (x_new_font,x_new_fontset): Merge in changes from xterm.c;
3675 switch to pure fontset.
3676 (decode_mac_font_name): Temporarily remove decoding.
3677 (x_font_name_to_mac_font_name): Temporarily remove encoding.
3678 (x_load_font): Temporarily remove encoding.
3679
3680 2008-02-01 Kenichi Handa <handa@m17n.org>
3681
3682 * xfaces.c (Fface_font): If frame is not on a window system,
3683 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
3684 refer to face->font.
3685 (split_font_name_into_vector, build_font_name_from_vector)
3686 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
3687 whne HAVE_WINDOW_SYSTEM is defined.
3688
3689 2008-02-01 Kenichi Handa <handa@m17n.org>
3690
3691 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
3692 (x_produce_glyphs): Fix setting of members of cmp in case
3693 cmp->glyph_len is zero.
3694
3695 * fontset.c (Fset_fontset_font): Fix docstring.
3696 (Ffontset_info): Make it backward compatible. New arg ALL.
3697
3698 2008-02-01 Kim F. Storm <storm@cua.dk>
3699
3700 * process.c (read_process_output): Grow decoding_buf when needed;
3701 this could cause a crash in allocate_string and compact_small_strings.
3702
3703 2008-02-01 Kenichi Handa <handa@m17n.org>
3704
3705 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
3706
3707 2008-02-01 Kenichi Handa <handa@m17n.org>
3708
3709 * coding.c (setup_coding_system): Set coding->common_flags
3710 correctly for raw-text.
3711 (consume_chars): On encoding unibyte text by raw-text, don't check
3712 multibyte form.
3713 (encode_coding): On encoding by raw-text, never use translation tables.
3714
3715 * fileio.c (e_write): Short cut for the case of no encoding.
3716
3717 2008-02-01 Kenichi Handa <handa@m17n.org>
3718
3719 * coding.c (detect_coding, detect_coding_system): Delete unused
3720 variables.
3721
3722 2008-02-01 Kenichi Handa <handa@m17n.org>
3723
3724 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
3725 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
3726
3727 2008-02-01 Kenichi Handa <handa@m17n.org>
3728
3729 * coding.c (Ffind_coding_systems_region_internal): Include
3730 raw-text and no-conversion in the result.
3731
3732 2008-02-01 Kenichi Handa <handa@m17n.org>
3733
3734 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
3735 (load_font_get_repertory): Delete unnecessary check of ENCODING of
3736 FONT_DEF.
3737 (font_def_arg, add_arg, from_arg, to_arg): New args.
3738 (set_fontset_font): Change argument.
3739 (Fset_fontset_font): Fix for the case that TARGET is a script
3740 name and charset name.
3741 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
3742
3743 2008-02-01 Kenichi Handa <handa@m17n.org>
3744
3745 * fontset.c (fontset_font): Rename from fontset_face. Change return
3746 value.
3747 (face_suitable_for_char_p, face_for_char): Adjust for the change
3748 of fontset_font.
3749 (make_fontset_for_ascii_face): Fix setting of the fontset element
3750 for ASCII.
3751 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
3752 to get a font name.
3753 (Ffontset_info): Adjust for the change of fontset_font.
3754
3755 * coding.c (emacs_mule_char): Check invalid code more regidly.
3756
3757 * character.h (LEADING_CODE_LATIN_1_MIN)
3758 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
3759
3760 2008-02-01 Kenichi Handa <handa@m17n.org>
3761
3762 * editfns.c (check_translation): New function.
3763 (Ftranslate_region_internal): Handle M:N mapping.
3764
3765 2008-02-01 Kenichi Handa <handa@m17n.org>
3766
3767 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
3768
3769 2008-02-01 Kenichi Handa <handa@m17n.org>
3770
3771 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
3772 goto invalid_code.
3773 (decode_coding_iso_2022): Fix handling of invalid designation.
3774
3775 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
3776 after calling code_conversion_save.
3777
3778 2008-02-01 Kenichi Handa <handa@m17n.org>
3779
3780 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
3781
3782 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
3783
3784 * fontset.c: Include "intervals.h".
3785 (fontset_face): Fix comparing of Lisp_Objects.
3786 (free_face_fontset, new_fontset_from_font_name): Fix
3787 Lisp_Object/int mixup.
3788
3789 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
3790
3791 * coding.c: Add many prototypes for static functions.
3792 (get_translation_table): Allow max_lookup to be NULL.
3793 (decode_coding,Ffind_coding_systems_region_internal)
3794 (Funencodable_char_position, Fcheck_coding_systems_region): Call
3795 get_translation_table with max_lookup NULL.
3796
3797 2008-02-01 Kenichi Handa <handa@m17n.org>
3798
3799 * coding.c (get_translation_table): Declare it as Lisp_Object.
3800 (LOOKUP_TRANSLATION_TABLE): New macro.
3801 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
3802 instead of CHAR_TABLE_REF.
3803
3804 2008-02-01 Kenichi Handa <handa@m17n.org>
3805
3806 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
3807 annotation data format.
3808 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
3809 Change arguments FROM and TO to single argument NCHARS. Change caller.
3810 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
3811 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3812 (decode_coding_ccl, decode_coding_charset): Pay attention to
3813 coding->charbuf_used.
3814 (get_translation): New function.
3815 (produce_chars): New arguments translation_table and last_block.
3816 Translate characters here. Return number of carryover chars.
3817 Change caller.
3818 (produce_composition): New argument pos. Change caller.
3819 Adjust for the change of annotation data format.
3820 (produce_charset, produce_annotation): Likewise.
3821 (decode_coding, encode_coding): Don't call translate_chars.
3822 (consume_chars): New arg translation_table. Change caller.
3823 (translate_chars): Delete.
3824 (syms_of_coding): Make translation-table's number of extra slots 2.
3825
3826 2008-02-01 Kenichi Handa <handa@m17n.org>
3827
3828 * search.c (simple_search): Fix setting this_pos_byte in backward
3829 search.
3830
3831 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
3832 byte sequence.
3833 (detect_coding_ccl): Fix setting of the variable valids.
3834
3835 2008-02-01 Kenichi Handa <handa@m17n.org>
3836
3837 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
3838
3839 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
3840
3841 * editfns.c (Ftranslate_region_internal): Rename from
3842 Ftranslate_region. Accept a char-table in TABLE.
3843 (syms_of_editfns): Defsubr Stranslate_region_internal.
3844
3845 * xfaces.c (set_lface_from_font_name): If a font is specified for
3846 a frame, generate a fontset from the font.
3847 (build_scalable_font_name): If the scalable font is requested for
3848 a specific size, don't change that size.
3849 (try_font_list): Try a scalable font also in the case that a
3850 pattern string is specified.
3851
3852 2008-02-01 Kenichi Handa <handa@m17n.org>
3853
3854 * xfaces.c (Fface_font): New optional arg CHARACTER.
3855
3856 2008-02-01 Kenichi Handa <handa@m17n.org>
3857
3858 * charset.h (CHARSET_OFFSET): New macro.
3859
3860 2008-02-01 Kenichi Handa <handa@m17n.org>
3861
3862 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
3863
3864 * fontset.c (fontset_face): Handle the case that repertory is a
3865 char-table.
3866 (find_font_encoding): Return nil for unknown encoding.
3867 (Fset_fontset_font): Ignore a font of unknown encoding.
3868
3869 2008-02-01 Kenichi Handa <handa@m17n.org>
3870
3871 * keymap.c (describe_vector): Handle default value of a char table.
3872
3873 * fontset.c (fontset_face): Handle fallback fonts correctly.
3874 (Ffontset_info): Return infomation about fallback fonts.
3875
3876 2008-02-01 Kenichi Handa <handa@m17n.org>
3877
3878 * fontset.c (FONTSET_DEFAULT): New macro.
3879 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
3880 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
3881 the case that it is nil.
3882 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
3883 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
3884
3885 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
3886 subset or superset.
3887
3888 2008-02-01 Kenichi Handa <handa@m17n.org>
3889
3890 * emacs.c (main): Call init_charset after syms_of_XXX.
3891
3892 * charset.c (Vcharset_map_directory): Delete.
3893 (Vcharset_map_path): New variable
3894 (load_charset_map_from_file): Use Vcharset_map_path instead.
3895 (init_charset): Initialize Vcharset_map_path.
3896 (syms_of_charset): Delete declaration of "charset-map-directory",
3897 add declaration of "charset-map-path".
3898
3899 2008-02-01 Kenichi Handa <handa@m17n.org>
3900
3901 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
3902 ASCII only string.
3903
3904 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
3905
3906 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
3907 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
3908
3909 2008-02-01 Kenichi Handa <handa@m17n.org>
3910
3911 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
3912
3913 * coding.c (QCmnemonic, QCdefalut_char)
3914 (QCdecode_translation_table, QCencode_translation_table)
3915 (QCpost_read_conversion, QCpre_write_conversion): New variables.
3916 (get_translation_table): Return a list of translation tables if
3917 necessary.
3918 (decode_coding): Call get_translation_table with ENCODEP 0.
3919 (char_encodable_p): If translation_table is non-nil, always call
3920 translate_char.
3921 (Fdefine_coding_system_internal): Accept list of translation
3922 tables as :encode-translation-table and :decode-translation-table.
3923 (Fcoding_system_put): New function.
3924 (syms_of_coding): Declare new symbols. Defsubr
3925 Scoding_system_put.
3926 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
3927 typically JISX0212.
3928
3929 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
3930 when the charset is superset type.
3931
3932 * character.c (translate_char): Accept list of translation tables.
3933
3934 2008-02-01 Kenichi Handa <handa@m17n.org>
3935
3936 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
3937 (CODING_ATTR_TRANS_TBL): New macro.
3938
3939 * coding.c (get_translation_table): New function.
3940 (translate_chars): Fix the bug of skipping annotation data.
3941 (decode_coding, encode_coding): Utilize get_translation_table.
3942 (char_encodable_p, Funencodable_char_position): Translate char if
3943 necessary.
3944 (Ffind_coding_systems_region_internal)
3945 (Fcheck_coding_systems_region): Setup translation table for encode
3946 in a coding system attribute vector in advance.
3947 (Fdefine_coding_system_internal): Allow a symbol as translation
3948 table. For shift-jis type coding system, allow 4th charset.
3949
3950 2008-02-01 Kenichi Handa <handa@m17n.org>
3951
3952 * coding.c (decode_coding_sjis): Check the first byte rigidly.
3953
3954 * xdisp.c (get_next_display_element): Pass -1 as POS to
3955 FACE_FOR_CHAR if displaying a C-string.
3956
3957 2008-02-01 Kenichi Handa <handa@m17n.org>
3958
3959 * composite.c (get_composition_id): Handle xoff and yoff in a
3960 composition rule.
3961
3962 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
3963 (struct composition): New member lbearing and rbearing.
3964
3965 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
3966 (x_get_glyph_overhangs): Handle a composition glyph.
3967 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
3968
3969 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
3970 composition glyph.
3971
3972 2008-02-01 Kenichi Handa <handa@m17n.org>
3973
3974 * print.c: Include charset.h.
3975 (Vprint_charset_text_property): New variable.
3976 (Qdefault): Extern it.
3977 (PRINT_STRING_NON_CHARSET_FOUND)
3978 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
3979 (print_check_string_result): New variable.
3980 (print_check_string_charset_prop): New function.
3981 (print_prune_charset_plist): New variable.
3982 (print_prune_string_charset): New function.
3983 (print_object): Call print_prune_string_charset if
3984 Vprint_charset_text_property is not t.
3985 (print_interval): Print nothing if itnerval->plist is nil.
3986 (syms_of_print): Declare Vprint_charset_text_property as a lisp
3987 variable. Init and staticpro print_prune_charset_plist.
3988
3989 2008-02-01 Kenichi Handa <handa@m17n.org>
3990
3991 * fontset.c (new_fontset_from_font_name): Use the specified font
3992 for all characters in the new fontset.
3993
3994 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
3995 OBJECT args.
3996
3997 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
3998 OBJECT args for composition too.
3999
4000 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
4001 OBJECT args.
4002
4003 2008-02-01 Kenichi Handa <handa@m17n.org>
4004
4005 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
4006
4007 * fontset.c (reorder_font_vector): Adjust for the change of
4008 FONT_DEF format.
4009 (fontset_face): New arg id. Change caller.
4010 (face_for_char): New args pos and object.
4011 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF
4012 format.n
4013 (fs_query_fontset): Check NAME by Fassoc too.
4014 (Fset_fontset_font): Allow non-XLFD font name.
4015 (Ffontset_info): Adjust for the change of FONT_DEF format.
4016
4017 * fontset.h (face_for_char): Adjust prototype.
4018
4019 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
4020 (append_space, extend_face_to_end_of_line)
4021 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
4022 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
4023
4024 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
4025 POS and OBJECT args.
4026
4027 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
4028 POS and OBJECT args.
4029
4030 2008-02-01 Jason Rumney <jasonr@gnu.org>
4031
4032 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
4033 of GlobalAlloc'ed memory.
4034
4035 2008-02-01 Kenichi Handa <handa@m17n.org>
4036
4037 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
4038
4039 * charset.h (charset_table_used): Delete extern.
4040
4041 * charset.c (charset_table_used): Make it static.
4042 (map_charset_chars): Fix args to c_function with.
4043
4044 * chartab.c (map_sub_char_table_for_charset): Fix args to
4045 c_function with.
4046
4047 * coding.h (enum coding_result_code): Delete
4048 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
4049
4050 * coding.c (Qinsufficient_source, Qinconsistent_eol)
4051 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
4052 (Vlast_code_conversion_error): New variables.
4053 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
4054 (ONE_MORE_BYTE): Record error if any instead of signaling an
4055 error. If non-ASCII multibyte char is found, return the negative
4056 value of the code. All callers changed to check it.
4057 (ONE_MORE_BYTE_NO_CHECK): Likewise.
4058 (record_conversion_result): New function. Change all codes setting
4059 coding->result to call this function.
4060 (detect_coding_utf_8, decode_coding_utf_8)
4061 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
4062 Don't use the local variable incomplete.
4063 (emacs_mule_char): Change the second arg to `const'.
4064 (decode_coding): Fix of flushing out unprocessed data.
4065 (make_conversion_work_buffer): Fix making of a work buffer.
4066 (decode_coding_object): Return coding->dst_object;
4067
4068 * fontset.c (set_fontset_font): Fix args.
4069
4070 * lisp.h (CHARACTERBITS): Define as 22.
4071
4072 * process.c (send_process): Be sure to set coding->src_multibyte.
4073
4074 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
4075
4076 2008-02-01 Kenichi Handa <handa@m17n.org>
4077
4078 * xdisp.c (handle_auto_composed_prop): Give limit to
4079 Fnext_single_char_property_change.
4080
4081 2008-02-01 Kenichi Handa <handa@m17n.org>
4082
4083 * composite.c (syms_of_composite): Don't make the composition hash
4084 table weak.
4085
4086 * fontset.c (Fset_fontset_font): Fix docstring.
4087
4088 * lisp.h (detect_coding_system): Adjust prototype.
4089
4090 * fileio.c (kill_workbuf_unwind): Delete this function.
4091 (Finsert_file_contents): Adjust the call of detect_coding_system.
4092 Get conversion_buffer by code_conversion_save. Use the macor
4093 CODING_MAY_REQUIRE_DECODING. After decoding, update
4094 coding_system.
4095
4096 * coding.h (make_conversion_work_buffer): Delete extern.
4097 (code_conversion_save): Extern it.
4098
4099 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
4100 (CODING_GET_INFO): Delete argument eol_type. Change callers.
4101 (decode_coding_utf_8): Don't do eol converion.
4102 (detect_coding_utf_16): Check coding->src_chars, not
4103 coding->src_bytes. Add heuristics for those that have no signature.
4104 (decode_coding_emacs_mule, decode_coding_iso_2022)
4105 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
4106 Don't do eol converion.
4107 (adjust_coding_eol_type): Return a new coding system.
4108 (detect_coding): Don't detect eol. Fix for utf-16 detection.
4109 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
4110 each change.
4111 (decode_coding): Pay attention to undo_list. Do eol convesion for
4112 all types of coding-systems (if necessary).
4113 (Vcode_conversion_work_buf_list): Delete it.
4114 (Vcode_conversion_reused_workbuf): Rename from
4115 Vcode_conversion_reused_work_buf.
4116 (Vcode_conversion_workbuf_name): New variable.
4117 (reused_workbuf_in_use): New variable.
4118 (make_conversion_work_buffer): Delete the arg DEPTH.
4119 (code_conversion_restore): Change argument to cons.
4120 (code_conversion_save): Delete the argument BUFFER. Change callers.
4121 (detect_coding_system): New argument src_chars. Change callers.
4122 Fix for utf-16 detection.
4123 (init_coding_once): Don't use ISO_carriage_return.
4124 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
4125 reused_workbuf_in_use.
4126
4127 2008-02-01 Kenichi Handa <handa@m17n.org>
4128
4129 * keymap.c (store_in_keymap): Pay attention to the case that idx
4130 is a cons specifying a character range.
4131
4132 2008-02-01 Kenichi Handa <handa@m17n.org>
4133
4134 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
4135 HANDLED_RECOMPUTE_PROPS.
4136
4137 * coding.c (Fdefine_coding_system_internal): Fix checking of
4138 ascii compatibility.
4139
4140 2008-02-01 Kenichi Handa <handa@m17n.org>
4141
4142 * charset.c (find_charsets_in_text): Delete unused locale variable.
4143 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
4144
4145 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
4146 Resync charset_list to Vemacs_mule_charset_list.
4147
4148 * keymap.c (store_in_keymap): Pay attention to the case that idx
4149 is a cons specifying a character range.
4150
4151 2008-02-01 Kenichi Handa <handa@m17n.org>
4152
4153 * composite.c (update_compositions): Bind inhibit-read-only, etc
4154 to t before calling remove-list-of-text-properties.
4155
4156 * print.c (print_object): Always print ASCII chars as is.
4157
4158 2008-02-01 Kenichi Handa <handa@m17n.org>
4159
4160 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
4161
4162 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
4163 is a char table.
4164
4165 2008-02-01 Kenichi Handa <handa@m17n.org>
4166
4167 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
4168
4169 2008-02-01 Kenichi Handa <handa@m17n.org>
4170
4171 * xfaces.c (set_lface_from_font_name): Fix for the case that
4172 FONTNAME is not fontset name.
4173
4174 2008-02-01 Kenichi Handa <handa@m17n.org>
4175
4176 * fns.c (base64_encode_1): Fix previous change.
4177
4178 2008-02-01 Kenichi Handa <handa@m17n.org>
4179
4180 * fontset.c (set_fontset_font): New function.
4181 (Fset_fontset_font): If a font is specified for a charset, use
4182 map_charset_chars to store the font spec in a fontset.
4183
4184 2008-02-01 Kenichi Handa <handa@m17n.org>
4185
4186 * fontset.c (fontset_face): Create a fallback fontset on demand
4187 (make_fontset): Don't create a fallback fontset here.
4188 (free_face_fontset): Free a fallback fontset (if any) too.
4189 (n_auto_fontsets): Delete this variable.
4190 (auto_fontset_alist): New variable.
4191 (new_fontset_from_font_name): Check auto_fontset_alist.
4192 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
4193 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
4194 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
4195 Defsubr Sfontset_list_all.
4196
4197 2008-02-01 Kenichi Handa <handa@m17n.org>
4198
4199 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
4200
4201 2008-02-01 Kenichi Handa <handa@m17n.org>
4202
4203 * fontset.c (Fnew_fontset): Check NAME more rigidly.
4204
4205 2008-02-01 Kenichi Handa <handa@m17n.org>
4206
4207 * editfns.c (Fgoto_char): Fix docstring.
4208
4209 2008-02-01 Kenichi Handa <handa@m17n.org>
4210
4211 * insdel.c (insert_from_gap): Adjust intervals correctly.
4212
4213 2008-02-01 Jason Rumney <jasonr@gnu.org>
4214
4215 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
4216 (pfnGetFontUnicodeRanges): New dynamically loaded function.
4217 (w32_initialize): Try to load it.
4218 (x_get_font_repertory): Use it if available.
4219 (w32_encode_char): Add shortcut for unicode output.
4220
4221 * w32fns.c (w32_load_system_font): Default charset to -1.
4222 (x_to_w32_charset): Match all fonts for unicode.
4223 (w32_to_x_charset): New parameter matching. Don't return partial
4224 or wildcard charsets.
4225 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
4226 (w32_codepage_for_font): Return CP_UNICODE for unicode.
4227 (w32_to_x_font): Match charset to real charset.
4228 (enum_font_cb2): Always list unicode versions.
4229
4230 * makefile.w32-in (temacs): Increase EMHEAP.
4231
4232 2008-02-01 Jason Rumney <jasonr@gnu.org>
4233
4234 * w32term.c (w32_encode_char): New charset parameter.
4235 font_info.encoding becomes encoding_type.
4236 (x_get_font_repertory): New function. Warning: stub only!
4237 (x_new_font): Return quickly if font already set.
4238 (x_new_fontset): fontsetname parameter is Lisp_Object.
4239 Use new fs_query_fontset. Try new_fontset_from_font_name. Use
4240 fontset_name for return value.
4241
4242 * w32term.h: Declare x_get_font_repertory.
4243
4244 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
4245 place of find_charset_in_text. Use encode_coding_object in place
4246 of encode_coding.
4247 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
4248 decode_coding.
4249
4250 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
4251 of x_new_fontset.
4252 (w32_load_system_font): Initialize charset as unicode.
4253 font_info.encoding becomes encoding_type.
4254 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
4255 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
4256 (syms_of_w32fns): Set get_font_repertory_func.
4257
4258 * w32console.c: Include character.h. Use terminal_encode_buffer
4259 from term.c.
4260 (write_glyphs): Use new version of encode_terminal_code. Use
4261 encode_coding_object in place of encode_coding.
4262
4263 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
4264 encoding becomes encoding_type.
4265
4266 * term.c (terminal_encode_buffer): Make externally visible.
4267
4268 * makefile.w32-in: Add character.h dependancies.
4269 (character.o, chartab.o): New targets.
4270
4271 2008-02-01 Kenichi Handa <handa@m17n.org>
4272
4273 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
4274 CODING_ID_EOL_TYPE.
4275
4276 2008-02-01 Andreas Schwab <schwab@suse.de>
4277
4278 * coding.c (produce_chars): Revert last change.
4279
4280 2008-02-01 Kenichi Handa <handa@m17n.org>
4281
4282 * charset.h (charset_unicode): Extern it.
4283
4284 * charset.c (string_xstring_p): Check by (C >= 0x100).
4285 (find_charsets_in_text): Change format of the arc CHARSETS. New
4286 arg MULTIBYTE.
4287 (Ffind_charset_region, Ffind_charset_string): Adjust for the
4288 change of find_charsets_in_text.
4289 (Fsplit_char): Fix doc. Never return unknown.
4290
4291 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
4292
4293 * coding.c (Fdefine_coding_system_alias): Update
4294 Vcoding_system_list.
4295
4296 * fontset.c (load_font_get_repertory): Pay attention to the case
4297 that ENCODING of a font is specified by a char-table.
4298
4299 * xterm.c (x_get_font_repertory): Handle the case that the
4300 encoding of font is other than Unicode.
4301
4302 2008-02-01 Kenichi Handa <handa@m17n.org>
4303
4304 * term.c (encode_terminal_code): Don't handle glyph-table. Check
4305 if a character is encodable by the terminal coding system. If
4306 not, produces proper number of `?'s. Update
4307 terminal_encode_buffer and terminal_encode_buf_size if necessary.
4308 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
4309
4310 2008-02-01 Kenichi Handa <handa@m17n.org>
4311
4312 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
4313 variables.
4314 (encode_terminal_code): Change argument. Encode multiple
4315 characters at once. Store the result of encoding in
4316 terminal_encode_buffer.
4317 (write_glyphs, insert_glyphs): Adjust for the change of
4318 encode_terminal_code.
4319 (term_init): Initialize terminal_encode_buffer and
4320 terminal_encode_buf_size.
4321
4322 * coding.c (consume_chars): If coding->src_object is nil, don't
4323 check annotation.
4324
4325 2008-02-01 Kenichi Handa <handa@m17n.org>
4326
4327 * character.c (char_string): Use ASCII_CHAR_P instead of
4328 SINGLE_BYTE_CHAR_P.
4329
4330 2008-02-01 Kenichi Handa <handa@m17n.org>
4331
4332 * xdisp.c (handle_auto_composed_prop): Check if the last
4333 characters of auto-composed region is newly composed with the
4334 following characters.
4335 (handle_composition_prop): Fix checking of point being inside
4336 composition.
4337
4338 2008-02-01 Kenichi Handa <handa@m17n.org>
4339
4340 * fns.c (concat): Don't change multibyteness of the result by
4341 concatenating an 8-bit character.
4342
4343 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
4344 multibyteness of the result when newelt is an 8-bit character.
4345
4346 2008-02-01 Dave Love <fx@gnu.org>
4347
4348 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
4349 EMACS_INT.
4350
4351 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
4352
4353 * xfaces.c (face_numeric_value): Declare dim size_t.
4354 (Finternal_lisp_face_equal_p): Remove unused f.
4355
4356 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
4357 (MATRIX_ROW): Remove unused vars.
4358 (draw_glyphs, x_insert_glyphs, fast_find_position)
4359 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
4360 byte/char counts.
4361
4362 * regex.c (regex_compile): Remove unused var.
4363
4364 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
4365
4366 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
4367 (Faccessible_keymaps, where_is_internal): Remove unused vars.
4368
4369 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
4370
4371 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
4372
4373 * fileio.c (Fwrite_region): Remove unused var.
4374
4375 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
4376 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
4377
4378 * composite.c (Fremove_list_of_text_properties): Declare.
4379
4380 * coding.c (inhibit_pre_post_conversion): Remove (unused).
4381 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
4382 (coding_inherit_eol_type): Remove unused attrs.
4383 (detect_coding): Cast arg of detect_eol.
4384
4385 * charset.c (syms_of_charset): Remove unused var p.
4386 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
4387 byte/char counts.
4388
4389 * casetab.c (set_case_table): Remove unused var.
4390
4391 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
4392 unused vars.
4393
4394 2008-02-01 Dave Love <fx@gnu.org>
4395
4396 * xterm.c (x_bitmap_mask): Declare.
4397
4398 2008-02-01 Dave Love <fx@gnu.org>
4399
4400 * xterm.c (x_term_init): Fix type error.
4401
4402 * lisp.h: Add Funibyte_char_to_multibyte.
4403
4404 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
4405 (Fset_coding_system_priority): Doc fix.
4406
4407 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
4408
4409 * indent.c (check_composition): Make start and end EMACS_INT.
4410
4411 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
4412
4413 * xdisp.c (handle_composition_prop, check_point_in_composition):
4414 Make buffer positions EMACS_INT.
4415
4416 * composite.c (find_composition, run_composition_function)
4417 (update_compositions, Ffind_composition_internal): Make buffer
4418 positions EMACS_INT.
4419
4420 * composite.h (find_composition, update_compositions): Make
4421 position args EMACS_INT.
4422
4423 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
4424
4425 * intervals.c (get_property_and_range):
4426 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
4427
4428 * unexalpha.c: Don't include varargs.h.
4429
4430 2008-02-01 Dave Love <fx@gnu.org>
4431
4432 * coding.h (ENCODE_UTF_8): New.
4433
4434 * Makefile.in (gtkutil.o): Depend on coding.h.
4435
4436 * coding.c (Fset_coding_system_priority): Doc fix.
4437
4438 2008-02-01 Kenichi Handa <handa@m17n.org>
4439
4440 * fileio.c (Finsert_file_contents): Call setup_coding_system in
4441 the case of auto saving.
4442
4443 2008-02-01 Andreas Schwab <schwab@suse.de>
4444
4445 * chartab.c (map_char_table, map_char_table_for_charset): Protect
4446 `range' from GC.
4447
4448 2008-02-01 Kenichi Handa <handa@m17n.org>
4449
4450 * coding.c (decode_coding_sjis): Check bytes more rigidly.
4451
4452 2008-02-01 Kenichi Handa <handa@m17n.org>
4453
4454 * fileio.c (choose_write_coding_system): Return a decided coding system.
4455 (Fwrite_region): Set Vlast_coding_system_used to the return value
4456 of choose_write_coding_system.
4457
4458 2008-02-01 Kenichi Handa <handa@m17n.org>
4459
4460 * charset.c (Fset_charset_priority): Pay attention to duplicated
4461 arguments.
4462
4463 * coding.c (QCcategory): New variable.
4464 (syms_of_coding): Defsym it. Set all elements of
4465 Vcoding_category_table and their symbol values.
4466 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
4467 coding-category-XXX, and coding-category-list.
4468 (Fdefine_coding_system_internal): Add category in the plist.
4469
4470 2008-02-01 Kenichi Handa <handa@m17n.org>
4471
4472 * callproc.c (Fcall_process): Handle carryover correctly.
4473
4474 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
4475 (raw_text_coding_system): Check NILP (coding_system).
4476 (coding_inherit_eol_type): Check NILP (coding_system) and
4477 NILP (parent).
4478 (consume_chars): Fix for the case of raw-text.
4479
4480 * process.c (read_process_output): Handle carryover correctly.
4481
4482 2008-02-01 Dave Love <fx@gnu.org>
4483
4484 * regex.c (re_search_2): Fix last change.
4485
4486 2008-02-01 Kenichi Handa <handa@m17n.org>
4487
4488 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
4489 target_multibyte. Even in a unibyte case, return a converted
4490 multibyte char.
4491 (GET_CHAR_AFTER): New macro.
4492 (PATFETCH): Translate via multibyte char.
4493 (HANDLE_UNIBYTE_RANGE): Delete this macro.
4494 (SETUP_MULTIBYTE_RANGE): New macro.
4495 (regex_compile): Setup compiled code so that its multibyteness
4496 matches that of a target. Fix the handling of "[X-YZ]" using
4497 SETUP_MULTIBYTE_RANGE.
4498 (analyse_first) <charset>: For filling fastmap for all multibyte
4499 characters, don't check by BASE_LEADING_CODE_P.
4500 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
4501 the same as RE_MULTIBYTE_P (bufp) now.
4502 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
4503 (TARGET_CHAR_AND_LENGTH): Delete this macro.
4504 (TRANSLATE_VIA_MULTIBYTE): New macro.
4505 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
4506 It is the same as RE_MULTIBYTE_P (bufp) now.
4507 <exactn>: Translate via multibyte.
4508 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
4509 translate it.
4510 <charset, charset_not>: Fetch a character by
4511 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
4512 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
4513 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
4514 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
4515 by GET_CHAR_AFTER.
4516 (bcmp_translate): Likewise.
4517
4518 * search.c (compile_pattern): Check the member target_multibyte,
4519 not the member multibyte of buf.
4520
4521 * lread.c (read1): While reading a string, set force_singlebyte
4522 and force_multibyte correctly.
4523
4524 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
4525 up of unibyte_to_multibyte_table.
4526
4527 2008-02-01 Kenichi Handa <handa@m17n.org>
4528
4529 * coding.c (setup_coding_system): If coding has
4530 post-read-conversion or pre-write-conversion, set
4531 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
4532 respectively.
4533 (decode_coding_gap): Run post-read-conversion if any.
4534
4535 * fileio.c (Finsert_file_contents): Even if we read into a
4536 unibyte buffer, check if we must decode the result or not.
4537
4538 2008-02-01 Kenichi Handa <handa@m17n.org>
4539
4540 * coding.c (make_conversion_work_buffer): Change the work buffer
4541 name to the same one as that of Emacs 21.
4542
4543 2008-02-01 Kenichi Handa <handa@m17n.org>
4544
4545 * coding.h (make_conversion_work_buffer): Adjust prototype.
4546 (code_conversion_restore): Don't extern it.
4547
4548 * coding.c (detected_mask): Delete unused variable.
4549 (decode_coding_iso_2022): Pay attention to the byte sequence of
4550 CTEXT extended segment, and retain those bytes as is.
4551 (decode_coding_ccl): Delete unused variable `valids'.
4552 (setup_coding_system): Delete unused variable `category'.
4553 (consume_chars): Delete unused variable `category'. Make it work
4554 for non-multibyte case.
4555 (make_conversion_work_buffer): Change argument.
4556 (saved_coding): Delete unused variable.
4557 (code_conversion_restore): Don't check saved_coding->destination.
4558 (code_conversion_save): New function.
4559 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
4560 instead of record_unwind_protect.
4561 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
4562 (detect_coding_system): Delete unused variable `mask'.
4563 (Fdefine_coding_system_internal): Delete unused vaiable id.
4564
4565 * fileio.c (kill_workbuf_unwind): New function.
4566 (Finsert_file_contents): On replacing, call
4567 make_conversion_work_buffer with correct args, and call
4568 record_unwind_protect with the first arg kill_workbuf_unwind.
4569
4570 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
4571
4572 2008-02-01 Kenichi Handa <handa@m17n.org>
4573
4574 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
4575 (fontset_add): Fix for the case that TO is less than TO1.
4576 (Ffontset_info): Don't use fallback fontset on checking the
4577 default fontset.
4578 (dump_fontset): New function for debugging.
4579
4580 * coding.c (Fdefine_coding_system_internal): Fix for the case that
4581 coding_type is Qcharset.
4582
4583 2008-02-01 Kenichi Handa <handa@m17n.org>
4584
4585 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
4586 (map_char_table): Don't inherit the value from the parent on
4587 initializing VAL. Adjust for the above change.
4588
4589 2008-02-01 Kenichi Handa <handa@m17n.org>
4590
4591 * coding.c (Qsignature, Qendian): Delete these variables.
4592 (syms_of_coding): Don't initialize them.
4593 (CATEGORY_MASK_UTF_16_AUTO): New macro.
4594 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
4595 detect_info->found.
4596 (decode_coding_utf_16): Don't detect BOM here.
4597 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
4598 is NOT utf_16_without_bom.
4599 (setup_coding_system): For a coding system of type utf-16, check
4600 if the attribute :endian is Qbig or not (not nil or not), and set
4601 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
4602 (detect_coding): If coding type is utf-16 and BOM detection is
4603 required, detect it.
4604 (Fdefine_coding_system_internal): For a coding system of type
4605 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
4606
4607 2008-02-01 Kenichi Handa <handa@m17n.org>
4608
4609 * coding.c (coding_set_source): Fix for the case that the current
4610 buffer is different from coding->src_object.
4611 (decode_coding_object): Don't use the conversion work buffer if
4612 DST_OBJECT is a buffer.
4613
4614 2008-02-01 Dave Love <fx@gnu.org>
4615
4616 * lread.c (read_emacs_mule_char) [len==2]: Index
4617 emacs_mule_charset correctly.
4618
4619 2008-02-01 Dave Love <fx@gnu.org>
4620
4621 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
4622 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
4623 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
4624 treated specially.)
4625 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
4626 (detected_mask): Remove Big5 bits.
4627
4628 2008-02-01 Kenichi Handa <handa@m17n.org>
4629
4630 The following changes are to make the font rescaling facility
4631 compatible with Emacs 21.
4632
4633 * xfaces.c (Vface_font_rescale_alist): Rename from
4634 Vface_resizing_fonts.
4635 (struct font_name): Rename member resizing_ratio to rescale_ratio.
4636 (font_rescale_ratio): Rename from font_resizing_ratio.
4637 (split_font_name): Set font->rescale_ratio.
4638 (better_font_p): Pay attention to font->rescale_ratio.
4639 (build_scalable_font_name): Likewise. Change RESX, and RESY
4640 fields.
4641 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
4642
4643 2008-02-01 Kenichi Handa <handa@m17n.org>
4644
4645 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
4646 (Qutf_16_le): Remove these variables.
4647 (syms_of_coding): Don't DEFSYM them.
4648 (decode_coding_utf_16): Fix handling of BOM.
4649 (encode_coding_utf_16): Fix handling of BOM.
4650
4651 2008-02-01 Kenichi Handa <handa@m17n.org>
4652
4653 * fileio.c (Finsert_file_contents): On replacing, before decoding
4654 the file into the work buffer, set point of the work buffer to the end.
4655
4656 2008-02-01 Dave Love <fx@gnu.org>
4657
4658 * coding.c (Fcheck_coding_systems_region): Fix type errors.
4659
4660 2008-02-01 Dave Love <fx@gnu.org>
4661
4662 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
4663 and fix C types.
4664
4665 2008-02-01 Kenichi Handa <handa@m17n.org>
4666
4667 * xdisp.c (SKIP_GLYPHS): New macro.
4668 (set_cursor_from_row): Pay attention to string display properties.
4669
4670 * category.c (copy_category_entry): Fix for the case that RANGE
4671 is an integer.
4672
4673 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
4674
4675 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
4676
4677 2008-02-01 Kenichi Handa <handa@m17n.org>
4678
4679 * charset.c (Fcharset_id_internal): New function.
4680 (syms_of_charset): Defsubr it.
4681
4682 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
4683 with the last arg charset_list acquired from coding.
4684 (Fdefine_coding_system_internal): For ccl-based coding system, fix
4685 the attribute coding_attr_ccl_valids.
4686
4687 * coding.h (enum define_coding_ccl_arg_index): Set the first
4688 member coding_arg_ccl_decoder to coding_arg_max.
4689
4690 * ccl.h (ccl_driver): Adjust prototype.
4691
4692 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
4693 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
4694 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4695 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
4696 last arg Qnil.
4697
4698 2008-02-01 Kenichi Handa <handa@m17n.org>
4699
4700 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
4701 call encode_char.
4702
4703 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
4704
4705 2008-02-01 Dave Love <fx@gnu.org>
4706
4707 * composite.c (syms_of_composite): Make composition_hash_table weak.
4708
4709 2008-02-01 Kenichi Handa <handa@m17n.org>
4710
4711 * dispextern.h (check_face_attributes, generate_ascii_font_name)
4712 (font_name_registry): Don't extern them.
4713 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
4714
4715 * fontset.h (Qfontset): Don't extern it.
4716 (new_fontset_from_font_name): Extern it.
4717
4718 * fontset.c: Give 8 extra slots to fontset objects.
4719 (Qfontset_info): New variable.
4720 (syms_of_fontset): Defsym it.
4721 (FONTSET_FALLBACK): New macro.
4722 (fontset_face): Try also the default fontset.
4723 (make_fontset): Realize a fallback fontset from the default fontset.
4724 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
4725 using split_font_name_into_vector and build_font_name_from_vector.
4726 (Fset_fontset_font): Access the elements of font_spec by enum
4727 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
4728 name by using split_font_name_into_vector.
4729 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
4730 generate a proper font name from the fontset name. Update
4731 Vfontset_alias_alist.
4732 (n_auto_fontsets): New variable.
4733 (new_fontset_from_font_name): New function.
4734 (Ffont_info): Store the information about fonts generated from the
4735 default fontset in the first extra slot of the returned char-table.
4736
4737 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
4738 (font_name_registry): Delete function.
4739 (split_font_name_into_vector): New function.
4740 (build_font_name_from_vector): New function.
4741 (font_list): The argument REGISTRY is now a list of registry names.
4742 (choose_face_font): If we are choosing an ASCII font, and ATTRS
4743 specifies an explicit font name, return the name as is. Make a
4744 list of registy names.
4745
4746 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
4747 of x_new_fontset.
4748 (Fx_create_frame): Don't call x_new_fontset here. Just use
4749 x_list_fonts to check the existence of fonts.
4750
4751 * xterm.h (x_new_fontset): Adjust prototype.
4752
4753 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
4754 string. Use new_fontset_from_font_name to create a fontset from a
4755 font name.
4756
4757 2008-02-01 Kenichi Handa <handa@m17n.org>
4758
4759 * syntax.c (Vfind_word_boundary_function_table): New name for
4760 Vnext_word_boundary_function_table.
4761 (find-word-boundary-function-table): New name for
4762 next-word-boundary-function-table.
4763
4764 2008-02-01 Dave Love <fx@gnu.org>
4765
4766 * Makefile.in: Fix some dependencies.
4767
4768 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
4769 set it to nil before returning.
4770
4771 * composite.c (update_compositions): Fix type error.
4772
4773 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
4774
4775 2008-02-01 Kenichi Handa <handa@m17n.org>
4776
4777 * xterm.c (x_new_font): Optimize for the case that the font is
4778 already set for the frame.
4779
4780 2008-02-01 Kenichi Handa <handa@m17n.org>
4781
4782 * chartab.c (char_table_ascii): Check if the char table contents
4783 is sub-char-table or not.
4784 (char_table_set, char_table_set_range): Fix argument to
4785 char_table_ascii.
4786
4787 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
4788 (detect_coding_utf_8, detect_coding_utf_16)
4789 (detect_coding_emacs_mule, detect_coding_iso_2022)
4790 (detect_coding_sjis, detect_coding_big5)
4791 (detect_coding_ccl, detect_coding_charset): Change argument MASK
4792 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
4793 sequence is valid in this coding system. Change callers.
4794 (MAX_ANNOTATION_LENGTH): New macro.
4795 (ADD_ANNOTATION_DATA): New macro.
4796 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
4797 ADD_ANNOTATION_DATA. Change the format of annotation data.
4798 (ADD_CHARSET_DATA): New macro.
4799 (emacs_mule_char): New argument ID. Change callers.
4800 (decode_coding_emacs_mule, decode_coding_iso_2022)
4801 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
4802 Produce charset annotation data in coding->charbuf.
4803 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
4804 to charset annotation data in coding->charbuf.
4805 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
4806 coding->common_flags if the coding system is iso-2022 based and
4807 uses designation.
4808 (produce_composition): Adjust for the new annotation data format.
4809 (produce_charset): New function.
4810 (produce_annotation): Handle charset annotation.
4811 (handle_composition_annotation, handle_charset_annotation): New
4812 functions.
4813 (consume_chars): Handle charset annotation. Utilize the above two
4814 functions.
4815 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
4816 buffer, get the deleted text as a string and set
4817 coding->src_object to that string.
4818 (detect_coding, detect_coding_system): Use the new struct
4819 coding_detection_info.
4820
4821 * coding.h (struct coding_detection_info): New structure.
4822 (struct coding_system): Adjust prototype of the member `detector'.
4823 (CODING_ANNOTATE_CHARSET_MASK): New macro.
4824
4825 2008-02-01 Kenichi Handa <handa@m17n.org>
4826
4827 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
4828
4829 2008-02-01 Dave Love <fx@gnu.org>
4830
4831 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
4832 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
4833 to new local and nullify apropos_accumulate before returning.
4834 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
4835
4836 2008-02-01 Kenichi Handa <handa@m17n.org>
4837
4838 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
4839 correctly.
4840
4841 2008-02-01 Dave Love <fx@gnu.org>
4842
4843 * fns.c (Flanginfo): Call synchronize_system_time_locale.
4844
4845 2008-02-01 Kenichi Handa <handa@m17n.org>
4846
4847 The following changes are to make character composition happen
4848 automatically on displaying.
4849
4850 * Makefile.in (lisp, shortlisp): Add composite.elc
4851
4852 * composite.h (Qauto_composed, Vauto_composition_function)
4853 (Qauto_composition_function): Extern them.
4854
4855 * composite.c (Vcomposition_function_table)
4856 (Qcomposition_function_table): Delete variables.
4857 (Qauto_composed, Vauto_composition_function)
4858 (Qauto_composition_function): New variables.
4859 (run_composition_function): Don't call
4860 compose-chars-after-function.
4861 (update_compositions): Clear `auto-composed' text property.
4862 (compose_chars_in_text): Delete this function.
4863 (syms_of_composite): Staticpro Qauto_composed and
4864 Qauto_composition_function. Declare Vauto_composition_function as
4865 a Lisp variable.
4866
4867 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
4868
4869 * xdisp.c (it_props): Add an entry for Qauto_composed.
4870 (handle_auto_composed_prop): New function.
4871
4872 * xselect.c (selection_data_to_lisp_data): Don't call
4873 compose_chars_in_text.
4874
4875 2008-02-01 Dave Love <fx@gnu.org>
4876
4877 * keyboard.c (read_char): Modify checking around use of
4878 Vkeyboard_translate_table.
4879
4880 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
4881 and fix C types.
4882
4883 2008-02-01 Kenichi Handa <handa@m17n.org>
4884
4885 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
4886 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4887 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
4888 the case that the last byte is '\r' correctly.
4889 (decode_coding): Flush out the unprocessed data correctly.
4890 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
4891
4892 2008-02-01 Dave Love <fx@gnu.org>
4893
4894 * xterm.c (XTread_socket): Fix changes for defined keysyms. Add
4895 XK_ISO... case.
4896 (xaw_scroll_callback): Revert last change.
4897
4898 2008-02-01 Kenichi Handa <handa@m17n.org>
4899
4900 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
4901
4902 2008-02-01 Kenichi Handa <handa@m17n.org>
4903
4904 * xfaces.c (Vface_resizing_fonts): New variable.
4905 (struct font_name): New member `resizing_ratio'.
4906 (font_resizing_ratio): New function.
4907 (split_font_name): Set font->resizing_ratio.
4908 (better_font_p): Pay attention to font->resizing_ratio.
4909 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
4910 RESX, and RESY fields.
4911 (try_alternative_families): Try scalable fonts if
4912 Vscalable_fonts_allowed is not Qt.
4913 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
4914
4915 2008-02-01 Dave Love <fx@gnu.org>
4916
4917 * xterm.c (xaw_scroll_callback): Cast correctly.
4918
4919 2008-02-01 Dave Love <fx@gnu.org>
4920
4921 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
4922 (lispy_kana_keys): Comment out.
4923 (make_lispy_event) [XK_kana_A]: Comment out.
4924
4925 * xterm.c (xaw_scroll_callback): Cast call_data.
4926 (XTread_socket): Deal with ASCII keysyms.
4927 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
4928
4929 2008-02-01 Dave Love <fx@gnu.org>
4930
4931 * xterm.c (Vx_keysym_table): New.
4932 (syms_of_xterm): Initialize it.
4933 (XTread_socket): Use it.
4934 From head: Eliminate incorrect optimization that tried to avoid
4935 decoding the output of X*LookupString.
4936 (x_get_font_repertory): Delete charset declaration.
4937
4938 2008-02-01 Kenichi Handa <handa@m17n.org>
4939
4940 * coding.c (detect_coding_charset): If only ASCII bytes are found,
4941 return 0.
4942 (Fdefine_coding_system_internal): Setup
4943 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
4944
4945 2008-02-01 Dave Love <fx@gnu.org>
4946
4947 * coding.c (Fcheck_coding_system): Doc fix.
4948
4949 * editfns.c (Finsert_byte): Return a proper value.
4950
4951 2008-02-01 Kenichi Handa <handa@m17n.org>
4952
4953 * coding.c (decode_coding): Fix args to translate_chars. Pay
4954 attention to Vstandard_translation_table_for_decode.
4955 (encode_coding): Fix args to translate_chars. Pay attention to
4956 Vstandard_translation_table_for_encode.
4957
4958 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
4959 SINGLE_BYTE_CHAR_P.
4960
4961 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
4962 not by SINGLE_BYTE_CHAR_P.
4963
4964 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
4965 SINGLE_BYTE_CHAR_P.
4966
4967 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
4968 SINGLE_BYTE_CHAR_P.
4969
4970 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
4971 by SINGLE_BYTE_CHAR_P.
4972
4973 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
4974 SINGLE_BYTE_CHAR_P.
4975
4976 2008-02-01 Dave Love <fx@gnu.org>
4977
4978 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
4979
4980 2008-02-01 Dave Love <fx@gnu.org>
4981
4982 * fns.c (Flanginfo): Fix typo.
4983
4984 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
4985
4986 2008-02-01 Kenichi Handa <handa@m17n.org>
4987
4988 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
4989 (detect_coding_emacs_mule, detect_coding_iso_2022)
4990 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
4991 incomplete byte sequence. Don't update *mask when correctly detected.
4992 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
4993 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4994 (detect_coding, detect_coding_system): Adjust for the changes above.
4995
4996 2008-02-01 Kenichi Handa <handa@m17n.org>
4997
4998 * character.c (char_string): Rename from
4999 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
5000 (string_char): Rename from string_char.
5001
5002 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
5003 if C is greater than MAX_3_BYTE_CHAR.
5004 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
5005 string_char instead of string_char_with_unification.
5006
5007 2008-02-01 Dave Love <fx@gnu.org>
5008
5009 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
5010
5011 2008-02-01 Kenichi Handa <handa@m17n.org>
5012
5013 * keymap.c (push_key_description): Pay attention to force_multibyte.
5014
5015 * regex.c (re_search_2): Fix for the case of unibyte buffer.
5016
5017 2008-02-01 Dave Love <fx@gnu.org>
5018
5019 * charset.c (define_charset_internal): Rename `supprementary'.
5020
5021 * Makefile.in (lisp, shortlisp): Remove latin-N.
5022
5023 2008-02-01 Dave Love <fx@gnu.org>
5024
5025 * xfns.c (x_window, x_window): Use use_xim.
5026
5027 * xterm.c (use_xim): Initialize.
5028 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
5029 (x_term_init): Maybe set use_xim.
5030
5031 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
5032
5033 2008-02-01 Kenichi Handa <handa@m17n.org>
5034
5035 * search.c (search_buffer): Fix case-fold-search of multibyte
5036 characters.
5037 (boyer_moore): Rename the last argument to char_high_bits.
5038
5039 2008-02-01 Kenichi Handa <handa@m17n.org>
5040
5041 * xdisp.c (display_string): Fix for the case of zero width glyph.
5042
5043 * xfns.c (x_set_font): Change the error message of the case that
5044 x_new_fontset returns Qt.
5045
5046 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
5047 (Finternal_set_lisp_face_attribute): Use signal_error for the
5048 error of invalid fontset.
5049
5050 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
5051 fontset, return Qt.
5052
5053 2008-02-01 Dave Love <fx@gnu.org>
5054
5055 * unexelf.c (unexec): Make .got handling not SGI-specific.
5056
5057 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
5058
5059 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
5060
5061 * keyboard.c (read_key_sequence): Fix type error.
5062
5063 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
5064 type error.
5065
5066 * fontset.c (fontset_add): Return Lisp_Object.
5067
5068 2008-02-01 Dave Love <fx@gnu.org>
5069
5070 * charset.h (charset_ordered_list_tick): Declare extern.
5071
5072 2008-02-01 Kenichi Handa <handa@m17n.org>
5073
5074 The following changes (and some of 2008-02-01 changes of mine) are
5075 for handling syntax, category, and case conversion for unibyte
5076 characters by converting them to multibyte on the fly. With these
5077 changes, we don't have to setup syntax and case tables for unibyte
5078 characters in each language environment.
5079
5080 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
5081 multibyte if necessary.
5082
5083 * bytecode.c (Fbyte_code): Likewise.
5084
5085 * character.h (LEADING_CODE_LATIN_1_MIN)
5086 (LEADING_CODE_LATIN_1_MAX): New macros.
5087 (unibyte_to_multibyte_table): Extern it.
5088 (unibyte_char_to_multibyte): New macro.
5089 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
5090 (CHAR_LEADING_CODE): New macro.
5091 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
5092
5093 * character.c (unibyte_to_multibyte_table): New variable.
5094 (unibyte_char_to_multibyte): Move to character.h and define as macro.
5095 (multibyte_char_to_unibyte): If C is an eight-bit character,
5096 convert it to the corresponding byte value.
5097
5098 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
5099 not 1, singals an error. Update the elements of
5100 unibyte_to_multibyte_table.
5101 (init_charset_once): Initialize unibyte_to_multibyte_table.
5102 (syms_of_charset): Define the charset `iso-8859-1'.
5103
5104 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
5105 as is without converting it to unibyte. In a unibyte buffer,
5106 convert C to multibyte before checking the syntax.
5107
5108 * lisp.h (unibyte_char_to_multibyte): Delete extern.
5109
5110 * minibuf.c (Fminibuffer_complete_word): Use the macro
5111 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
5112
5113 * regex.h (struct re_pattern_buffer): New member target_multibyte.
5114
5115 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
5116 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
5117 that is zero, convert an eight-bit char to multibyte.
5118 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
5119 non-emacs case.
5120 (PATFETCH): Convert an eight-bit char to multibyte.
5121 (HANDLE_UNIBYTE_RANGE): New macro.
5122 (regex_compile): Setup the compiled pattern for multibyte chars
5123 even if the given regex string is unibyte. Use PATFETCH_RAW
5124 instead of PATFETCH in many places. To handle `charset'
5125 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
5126 only for ASCII chars.
5127 (analyse_first) <exactn>: Simplify because the compiled pattern
5128 is multibyte.
5129 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
5130 <charset>: Use CHAR_LEADING_CODE to get leading codes.
5131 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
5132 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
5133 multibyte always 1.
5134 (re_search_2): In emacs, set the locale variable multibyte to 1,
5135 otherwise to 0. New local variable target_multibyte. Check it
5136 to decide the multibyteness of STR1 and STR2. If
5137 target_multibyte is zero, convert unibyte chars to multibyte
5138 before translating and checking fastmap.
5139 (TARGET_CHAR_AND_LENGTH): New macro.
5140 (re_match_2_internal): In emacs, set the locale variable multibyte
5141 to 1, otherwise to 0. New local variable target_multibyte. Check
5142 it to decide the multibyteness of STR1 and STR2. Use
5143 TARGET_CHAR_AND_LENGTH to fetch a character from D.
5144 <charset, charset_not>: If multibyte is nonzero, check fastmap
5145 only for ASCII chars. Call bcmp_translate with
5146 target_multibyte, not with multibyte.
5147 <begline>: Declare the local variable C as `unsigned'.
5148 (bcmp_translate): Change the last arg name to target_multibyte.
5149
5150 * search.c (compile_pattern_1): Don't adjust the multibyteness of
5151 the regexp pattern and the matching target. Set cp->buf.multibyte
5152 to the multibyteness of the regexp pattern. Set
5153 cp->but.target_multibyte to the multibyteness of the matching target.
5154 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
5155 FETCH_STRING_CHAR_ADVANCE.
5156 (Freplace_match): Convert unibyte chars to multibyte.
5157
5158 * syntax.c (char_quoted, back_comment, scan_words)
5159 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
5160 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
5161 unibyte chars to multibyte.
5162 (skip_chars): Delete the arg syntaxp, and move the code for
5163 handling syntaxes to skip_syntaxes. Change callers.
5164 Fix the case that the multibyteness of STRING and the current
5165 buffer doesn't match.
5166 (skip_syntaxes): New function.
5167 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
5168 SINGLE_BYTE_CHAR_P.
5169
5170 2008-02-01 Kenichi Handa <handa@m17n.org>
5171
5172 * xfaces.c (QCfontset): New variable.
5173 (LFACE_FONTSET): New macro.
5174 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
5175 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
5176 (Finternal_set_lisp_face_attribute)
5177 (Finternal_get_lisp_face_attribute): Handle QCfontset.
5178 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
5179 check also LFACE_FONTSET_INDEX.
5180 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
5181 attrs[LFACE_FONT_INDEX].
5182 (syms_of_xfaces): Intern and staticpro QCfontset.
5183
5184 * dispextern.h (enum lface_attribute_index): New member
5185 LFACE_FONTSET_INDEX.
5186
5187 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
5188
5189 2008-02-01 Kenichi Handa <handa@m17n.org>
5190
5191 * coding.c (coding_set_destination): Fix coding->destination for
5192 the case converting a region.
5193 (encode_coding_utf_8): Encode eight-bit chars as single byte.
5194 (encode_coding_object): Fix coding->dst_pos and
5195 coding->dst_pos_byte for the case converting a region.
5196
5197 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
5198
5199 * character.h (BYTE8_STRING): New macro.
5200
5201 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
5202
5203 2008-02-01 Kenichi Handa <handa@m17n.org>
5204
5205 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
5206 characters by octal form.
5207
5208 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
5209
5210 * buffer.h (_fetch_multibyte_char_len): Delete extern.
5211 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
5212 _fetch_multibyte_char_len.
5213 (FETCH_CHAR_AS_MULTIBYTE): New macro.
5214
5215 * casetab.c (set_canon, set_identity, shuffle): Simplify.
5216
5217 * casefiddle.c (casify_object): Simplify. Handle the case that
5218 the case conversion change the byte length.
5219 (casify_region): Likewise.
5220
5221 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
5222
5223 * character.c (_fetch_multibyte_char_len): Delet this variable.
5224 (syms_of_character): Setup Vprintable_chars.
5225
5226 * editfns.c (Fchar_equal): Fix for the unibyte case.
5227 (Finsert_byte): New function.
5228 (syms_of_editfns): Defsubr it.
5229
5230 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
5231 of direct code 0x3ffff.
5232
5233 * search.c (Freplace_match): Fix for the unibyte case.
5234
5235 2008-02-01 Kenichi Handa <handa@m17n.org>
5236
5237 * lread.c (safe_to_load_p): Fix the logic.
5238
5239 * syntax.c (scan_words): Don't treat characters belonging to
5240 different scripts as constituting a word.
5241
5242 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
5243
5244 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
5245
5246 * emacs.c (main): In the case of --unibyte, instead of aborting on
5247 finding non-empty buffer, make it unibyte.
5248
5249 2008-02-01 Kenichi Handa <handa@m17n.org>
5250
5251 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
5252 to create a fontset.
5253
5254 2008-02-01 Dave Love <fx@gnu.org>
5255
5256 * character.c (Funibyte_char_to_multibyte): Doc fix.
5257
5258 * xfns.c [HAVE_STDLIB_H]: Fix last change.
5259
5260 2008-02-01 Kenichi Handa <handa@m17n.org>
5261
5262 * fontset.c (fontset_add): Make the type `int'.
5263 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
5264
5265 * character.c (unibyte_char_to_multibyte)
5266 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
5267 charset_unibyte, not charset_primary.
5268
5269 * charset.h (charset_unibyte): Extern it instead of charset_primary.
5270
5271 * charset.c (charset_unibyte): Rename from charset_primary.
5272 (Funibyte_charset): Rename from Fprimary_charset.
5273 (Fset_unibyte_charset): Rename from Fset_primary_charset.
5274 (syms_of_charset): Adjust for the above changes.
5275
5276 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
5277 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
5278 it->multibyte_p is zero.
5279
5280 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
5281 Delete extern.
5282
5283 2008-02-01 Kenichi Handa <handa@m17n.org>
5284
5285 * coding.c (Fdefine_coding_system_internal): Fix category setting
5286 for a coding system of type iso-2022.
5287
5288 2008-02-01 Kenichi Handa <handa@m17n.org>
5289
5290 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
5291
5292 2008-02-01 Kenichi Handa <handa@m17n.org>
5293
5294 * syntax.c (Vnext_word_boundary_function_table): New variable.
5295 (next-word-boundary-function-table): Declare it as a Lisp variable
5296 in syms_of_syntax.
5297 (scan_words): Call functions in Vnext_word_boundary_function_table
5298 if any.
5299
5300 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
5301
5302 * fontset.c (fs_load_font): If fontp->charset is not negative,
5303 return fontp without setting its members.
5304
5305 2008-02-01 Dave Love <fx@gnu.org>
5306
5307 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
5308
5309 * m/sparc.h (HAVE_ALLOCA): Delete.
5310
5311 * s/irix6-5.h: Don't include strings.h.
5312 (bcopy, bzero, bcmp): Don't undef.
5313
5314 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
5315
5316 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
5317 (TIOCSIGSEND): Don't test IRIX6.
5318 (bcopy, bzero, bcmp): Define conditionally.
5319
5320 2008-02-01 Kenichi Handa <handa@m17n.org>
5321
5322 * buffer.c (Qas, Qmake, Qto): New variables.
5323 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
5324 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
5325
5326 * callproc.c (Fcall_process): Don't call insert_1_both directly if
5327 we are inserting a process output into a multibyte buffer.
5328
5329 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
5330 multibyte_char_to_unibyte.
5331
5332 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
5333 by the primary charset, make it eight-bit char.
5334 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
5335
5336 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
5337 (charset_8_bit__control, charset_8_bit_graphic)
5338 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
5339 (define_charset_internal): New function.
5340 (syms_of_charset): Call define_charset_internal for pre-defined
5341 charsets.
5342
5343 * charset.h (charset_8_bit): Extern it.
5344
5345 * coding.c (make_conversion_work_buffer): Adjust for the change
5346 of Fset_buffer_multibyte.
5347 (encode_coding_raw_text): Increment p0 in the loop.
5348
5349 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
5350
5351 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
5352 for the change of Fset_buffer_multibyte.
5353
5354 * fns.c (Fstring_to_multibyte): New function.
5355 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
5356
5357 2008-02-01 Dave Love <fx@gnu.org>
5358
5359 * xfns.c (x_put_x_image): Declare args.
5360
5361 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
5362 (try_font_list): Declare an arg.
5363
5364 * xdisp.c (message2_nolog, set_message): Declare an arg.
5365
5366 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
5367
5368 * syntax.c (scan_sexps_forward): Declare an arg.
5369
5370 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
5371 Declare an arg.
5372
5373 * lisp.h (Fnew_fontset): Declare.
5374
5375 * keymap.c (push_key_description): Call CHARACTERP correctly.
5376
5377 * fontset.c (fontset_add): Declare args. Call make_number correctly.
5378 (face_for_char): Delete unused vars.
5379 (Fset_fontset_font): Doc fix. Delete unused vars.
5380
5381 * doc.c (Fsubstitute_command_keys): Delete unused vars.
5382
5383 * composite.c (update_compositions): Declare arg.
5384
5385 * cm.c (calccost, cmgoto): Declare args.
5386
5387 * charset.c: Remove `emacs' conditional. Doc fixes.
5388 (map_char_table_for_charset): Declare.
5389
5390 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
5391
5392 * ccl.c: Remove `emacs' conditional.
5393
5394 2008-02-01 Kenichi Handa <handa@m17n.org>
5395
5396 The following changes are to allow specifying multiple font
5397 patterns for a character range (specified by script or charset).
5398
5399 * Makefile.in (abbrev.o): Depend on syntax.h.
5400 (xfaces.o): Depend on charset.h.
5401
5402 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
5403 SINGLE_BYTE_CHAR_P.
5404
5405 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
5406
5407 * character.h (Vchar_script_table): Extern it.
5408
5409 * character.c (Vscript_alist): Delete.
5410 (Vchar_script_table, Qchar_script_table): New variable.
5411 (syms_of_character): Declare Vchar_script_table as a lisp variable
5412 and initialize it.
5413
5414 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
5415 have property char-table-extra-slots, make no extra slot.
5416
5417 * dispextern.h (struct face): Delete member `charset'.
5418 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
5419 SINGLE_BYTE_CHAR_P.
5420 (choose_face_font, lookup_non_ascii_face, font_name_registry):
5421 Add prototypes.
5422 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
5423 (generate_ascii_font_name): Rename from generate_ascii_font.
5424
5425 * fontset.h (get_font_repertory_func): New prototype.
5426 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
5427 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
5428
5429 * fontset.c (Qprepend, Qappend): New variables.
5430 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
5431 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
5432 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
5433 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
5434 (fontset_ref_and_range, fontset_add, reorder_font_vector)
5435 (load_font_get_repertory): New functions.
5436 (fontset_set): Delete.
5437 (fontset_face): New arg FACE. Return face ID, not face.
5438 Complete re-write to handle new fontset structure. Change caller.
5439 (free_face_fontset): Use ASET istead of AREF (X) = Y.
5440 (face_for_char): Don't call lookup_face.
5441 (make_fontset_for_ascii_face): New arg FACE.
5442 (fs_load_font): New arg CHARSET_ID. Don't check
5443 Vfont_encoding_alist here.
5444 (find_font_encoding): New function.
5445 (list_fontsets): Use STRINGP, not ! NILP.
5446 (accumulate_script_ranges): New function.
5447 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
5448 re-written to handle new fontset structure.
5449 (Ffontset_font): Return a copy of element.
5450 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
5451 docstring of font-encoding-alist.
5452
5453 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
5454 (Fset_fotset_font): Fix arguments to 5.
5455
5456 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
5457
5458 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
5459 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
5460 (highlight_trailing_whitespace): Adjust for the change of
5461 lookup_named_face.
5462
5463 * xfaces.c: Include charset.h.
5464 (load_face_font): Delete argument C. Change caller.
5465 (generate_ascii_font_name): Rename from generate_ascii_font.
5466 (font_name_registry): New function.
5467 (cache_face): Store ascii faces before non-ascii faces in buckets.
5468 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
5469 Lookup only ascii faces.
5470 (lookup_non_ascii_face): New function.
5471 (lookup_named_face): Delete argument C. Change caller.
5472 (lookup_derived_face): Delete argument C. Change caller.
5473 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
5474 a string, just call font_list with it.
5475 (choose_face_font): Delete arguments FACE and C. New arg
5476 FONT_SPEC. Change caller.
5477 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
5478 Change caller.
5479 (realize_non_ascii_face): New function.
5480 (realize_x_face): Call load_face_font here.
5481 (realize_tty_face): Delete argument C. Change caller.
5482 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
5483 get a face ID.
5484 (dump_realized_face): Don't print charset of FACE.
5485
5486 * xfns.c (x_set_font): Always call x_new_fontset and
5487 store_frame_parameter.
5488 (Fx_create_frame): Call x_new_fontset, not x_new_font.
5489 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
5490
5491 * xterm.h (x_get_font_repertory): Extern it.
5492
5493 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
5494 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
5495 it->multibyte_p is zero.
5496 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
5497 (x_new_fontset): If FONTSETNAME doesn't match any existing
5498 fontsets, create a new one.
5499 (x_get_font_repertory): New function.
5500
5501 2008-02-01 Kenichi Handa <handa@m17n.org>
5502
5503 * coding.c (Ffind_coding_systems_region_internal): Detect an
5504 ASCII only string correctly.
5505
5506 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
5507 version is 0.
5508
5509 2008-02-01 Kenichi Handa <handa@m17n.org>
5510
5511 * lread.c: Include "coding.h".
5512 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
5513 (load_each_byte, unread_char): New variables.
5514 (readchar_backlog): Delete.
5515 (readchar): Return a character unless load_each_byte is nonzero.
5516 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
5517 cons. If unread_char is not -1, simply return it.
5518 (unreadchar): Handle the case that readcharfun is
5519 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
5520 (read_multibyte): Delete.
5521 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
5522 (read_emacs_mule_char): New functions.
5523 (Fload): Even if the file doesn't have the extention ".elc", if
5524 safe_to_load_p returns a positive version number, assume that the
5525 file contains bytecompiled code. If the version is less than 22,
5526 load the file while decoding multibyte sequences by emacs-mule.
5527 (readevalloop): Don't use readchar_backlog.
5528 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
5529 (Fread_from_string): Pay attention to the case that STREAM is a cons.
5530 (read_escape): Delete the arg BYTEREP.
5531 (read1): Set load_each_byte to 1 temporarily while handling
5532 #@NUMBER. Don't call read_multibyte.
5533 (read_vector): Call Fread with a cons. If readcharfun is
5534 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
5535 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
5536 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
5537 and Qload_force_doc_strings.
5538
5539 2008-02-01 Kenichi Handa <handa@m17n.org>
5540
5541 * xdisp.c (face_before_or_after_it_pos): Call
5542 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
5543
5544 2008-02-01 Kenichi Handa <handa@m17n.org>
5545
5546 * character.h (TRAILING_CODE_P): New macro.
5547 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
5548 (string_char_with_unification): Fix prototype.
5549 (Vscript_alist): Extern it.
5550
5551 * character.c (Vscript_alist): New variable.
5552 (string_char_with_unification, str_as_unibyte)
5553 (string_escape_byte8): Add `const' to local variables.
5554 (syms_of_character): Declare script-alist as a Lisp variable.
5555
5556 * charset.h (Vcharset_ordered_list): Extern it.
5557 (charset_ordered_list_tick): Extern it.
5558 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
5559 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
5560 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
5561 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros
5562 (Funify_charset): Adjust for the change of Funify_charset.
5563
5564 * charset.c (charset_ordered_list_tick): New variable.
5565 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
5566 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
5567 deunify intead of unify a charset.
5568 (string_xstring_p): Add `const' to local variables.
5569 (find_charsets_in_text): Add `const' to arguemnts and local variables.
5570 (encode_char): Adjust for the change of Funify_charset. Fix
5571 detecting of invalid code.
5572 (Fset_charset_priority): Increment charset_ordered_list_tick.
5573 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
5574 and TO_CODE.
5575
5576 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
5577 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
5578 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
5579 (decode_coding_ccl, consume_chars)
5580 (Ffind_coding_systems_region_internal)
5581 (Fcheck_coding_systems_region): Add `const' to local variables.
5582
5583 * print.c (print_object): Use octal form for printing the
5584 contents of a bool vector.
5585
5586 2008-02-01 Dave Love <fx@gnu.org>
5587
5588 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
5589 <version == 20>: Refuse to load.
5590
5591 2008-02-01 Dave Love <fx@gnu.org>
5592
5593 * fns.c: Move coding.h.
5594 (Qcodeset, Qdays, Qmonths): New.
5595 (concat): Use CHARACTERP instead of INTERGERP.
5596 (Flocale_codeset): Delete.
5597 (Flanginfo): New function.
5598 (syms_of_fns): Change accordingly.
5599
5600 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
5601
5602 2008-02-01 Dave Love <fx@gnu.org>
5603
5604 * casetab.c (init_casetab_once, init_casetab_once): Fix
5605 CHAR_TABLE_SET call.
5606
5607 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
5608
5609 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
5610
5611 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
5612 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
5613 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
5614
5615 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
5616
5617 * coding.c (ENCODE_DESIGNATION, decode_eol)
5618 (make_conversion_work_buffer, code_conversion_restore)
5619 (Fdefine_coding_system_internal): Convert Lisp types.
5620 (code_conversion_restore): Use EQ, not ==.
5621 (Fencode_coding_string): Fix code_convert_string call.
5622
5623 * coding.h (code_convert_region): Fix prototype.
5624
5625 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
5626
5627 * fontset.c (fontset_ref, fontset_set, fs_load_font)
5628 (Ffontset_info): Convert Lisp types.
5629
5630 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
5631
5632 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
5633
5634 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
5635
5636 * chartab.c: Include "...h", not <...h> in some cases.
5637
5638 * callproc.c (Fcall_process): Remove unused variables.
5639
5640 2008-02-01 Dave Love <fx@gnu.org>
5641
5642 * coding.c (Fset_coding_system_priority): Allow null arg list.
5643
5644 2008-02-01 Dave Love <fx@gnu.org>
5645
5646 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
5647 (Fself_insert_and_exit): Use CHARACTERP.
5648
5649 * callproc.c (Fcall_process): Remove unused vars.
5650
5651 * xterm.c (XTread_socket): Add extra dead keysyms.
5652
5653 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
5654
5655 * dispextern.h: Remove prototypes for redraw_frame,
5656 redraw_garbaged_frames.
5657
5658 * cmds.c (Fself_insert_command): Use CHARACTERP.
5659
5660 * chartab.c (make_sub_char_table): Remove unused var.
5661 (Fset_char_table_default, Fmap_char_table): Doc fix.
5662
5663 * keymap.c (access_keymap): Remove generic char code.
5664 (push_key_description): Use CHARACTERP.
5665
5666 2008-02-01 Dave Love <fx@gnu.org>
5667
5668 * charset.c: Doc fixes.
5669 (Funify_charset): Extra checking.
5670
5671 2008-02-01 Dave Love <fx@gnu.org>
5672
5673 * lread.c: Remove some unused variables.
5674 (safe_to_load_p): If safe, return the magic number version byte.
5675 (Fload): Maybe use load-with-code-conversion.
5676
5677 2008-02-01 Kenichi Handa <handa@m17n.org>
5678
5679 * category.c (Fmodify_category_entry): Don't modify the contents
5680 of category_set for characters out of the range. Avoid
5681 unnecessary modification.
5682
5683 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
5684 Vchar_unify_table. The default value of the table is now nil.
5685
5686 * character.c (syms_of_character): Setup Vchar_width_table for
5687 eight-bit-control and raw-byte chars.
5688
5689 * charset.h (enum define_charset_arg_index): Delete
5690 charset_arg_parents and add charset_arg_subset and
5691 charset_arg_superset.
5692 (enum charset_attr_index): Delete charset_parents and add
5693 charset_subset and charset_superset.
5694 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
5695 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
5696 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
5697 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
5698 (CHARSET_SUPERSET): New macros.
5699 (charset_work): Extern it.
5700 (ENCODE_CHAR): Use charset_work.
5701 (CHAR_CHARSET_P): Adjust for the change of encoder format.
5702 (map_charset_chars): Extern it.
5703
5704 * charset.c (load_charset_map): Set the default value of encoder
5705 and deunifier char-tables to nil.
5706 (map_charset_chars): Change argument. Change callers. Use
5707 map_char_table_for_charset instead of map_char_table.
5708 (Fmap_charset_chars): New optional args from_code and to_code.
5709 (Fdefine_charset_internal): Adjust for the change of
5710 `define-charset' (:parents -> :subset or :superset).
5711 (charset_work): New variable.
5712 (encode_char, syms_of_charset): Adjust for the change of
5713 Fdefine_charset_internal.
5714 (Ffind_charset_string): Setup the vector `charsets' correctly.
5715
5716 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
5717 the previous change.
5718 (char_table_ref_and_range): Adjust for the above change.
5719 (map_sub_char_table_for_charset): New function.
5720 (map_char_table_for_charset): New function.
5721
5722 * keymap.c (describe_vector): Handle a char-table directly here.
5723 (describe_char_table): Delete.
5724
5725 * lisp.h (map_charset_chars): Delete.
5726
5727 2008-02-01 Dave Love <fx@gnu.org>
5728
5729 * fns.c (count_combining): Comment out (unused).
5730 (Flocale_codeset): New.
5731 (syms_of_fns): Defsubr it.
5732
5733 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
5734 (size_t): Remove.
5735
5736 2008-02-01 Dave Love <fx@gnu.org>
5737
5738 * Makefile.in (chartab.o): Depend on charset.h.
5739
5740 2008-02-01 Kenichi Handa <handa@m17n.org>
5741
5742 * character.c (syms_of_character): Set the default value of
5743 Vprintable_chars to Qnil.
5744
5745 2008-02-01 Dave Love <fx@gnu.org>
5746
5747 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
5748
5749 2008-02-01 Kenichi Handa <handa@m17n.org>
5750
5751 * charset.c (load_charset_map): Handle the case that from < to
5752 correctly.
5753
5754 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
5755 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
5756 Pay attention to raw-8-bit chars.
5757
5758 2008-02-01 Kenichi Handa <handa@m17n.org>
5759
5760 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
5761 It is not bytecompiled now.
5762
5763 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
5764 (charset_jisx0208): New variables.
5765 (Fdefine_charset_internal): Setup them if appropriate.
5766 (init_charset_once): Initialize them to -1.
5767
5768 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
5769 (charset_jisx0208): Extern them.
5770
5771 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro
5772 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
5773 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
5774 (setup_iso_safe_charsets): Fix arguments to Fassq.
5775 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
5776 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
5777 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
5778 (encode_coding_iso_2022): Change the 1st arg to
5779 ENCODE_ISO_CHARACTER to a variable.
5780
5781 2008-02-01 Kenichi Handa <handa@m17n.org>
5782
5783 * charset.h (enum define_charset_arg_index): New enums
5784 charset_arg_min_code and charset_arg_max_code.
5785 (struct charset): New member char_index_offset.
5786
5787 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
5788 Take charset->char_index_offset into account.
5789 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
5790 args[charset_arg_max_code]. Setup charset.char_index_offset.
5791 (syms_of_charset): Fix args to Fdefine_charset_internal.
5792
5793 2008-02-01 Dave Love <fx@gnu.org>
5794
5795 * coding.c (decode_coding_utf_8): Reject overlong sequences.
5796
5797 2008-02-01 Dave Love <fx@gnu.org>
5798
5799 * coding.c: Doc fixes.
5800 (Fcoding_system_aliases): Fix return value.
5801 (Qmac): Remove (duplicated) definition.
5802
5803 2008-02-01 Dave Love <fx@gnu.org>
5804
5805 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
5806 functions.
5807
5808 * character.c (Fstring): Doc fix.
5809
5810 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
5811
5812 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
5813 ids.
5814 (font-encoding-alist): Doc fix.
5815
5816 2008-02-01 Dave Love <fx@gnu.org>
5817
5818 * term.c (costs_set): Declare static, non-initialized for pcc.
5819 (encode_terminal_code): Remove unused var.
5820
5821 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
5822 for K&R.
5823
5824 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
5825
5826 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
5827 (suffixes): Move out of make_subsidiaries for K&R.
5828
5829 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
5830
5831 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
5832
5833 2008-02-01 Dave Love <fx@gnu.org>
5834
5835 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
5836
5837 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
5838
5839 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
5840
5841 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
5842
5843 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
5844
5845 2008-02-01 Kenichi Handa <handa@m17n.org>
5846
5847 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
5848 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
5849
5850 2008-02-01 Kenichi Handa <handa@m17n.org>
5851
5852 * coding.c (decode_coding_charset): Adjust for the change of
5853 Fdefine_coding_system_internal.
5854 (Fdefine_coding_system_internal): For a coding system of
5855 `charset' type, store a list of charset IDs in
5856 `charset_attr_charset_valids' element of coding attributes.
5857
5858 2008-02-01 Kenichi Handa <handa@m17n.org>
5859
5860 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
5861 (emacs_mule_char): New arg src. Delete arg `composition'. Change
5862 caller. Handle 2-byte and 3-byte charsets correctly.
5863 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
5864 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
5865 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
5866 (DECODE_EMACS_MULE_21_COMPOSITION): Call
5867 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
5868 sequence.
5869 (decode_coding_emacs_mule): Handle composition correctly. Rewind
5870 `src' and `consumed_chars' correctly before calling emacs_mule_char.
5871 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
5872 and alt&rule composition.
5873 (decode_coding_iso_2022): Handle composition correctly.
5874 (init_coding_once): Setup emacs_mule_bytes for private charsets.
5875
5876 * charset.c (Fdefine_charset_internal): Fix bug for the case of
5877 re-defining a charset. If the charset has :emacs-mule-id, setup
5878 emacs_mule_bytes.
5879 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
5880
5881 2008-02-01 Kenichi Handa <handa@m17n.org>
5882
5883 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
5884 (encode_coding_big5, encode_coding_charset): If coding requires safe
5885 encoding, produce a character specified by
5886 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
5887
5888 2008-02-01 Dave Love <fx@gnu.org>
5889
5890 * xterm.c (XSetIMValues): Declare.
5891
5892 * process.c: Conditionally include sys/wait.h, pty.h.
5893
5894 * print.c (print_object): Fix print format for 64-bit systems.
5895
5896 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
5897
5898 * buffer.c (emacs_strerror): Declare.
5899
5900 * fontset.c (Fclear_face_cache): Declare.
5901 (accumulate_font_info): Comment-out (unused).
5902 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
5903 variables.
5904
5905 * character.h (string_escape_byte8): Declare.
5906
5907 * charset.c (load_charset_map, load_charset_map_from_file): Remove
5908 unused vars.
5909 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
5910 (Fmap_charset_chars): Doc fix.
5911
5912 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
5913 (Fset_coding_system_priority, Fset_coding_system_priority)
5914 (Fdefine_coding_system_internal): Doc fix.
5915
5916 2008-02-01 Dave Love <fx@gnu.org>
5917
5918 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
5919
5920 2008-02-01 Kenichi Handa <handa@m17n.org>
5921
5922 * character.c (string_escape_byte8): Make multibyte string with
5923 correct size.
5924
5925 * charset.c (Fmake_char): Delete unnecessary code.
5926
5927 2008-02-01 Kenichi Handa <handa@m17n.org>
5928
5929 * xfns.c (x_encode_text): Allocate coding.destination here, and
5930 call encode_coding_object with dst_object Qnil.
5931
5932 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
5933 multibyte form correctly.
5934
5935 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
5936 against Vfont_encoding_alist.
5937
5938 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
5939 handling of charset list.
5940 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
5941 (decode_coding_object): Move point to coding->dst_pos before
5942 calling post-read-conversion function.
5943 (encode_coding_object): Give correct arguments to
5944 pre-write-conversion. Ignore the return value of
5945 pre-write-conversion function. Pay attention to the case that
5946 pre-write-conversion changes the current buffer. If dst_object is
5947 Qt, even if coding->src_bytes is zero, allocate at least one byte
5948 to coding->destination.
5949
5950 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
5951
5952 * charset.c (Fmake_char): Make it more backward compatible.
5953 (Fmap_charset_chars): Fix docstring.
5954
5955 2008-02-01 Dave Love <fx@gnu.org>
5956
5957 * coding.c: Doc fixes.
5958 (Fdefine_coding_system_alias): Use names, not symbols, in
5959 coding-system-alist.
5960
5961 2008-02-01 Kenichi Handa <handa@m17n.org>
5962
5963 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
5964 of calling free_realized_face.
5965
5966 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
5967
5968 * charset.c (read_hex): Don't treat SPC as a comment starter.
5969 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
5970 (Fdecode_char): Fix typo.
5971
5972 2008-02-01 Kenichi Handa <handa@m17n.org>
5973
5974 * charset.h (struct charset): New member `code_space_mask'.
5975
5976 * coding.c (coding_set_source): Delete the local variable beg_byte.
5977 (encode_coding_charset, Fdefine_coding_system_internal):
5978 Delete the local variable charset.
5979 (Fdefine_coding_system_internal): Setup
5980 attrs[coding_attr_charset_valids] correctly.
5981
5982 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
5983 member to check if CODE is valid or not.
5984 (Fdefine_charset_internal): Initialize `code_space_mask' member.
5985 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
5986 is within the range of charset->min_code and carset->max_code.
5987
5988 2008-02-01 Dave Love <fx@gnu.org>
5989
5990 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
5991
5992 * dispextern.h (generate_ascii_font): Fix return type.
5993
5994 * xfaces.c (generate_ascii_font): Fix arg declaration.
5995
5996 * coding.c (coding_inherit_eol_type)
5997 (Fset_terminal_coding_system_internal)
5998 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
5999
6000 2008-02-01 Kenichi Handa <handa@m17n.org>
6001
6002 * coding.c (decode_coding_charset, encode_coding_charset): Handle
6003 multiple charsets correctly.
6004
6005 2008-02-01 Kenichi Handa <handa@m17n.org>
6006
6007 * search.c (boyer_moore): Fix handling of mulitbyte character
6008 translation.
6009
6010 * xdisp.c (display_mode_element): When the variable `elt' is
6011 changed, update `this' and `lisp_string'.
6012
6013 2008-02-01 Kenichi Handa <handa@m17n.org>
6014
6015 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
6016
6017 * callproc.c (Fcall_process): Be sure to give the current buffer
6018 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
6019
6020 * charset.c (struct charset_map_entries): New struct.
6021 (load_charset_map): Rename from parse_charset_map. New args
6022 entries and n_entries. Change caller.
6023 (load_charset_map_from_file): Rename from load_charset_map.
6024 Change caller. New arg control_flag. Call load_charset_map at
6025 the tail.
6026 (load_charset_map_from_vector): New function.
6027 (Fdefine_charset_internal): Setup charset.compact_codes_p.
6028 (encode_char): If the charset is compact, change a character index
6029 to a code point.
6030
6031 * coding.c (coding_alloc_by_making_gap): Check the case that the
6032 source and destination are the same correctly.
6033 (decode_coding_raw_text): Set coding->consumed_char and
6034 coding->consumed to 0.
6035 (produce_chars): If coding->chars_at_source is nonzero, update
6036 coding->consumed_char and coding->consumed before calling
6037 alloc_destination.
6038 (Fdefine_coding_system_alias): Register ALIAS in
6039 Vcoding_system_alist.
6040 (syms_of_coding): Define `no-convesion' coding system at the tail.
6041
6042 * fileio.c (Finsert_file_contents): Set coding_system instead of
6043 val. If the current buffer is multibyte, always call
6044 decode_coding_gap.
6045
6046 * xfaces.c (try_font_list): Give higher priority to fontset's
6047 family than face's family.
6048
6049 2008-02-01 Kenichi Handa <handa@m17n.org>
6050
6051 * callproc.c (Fcall_process): Be sure to give the current buffer
6052 to decode_coding_c_string.
6053
6054 * xfaces.c (try_font_list): Give a family specified in a fontset
6055 higher priority than a family specified in a face.
6056
6057 2008-02-01 Kenichi Handa <handa@m17n.org>
6058
6059 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
6060 Fix arguments to insert_from_buffer.
6061
6062 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
6063
6064 2008-02-01 Kenichi Handa <handa@m17n.org>
6065
6066 * coding.c (produce_chars): Set the variable `multibytep' correctly.
6067 (decode_coding_gap): Set coding->dst_multibyte correctly.
6068
6069 2008-02-01 Kenichi Handa <handa@m17n.org>
6070
6071 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
6072 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
6073 (encode_coding_utf_16): Substitute coding->default_char for
6074 non-Unicode characters.
6075 (decode_coding): Don't call record_insert here.
6076 (setup_coding_system): Initialize `surrogate' of
6077 coding->spec.utf_16 to 0.
6078 (EMIT_ONE_BYTE): Fix for multibyte case.
6079
6080 * insdel.c (insert_from_gap): Call record_insert.
6081
6082 2008-02-01 Kenichi Handa <handa@m17n.org>
6083
6084 * casefiddle.c (casify_region): Fix multibyte case.
6085
6086 * character.c (c_string_width): Add return type `int'.
6087 (char_string_with_unification): Delete arg ADVANCED.
6088
6089 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
6090 (CHAR_STRING): Adjust for the change of char_string_with_unification.
6091 (CHAR_STRING_ADVANCE): Make it do-while statement.
6092
6093 * chartab.c (sub_char_table_set_range): Optimize for the case
6094 DEPTH == 3. Add workaround code for a GCC optimization bug.
6095
6096 * charset.c (parse_charset_map): Remove an unused variable.
6097
6098 * coding.c: Delete unused variables.
6099
6100 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
6101 earlier. If inserted is zero and the coding system doesn't
6102 require flushing, don't call decode_coding_gap.
6103
6104 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
6105
6106 2008-02-01 Kenichi Handa <handa@m17n.org>
6107
6108 The following changes are for using Unicode as an internal
6109 character model, and use UTF-8 format for buffer/string
6110 representation.
6111
6112 * .gdbinit (xchartable): Adjust for the change of char table structure.
6113 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
6114
6115 * Makefile.in (obj): Add character.o and chartab.o.
6116 (lisp, shortlisp): Remove utf-8.elc:
6117 (*.o): For many files, change dependency on charset.h to
6118 character.h, and add dependency on character.h.
6119 (character.o, chartab.o): New targets.
6120
6121 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
6122 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
6123 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
6124 of "charset.h".
6125
6126 * dired.c, filelock.c: Include "character.h".
6127
6128 * alloc.c: Include "character.h" instead of "charset.h".
6129 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
6130 (syms_of_alloc): Remove defsubr for Smake_char_table.
6131
6132 * buffer.c: Include "character.h" instead of "charset.h", don't
6133 include "coding.h".
6134 (Fset_buffer_multibyte): Adjust for UTF-8.
6135
6136 * buffer.h: EXFUN Fbuffer_live_p.
6137
6138 * callproc.c: Include "character.h" instead of "charset.h".
6139 (Fcall_process): Big change for the new code-conversion APIs.
6140
6141 * casetab.c: Include "character.h" instead of "charset.h".
6142 (set_canon, set_identity, shuffle): Adjust for the new
6143 map_char_table spec.
6144 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
6145 accessing the char table structure.
6146
6147 * chartab.c: New file that implements char table.
6148
6149 * category.c: Include "character.h".
6150 (copy_category_entry): New function.
6151 (copy_category_table): Call map_char_table and copy_category_entry.
6152 (Fmake_category_table): Initialize all top-vel slots.
6153 (char_category_set): New function.
6154 (modify_lower_category_set): Delete.
6155 (Fmodify_category_entry): Call char_table_ref_and_range.
6156
6157 * category.h (CATEGORY_SET): Just call char_category_set.
6158
6159 * ccl.c: Include "character.h".
6160 (Qccl, Qcclp): New variables.
6161 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
6162 it's less than 256.
6163 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
6164 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
6165 and DST type.
6166 (ccl_driver): Change types of argument, adjust code accordingly.
6167 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
6168 ccl_driver.
6169 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
6170
6171 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
6172 New members src_multibyte, dst_multibyte, consumed, and produced.
6173 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
6174 (CODING_SPEC_CCL_PROGRAM): New macro.
6175 (ccl_driver): Update prototype.
6176 (Qccl, Qcclp, Fccl_program_p): Extern them.
6177 (CHECK_CCL_PROGRAM): New macro.
6178
6179 * character.c, character.h, chartab.c: New files.
6180
6181 * charset.c: Mostly re-written. Move character and multibyte sequence
6182 handling codes to character.c.
6183
6184 * charset.h: Mostly re-written. Move character and multibyte sequence
6185 handling codes to character.h.
6186
6187 * coding.c, coding.h: Mostly re-written.
6188
6189 * composite.c: Include "character.h" instead of "charset.h".
6190 (CHAR_WIDTH): Move to character.h.
6191 (HASH_KEY, HASH_VALUE): Delete.
6192
6193 * composite.h (enum composition_method): Change order of enumeration
6194 symbols.
6195
6196 * data.c: Include "character.h" instead of "charset.h".
6197 (Faref): Call CHAR_TABLE_REF for a char table.
6198 (Faset): Call CHAR_TABLE_SET for a char table.
6199
6200 * dispextern.h (free_realized_face, check_face_attribytes)
6201 (generate_ascii_font): Extern them.
6202 (free_realized_multibyte_face): Delete extern.
6203
6204 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
6205 table structure.
6206
6207 * editfns.c: Include "character.h" instead of "charset.h".
6208 (Fchar_to_string): Always call CHAR_STRING.
6209
6210 * emacs.c (main): Call init_charset_once, init_charset,
6211 syms_of_chartab, and syms_of_character.
6212
6213 * fileio.c: Include "character.h" instead of "charset.h".
6214 (Finsert_file_contents): Big change for the new code-conversion API.
6215 (choose_write_coding_system, Fwrite_region): Likewise.
6216 (build_annotations_2): Delete.
6217 (e_write): Big change for the new code-conversion API.
6218
6219 * fns.c: Include "character.h" instead of "charset.h".
6220 (copy_sub_char_table): Move to chartab.c.
6221 (Fcopy_sequence): Call copy_char_table for a char table.
6222 (concat): Delete codes calling count_multibyte.
6223 (string_char_to_byte, string_byte_to_char): Adjust for the new
6224 multibyte form.
6225 (internal_equal): Adjust for the change of char table structure.
6226 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
6227 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
6228 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
6229 (char_table_translate, optimize_sub_char_table)
6230 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
6231 chartab.c.
6232 (char_table_ref_and_index): Delete.
6233 (HASH_KEY, HASH_VALUE): Move to lisp.h.
6234 (Fmd5): Call preferred_coding_system instead of accessing
6235 Vcoding_category_list. Adjust for the new code-conversion API.
6236 (syms_of_fns): Move defsubr for char table related functions to
6237 chartab.c.
6238
6239 * fontset.c: Mostly re-written.
6240
6241 * fontset.h (struct font_info): Change type of the member encoding_type.
6242 (enum FONT_SPEC_INDEX): New enum.
6243 (fontset_font_pattern, fs_load_font): Update prototype.
6244 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
6245
6246 * indent.c: Include "character.h" instead of "charset.h".
6247 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
6248
6249 * insdel.c: Include "character.h" instead of "charset.h".
6250 (copy_text): Don't refer to Vnonascii_translation_table.
6251 (insert_from_gap): New function.
6252
6253 * keyboard.c: Include "character.h" instead of "charset.h".
6254 (command_loop_1): Never call direct_output_forward_char before
6255 a non-ASCII character.
6256 (read_char): If Vkeyboard_translate_table is a char table, always
6257 translate a character.
6258
6259 * keymap.c: Include "character.h".
6260 (store_in_keymap): Handle the case that IDX is a cons.
6261 (Fdefine_key): Handle the case that KEY is a cons and the car part
6262 is also a cons (range).
6263 (push_key_description): Adjust for the new character code.
6264 (describe_vector): Call describe_char_table for a char table.
6265 (describe_char_table): New function.
6266
6267 * keymap.h (describe_char_table): Extern it.
6268
6269 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
6270 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
6271 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
6272 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
6273 Delete.
6274 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
6275 structure.
6276 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
6277 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
6278 (CHARTAB_SIZE_BITS_3): New macros.
6279 (chartab_size): Extern it.
6280 (struct Lisp_Char_Table): Re-design.
6281 (struct Lisp_Sub_Char_Table): New structure.
6282 (HASH_KEY, HASH_VALUE): Move from fns.c.
6283 (CHARACTERBITS): Define as 22.
6284 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
6285 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
6286 (GC_SUB_CHAR_TABLE_P): New macro.
6287 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
6288 (code_convert_string_norecord): Deleted extern.
6289 (init_character_once, syms_of_character, init_charset)
6290 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
6291
6292 * lread.c: Include "character.h".
6293 (read_multibyte): New arg NBYTES.
6294 (read_escape): Change the meaning of returned *BYTEREP.
6295 (to_multibyte): Delete.
6296 (read1): Adjust the handling of char table and string.
6297
6298 * print.c: Include "character.h" instead of "charset.h".
6299 (print_string): Convert 8-bit raw bytes to octal form by
6300 string_escape_byte8.
6301 (print_object): Adjust for the new multibyte form. Print 8-bit
6302 raw bytes always in octal form. Handle sub char table correctly.
6303
6304 * process.c: Include "character.h" instead of "charset.h".
6305 (read_process_output, send_process): Adjust for the new
6306 code-conversion API.
6307
6308 * puresize.h (BASE_PURESIZE): Increase.
6309
6310 * regex.c: Include "character.h" instead of "charset.h".
6311 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
6312 (regex_compile): Accept a range whose starting and ending
6313 character have different leading bytes.
6314 (analyse_first): Adjust for the above change.
6315
6316 * search.c: Include "character.h" instead of "charset.h".
6317 (search_buffer, boyer_moore): Adjust for the new multibyte form.
6318 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
6319
6320 * syntax.c: Include "character.h" instead of "charset.h".
6321 (syntax_parent_lookup): Delete.
6322 (Fmodify_syntax_entry): Accept a cons as CHAR.
6323 (skip_chars): Adjust for the new multibyte form.
6324 (init_syntax_once): Call char_table_set_range instead of directly
6325 accessing the structure of a char table.
6326
6327 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
6328 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
6329 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
6330 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
6331
6332 * term.c: Include "buffer.h" and "character.h".
6333 (encode_terminal_code, write_glyphs): Adjust for the new
6334 code-conversion API.
6335 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
6336
6337 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
6338
6339 * xdisp.c: Include "character.h".
6340 (get_next_display_element): Adjust for the new multibyte form.
6341 (disp_char_vector): Adjust for the new char table structure.
6342 (decode_mode_spec_coding): Adjust for the new structure of
6343 coding system.
6344 (decode_mode_spec): Adjust for the new code-conversion API.
6345
6346 * xfaces.c: Include "character.h" instead of "charset.h".
6347 (load_face_font): Adjust for the change of choose_face_font and
6348 FS_LOAD_FONT.
6349 (generate_ascii_font): New function.
6350 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
6351 (set_font_frame_param): Adjust for the change of choose_face_font.
6352 (free_realized_face): Make it public.
6353 (free_realized_faces_for_fontset): Rename from
6354 free_realized_multibyte_face. Free also faces realized for ASCII.
6355 (choose_face_font): Change arguments. Adjust for the change of
6356 fontset_font_pattern and FS_LOAD_FONT.
6357
6358 * xfns.c: Include "character.h".
6359 (x_encode_text): Adjust for the new code-conversion API.
6360
6361 * xselect.c: Don't include "charset.h".
6362 (selection_data_to_lisp_data): Adjust for the new code conversion API.
6363
6364 * xterm.c: Include "character.h".
6365 (x_encode_char): New argument CHARSET. Change caller.
6366 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
6367 Call ENCODE_CHAR instead of SPLIT_CHAR.
6368 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
6369 CHAR_WIDTH instead of CHARSET_WIDTH.
6370 (XTread_socket): Adjust for the new code-conversion API.
6371 (x_new_font): Adjust for the change of FS_LOAD_FONT.
6372 (x_load_font): Adjust for the change of struct font.
6373
6374 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * xfaces.c (face_at_buffer_position): Remove unused vars.
6377
6378 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6379
6380 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
6381 Fix overflow checking.
6382
6383 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6384
6385 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
6386 Cancel previous change.
6387
6388 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
6389
6390 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
6391 ccl->eight_bit_control. Fix check for buffer overflow.
6392 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
6393 (ccl_driver): Initialize extra_bytes to 0.
6394
6395 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
6396
6397 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
6398 return it ORed with ctrl_modifier.
6399
6400 2008-01-29 Miles Bader <miles@gnu.org>
6401
6402 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
6403
6404 2008-01-28 Jason Rumney <jasonr@gnu.org>
6405
6406 * w32.c (stat): Don't double check for networked drive.
6407
6408 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * window.c (run_window_configuration_change_hook): New function.
6411 Code extracted from set_window_buffer. Set the selected frame.
6412 (set_window_buffer): Use it.
6413 * window.h (run_window_configuration_change_hook): Declare.
6414 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
6415
6416 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
6417
6418 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6419
6420 * Makefile.in: Remove references to unused macros.
6421
6422 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6423
6424 * w32.c (g_b_init_get_sid_sub_authority)
6425 (g_b_init_get_sid_sub_authority_count): New static variables.
6426 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
6427 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
6428 (init_user_info): Use them to retrieve uid and gid.
6429 Use 500/513, the Windows defaults, as Administrator's uid/gid.
6430 (fstat): Use pw_uid and pw_gid from the_passwd structure for
6431 st_uid and st_gid of the file.
6432
6433 2008-01-26 Jason Rumney <jasonr@gnu.org>
6434
6435 * w32.c (logon_network_drive): New function.
6436 (stat): Use it.
6437
6438 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
6439
6440 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
6441 invisible text covered with an ellipsis.
6442
6443 2008-01-25 Richard Stallman <rms@gnu.org>
6444
6445 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
6446 jump back to beginning. Move some other initializations after that.
6447 (Qwindow_text_change_functions, Vwindow_text_change_functions):
6448 New variables.
6449 (syms_of_xdisp): Init them.
6450
6451 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
6452
6453 * buffer.c (reset_buffer_local_variables):
6454 Implement `permanent-local-hook'.
6455 (Qpermanent_local_hook): New variable.
6456 (syms_of_buffer): Init and staticpro it.
6457
6458 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
6459
6460 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
6461
6462 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
6463
6464 * fns.c (Fclrhash): Return TABLE.
6465
6466 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6467
6468 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
6469 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
6470 is set even without positional changes.
6471 (x_scroll_bar_clear): Set bar->redraw_needed_p.
6472
6473 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
6474
6475 2008-01-23 Jason Rumney <jasonr@gnu.org>
6476
6477 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
6478
6479 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
6480 the unicode range available in MULE by locale-coding-system.
6481 Improve dbcs lead byte detection. Set event timestamp and modifiers
6482 earlier.
6483
6484 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6485
6486 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
6487 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6488 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
6489 when used on child processes.
6490
6491 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6492
6493 * dbusbind.c (Fdbus_method_return_internal): Rename from
6494 Fdbus_method_return.
6495 (Fdbus_unregister_object): Move to dbus.el.
6496 (Fdbus_call_method, Fdbus_method_return_internal)
6497 (Fdbus_send_signal): Improve debug messages.
6498
6499 2008-01-20 Martin Rudalics <rudalics@gmx.at>
6500
6501 * undo.c (undo_inhibit_record_point): New variable.
6502 (syms_of_undo): Initialize it.
6503 (record_point): Don't record point when undo_inhibit_record_point
6504 is set.
6505
6506 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
6509
6510 * xdisp.c (Qauto_hscroll_mode): New var.
6511 (syms_of_xdisp): Initialize it.
6512 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
6513 window's buffer.
6514 (hscroll_windows): Don't check automatic_hscrolling_p here.
6515
6516 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
6517 vscroll if we're setting window-buffer to the value it already has.
6518
6519 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
6520
6521 * m/intel386.h: Remove references to XENIX.
6522
6523 2008-01-17 Andreas Schwab <schwab@suse.de>
6524
6525 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
6526 instead of HAVE_X86_64_LIB64_DIR.
6527 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
6528
6529 2008-01-17 Glenn Morris <rgm@gnu.org>
6530
6531 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
6532 to HAVE_X86_64_LIB64_DIR.
6533
6534 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6535
6536 * s/irix3-3.h:
6537 * s/irix4-0.h:
6538 * s/386-ix.h:
6539 * s/domain.h:
6540 * s/hpux9-x11r4.h:
6541 * s/hpux9shxr4.h: Remove files for systems no longer supported.
6542
6543 * sysdep.c: Remove code containing references to symbols defined
6544 by unsupported systems.
6545
6546 2008-01-16 Glenn Morris <rgm@gnu.org>
6547
6548 * coding.c (select-safe-coding-system-function): Doc fix.
6549
6550 2008-01-15 Glenn Morris <rgm@gnu.org>
6551
6552 * config.in: Revert 2008-01-13 change: this is a generated file.
6553
6554 2008-01-13 Tom Tromey <tromey@redhat.com>
6555
6556 * lisp.h: Fix typo.
6557
6558 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6559
6560 * m/sequent-ptx.h:
6561 * m/sequent.h:
6562 * s/ptx.h:
6563 * s/ptx4-2.h:
6564 * s/ptx4.h: Remove files for systems no longer supported.
6565
6566 * callproc.c (Fcall_process): Fix previous change.
6567
6568 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6569
6570 * unexsunos4.c: Remove file, system not supported anymore.
6571
6572 * m/mips.h:
6573 * m/intel386.h:
6574 * callproc.c:
6575 * config.in:
6576 * ecrt0.c:
6577 * emacs.c:
6578 * fileio.c:
6579 * frame.c:
6580 * getpagesize.h:
6581 * keyboard.c:
6582 * lread.c:
6583 * process.c:
6584 * puresize.h:
6585 * sysdep.c:
6586 * systty.h:
6587 * syswait.h:
6588 * unexec.c:
6589 * xdisp.c:
6590 * alloc.c: Remove code containing references to symbols defined by
6591 unsupported systems.
6592
6593 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
6594
6595 * coding.c (detect_coding_mask): Fix previous change.
6596
6597 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
6598
6599 * coding.c (detect_coding_iso2022): New arg
6600 latin_extra_code_state. Allow Latin extra codes only
6601 when *latin_extra_code_state is nonzero.
6602 (detect_coding_mask): If there is a NULL byte, detect the encoding
6603 as UTF-16 or binary. If Latin extra codes exist, detect the
6604 encoding as ISO-2022 only when there's no other proper encoding is
6605 found.
6606
6607 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6608
6609 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
6610 #ifdef MAC_OS.
6611
6612 2008-01-08 Richard Stallman <rms@gnu.org>
6613
6614 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
6615
6616 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
6617
6618 * keyboard.c (parse_menu_item): Don't enclose key bindings on
6619 menu bar in parentheses.
6620
6621 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6622
6623 * m/7300.h:
6624 * m/acorn.h:
6625 * m/alliant-2800.h:
6626 * m/alliant.h:
6627 * m/alliant1.h:
6628 * m/alliant4.h:
6629 * m/altos.h:
6630 * m/amdahl.h:
6631 * m/apollo.h:
6632 * m/att3b.h:
6633 * m/aviion-intel.h:
6634 * m/aviion.h:
6635 * m/celerity.h:
6636 * m/clipper.h:
6637 * m/cnvrgnt.h:
6638 * m/convex.h:
6639 * m/cydra5.h:
6640 * m/delta88k.h:
6641 * m/dpx2.h:
6642 * m/dual.h:
6643 * m/elxsi.h:
6644 * m/f301.h:
6645 * m/gould-np1.h:
6646 * m/gould.h:
6647 * m/i860.h:
6648 * m/ibmps2-aix.h:
6649 * m/ibmrt-aix.h:
6650 * m/ibmrt.h:
6651 * m/irist.h:
6652 * m/is386.h:
6653 * m/isi-ov.h:
6654 * m/mega68.h:
6655 * m/mg1.h:
6656 * m/news-r6.h:
6657 * m/news-risc.h:
6658 * m/news.h:
6659 * m/nh3000.h:
6660 * m/nh4000.h:
6661 * m/ns16000.h:
6662 * m/ns32000.h:
6663 * m/nu.h:
6664 * m/orion.h:
6665 * m/orion105.h:
6666 * m/paragon.h:
6667 * m/pfa50.h:
6668 * m/plexus.h:
6669 * m/pyramid.h:
6670 * m/pyrmips.h:
6671 * m/sh3el.h:
6672 * m/sps7.h:
6673 * m/sr2k.h:
6674 * m/stride.h:
6675 * m/sun1.h:
6676 * m/sun2.h:
6677 * m/sun3-68881.h:
6678 * m/sun3-fpa.h:
6679 * m/sun3-soft.h:
6680 * m/sun3.h:
6681 * m/sun386.h:
6682 * m/symmetry.h:
6683 * m/tad68k.h:
6684 * m/tahoe.h:
6685 * m/targon31.h:
6686 * m/tek4300.h:
6687 * m/tekxd88.h:
6688 * m/tower32.h:
6689 * m/tower32v3.h:
6690 * m/ustation.h:
6691 * m/wicat.h:
6692 * m/xps100.h:
6693 * s/cxux.h:
6694 * s/cxux7.h:
6695 * s/dgux.h:
6696 * s/dgux4.h:
6697 * s/dgux5-4-3.h:
6698 * s/dgux5-4r2.h:
6699 * s/esix.h:
6700 * s/esix5r4.h:
6701 * s/hiuxmpp.h:
6702 * s/hiuxwe2.h:
6703 * s/iris3-5.h:
6704 * s/iris3-6.h:
6705 * s/isc2-2.h:
6706 * s/isc3-0.h:
6707 * s/isc4-0.h:
6708 * s/isc4-1.h:
6709 * s/newsos5.h:
6710 * s/newsos6.h:
6711 * s/osf1.h:
6712 * s/osf5-0.h:
6713 * s/riscix1-1.h:
6714 * s/riscix12.h:
6715 * s/sco4.h:
6716 * s/sco5.h:
6717 * s/sunos4-0.h:
6718 * s/sunos4-1.h:
6719 * s/sunos413.h:
6720 * s/sunos4shr.h:
6721 * s/umax.h:
6722 * s/unipl5-2.h:
6723 * s/xenix.h:
6724 * cxux-crt0.s:
6725 * unexapollo.c:
6726 * unexconvex.c:
6727 * unexenix.c:
6728 * unexsni.c: Remove files for systems no longer supported.
6729
6730 * m/intel386.h: Remove references to unsupported systems.
6731
6732 * w32.c (get_emacs_configuration): Remove reference to i860.
6733
6734 * sysdep.c: Remove dead code.
6735
6736 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6737
6738 * s/rtu.h:
6739 * m/masscomp.h: Remove files. Platform is obsolete.
6740
6741 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6742
6743 * dbusbind.c (Fdbus_method_return): New function.
6744 (xd_read_message): Add the serial number to the event.
6745 (Fdbus_register_method): Activate the function.
6746
6747 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6748
6749 * keyboard.c (read_key_sequence): Fix typo.
6750
6751 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6752
6753 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
6754 (xd_signature, xd_append_arg): Handle element type detection for
6755 empty arrays.
6756 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
6757 SDATA () calls; this must be solved more general.
6758 (Fdbus_register_signal): Use SBYTES instead of strlen.
6759
6760 2008-01-03 Magnus Henoch <magnus@zemdatav>
6761
6762 * dbusbind.c (xd_append_arg): Use unsigned char instead of
6763 unsigned int for byte values (necessary for big-endian platform).
6764 (Fdbus_call_method): Handle the case of no returned arguments.
6765
6766 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
6767
6768 * dbusbind.c (xd_read_message): Use non-static input_event struct.
6769
6770 2007-12-31 Magnus Henoch <mange@freemail.hu>
6771
6772 * dbusbind.c (xd_signature): Signature of variant is just "v".
6773
6774 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6775
6776 * dbusbind.c: Fix several errors and compiler warnings.
6777 Reported by Tom Tromey <tromey@redhat.com>
6778 (XD_ERROR, XD_DEBUG_MESSAGE)
6779 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
6780 (xd_append_arg): Part for basic D-Bus types rewitten.
6781 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
6782 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
6783 appropriate.
6784 (xd_read_message): Return Qnil. Don't signal an error; it is not
6785 useful during event reading.
6786 (Fdbus_register_signal): Signal an error if the check for
6787 FUNCTIONP fails.
6788 (Fdbus_register_method): New function. The implementation is not
6789 complete, the call of the function signals an error therefore.
6790 (Fdbus_unregister_object): New function, renamed from
6791 Fdbus_unregister_signal. The initial check signals an error, if
6792 the object is not well formed.
6793
6794 2007-12-30 Richard Stallman <rms@gnu.org>
6795
6796 * textprop.c (get_char_property_and_overlay):
6797 Signal error if POSITION is out of range in a buffer.
6798
6799 2007-12-29 Martin Rudalics <rudalics@gmx.at>
6800
6801 * w32fns.c (Fx_create_frame): Make copy of frame parameters
6802 because the original parameters are in pure storage now.
6803
6804 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6805
6806 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
6807
6808 2007-12-22 Eli Zaretskii <eliz@gnu.org>
6809
6810 * callint.c (syms_of_callint) <command-history>: Add reference to
6811 history-length in the doc string.
6812
6813 2007-12-17 Jason Rumney <jasonr@gnu.org>
6814
6815 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
6816 before passing as wParam.
6817
6818 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
6819
6820 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
6821 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
6822 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
6823 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
6824 as number.
6825 (Fdbus_call_method): Fix docstring.
6826
6827 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
6828
6829 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
6830 New macros.
6831 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
6832 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
6833 Simplify.
6834 (xd_signature): New function.
6835 (xd_append_arg): Compute also signatures. Major rewrite.
6836 (xd_retrieve_arg): Make debug messages friendly.
6837 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
6838 Check for signatures of arguments.
6839
6840 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
6841
6842 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
6843 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
6844 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
6845 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
6846 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
6847 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
6848 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
6849 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
6850 (xd_retrieve_value): Remove. Functionality included in ...
6851 (xd_append_arg): New function.
6852 (Fdbus_call_method, Fdbus_send_signal): Apply it.
6853
6854 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
6855
6856 * dbusbind.c (top): Include <stdio.h>.
6857 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
6858 dbus_message_new_method_call and dbus_message_new_signal.
6859 (Fdbus_register_signal): Rename unique_name to uname.
6860 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
6861 non-existing unique name. Fix typos in matching rule. Return an
6862 object which is useful in Fdbus_unregister_signal.
6863 (Fdbus_unregister_signal): Reimplementation, in order to remove
6864 only the corresponding entry.
6865 (Vdbus_registered_functions_table): Change the order of entries.
6866 Apply these changes in xd_read_message and Fdbus_register_signal.
6867
6868 2007-12-16 Andreas Schwab <schwab@suse.de>
6869
6870 * fileio.c (Finsert_file_contents): Fix overflow check to not
6871 depend on undefined integer overflow.
6872
6873 2007-12-14 Jason Rumney <jasonr@gnu.org>
6874
6875 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
6876 for characters above 127.
6877
6878 2007-12-13 Jason Rumney <jasonr@gnu.org>
6879
6880 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
6881 before dereferencing array.
6882 (lookup_vk_code): Remove zero comparison.
6883
6884 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
6885
6886 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
6887 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
6888 Use `unsigned int' instead of `uint'.
6889 (xd_read_message, Fdbus_register_signal): Split expressions into
6890 multiple lines before operators "&&" and "||", according to the
6891 GNU Coding Standards.
6892
6893 2007-12-14 Eli Zaretskii <eliz@gnu.org>
6894
6895 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
6896
6897 2007-12-12 Juri Linkov <juri@jurta.org>
6898
6899 * buffer.c (Frename_buffer): In interactive spec replace
6900 `read-buffer' with `read-string' that uses `buffer-name-history'
6901 as history, and the current buffer's name as default.
6902
6903 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
6906 manipulating the backtrace manually.
6907 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
6908 (struct backtrace, backtrace_list): Remove.
6909 (command_loop_1): Remove dead var `no_direct'.
6910
6911 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
6912 preserve non-built-in buffer-local variables.
6913 (Fkill_all_local_variables): Don't re-create&re-set permanent
6914 buffer-local variables.
6915
6916 2007-12-09 Juri Linkov <juri@jurta.org>
6917
6918 * buffer.c (Frename_buffer): Change interactive spec from "s" to
6919 Lisp code that uses `read-buffer' with current buffer as default.
6920
6921 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
6922
6923 * dbusbind.c (xd_read_message): Generate an event for every
6924 registered handler. There might be several handlers registered
6925 for the same signal.
6926 (Fdbus_register_signal): Don't overwrite a registration for the
6927 same signal. Add a new registration if handlers are different.
6928 (Vdbus_registered_functions_table): Rework doc string.
6929
6930 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
6931
6932 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
6933 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
6934 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
6935 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
6936 Unify argument lists.
6937 (xd_read_message, Fdbus_register_signal): Reorder and extend event
6938 arguments and hash table keys. Use unique name for service.
6939 (Fdbus_unregister_signal): Remove checks.
6940 (Vdbus_registered_functions_table): Fix doc string.
6941
6942 2007-12-05 Magnus Henoch <mange@freemail.hu>
6943
6944 * process.c (make_process): Initialize pty_flag to 0.
6945
6946 2007-12-05 Jason Rumney <jasonr@gnu.org>
6947
6948 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
6949 specified XBMs.
6950
6951 2007-12-05 Richard Stallman <rms@gnu.org>
6952
6953 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
6954
6955 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6956
6957 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
6958 New variable.
6959 (mac_try_close_socket) [MAC_OSX]: New function.
6960 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
6961 Update cfsockets_for_select. Replace invalid CFRunLoop source.
6962
6963 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
6964 Use mac_try_close_socket.
6965
6966 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6967
6968 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
6969 reloc_base.
6970 (copy_dysymtab): Compute relocation base here.
6971 (rebase_reloc_address) [__ppc64__]: New function.
6972 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
6973 changed.
6974
6975 2007-12-05 Jason Rumney <jasonr@gnu.org>
6976
6977 * w32proc.c (sys_spawnve): Quote args with wildcards.
6978
6979 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6980
6981 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
6982 __objc_* sections.
6983 (unrelocate) [_LP64]: Set relocation base to address of data segment.
6984
6985 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
6986
6987 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
6988 Move check for Vdbus_registered_functions_table to
6989 xd_read_queued_messages.
6990 (xd_read_queued_messages): Protect xd_read_message calls by
6991 internal_condition_case_1.
6992
6993 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6994
6995 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
6996 Qdbus_system_bus and Qdbus_session_bus, respectively.
6997 (Vdbus_intern_symbols): Remove.
6998 (Vdbus_registered_functions_table): New hash table.
6999 (XD_SYMBOL_INTERN_SYMBOL): Remove.
7000 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
7001 Rewrite in order to manage registered functions by hash table
7002 Vdbus_registered_functions_table.
7003
7004 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7005
7006 * xterm.c: Update URL to Window Manager Specification in comment.
7007
7008 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7009
7010 * config.in (HAVE_DBUS): Add.
7011
7012 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
7013 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
7014 (obj): Add $(DBUS_OBJ).
7015 (LIBES): Add $(DBUS_LIBS).
7016 (dbusbind.o): New target.
7017
7018 * dbusbind.c: New file.
7019
7020 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
7021
7022 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
7023 (Qdbus_event): New Lisp symbol.
7024 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
7025 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
7026 (keys_of_keyboard ): Define dbus-event.
7027
7028 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
7029
7030 2007-12-01 Richard Stallman <rms@gnu.org>
7031
7032 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
7033
7034 2007-11-30 Jason Rumney <jasonr@gnu.org>
7035
7036 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
7037 (w32con_reset_terminal_modes): Clear screen buffer.
7038 (w32_face_attributes): Don't use color indexes that are out of range.
7039 Only reverse the default colors.
7040
7041 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
7042 WINDOWSNT.
7043
7044 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
7045
7046 2007-11-29 Jason Rumney <jasonr@gnu.org>
7047
7048 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
7049 (w32_face_attributes): Use Vtty_defined_color_alist to determine
7050 if the terminal colors are initialized.
7051 (unspecified_fg, unspecified_bg): Remove unused declarations.
7052
7053 2007-11-29 Andreas Schwab <schwab@suse.de>
7054
7055 * keyboard.c (apply_modifiers): Fix typo.
7056
7057 2007-11-29 Richard Stallman <rms@gnu.org>
7058
7059 * keymap.c (Fcurrent_local_map): Doc fix.
7060
7061 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
7062
7063 * s/gnu-kfreebsd.h: New file.
7064
7065 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
7068 Don't cast redundantly.
7069
7070 * keyboard.c (KEY_TO_CHAR): New macro.
7071 (parse_modifiers, apply_modifiers): Accept integer arguments.
7072 (read_key_sequence): Use them to unify the "shift->unshift" mapping
7073 for chars and symbol keys.
7074 After doing such remapping, apply function-key-map again.
7075
7076 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
7077
7078 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
7079 compiled anymore.
7080
7081 2007-11-26 Andreas Schwab <schwab@suse.de>
7082
7083 * process.c (list_processes_1): Fix indentation level of the
7084 command column.
7085
7086 2007-11-23 Andreas Schwab <schwab@suse.de>
7087
7088 * editfns.c (Fformat): Handle %c specially since it requires the
7089 argument to be of type int.
7090
7091 2007-11-23 Markus Triska <markus.triska@gmx.at>
7092
7093 * emacs.c (main): Call init_editfns before init_process, since
7094 init_process sets Vprocess_connection_type depending on OS release
7095
7096 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
7099 (find_symbol_value): Use do_symval_forwarding.
7100
7101 * data.c (set_internal): Set the value in the `cons-cell' (for
7102 Buffer_Local_values) not only for frame-local variables.
7103
7104 2007-11-22 Andreas Schwab <schwab@suse.de>
7105
7106 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
7107 values to sprintf.
7108 * keymap.c (Fsingle_key_description): Likewise.
7109 * print.c (print_object): Likewise.
7110
7111 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
7112
7113 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
7114 file for image is nil.
7115
7116 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
7117
7118 * term.c: Include stdarg.h.
7119 (fatal): Implement using varargs.
7120 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7121
7122 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
7125 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
7126 Update call to buffer_slot_type_mismatch.
7127 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
7128 (buffer_slot_type_mismatch): Update.
7129 * buffer.c (buffer_local_types): Remove.
7130 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
7131 (defvar_per_buffer): Set the type in the buffer_objfwd.
7132
7133 2007-11-21 Jason Rumney <jasonr@gnu.org>
7134
7135 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
7136 CreateFileMapping returns NULL on failure.
7137
7138 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * search.c (Fset_match_data): Remove the `evaporate' feature.
7141 (unwind_set_match_data): Don't use the `evaporate' feature.
7142
7143 2007-11-21 Jason Rumney <jasonr@gnu.org>
7144
7145 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
7146
7147 * w32console.c (w32con_write_glyphs): Remove unused variables.
7148
7149 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7150
7151 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
7152
7153 * s/darwin.h (MULTI_KBOARD): Remove.
7154
7155 * macfns.c (x_create_tip_frame, Fx_create_frame)
7156 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
7157
7158 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * buffer.c (Fbuffer_local_value): Remove redundant test.
7161 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
7162 than in `current-buffer' to match the comment.
7163 Do the swap using swap_in_global_binding.
7164
7165 * data.c (store_symval_forwarding, set_internal):
7166 * eval.c (specbind): Remove dead code.
7167
7168 * coding.c (detect_coding, Fupdate_coding_systems_internal):
7169 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
7170 Since we do not want to see internal Lisp_*fwd objects here.
7171
7172 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
7173
7174 * sysdep.c (init_system_name): Use getaddrinfo if available.
7175
7176 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
7177 (x_scroll_bar_note_movement): start, end, with, height in struct
7178 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
7179
7180 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
7181
7182 * puresize.h (BASE_PURESIZE): Increase to 1190000.
7183
7184 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
7187 This undoes Richard's change of 14-Oct-2002.
7188
7189 * alloc.c (allocate_other_vector):
7190 * lisp.h (allocate_other_vector): Remove.
7191
7192 * window.c (struct save_window_data): Move non-lisp data to the end
7193 and make it `int' rather than Lisp_Object.
7194 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
7195 Done wrap/unwrap integer values.
7196 (Fset_window_configuration, compare_window_configurations):
7197 Update use of fields to their new types.
7198
7199 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
7200 Turn integer fields into `int'. Merge x_window_low and x_window_high.
7201 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
7202 (SET_SCROLL_BAR_X_WINDOW): Remove.
7203 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
7204 Access the new x_window field directly.
7205 * xterm.c (x_scroll_bar_create): Use a pseudovector.
7206 Don't wrap/unwrap integers into Lisp_Objects.
7207 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
7208 (x_scroll_bar_report_motion):
7209 Don't wrap/unwrap integers into Lisp_Objects.
7210 (x_term_init): Use SDATA.
7211 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
7212 (x_scroll_bar_set_handle, x_scroll_bar_remove)
7213 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
7214 (x_scroll_bar_report_motion, x_scroll_bar_clear):
7215 * xfns.c (x_set_background_color):
7216 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
7217 Access the new x_window field directly.
7218
7219 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
7220 (allocate_pseudovector): Make non-static.
7221
7222 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
7223 (allocate_pseudovector): Declare.
7224 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
7225
7226 2007-11-15 Andreas Schwab <schwab@suse.de>
7227
7228 * editfns.c (Fformat): Correctly format EMACS_INT values.
7229 Also take precision into account when formatting an integer.
7230
7231 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
7232
7233 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
7236 (syms_of_keyboard): Defsubr it.
7237
7238 * data.c (swap_in_global_binding): Fix longstanding bug where
7239 store_symval_forwarding was not called with the right second argument,
7240 thus causing objfwd-ing from being dropped.
7241
7242 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
7243
7244 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
7245 (Fx_display_pixel_height, Fx_display_planes)
7246 (Fx_display_color_cells, Fx_server_max_request_size)
7247 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
7248 (Fx_display_visual_class, Fx_display_save_under):
7249 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
7250 (Fx_display_pixel_height, Fx_display_planes)
7251 (Fx_display_color_cells, Fx_server_max_request_size)
7252 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7253 (Fx_display_mm_height, Fx_display_mm_width)
7254 (Fx_display_backing_store, Fx_display_visual_class)
7255 (Fw32_select_font, Fx_display_save_under):
7256 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
7257 (Fx_display_pixel_height, Fx_display_planes)
7258 (Fx_display_color_cells, Fx_server_max_request_size)
7259 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
7260 (Fx_display_save_under): Fix typos in docstrings.
7261
7262 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
7263
7264 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
7265 corresponding to deleted entries; they are an implementation detail.
7266 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
7267 Remove variables.
7268 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
7269 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
7270 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
7271 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
7272 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
7273 (Fw32_define_rgb_color, Fw32_load_color_file)
7274 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
7275 Fix typos in docstrings.
7276 (Fx_server_version): Reflow docstring.
7277 (Fw32_shell_execute): Doc fixes.
7278
7279 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
7280
7281 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
7282 if w32_parse_hot_key returned nil.
7283
7284 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
7287
7288 2007-11-09 Jason Rumney <jasonr@gnu.org>
7289
7290 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
7291
7292 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
7293
7294 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
7295 Remove W32_SCROLL_BAR_CLICK_EVENT.
7296
7297 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
7298 Add MULTIMEDIA_KEY_EVENT.
7299
7300 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
7301 (lispy_multimedia_keys) [WINDOWSNT]: New array.
7302 (make_lispy_event) [WINDOWSNT]: Use it to translate
7303 MULTIMEDIA_KEY_EVENT.
7304
7305 * w32term.h (WM_APPCOMMAND): Define if not already.
7306 (GET_APPCOMMAND_LPARAM): Likewise.
7307
7308 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
7309 WM_APPCOMMAND.
7310
7311 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
7312 (syms_of_w32fns): Export and initialize it.
7313 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
7314
7315 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
7316
7317 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
7318 twice.
7319
7320 * xdisp.c (handle_face_prop): Fix last change.
7321
7322 2007-11-09 Richard Stallman <rms@gnu.org>
7323
7324 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
7325 not just for after-strings and before-strings.
7326 Call face_for_overlay_string and pass the overlay to it.
7327 (handle_display_prop): Determine whether property came from an overlay.
7328 Pass OVERLAY arg to handle_single_display_spec.
7329 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
7330 (load_overlay_strings): Fill in it->string_overlays.
7331 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
7332
7333 * xfaces.c (face_for_overlay_string): Function renamed from
7334 face_at_buffer_position_no_overlays, and add arg OVERLAY.
7335
7336 * dispextern.h (struct it): New elt string_overlays.
7337 New elt from_overlay, also in stack.
7338 Rearrange a few elements.
7339 (face_for_overlay_string): Decl renamed from
7340 face_at_buffer_position_no_overlays, and add argument.
7341
7342 2007-11-09 Richard Stallman <rms@gnu.org>
7343
7344 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
7345 to get the base face for an overlay string.
7346
7347 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
7348
7349 * xfaces.c (face_at_buffer_position_no_overlays): New function.
7350
7351 * xdisp.c (handle_stop): Move some code out of loop.
7352
7353 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7354
7355 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
7356 Fix conversion from Lisp object to ATSUFontID.
7357
7358 2007-11-09 Jason Rumney <jasonr@gnu.org>
7359
7360 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
7361
7362 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7363
7364 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
7365 Don't assume regions are aligned to page boundary.
7366 (print_load_command_name): Add LC_UUID if defined.
7367
7368 2007-11-09 Richard Stallman <rms@gnu.org>
7369
7370 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
7371
7372 2007-11-07 Jason Rumney <jasonr@gnu.org>
7373
7374 * s/windows95.h: Remove.
7375
7376 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
7377
7378 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
7379 abort with a message on unhandled store_type values.
7380
7381 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
7382
7383 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
7384 Remove HAVE_X11R5 and HAVE_X11R4.
7385
7386 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
7387
7388 * Makefile.in: Remove references to sunfns.c and sunfns.o.
7389
7390 2007-11-01 Johan Bockgård <bojohan@gnu.org>
7391
7392 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
7393 Don't set s->stippled_p here, since it has already been set by
7394 x_set_glyph_string_gc from x_draw_glyph_string.
7395
7396 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
7397
7398 * sunfns.c: Remove file
7399
7400 * m/sun386.h:
7401 * m/sun2.h:
7402 * m/sparc.h: Remove Sun windows code.
7403
7404 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
7407 (init_keyboard): Set current_kboard's window-system to nil.
7408 (tty_read_avail_input): Typo.
7409 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
7410
7411 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7412
7413 * s/usg5-4.h:
7414 * s/usg5-3.h:
7415 * s/ptx.h:
7416 * m/is386.h:
7417 * m/ibmps2-aix.h:
7418 * Makefile.in: Remove all mentions of X10
7419
7420 * dispnew.c (syms_of_display): Don't mention version 10.
7421
7422 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
7425 ($(BLD)/abbrev.$(O)): Remove.
7426
7427 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 Rewrite abbrev.c in Elisp.
7430 * image.c (Qcount): Don't declare as extern.
7431 (syms_of_image): Initialize and staticpro `Qcount'.
7432 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
7433 * emacs.c (main): Don't call syms_of_abbrev.
7434 * Makefile.in (obj): Remove abbrev.o.
7435 (abbrev.o): Remove.
7436 * abbrev.c: Remove.
7437
7438 2007-10-26 Martin Rudalics <rudalics@gmx.at>
7439
7440 * window.c (window_min_size_2): Don't count header-line.
7441
7442 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7443
7444 * frame.h (struct frame): Move all bit fields after the first bit
7445 field to take advantage of the available space. Group all the
7446 chars together to reduce wasted space due to padding.
7447
7448 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
7449
7450 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
7451
7452 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
7453 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
7454 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
7455 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
7456 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
7457 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
7458 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
7459 (last_marked, mark_object_loop_halt): Make static.
7460
7461 * frame.c (syms_of_frame) <delete-frame-functions>:
7462 Fix typo in docstring.
7463
7464 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * w32.c (init_environment): Fix tiny memory leak.
7467 (w32_get_resource): Remove unused variable `ok'.
7468
7469 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 Make `window-system' into a keyboard-local variable (rather than
7472 frame-local as done originally by multi-tty).
7473
7474 * keyboard.h (struct kboard): Add Vwindow_system.
7475 * keyboard.c (init_kboard): Set a default for Vwindow_system.
7476 (mark_kboards): Mark Vwindow_system.
7477
7478 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
7479 (init_display): Don't set the obsolete `window-system' frame-param.
7480
7481 * xterm.c (x_term_init):
7482 * w32term.c (w32_create_terminal):
7483 * term.c (init_tty): Set Vwindow_system.
7484 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
7485 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
7486
7487 * xfns.c (Fx_create_frame, x_create_tip_frame):
7488 * w32fns.c (Fx_create_frame, x_create_tip_frame):
7489 * macfns.c (Fx_create_frame):
7490 Don't set the obsolete `window-system' frame-param.
7491
7492 * frame.h (Qwindow_system): Remove.
7493 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
7494 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
7495
7496 2007-10-24 Richard Stallman <rms@gnu.org>
7497
7498 * frame.c (x_figure_window_size): For fullscreen case,
7499 set USPosition | PPosition without clobbering rest of window_prompting.
7500
7501 * keyboard.c (Fcurrent_idle_time): Doc fix.
7502
7503 * print.c (Fwith_output_to_temp_buffer): Doc fix.
7504
7505 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * process.c (unwind_request_sigio): Only define if __ultrix__.
7508
7509 * callproc.c (child_setup): Remove spurious *.
7510
7511 * lisp.h (Fget_text_property): Declare.
7512 (have_menus_p): Declare it here rather than in sys-dep header files.
7513 * macterm.h (have_menus_p):
7514 * msdos.h (have_menus_p):
7515 * xterm.h (have_menus_p): Remove.
7516
7517 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
7518 (Fmake_variable_frame_local): Just check the variable's const-ness
7519 rather than checking nil or t.
7520
7521 2007-10-22 Jason Rumney <jasonr@gnu.org>
7522
7523 * w32fns.c: Include math.h.
7524 (w32_abort): Declaration moved to nt/config.nt.
7525
7526 * s/ms-w32.h (HAVE_STDLIB_H): Define.
7527 (abort): Redefinition moved to nt/config.nt.
7528
7529 * m/windowsnt.h: Remove.
7530
7531 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
7532
7533 * emacs.c (Fdump_emacs): Fix typo in message.
7534 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
7535 <installation-directory>: Reflow docstring.
7536
7537 2007-10-22 Juri Linkov <juri@jurta.org>
7538
7539 * minibuf.c: Allow minibuffer default to be a list of default values.
7540 With empty input use the first element of this list as returned default.
7541 (string_to_object)
7542 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
7543 (read_minibuf): If defalt is cons, set histstring to its car.
7544 (Fread_string): If default_value is cons, set val to its car.
7545 (Fread_buffer): If def is cons, use its car.
7546 (Fcompleting_read): If defalt is cons, set val to its car.
7547
7548 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7549
7550 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
7551
7552 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
7553
7554 * doc.c (Fdocumentation): Check for advice in all cases.
7555
7556 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
7559
7560 2007-10-19 Richard Stallman <rms@gnu.org>
7561
7562 * doc.c (Fdocumentation): Check for and handle an advised function.
7563
7564 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
7565
7566 * process.c (Fset_process_filter): Doc fix.
7567
7568 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
7571 which caused key-translation-map to applied repeatedly (thus breaking
7572 double-mode).
7573
7574 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * xselect.c (x_own_selection, x_handle_selection_clear)
7577 (x_clear_frame_selections):
7578 * w32menu.c (list_of_panes, list_of_items):
7579 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
7580 * textprop.c (validate_plist, interval_has_all_properties)
7581 (interval_has_some_properties, interval_has_some_properties_list)
7582 (add_properties, text_property_list):
7583 * process.c (Fget_buffer_process, list_processes_1, status_notify):
7584 * minibuf.c (Fassoc_string):
7585 * macselect.c (x_own_selection, x_clear_frame_selections)
7586 (Fx_disown_selection_internal):
7587 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
7588 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
7589
7590 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
7591
7592 * process.c: Link to libs for calling res_init() if available.
7593 (Fmake_network_process): Call res_init() before getaddrinfo or
7594 gethostbyname, if possible.
7595
7596 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * lread.c (read1): Set pvectype for char_tables.
7599
7600 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
7601 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
7602 Add type checks.
7603 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
7604
7605 * alloc.c (free_misc): Use XMISCTYPE.
7606 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
7607
7608 2007-10-17 Glenn Morris <rgm@gnu.org>
7609
7610 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
7611 (syms_of_minibuf): Add Qcompletion_ignore_case.
7612 * dired.c (Qcompletion_ignore_case): Change to external.
7613 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
7614 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
7615 (Fread_file_name): Use it rather than intern'ing.
7616
7617 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
7618 (Fread_coding_system): Ignore case of user input.
7619
7620 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7621
7622 * xdisp.c (handle_display_prop): Ignore display specs after
7623 replacing one when string text is being replaced.
7624 (handle_single_display_spec): Pretend as if characters with display
7625 property haven't been consumed only when buffer text is being replaced.
7626
7627 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * xfns.c (Fx_create_frame, Fx_display_list):
7630 * window.c (window_fixed_size_p, enlarge_window)
7631 (shrink_window_lowest_first):
7632 * macterm.c (init_font_name_table):
7633 * macfns.c (Fx_create_frame, Fx_display_list):
7634 * lread.c (close_load_descs):
7635 * keyboard.c (read_char_x_menu_prompt):
7636 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
7637 * coding.c (code_convert_region_unwind): Test the type of an object
7638 rather than just !NILP before extracting data from it.
7639
7640 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
7641
7642 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
7643 (XMISCANY): New macro.
7644 (XMISCTYPE): Use it.
7645 (struct Lisp_Misc_Any): New type.
7646 (union Lisp_Misc): Use it.
7647 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
7648 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
7649 (find_symbol_value, set_internal, default_value, Fset_default)
7650 (Fmake_variable_buffer_local, Fmake_local_variable)
7651 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
7652 (Flocal_variable_if_set_p, Fvariable_binding_locus):
7653 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
7654 * alloc.c (allocate_buffer): Set the size and tag.
7655 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
7656 Use XMISCANY.
7657 (die): Follow the GNU convention for error messages.
7658 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
7659 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
7660 tag any more.
7661 (set_buffer_internal_1):
7662 * frame.c (store_frame_param):
7663 * eval.c (specbind):
7664 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
7665
7666 * doc.c (Fsnarf_documentation): Simplify.
7667
7668 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
7671 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
7672
7673 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
7676
7677 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
7678
7679 * eval.c (do_autoload): Don't save autoloads.
7680
7681 * data.c (Ffset): Save autoload of the function being set.
7682
7683 2007-10-07 John Paul Wallington <jpw@pobox.com>
7684
7685 * xfns.c (x_create_tip_frame): Set the `display-type' frame
7686 parameter before setting up faces.
7687
7688 2007-10-13 Eli Zaretskii <eliz@gnu.org>
7689
7690 * ccl.c (Fregister_code_conversion_map):
7691 * keyboard.c (append_tool_bar_item): Reformat last change.
7692
7693 * lisp.h (eabs): Rename from `abs'. All callers changed.
7694
7695 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
7696
7697 * buffer.c (add_overlay_mod_hooklist):
7698 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
7699 * fontset.c (make_fontset):
7700 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
7701 (append_tool_bar_item):
7702 * macmenu.c (grow_menu_items):
7703 * w32menu.c (grow_menu_items):
7704 * xmenu.c (grow_menu_items): Use larger_vector.
7705
7706 2007-10-13 Eli Zaretskii <eliz@gnu.org>
7707
7708 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
7709 selected frame'' on MSDOS).
7710
7711 2007-10-12 Martin Rudalics <rudalics@gmx.at>
7712
7713 * frame.c (Qexplicit_name): New variable.
7714 (x_report_frame_params): Report it in parameter alist.
7715 (syms_of_frame): Intern and staticpro it.
7716
7717 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
7718
7719 * macfns.c (x_create_tip_frame): Set terminal for frame.
7720
7721 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * frame.c (Qenvironment): Remove.
7724 (syms_of_frame) <Qenvironment>: Don't initialize.
7725 (Fdelete_frame): Don't treat the `environment' param specially.
7726 * frame.h (Qenvironment): Don't declare.
7727 * callproc.c (set_initial_environment): Don't set unused frame param.
7728
7729 * frame.c (Fframe_with_environment): Remove.
7730 (syms_of_frame) <Sframe_with_environment>: Don't declare.
7731
7732 * lisp.h (Fframe_with_environment): Don't declare.
7733
7734 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
7735
7736 * indent.c (indent_tabs_mode, last_known_column)
7737 (last_known_column_modified): Make static.
7738 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
7739
7740 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
7741
7742 * puresize.h (BASE_PURESIZE): Increase to 1170000.
7743
7744 2007-10-09 Jason Rumney <jasonr@gnu.org>
7745
7746 * w32term.c (x_set_window_size): Disable code that attempts to tell
7747 Lisp code about a size change before it actually happens.
7748
7749 2007-10-09 Richard Stallman <rms@gnu.org>
7750
7751 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
7752 return HANDLED_RETURN.
7753
7754 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7755
7756 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
7757 when there's an unread command event.
7758
7759 * frame.c (focus_follows_mouse): Move here from frame.el to allow
7760 window autoselection act appropriately when leaving selected frame.
7761 (syms_of_frame): Initialize focus_follows_mouse.
7762 * frame.h (focus_follows_mouse): Extern it.
7763 * macterm.c (XTread_socket): When focus_follows_mouse is nil
7764 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
7765 * msdos.c (dos_rawgetc): Likewise.
7766 * w32term.c (w32_read_socket): Likewise.
7767 * xterm.c (handle_one_xevent): Likewise.
7768 * xdisp.c (syms_of_xdisp): In doc-string of
7769 mouse-autoselect-window mention focus-follows-mouse.
7770
7771 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7772
7773 * macterm.c (mac_load_query_font): Fix missing return value.
7774 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
7775 Add BLOCK_INPUT.
7776
7777 2007-10-08 Richard Stallman <rms@gnu.org>
7778
7779 * xdisp.c (get_window_cursor_type): Implement documented behavior
7780 for cursor-in-non-selected-windows = t.
7781
7782 2007-10-08 Jason Rumney <jasonr@gnu.org>
7783
7784 * w32.c (w32_get_resource): Always close registry keys.
7785
7786 2007-10-08 Jason Rumney <jasonr@gnu.org>
7787
7788 * makefile.w32-in (LIBS): Add COMCTL32.
7789
7790 * w32fns.c (globals_of_w32fns): Init common controls.
7791
7792 2007-10-08 Richard Stallman <rms@gnu.org>
7793
7794 * image.c (our_memory_buffer): Rename from omfib_buffer.
7795
7796 2007-10-08 Richard Stallman <rms@gnu.org>
7797
7798 * buffer.c (Foverlays_at): Doc fix.
7799
7800 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * fns.c (Fplist_put): Preserve uneven tail data.
7803
7804 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7805
7806 * termhooks.h (enum event_kind): Remove trailing comma.
7807
7808 * frame.h (enum): Remove trailing comma.
7809
7810 2007-10-08 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
7811
7812 * w32proc.c (delete_child): Don't terminate threads of zombies.
7813
7814 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7815
7816 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
7817
7818 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
7819 last-repeatable-command.
7820 (init_kboard): Initialize Vlast_repeatable_command.
7821 (command_loop_1): Set it to real_this_command unless that was
7822 bound to an input event.
7823 (mark_kboards): Mark it.
7824
7825 2007-10-08 Richard Stallman <rms@gnu.org>
7826
7827 * eval.c (condition-case): Doc fix.
7828
7829 2007-10-08 Masatake YAMATO <jet@gyve.org>
7830
7831 * xfaces.c (tty_supports_face_attributes_p): Fix code
7832 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
7833 was copied and not edited.
7834
7835 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7836
7837 Add new `input-decode-map' keymap and use it for terminal
7838 escape sequences.
7839 * keyboard.h (struct kboard): Add Vinput_decode_map.
7840 Remove Vlocal_key_translation_map.
7841 * keyboard.c (read_key_sequence): Add support for input-decode-map.
7842 (init_kboard): Init input-decode-map.
7843 Replace local-key-translation-map back with key-translation-map.
7844 (syms_of_keyboard): Declare input-decode-map.
7845 Remove local-key-translation-map. Update docstrings.
7846 (mark_kboards): Mark Vinput_decode_map.
7847 Don't mark Vlocal_key_translation_map.
7848 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
7849 Replace local-key-translation-map back with key-translation-map.
7850 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
7851 Bind in input-decode-map rather than function-key-map.
7852
7853 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
7854 This was made redundant by the previous introduction of XSETPVECTYPE.
7855
7856 2007-10-09 Richard Stallman <rms@gnu.org>
7857
7858 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
7859
7860 2007-09-29 Richard Stallman <rms@gnu.org>
7861
7862 * eval.c (internal_condition_case_2, internal_condition_case_1)
7863 (internal_condition_case): Reenable abort if x_catching_errors ()
7864 to see if that really happens and why.
7865
7866 2007-10-06 Andreas Schwab <schwab@suse.de>
7867
7868 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
7869
7870 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
7871
7872 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
7873
7874 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7875
7876 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
7877
7878 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * window.h (struct window):
7881 * window.c (struct save_window_data, struct saved_window):
7882 * termhooks.h (struct terminal):
7883 * process.h (struct Lisp_Process):
7884 * frame.h (struct frame):
7885 * buffer.h (struct buffer):
7886 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
7887 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
7888 The size field of (pseudo)vectors is now unsigned.
7889 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
7890
7891 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
7892 Turn `count' into an integer.
7893
7894 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
7895 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
7896 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
7897 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
7898 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
7899
7900 * alloc.c (allocate_pseudovector): New fun.
7901 (ALLOCATE_PSEUDOVECTOR): New macro.
7902 (allocate_window, allocate_terminal, allocate_frame)
7903 (allocate_process): Use it.
7904 (mark_vectorlike): New function.
7905 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
7906 (mark_terminals): Use it.
7907 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
7908 (Fmake_byte_code): Use XSETPVECTYPE.
7909
7910 * frame.c (Fframe_parameters): Minor simplification.
7911
7912 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
7913
7914 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
7915
7916 * buffer.c (Fget_buffer_create, init_buffer_once):
7917 * lread.c (defsubr):
7918 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
7919
7920 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
7921 defined differently in the m/*.h files.
7922 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
7923 (XSETPVECTYPE): New macro.
7924 (XSETPSEUDOVECTOR): Use it.
7925
7926 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
7927 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
7928
7929 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
7930 * lread.c (defvar_per_buffer):
7931 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
7932
7933 * window.c (candidate_window_p): Only consider as visible frames that
7934 are on the same terminal.
7935
7936 * m/ibms390x.h (MARKBIT): Remove unused macro.
7937
7938 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * lread.c (Fload): Fix typo in docstring.
7941
7942 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
7943
7944 * floatfns.c (Fexpt): Manually check for overflows, so that a power
7945 of a non-zero value can't yield zero.
7946
7947 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * term.c (term_clear_mouse_face, term_mouse_highlight)
7950 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
7951
7952 * print.c (safe_debug_print): Use XHASH.
7953
7954 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
7955 Lisp elements such as tags.
7956 (XHASH): New macro.
7957 (EQ): Use it.
7958 (SREF, SSET, STRING_COPYIN): Use SDATA.
7959 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
7960
7961 * alloc.c (mark_terminal): Remove left-over declaration.
7962 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
7963 (allocate_vectorlike): Remove type argument. Adjust callers.
7964 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
7965 Only handle the one remaining MEM_TYPE_VECTORLIKE.
7966
7967 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
7968 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
7969 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
7970 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
7971 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
7972 Use them.
7973
7974 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
7975 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
7976 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
7977
7978 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7979
7980 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
7981 loaded by default.
7982
7983 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
7986 on this tty.
7987 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
7988
7989 * term.c (mouse_face_window): Rename from Qmouse_face_window.
7990 Update all users.
7991 (handle_one_term_event): Use Gpm_DrawPointer.
7992 (Fgpm_mouse_start): Rename from Fterm_open_connection.
7993 Signal errors instead of returning nil. Always return nil.
7994 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
7995 Make it a noop if gpm-mouse was not activated.
7996 (syms_of_term): Update names.
7997
7998 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7999
8000 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
8001 (init_sys_modes): Check that gpm_tty is the current tty.
8002
8003 * alloc.c (allocate_terminal): Set the vector size to only count the
8004 lisp fields. Initialize those to nil.
8005 (mark_object): Don't treat terminals specially.
8006 (mark_terminal): Remove.
8007 (mark_terminals): Use mark_object instead.
8008
8009 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
8010 the GC to the beginning.
8011
8012 * indent.h:
8013 * indent.c: Use EMACS_INT for ints coming from Elisp data.
8014
8015 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
8016
8017 2007-09-25 Jason Rumney <jasonr@gnu.org>
8018
8019 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
8020
8021 * w32console.c (create_w32cons_output): Remove.
8022
8023 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
8024
8025 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
8026 (reset_sys_modes): Use reset_terminal_modes_hook.
8027
8028 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * eval.c (do_autoload): Don't output any message.
8031
8032 2007-09-24 Juri Linkov <juri@jurta.org>
8033
8034 * emacs.c (standard_args): Change priority of "--no-splash"
8035 from 40 to 3. Add "--no-desktop" with the same priority.
8036
8037 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
8038
8039 * alloc.c (gc_sweep): Check cons cell mark bits word by word
8040 and optimize the case where they are all 1.
8041
8042 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
8043
8044 * lisp.h (abs): Define if not defined.
8045 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
8046 Don't define `abs', since it's defined in lisp.h.
8047
8048 2007-09-22 Eli Zaretskii <eliz@gnu.org>
8049
8050 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
8051 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
8052 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
8053 (init_tty): Use DEV_TTY instead of "/dev/tty".
8054 [WINDOWSNT]: No need to protect from NAME arg being null.
8055
8056 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8057
8058 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
8059 up the tty state.
8060
8061 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
8064 (gpm_tty): Change its type.
8065 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
8066 (gpm_tty): Change its type and initialize it.
8067 (Fterm_open_connection): Check the frame is indeed a tty.
8068 Use the new gpm_tty.
8069 (Fterm_close_connection): Use the new gpm_tty.
8070 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
8071 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
8072
8073 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
8076 underline_color, to draw strike-through.
8077
8078 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * lisp.h (allocate_terminal): Declare.
8081
8082 * window.c (candidate_window_p): Consider frames that are being placed
8083 by the user as somewhere between visible and iconified.
8084 (window_loop): Prefer windows on the current frame.
8085 (Fselect_window): Move the use of select-frame to the beginning so we
8086 can just delegate all the work (it'll call us back anyway).
8087
8088 * frame.c (Qdisplay_environment_variable):
8089 * frame.h (Qdisplay_environment_variable): Delete.
8090
8091 * .gdbinit (xbacktrace): Print the arg's address rather than the value
8092 of the first arg, since that value may be a union.
8093
8094 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
8095 parameter rather than Qdisplay_environment_variable. If all else
8096 fails, look for DISPLAY in initial-environment.
8097
8098 2007-09-21 Glenn Morris <rgm@gnu.org>
8099
8100 * Makefile.in (emacstool): Remove target.
8101 (lisp, shortlisp): Remove termdev.elc.
8102
8103 2007-09-21 Markus Triska <markus.triska@gmx.at>
8104
8105 * xterm.c (x_delete_display): Compile session management conditionally.
8106
8107 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * callproc.c (getenv_internal_1): New function.
8110 (getenv_internal): Use it.
8111 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
8112
8113 * terminal.c (get_terminal): Don't accept ints to represent terminals.
8114 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
8115 (Fset_terminal_parameter): Work with dead terminals as well.
8116 (Fmodify_terminal_parameters): Remove.
8117
8118 * terminal.c (get_terminal): Handle terminals.
8119 Make sure the terminal returned is live.
8120 (create_terminal): Use allocate_terminal.
8121 (mark_terminals): Move to alloc.c.
8122 (delete_terminal): Use terminal->name as liveness status.
8123 NULL out fields after freeing their contents.
8124 Don't deallocate the object.
8125 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
8126 rather than an int.
8127 (Fterminal_live_p): Accept non-integer arguments.
8128 (Fterminal_list): Return terminal objects rather than an ints.
8129
8130 * alloc.c (enum mem_type): New member for `terminal' objects.
8131 (allocate_terminal): New function.
8132 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
8133 Handle terminals.
8134 (mark_terminal): New fun.
8135 (mark_terminals): Move from terminal.c.
8136
8137 * term.c (get_tty_terminal): Don't treat output_initial specially.
8138 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
8139 (delete_tty): Use terminal->name as liveness status.
8140
8141 * termhooks.h (struct terminal): Make it into a pseudovector.
8142 Remove `deleted' replaced by checking `name's nullness.
8143
8144 * print.c (print_object): Handle terminals.
8145
8146 * lisp.h (enum pvec_type): New `terminal' pseudovector.
8147 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
8148
8149 * frame.c (make_terminal_frame):
8150 * keyboard.c (tty_read_avail_input):
8151 * w32term.c (x_delete_terminal):
8152 * xfns.c (Fx_create_frame, x_create_tip_frame):
8153 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
8154
8155 2007-09-20 Glenn Morris <rgm@gnu.org>
8156
8157 * process.c (Fmake_network_process): Doc fix.
8158
8159 2007-09-19 Jason Rumney <jasonr@gnu.org>
8160
8161 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
8162
8163 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
8164
8165 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
8166 Fix a C warning regarding variable constness.
8167
8168 * xterm.c (handle_one_xevent): Fix a C warning.
8169
8170 2007-09-18 Jason Rumney <jasonr@gnu.org>
8171
8172 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
8173
8174 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
8175
8176 * gtkutil.c (gdpy_def): New variable.
8177 (xg_initialize): Initialize gdpy_def.
8178 (xg_display_close): If no other display exists, set gdpy_def to a
8179 new connection.
8180
8181 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
8182
8183 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
8184 when we have no file name for the icon.
8185 (xg_tool_bar_expose_callback): Remove.
8186 (xg_create_tool_bar): Don't connect expose signal to
8187 xg_tool_bar_expose_callback.
8188 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
8189
8190 2007-09-16 Andreas Schwab <schwab@suse.de>
8191
8192 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
8193 values instead of zapping them.
8194
8195 2007-09-14 Glenn Morris <rgm@gnu.org>
8196
8197 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
8198 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
8199 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
8200 scope and rename to omfib_buffer for clarity.
8201 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
8202
8203 2007-09-14 Kenichi Handa <handa@m17n.org>
8204
8205 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
8206
8207 2007-09-13 Jason Rumney <jasonr@gnu.org>
8208
8209 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
8210
8211 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
8212
8213 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
8214 (mac_term_init): Call here instead, passing rif.
8215
8216 2007-09-13 Glenn Morris <rgm@gnu.org>
8217
8218 * s/hpux.h: No longer define `static' as nothing.
8219
8220 2007-09-13 Johan Bockgård <bojohan@gnu.org>
8221
8222 * callint.c (Fcall_interactively): Remove unused var `fun'.
8223
8224 2007-09-12 Romain Francoise <romain@orebokech.com>
8225
8226 * window.c (prefer_window_split_horizontally, display_buffer):
8227 Revert 2007-09-08 change.
8228
8229 2007-09-12 Glenn Morris <rgm@gnu.org>
8230
8231 * alloca.c: Remove file.
8232 * Makefile.in (alloca): Do not undef.
8233 (allocaobj, alloca.o): Remove.
8234 (otherobj): Remove allocaobj.
8235 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
8236 * regex.c (C_ALLOCA): Remove all references and code that was only
8237 used when this was defined.
8238 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
8239 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
8240 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
8241
8242 * Makefile.in (SOURCES, unlock, relock): Delete.
8243
8244 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
8245 (menu_grab_callback): All uses changed.
8246
8247 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
8248 (x_reply_selection_request): All uses changed.
8249
8250 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * lread.c (load_warn_old_style_backquotes): Change message to look
8253 better when it appears in the middle of byte-compiler messages.
8254
8255 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
8256
8257 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
8258
8259 * xterm.c (x_create_terminal): Add comment.
8260
8261 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
8262
8263 2007-09-10 Richard Stallman <rms@gnu.org>
8264
8265 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
8266
8267 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
8268
8269 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
8270 (DEFUN): Document `intspec', use it instead of `prompt'.
8271
8272 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
8273
8274 * data.c (Finteractive_form): If the interactive specification starts
8275 with a `(', use it as a Lisp form.
8276
8277 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
8278 name and file modes.
8279
8280 * callint.c (Fcall_interactively): Comment fixes.
8281
8282 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
8285 and compiled functions.
8286
8287 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
8288
8289 * window.c (prefer_window_split_horizontally): New variable.
8290 (display_buffer): Consider splitting window horizontally depending
8291 on prefer_window_split_horizontally.
8292
8293 2007-09-08 Eli Zaretskii <eliz@gnu.org>
8294
8295 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
8296
8297 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8298
8299 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
8300
8301 * frame.c (x_set_frame_parameters): Check number is positive before
8302 using XFASTINT.
8303
8304 * window.c (freeze_window_start): Don't presume selected_window holds
8305 a window object.
8306 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
8307
8308 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
8309
8310 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
8311
8312 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * window.c (Vsplit_window_preferred_function): New var.
8315 (Fdisplay_buffer): Use it.
8316 (syms_of_window): Export, and initialize it.
8317
8318 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
8319
8320 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
8321
8322 2007-09-06 Glenn Morris <rgm@gnu.org>
8323
8324 * gtkutil.c (menu_grab_callback) <cnt>:
8325 * xselect.c (x_reply_selection_request) <cnt>: Move static
8326 variable to file scope.
8327
8328 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
8331 consistent values of selected_frame and selected_window.
8332
8333 2007-09-04 Jason Rumney <jasonr@gnu.org>
8334
8335 * w32console.c (initialize_w32_display): Zero unused hooks.
8336
8337 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8338
8339 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
8340 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
8341
8342 2007-09-04 Jason Rumney <jasonr@gnu.org>
8343
8344 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
8345 in w32console.c. Set up input. Remove XXX comments that have been
8346 confirmed as correct.
8347
8348 * s/ms-w32.h (MULTI_KBOARD): Define.
8349
8350 * w32console.c (one_and_only_w32cons): Remove.
8351 (initialize_w32_display): Take terminal argument.
8352
8353 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
8354 initialize_w32_display.
8355 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
8356
8357 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
8358
8359 * keyboard.c (discard_mouse_events): Discard it.
8360 (make_lispy_event): Translate it to a lisp event.
8361 (lispy_wheel_names): Add wheel-left and right events.
8362 (syms_of_keyboard): Enlarge wheel_syms.
8363
8364 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
8365 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
8366
8367 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
8368
8369 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
8370 from WM_MOUSEHWHEEL.
8371 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
8372
8373 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
8374 terminal.
8375
8376 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
8377 keyboard for the terminal.
8378
8379 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8380
8381 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
8382 (Vresume_tty_hook): Rename from Vresume_tty_functions.
8383 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
8384 and resume-tty-function to resume-tty-hook.
8385 (Fsuspend_tty, Fresume_tty): Use new names.
8386
8387 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
8388
8389 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
8390 if it starts with "n:".
8391
8392 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
8393
8394 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
8395
8396 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * frame.h:
8399 * frame.c (Qterm_environment_variable): Remove.
8400 (syms_of_frame): Don't init and staticpro it.
8401
8402 * callproc.c (getenv_internal): Remove special case for $TERM.
8403
8404 * callproc.c (Vinitial_environment): New variable.
8405 (set_initial_environment): Initialize it.
8406 (syms_of_callproc): Declare it.
8407 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
8408 TERM under which a process runs is never related to the TERM in which
8409 Emacs is running.
8410
8411 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8412
8413 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
8414 * s/darwin.h: ... do it here.
8415
8416 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * lisp.h (set_initial_environment): Rename from set_global_environment.
8419
8420 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
8421 removed by mistake on the multi-tty branch.
8422
8423 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
8424 (Fmodify_frame_parameters): Return a value.
8425
8426 * image.c (png_load): Comment-out var only used in commented-out code.
8427
8428 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
8429 before passing it to mark_object.
8430
8431 * xfaces.c (internal_resolve_face_name): Return a value.
8432 (internal_resolve_face_name, resolve_face_name_error): Comment out.
8433
8434 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
8435 (x_icon): Comment-out var only used in commented-out code.
8436
8437 2007-08-29 Romain Francoise <romain@orebokech.com>
8438
8439 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
8440 QUIT hasn't been provided.
8441
8442 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8443
8444 * callproc.c (child_setup, getenv_internal): Use the
8445 display-environment-variable and term-environment-variable frame params.
8446 (set_initial_environment): Initialise Vprocess_environment.
8447
8448 * config.in: Disable multi-keyboard support on a mac.
8449
8450 * frame.c (Qterm_environment_variable)
8451 (Qdisplay_environment_variable): New variables.
8452 (syms_of_frame): Intern and staticpro them.
8453 (Fmake_terminal_frame): Disable output method test.
8454
8455 * frame.h: Declare them here.
8456
8457 * macfns.c (x_set_mouse_color): Get rif from the frame.
8458 (x_set_tool_bar_lines): Don't use updating_frame.
8459 (mac_window): Add 2 new parameters for consistency with other systems.
8460 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
8461 frame parameters following what is done in X11 and w32. Don't use
8462 FRAME_MAC_DISPLAY_INFO.
8463 (Fx_open_connection, start_hourglass): Remove window-system check.
8464 (x_create_tip_frame): Get the keyboard from the terminal.
8465
8466 * macmenu.c: Reorder includes.
8467 (Fx_popup_menu): Use terminal specific mouse_position_hook.
8468
8469 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
8470 terminal parameter.
8471 (x_clear_frame): Add a frame parameter.
8472 (note_mouse_movement): Get rif from the frame.
8473 (mac_term_init): Initialize the terminal.
8474 (mac_initialize): Make static and move terminal initialization ...
8475 (mac_create_terminal): ... to this new function.
8476
8477 * macterm.h (struct mac_display_info): Add terminal.
8478 (mac_initialize): Delete declaration.
8479
8480 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8481
8482 * sysdep.c: Comment out text after #endif.
8483
8484 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
8485 is defined. Better initialize ttys in windows. Use terminal
8486 specific mouse_position_hook.
8487
8488 * termhooks.h (union display_info): Add mac_display_info.
8489
8490 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
8491 Set the default minibuffer frame, window_system and the rest of the
8492 frame parameters following what is done in X11.
8493
8494 * w32term.c (w32_initialize): Make static.
8495
8496 * xselect.c (x_handle_selection_clear): Only access
8497 terminal->kboard when MULTI_KBOARD is defined.
8498
8499 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
8500 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
8501
8502 2007-08-29 Jason Rumney <jasonr@gnu.org>
8503
8504 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
8505 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
8506
8507 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
8508 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
8509
8510 * keyboard.c (restore_kboard_configuration): Only define when
8511 MULTI_KBOARD defined.
8512
8513 * makefile.w32-in: Update dependancies from Makefile.in.
8514 (OBJ1): Add terminal.$(O)
8515
8516 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
8517 Don't define function body.
8518 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
8519
8520 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
8521
8522 * w32.c (request_sigio, unrequest_sigio): Remove.
8523
8524 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
8525 (w32con_clear_frame, w32con_clear_end_of_line)
8526 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
8527 (w32con_delete_glyphs, w32con_set_terminal_window)
8528 (scroll_line, w32_sys_ring_bell): Add frame arg.
8529 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
8530 Add terminal arg.
8531 (PICK_FRAME): Remove.
8532 (w32con_write_glyphs): Use frame specific terminal coding.
8533 (one_and_only_w32cons): New global variable.
8534 (initialize_w32_display): Use it for storing hooks.
8535 (create_w32cons_output): New function.
8536
8537 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
8538 arg a frame.
8539
8540 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
8541 Set window_system.
8542 (x_set_tool_bar_lines): Don't use updating_frame.
8543 (Fx_create_frame): Set terminal and ref count.
8544 (Fx_open_connection): Remove window-system check.
8545
8546 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
8547
8548 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
8549 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
8550 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
8551 Add frame arg.
8552 (x_delete_terminal, w32_create_terminal): New functions.
8553 (w32_term_init): Create a terminal.
8554 (w32_initialize): Move terminal specific initialization to
8555 w32_create_terminal.
8556
8557 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8558 (w32_clear_rect, w32_clear_area): Use background from frame.
8559 (w32_display_info): Add terminal.
8560 (w32_sys_ring_bell, x_delete_display): Declare here.
8561
8562 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
8563
8564 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
8565
8566 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
8567
8568 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
8569 Fix get_named_tty calls for the controlling tty.
8570
8571 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8572
8573 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
8574
8575 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
8576
8577 * term.c (tty_insert_glyphs): Add missing first parameter.
8578
8579 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8580
8581 * buffer.c (Fbuffer_list, Fbury_buffer):
8582 Take frame->buried_buffer_list into account.
8583
8584 * cm.c (current_tty): New variable, for cmputc().
8585 (cmputc): Use it.
8586 (cmcheckmagic): Add tty parameter, look up terminal streams there.
8587 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
8588 (cmgoto): Add tty parameter. Pass it on to calccost().
8589 Use emacs_tputs() instead of tputs().
8590
8591 * cm.h (emacs_tputs): New macro to set current_tty, and then call
8592 tputs().
8593 (current_tty): New variable, for cmputc().
8594 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
8595
8596 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
8597 (internal_condition_case, internal_condition_case_1)
8598 (internal_condition_case_2): Don't abort when x_catching_errors.
8599
8600 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
8601 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
8602 prevent crashes caused by bogus longjmps in read_char.
8603
8604 * keymap.h (Fset_keymap_parent): Add EXFUN.
8605
8606 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
8607 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
8608 Remove redundant definition.
8609
8610 * macfns.c (x_set_mouse_color, x_make_gc):
8611 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8612
8613 * w32term.c (x_free_frame_resources):
8614 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8615 (w32_initialize): Use the accessor macros for terminal characteristics.
8616
8617 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
8618 Use the accessor macros for terminal characteristics.
8619 * msdos.c (internal_terminal_init): Use the accessor macros for
8620 terminal characteristics.
8621 (ScreenVisualBell, internal_terminal_init):
8622 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8623
8624 * termopts.h (no_redraw_on_reenter): Declare.
8625
8626 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
8627 (mark_terminals, mark_ttys): Declare.
8628 (Fgarbage_collect): Call them.
8629 (mark_object): Mark buried_buffer_list.
8630
8631 * prefix-args.c: Include stdlib.h for exit.
8632
8633 * syssignal.h: Add comment.
8634
8635 * indent.c: Include stdio.h.
8636
8637 * window.h (Vinitial_window_system): Declare.
8638 (Vwindow_system): Delete declaration.
8639
8640 * fontset.c (Finternal_char_font): Use FRAME_RIF.
8641
8642 * image.c (lookup_image): Don't initialize `c' until the xasserts
8643 have been run.
8644
8645 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
8646 FRAME_FOREGROUND_PIXEL.
8647
8648 * print.c (print_preprocess): Don't lose print_depth levels while
8649 iterating.
8650
8651 * widget.c (update_from_various_frame_slots):
8652 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8653
8654 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
8655 frames.
8656 (window_internal_height): Remove bogus make_number call.
8657 (init_window_once): Call make_terminal_frame with two zero parameters.
8658
8659 * fileio.c (Fread_file_name): Update comment.
8660
8661 * callint.c (Fcall_interactively):
8662 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8663 Make sure it is correctly unwound.
8664
8665 * xsmfns.c (x_session_close): New function.
8666
8667 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8668 Delete declarations.
8669
8670 * xterm.h: Remove declaration for x_fully_uncatch_errors.
8671 (x_output): Remove background_pixel and foreground_pixel fields.
8672 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
8673 (x_delete_device):
8674 (x_session_close): Declare.
8675
8676 * lread.c: Include setjmp.h. Update declaration of `read_char'.
8677 (read_filtered_event): Call `read_char' with a local
8678 `wrong_kboard_jmpbuf'.
8679
8680 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
8681 Don't call single_kboard_state. Use FRAME_RIF.
8682
8683 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
8684 systems.
8685
8686 * lisp.h (set_process_environment): Rename to `set_global_environment'.
8687 (Fframe_with_environment, Fset_input_meta_mode)
8688 (Fset_quit_char): EXFUN.
8689 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8690 (init_sys_modes, reset_sys_modes): Update prototypes.
8691 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
8692
8693 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
8694 Vlocal_key_translation_map, and Vkeyboard_translate_table.
8695 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8696 Delete declarations.
8697 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
8698 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8699 New declarations.
8700
8701 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
8702 already does that during init_display(). Call syms_of_keymap
8703 before syms_of_keyboard. Call `syms_of_terminal'.
8704 Call set_initial_environment, not set_process_environment.
8705 (shut_down_emacs): Call reset_all_sys_modes() instead of
8706 reset_sys_modes().
8707
8708 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
8709 (internal_resolve_face_name, resolve_face_name_error): New functions.
8710 (resolve_face_name): Protect against loops and errors thrown by Fget.
8711 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8712 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
8713
8714 * scroll.c: Replace CURTTY() with local variables throughout the
8715 file (where applicable).
8716 (calculate_scrolling, calculate_direct_scrolling)
8717 (scrolling_1, scroll_cost): Use the accessor macros for terminal
8718 characteristics.
8719
8720 * keymap.c (Vfunction_key_map): Remove.
8721 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8722 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
8723 (Vkey_translation_map): Remove.
8724 (syms_of_keymap): Remove DEFVAR for key-translation-map.
8725 (Fdescribe_buffer_bindings):
8726 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
8727 Update for terminal-local key-translation-map.
8728
8729 * Makefile.in (callproc.o): Update dependencies.
8730 (lisp, shortlisp): Add termdev.elc.
8731 (obj): Add terminal.o.
8732 (terminal.o): Add dependencies.
8733 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
8734 (data.o, fns.o): Add termhooks.h dependency.
8735 (SOME_MACHINE_LISP): Add dnd.elc.
8736 (minibuf.o): Fix typo.
8737 Update dependencies.
8738
8739 * data.c (do_symval_forwarding, store_symval_forwarding)
8740 (find_symbol_value): Use the selected frame's keyboard, not
8741 current_kboard.
8742
8743 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
8744 Vwindow_system.
8745
8746 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
8747 Fmenu_bar_open.
8748 (syms_of_xmenu): Update defsubr.
8749 (mouse_position_for_popup, Fx_popup_menu)
8750 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
8751 (set_frame_menubar, free_frame_menubar)
8752 (create_and_show_popup_menu, xmenu_show, )
8753 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
8754 an X frame.
8755
8756 * xselect.c (x_own_selection): Abort if not an X frame.
8757 (some_frame_on_display): Check if it is an X frame.
8758 (x_handle_selection_clear): Deal with MULTI_KBOARD.
8759
8760 * coding.c: Include frame.h and termhooks.h.
8761 (terminal_coding, keyboard_coding): Delete.
8762 (Fset_terminal_coding_system_internal):
8763 (Fset_keyboard_coding_system_internal):
8764 (Fkeyboard_coding_system):
8765 (Fterminal_coding_system): Add a terminal parameter.
8766 Get terminal_coding from the terminal.
8767 (init_coding_once): Don't call setup_coding_system here.
8768
8769 * dispextern.h (set_scroll_region, turn_off_insert)
8770 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
8771 (tty_clear_end_of_line, tty_setup_colors)
8772 (delete_tty, updating_frame)
8773 (produce_special_glyphs, produce_glyphs, write_glyphs)
8774 (insert_glyphs): Remove.
8775 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
8776 (tty_turn_off_highlight, get_tty_size): Add declaration.
8777 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8778
8779 * frame.h (enum output_method): Add output_initial.
8780 (struct x_output): Delete.
8781 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
8782 Access foreground_pixel and background_pixel directly from the frame.
8783 (tty_display): Delete.
8784 (struct frame): Add buried_buffer_list, foreground_pixel,
8785 background_pixel and terminal. Delete kboard
8786 (union output_data): Add tty.
8787 (FRAME_KBOARD): Get the kboard from the terminal.
8788 (FRAME_INITIAL_P): New macro.
8789 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
8790 (Qterm_environment_variable, Qdisplay_environment_variable)
8791 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
8792 New declarations.
8793
8794 * termchar.h (tty_output, tty_display_info): New structures.
8795 (tty_list): Declare.
8796 (FRAME_TTY, CURTTY): New macros.
8797 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
8798 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
8799 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
8800 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
8801
8802 * callproc.c: Include frame.h and termhooks.h, for terminal
8803 parameters.
8804 (add_env): New function.
8805 (child_setup): Use it.
8806 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8807 (getenv_internal): Fix get_terminal_param call.
8808 (Fgetenv_internal, egetenv): Update doc.
8809 (syms_of_callproc): Initialize Vprocess_environment to nil.
8810 Register and initialize them. Remove obsolete defvars. Update doc
8811 strings.
8812 (child_setup): Handle Vlocal_environment_variables.
8813 (getenv_internal): Add terminal parameter.
8814 Handle Vlocal_environment_variables.
8815 (Fgetenv_internal): Add terminal parameter.
8816 (child_setup, getenv_internal, Fgetenv_internal): Store the local
8817 environment in a frame (not terminal) parameter. Update doc strings.
8818 (set_initial_environment): Rename from set_global_environment.
8819 Store Emacs environment in initial frame parameter.
8820
8821 * xdisp.c (redisplay_internal): Update references to
8822 `previous_terminal_frame'.
8823 (display_mode_line, Fformat_mode_line): Replace calls to
8824 `push_frame_kboard' with `push_kboard'.
8825 (get_glyph_string_clip_rects): Add extra parentheses and
8826 braces to prevent compiler warnings.
8827 (calc_pixel_width_or_height): Add xassert to check that the
8828 frame is alive. Don't call `lookup_image' on a termcap frame.
8829 (message2_nolog, message3_nolog, redisplay_internal)
8830 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
8831 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
8832 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
8833 (Fx_display_pixel_width, Fx_display_pixel_height)
8834 (Fx_display_planes, Fx_display_color_cells)
8835 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
8836 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
8837 (Fx_display_backing_store, Fx_display_visual_class)
8838 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
8839 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8840
8841 * xfns.c (x_set_foreground_color x_set_background_color)
8842 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
8843 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8844 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
8845 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
8846 terminal that is being deleted.
8847 (Fx_create_frame): Use `store_frame_param' to set `window-system'
8848 frame parameter, and make sure it overrides any user-supplied setting.
8849 (Fx_close_connection, Fx_synchronize): Unify argument names with
8850 the rest of the DEFUNs.
8851
8852 * dispnew.c (Fsend_string_to_terminal): Update call to
8853 `get_tty_terminal'.
8854 (Fredraw_frame, Fsend_string_to_terminal)
8855 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8856 FRAME_TERMCAP_P and FRAME_TTY.
8857 (window_change_signal): Don't believe width/height values that are
8858 impossibly small.
8859 (Vinitial_window_system): Rename from Vwindow_system.
8860 (termscript, Wcm, rif): Delete.
8861
8862 * termhooks.h (struct terminal): New struct containing the
8863 previously global text display hooks and new members NAME,
8864 DELETED and PARAM_ALIST.
8865 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
8866 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
8867 (FRAME_RIF): New macros.
8868 (get_terminal_param, get_device): New declarations.
8869 (termscript): Delete declaration.
8870
8871 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
8872 (XTflash, x_free_frame_resources, x_scroll_bar_create)
8873 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
8874 FRAME_FOREGROUND_PIXEL.
8875 (x_fully_uncatch_errors): Disable definition.
8876 (x_scroll_bar_expose): Fix reference to foreground pixel.
8877 (XTread_socket): Disable loop on all X displays.
8878 (x_delete_terminal): Don't set terminal->deleted and let
8879 delete_terminal delete the frames on the terminal.
8880 (x_delete_display): Doc update to reflect changes in
8881 delete_terminal.
8882 (x_display_info) <terminal>: Move member earlier in the struct.
8883 (deleting_tty): Remove old variable.
8884 (Fsuspend_tty): Call clear_tty_hooks.
8885 (Fresume_tty, init_tty): Call set_tty_hooks.
8886 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
8887 errors on X frames.
8888 (x_catch_errors_unwind): Abort if x_error_message is NULL.
8889 (handle_one_xevent): Initialize `f' to NULL.
8890 (x_delete_terminal, x_create_terminal): New functions.
8891 (XTset_terminal_modes, XTreset_terminal_modes)
8892 (XTread_socket, x_connection_closed, x_term_init)
8893 (x_term_init, x_delete_display): Add terminal parameter.
8894 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
8895 X connections.
8896
8897 * frame.c: Include termchar.h.
8898 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
8899 (Qwindow_system, Qenvironment, Qterm_environment_variable)
8900 (Qdisplay_environment_variable): New vars.
8901 (Fframep): Deal with output_initial.
8902 (Fframe-live-p): Doc fix.
8903 (Fwindow-system): New function.
8904 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
8905 (make_terminal_frame): Don't create frames on a terminal that is
8906 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8907 (store_frame_param): Check for found_for_frame before calling XFRAME.
8908 (Fmake_terminal_frame): Handle NULL tty names correctly.
8909 (syms_of_frame): Enhance doc string of `default-frame-alist'.
8910 (Fdelete_frame): Remove unused variable `count'. Don't allow other
8911 frames to refer to a deleted frame in their 'environment parameter.
8912 (Fframe_with_environment): New function.
8913 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8914 (get_future_frame_param): New function.
8915 (Fmake_terminal_frame): Use it.
8916 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8917
8918 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
8919 * sysdep.c (reset_sys_modes): Update for renames.
8920
8921 * keyboard.c (tty_read_avail_input): New function.
8922 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8923 (syms_of_keyboard): Defsubr them.
8924 (Fset_input_meta_mode, Fset_quit_char): New functions.
8925 (Fset_input_mode): Split to above functions.
8926
8927 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
8928 parameter. Use it in call to `read_char'.
8929 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
8930 Set wrong_kboard_jmpbuf correctly in recursive calls.
8931 Use current_kboard to access Vkeyboard_translate_table.
8932 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
8933 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
8934 Update longjmp invocations. Remember the original current_kboard,
8935 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
8936 changes it. Comment out unnecessary calls to
8937 `record_single_kboard_state' and `any_kboard_state'.
8938 Update recursive calls.
8939 (wrong_kboard_jmpbuf): Remove global variable.
8940 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
8941 Handle deleted interrupted_kboards correctly; that is a legal
8942 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
8943 and read_char calls. Abort if interrupted_kboard died in read_char.
8944 (any_kboard_state, single_kboard_state)
8945 (push_frame_kboard): Remove function.
8946 (pop_kboard): Switch out of single_kboard mode if the kboard has
8947 been deleted. Remove unused variable. Help debugging by not
8948 changing current_kboard unnecessarily. Set current_kboard to the
8949 kboard of the selected frame when the stored kboard object has
8950 been deleted before pop_kboard.
8951 (temporarily_switch_to_single_kboard): Change first parameter to a
8952 frame pointer. Throw an error when caller wants to change kboards
8953 while in single_kboard mode. Don't push_kboard if we weren't in
8954 single kboard state. Don't pop_kboard if we popped into any
8955 kboard state.
8956 (restore_kboard_configuration): Abort if pop_kboard changed the
8957 kboard in single_kboard mode. Call pop_kboard only after setting
8958 up single_kboard mode.
8959 (Frecursive_edit): Switch to single_kboard mode only in nested
8960 command loops.
8961 (cmd_error, command_loop, command_loop_1, timer_check):
8962 Comment out unnecessary call to `any_kboard_state' and
8963 `record_single_kboard_state'.
8964 (delete_kboard): Exit single_kboard mode if we have just deleted
8965 that kboard. Use FRAME_KBOARD.
8966 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
8967 `fatal_error_signal'.
8968 (record_single_kboard_state): Don't push_kboard if we weren't in
8969 single kboard state. Don't pop_kboard if we popped into any
8970 kboard state.
8971 (push_frame_kboard): Rename to push_kboard.
8972 (kbd_buffer_get_event): Use FRAME_TERMINAL.
8973 (read_avail_input): Read input from all terminals.
8974 (mark_kboards): Also mark Vkeyboard_translate_table.
8975 (kbd_buffer_store_event_hold): Simplify condition.
8976 (read_key_sequence): Reinitialize fkey and keytran at each replay.
8977 (Vkeyboard_translate_table): Move to struct kboard.
8978 (init_kboard): Initialize Vkeyboard_translate_table.
8979 (syms_of_keyboard): Use DEFVAR_KBOARD to define
8980 Vkeyboard_translate_table. Update doc strings. Update docs of
8981 local-function-key-map and function-key-map.
8982
8983 * terminal.c: New file.
8984
8985 * term.c: Include errno.h.
8986 (Vring_bell_function, device_list, initial_device)
8987 (next_device_id, ring_bell, update_begin, update_end)
8988 (set_terminal_window, cursor_to, raw_cursor_to)
8989 (clear_to_end, clear_frame, clear_end_of_line)
8990 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
8991 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
8992 (syms_of_term): Move their initialization to terminal.c.
8993 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
8994 (Ftty_display_color_cells)
8995 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
8996 (clear_tty_hooks, set_tty_hooks)
8997 (init_tty, maybe_fatal): New functions.
8998 (Ftty_type): Return nil if terminal is not on a tty instead of
8999 throwing an error. Doc update.
9000 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
9001 Doc update. Initialize new subrs and variables.
9002 (delete_tty): Use terminal->deleted.
9003 (tty_set_terminal_modes): Rename from set_terminal_modes.
9004 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
9005 (set_scroll_region): Rename to `tty_set_scroll_region'.
9006 (turn_on_insert): Rename to `tty_turn_on_insert'.
9007 (turn_off_insert): Rename to `tty_turn_off_insert'.
9008 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
9009 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
9010 (toggle_highligh): Rename to `tty_toggle_highlight'.
9011 (background_highlight): Rename to `tty_background_highlight'.
9012 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
9013 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
9014 (tty_set_scroll_region, tty_background_highlight)
9015 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
9016 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
9017 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
9018 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
9019 Add static modifier.
9020 (tty_reset_terminal_modes, tty_set_terminal_window)
9021 (tty_set_scroll_region, tty_background_highlight)
9022 (tty_highlight_if_desired, tty_cursor_to)
9023 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
9024 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
9025 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
9026 renames.
9027
9028 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
9029
9030 * keyboard.c: Qrtl is new.
9031 (parse_tool_bar_item): Handle :rtl keyword.
9032 (syms_of_keyboard): Intern :rtl keyword.
9033
9034 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
9035
9036 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
9037 so no Lisp code is executed.
9038 (file_for_image, find_rtl_image): New functions.
9039 (xg_get_image_for_pixmap): Use file_for_image
9040 (update_frame_tool_bar): If direction is RTL, use RTL image if
9041 defined. Use Gtk stock images if defined.
9042
9043 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9044
9045 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
9046 for nonexistent or zero-width glyph in composition glyph.
9047
9048 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
9051
9052 * xdisp.c (Finvisible_p): New function.
9053 (syms_of_xdisp): defsubr it.
9054
9055 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
9056
9057 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
9058 Doc fixes.
9059
9060 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9061
9062 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
9063
9064 2007-08-24 Martin Rudalics <rudalics@gmx.at>
9065
9066 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
9067 whether decoding has modified buffer contents.
9068
9069 2007-08-24 Jason Rumney <jasonr@gnu.org>
9070
9071 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
9072 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
9073 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
9074 (init_svg_functions) [HAVE_NTGUI]: New function.
9075 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
9076 (svg_load_image): Use them.
9077 (svg_load_image) [HAVE_NTGUI]: Implement background.
9078
9079 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9080
9081 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
9082 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
9083 (LIBX): Remove @RSVG_LIBS@.
9084 (LIBES): Add $(RSVG_LIBS).
9085
9086 * image.c (svg_load_image): Blend with specified background if exists.
9087 Use IMAGE_BACKGROUND. Add Mac OS Support.
9088
9089 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
9090 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
9091 Remove macros.
9092 [MAC_OSX] (socket_callback): Do nothing.
9093 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
9094 ReceiveNextEvent.
9095 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
9096 socket_callback.
9097 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
9098
9099 2007-08-22 Glenn Morris <rgm@gnu.org>
9100
9101 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
9102
9103 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
9104
9105 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
9106
9107 * image.c: Add support for SVG images. Some additional comments
9108 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
9109 (svg_image_p): New function to test for SVG image.
9110 (svg_load): New function to load SVG image.
9111 (svg_load_image): New function, helper for svg_load.
9112 (Qsvg): New Lisp_object.
9113 (svg_keyword_index): New enum.
9114 (svg_format): New static `image_keyword' struct.
9115 (svg_type): New static `image_type' struct.
9116 (librsvg/rsvg.h): Include it.
9117
9118 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
9121
9122 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * lread.c (Qold_style_backquotes): New var.
9125 (syms_of_lread): Init and staticpro it.
9126 (load_warn_old_style_backquotes): New fun.
9127 (Fload): Use them to warn about old style backquotes.
9128 (end_of_file_error, Fload): Remove unused vars.
9129
9130 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
9131
9132 * lread.c (Vold_style_backquotes): New var.
9133 (syms_of_lread): Init and export it to Elisp.
9134 (read1): Set it when we find an old-style (back)quote.
9135
9136 2007-08-22 Jason Rumney <jasonr@gnu.org>
9137
9138 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
9139
9140 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9141
9142 * puresize.h (BASE_PURESIZE): Increase to 1140000.
9143
9144 2007-08-19 Richard Stallman <rms@gnu.org>
9145
9146 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
9147
9148 2007-08-19 Andreas Schwab <schwab@suse.de>
9149
9150 * alloc.c (pure): Round PURESIZE up.
9151
9152 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
9153
9154 * xterm.c (handle_one_xevent): Remove check that mouse click is in
9155 active frame.
9156
9157 2007-08-16 Richard Stallman <rms@gnu.org>
9158
9159 * eval.c (Fcommandp): Add parens to clarify.
9160
9161 * minibuf.c (Fall_completions): Use enum for type of table.
9162
9163 * emacs.c (USAGE2): Improve text.
9164
9165 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
9166
9167 * term.c (tty_default_color_capabilities): Declare static
9168 variables in file scope, to avoid HPUX compiler problem.
9169
9170 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
9171
9172 * gtkutil.c (update_frame_tool_bar): Use -1 as index
9173 to gtk_toolbar_insert.
9174
9175 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
9178
9179 * insdel.c (reset_var_on_error): New fun.
9180 (signal_before_change, signal_after_change):
9181 Use it to reset (after|before)-change-functions to nil in case of error.
9182 Bind inhibit-modification-hooks to t.
9183 Don't bind (after|before)-change-functions to nil while they run.
9184
9185 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9186
9187 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
9188 filling pixmap with stippled background.
9189
9190 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9191
9192 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
9193 Don't use invisible frame as parent window for repositioning.
9194
9195 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * print.c (new_backquote_output): Rename from old_backquote_output.
9198 (print): Inverse its logic (according to its name) so as to match the
9199 behavior of new_backquote_flag in lread.c.
9200
9201 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9202
9203 * gmalloc.c (posix_memalign): New function.
9204
9205 * macterm.c (frame_highlight, frame_unhighlight): Don't call
9206 ActivateControl/DeactivateControl here.
9207 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
9208 frame-notice-user-settings is non-nil.
9209 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
9210 for kEventParamFMFontStyle.
9211 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
9212 mac_pass_command_to_system and mac_pass_control_to_system here.
9213 (XTread_socket): Call ActivateControl/DeactivateControl here.
9214 (XTread_socket) [TARGET_API_MAC_CARBON]:
9215 Check mac_pass_command_to_system and mac_pass_control_to_system here.
9216 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
9217 for window repositioning.
9218
9219 2007-08-08 Glenn Morris <rgm@gnu.org>
9220
9221 * Replace `iff' in doc-strings and comments.
9222
9223 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
9224
9225 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
9226
9227 2007-08-07 Martin Rudalics <rudalics@gmx.at>
9228
9229 * fileio.c (Finsert_file_contents): Run format-decode and
9230 after_insert_file_functions on entire buffer when REPLACE is
9231 non-nil and inhibit modification_hooks and point_motion_hooks.
9232 For consistency, run after_insert_file_functions iff something
9233 got inserted. Move signal_after_change and update_compositions
9234 after code running after_insert_file_functions. Make sure that
9235 undo_list doesn't record intermediate steps of the decoding process.
9236
9237 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9238
9239 * emacs.c (main)
9240 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
9241 Call malloc_enable_thread on interactive startup.
9242
9243 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
9244 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
9245 [USE_PTHREAD]: Conditionalize with it.
9246 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
9247 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
9248 New functions.
9249
9250 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * xdisp.c (redisplay_window): When restoring original buffer
9253 position, make sure it is still valid.
9254
9255 * image.c (png_load): Ignore png-supplied background color.
9256
9257 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9258
9259 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
9260 Use kCFAbsoluteTimeIntervalSince1970.
9261
9262 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
9263 New variable.
9264 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
9265 event loop should be quit.
9266 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
9267 Quit dialog event loop if quit_dialog_event_loop is set.
9268
9269 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
9270 (Selection): New typedef. Use instead of ScrapRef.
9271 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
9272 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
9273 (mac_clear_selection): Rename from clear_scrap.
9274 (get_flavor_type_from_symbol): New argument SEL and subsume function of
9275 scrap_has_target_type. All uses changed.
9276 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
9277 (mac_selection_has_target_p): New functions.
9278 (mac_put_selection_value): Rename from put_scrap_string.
9279 (mac_get_selection_value): Rename from get_scrap_string.
9280 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
9281 (put_scrap_private_timestamp, scrap_has_target_type)
9282 (get_scrap_private_timestamp): Remove functions.
9283 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
9284 (x_own_selection, x_get_local_selection):
9285 Use mac_valid_selection_value_p.
9286 (x_own_selection): Don't use put_scrap_private_timestamp.
9287 Record OWNERSHIP-INFO into Vselection_alist instead.
9288 (x_get_local_selection): Don't check type if request is local.
9289 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
9290 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
9291
9292 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
9293
9294 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
9295 add comment explaining why.
9296
9297 2007-08-03 Richard Stallman <rms@gnu.org>
9298
9299 * fileio.c (Fvisited_file_modtime): Use make_time.
9300
9301 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
9302
9303 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
9304 build.
9305
9306 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
9307
9308 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
9309
9310 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9311
9312 * puresize.h (BASE_PURESIZE): Increase to 1130000.
9313
9314 2007-07-30 Richard Stallman <rms@gnu.org>
9315
9316 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
9317
9318 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
9319
9320 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
9321
9322 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
9323
9324 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
9325 remote default-directory.
9326
9327 * buffer.c (mode-line-format): Update doc string.
9328
9329 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9330
9331 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
9332 scroll bar gap.
9333 (x_scroll_bar_create): Set bar->fringe_extended_p.
9334 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
9335 on frame edge. Check fringe background extension. Don't clear
9336 extended fringe background area.
9337
9338 * w32term.h (struct scroll_bar): New member fringe_extended_p.
9339 (w32_fill_area): Enclose multiple statements with do ... while (0).
9340
9341 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
9342 Extend fringe background to scroll bar gap.
9343 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
9344 Set bar->fringe_extended_p.
9345 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
9346 Put leftmost/rightmost scroll bars on frame edge. Check fringe
9347 background extension. Don't clear extended fringe background area.
9348
9349 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
9350 New member fringe_extended_p.
9351
9352 2007-07-25 Glenn Morris <rgm@gnu.org>
9353
9354 * Relicense all FSF files to GPLv3 or later.
9355
9356 * COPYING: Switch to GPLv3.
9357
9358 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
9361
9362 * data.c (Finteractive_form): Check for the presence of an
9363 `interactive-form' symbol property more thoroughly.
9364
9365 * data.c (Finteractive_form): Use an `interactive-form' property if
9366 present, analogous to the function-documentation property.
9367
9368 2007-07-24 Jason Rumney <jasonr@gnu.org>
9369
9370 * w32fns.c (x_real_positions): Get real position from OS instead of
9371 calculating it.
9372
9373 2007-07-23 Jason Rumney <jasonr@gnu.org>
9374
9375 * filelock.c (current_lock_owner): Allow for @ sign in username.
9376
9377 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
9378
9379 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
9380 remote default-directory.
9381
9382 * buffer.c (mode-line-format): Describe above case in doc string.
9383
9384 2007-07-20 Eli Zaretskii <eliz@gnu.org>
9385
9386 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
9387 Define if not defined.
9388
9389 2007-07-18 Jason Rumney <jasonr@gnu.org>
9390
9391 * w32proc.c (w32_executable_type): Handle 64 bit executables.
9392
9393 2007-07-18 Richard Stallman <rms@gnu.org>
9394
9395 * data.c (Fsetq_default): Doc fix.
9396
9397 * eval.c (Fsetq): Doc fix.
9398
9399 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
9400
9401 * coding.c (Ffind_operation_coding_system):
9402 * eval.c (For, Fand): Doc fixes.
9403 Reported by Johan Bockgård.
9404
9405 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
9406
9407 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
9408
9409 * xterm.h: Declare x_ewmh_activate_frame.
9410
9411 * xterm.c (x_ewmh_activate_frame): New function.
9412 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
9413
9414 2007-07-17 Martin Rudalics <rudalics@gmx.at>
9415
9416 * window.c (Fdisplay_buffer): If largest or LRU window is the
9417 only window, split it even if it is not eligible for splitting.
9418 This restores the original behavior broken by the 2007-07-15
9419 change.
9420
9421 2007-07-17 Glenn Morris <rgm@gnu.org>
9422
9423 * abbrev.c (abbrev_check_chars): New function.
9424 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
9425 Call abbrev_check_chars to check abbrev characters are word
9426 constituents. Doc fix.
9427
9428 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * process.c (Fstart_process, Fmake_network_process)
9431 (read_process_output): Fix up last changes.
9432
9433 2007-07-16 Eli Zaretskii <eliz@gnu.org>
9434
9435 * makefile.w32-in (clean): Don't delete *~.
9436
9437 2007-07-16 Andreas Schwab <schwab@suse.de>
9438
9439 * window.c (Fdisplay_buffer): Use NILP.
9440 (Fset_window_scroll_bars): Likewise.
9441
9442 2007-07-15 Martin Rudalics <rudalics@gmx.at>
9443
9444 * window.c (window_min_size_2): New function.
9445 (window_min_size_1, size_window, Fdisplay_buffer)
9446 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
9447 windows without mode- or header-lines when window-min-height is
9448 too small.
9449 (size_window): Reset nodelete_p after testing it, following an
9450 earlier note by Kim F. Storm.
9451 (display_buffer): Do not set split_height_threshold to twice the
9452 value of window_min_height to avoid changing the value of a
9453 customizable variable. Rather explicitly check whether the
9454 height of the window that shall be splitted is at least as large
9455 as split_height_threshold.
9456 (Fwindow_full_width_p): New defun.
9457 (syms_of_window): Defsubr it.
9458
9459 * window.h: Add EXFUN for Fwindow_full_width_p.
9460
9461 2007-07-14 Jason Rumney <jasonr@gnu.org>
9462
9463 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
9464
9465 2007-07-14 Richard Stallman <rms@gnu.org>
9466
9467 * eval.c (maybe_call_debugger): New function.
9468 (find_handler_clause): Use maybe_call_debugger.
9469 Call it when the handler says `debug'.
9470 Eliminate DEBUGGER_VALUE_PTR.
9471 (Fsignal): Eliminate debugger_value.
9472 (Qdebug): New variable.
9473 (syms_of_eval): Initialize it.
9474
9475 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
9476
9477 * eval.c (Fprogn):
9478 * keyboard.c (Ftrack_mouse):
9479 * print.c (Fwith_output_to_temp_buffer):
9480 * window.c (Fsave_window_excursion): Doc fix.
9481
9482 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
9485
9486 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * process.h (struct Lisp_Process): Turn slots infd, outfd,
9489 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
9490 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
9491 read_output_delay, and read_output_skip from Lisp_Objects to ints.
9492 Remove unused encoding_carryover.
9493 * process.c: Adjust all functions accordingly.
9494
9495 2007-07-12 Richard Stallman <rms@gnu.org>
9496
9497 * term.c: Include unistd.h only if HAVE_UNISTD_H.
9498
9499 2007-07-11 Jason Rumney <jasonr@gnu.org>
9500
9501 * makefile.w32-in (LIBS): Include OLE32.
9502
9503 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
9504 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
9505
9506 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
9509 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
9510 from a Lisp_Object into a bare pointer.
9511 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
9512 Adjust the code correspondingly.
9513
9514 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
9515
9516 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
9517 (term_show_mouse_face): Remove unused var `j'.
9518 (handle_one_term_event): Remove unused vars `i' and `j'.
9519 Don't cast return value of ttyname since it's not necessary.
9520
9521 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
9524 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
9525
9526 * fns.c (map_char_table): Use an array of int for `indices' rather than
9527 an array of Lisp_Objects (which are only ever integers anyway).
9528 (Fmap_char_table): Update caller.
9529 * lisp.h: Update prototype.
9530 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
9531 * fontset.c (Ffontset_info):
9532 * casetab.c (set_case_table): Update callers.
9533
9534 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
9535
9536 * keymap.c (struct accessible_keymaps_data)
9537 (struct where_is_internal_data): New structures.
9538 (accessible_keymaps_1, where_is_internal_1): Use them to change
9539 interface to adhere to the one used by map_keymap.
9540 (Faccessible_keymaps, where_is_internal): Use map_keymap.
9541 (accessible_keymaps_char_table, where_is_internal_2): Remove.
9542
9543 * keymap.h (map_keymap_function_t): More informative prototype.
9544
9545 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
9546
9547 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
9548 (looking_at_1): Don't change search_regs and last_thing_searched
9549 if `inhibit-changing-match-data' is non-nil.
9550 (string_match_1, search_buffer, set_search_regs): Likewise.
9551 (syms_of_search): Add Lisp level definition for
9552 `inhibit-changing-match-data' and set it to nil.
9553 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
9554 start and end of the match, instead of using values in search_regs.
9555
9556 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * minibuf.c (Fcompleting_read): New value `confirm-only'
9559 for `require-match'.
9560
9561 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
9564 part of the 2007-06-27 change to syms_of_fileio.
9565
9566 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9567
9568 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
9569 Check WINDOWP before using XWINDOW. Consolidate return statements.
9570
9571 2007-06-27 Richard Stallman <rms@gnu.org>
9572
9573 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
9574
9575 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
9576
9577 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
9578
9579 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9580
9581 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
9582 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
9583 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
9584 (_free_internal, memalign): Use them.
9585 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
9586 Initialize to PTHREAD_MUTEX_INITIALIZER.
9587 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
9588 (morecore_nolock): Rename from morecore. All uses changed.
9589 Use only nolock versions of internal allocation functions.
9590 (_malloc_internal_nolock, _realloc_internal_nolock)
9591 (_free_internal_nolock): New functions created from
9592 _malloc_internal, _realloc_internal, and _free_internal.
9593 (_malloc_internal, _realloc_internal, _free_internal): Use them.
9594 Copy hook value to automatic variable before its use.
9595 (memalign): Copy hook value to automatic variable before its use.
9596
9597 2007-06-26 Kenichi Handa <handa@m17n.org>
9598
9599 * coding.c (Ffind_operation_coding_system): Docstring improved.
9600 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
9601
9602 2007-06-25 David Kastrup <dak@gnu.org>
9603
9604 * keymap.c (Fcurrent_active_maps): Add `position' argument.
9605 (Fwhere_is_internal): Adjust call to `current-active-maps' to
9606 cater for additional parameter.
9607
9608 * keymap.h: Adjust number of parameters to `current-active-maps'.
9609
9610 * doc.c (Fsubstitute_command_keys): Adjust call of
9611 `current-active-maps'.
9612
9613 2007-06-25 David Kastrup <dak@gnu.org>
9614
9615 * callint.c (Fcall_interactively): Make the parsing of interactive
9616 specs somewhat more readable.
9617
9618 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9619
9620 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
9621 to scroll bar gap also when bitmap fills fringe. Draw only foreground
9622 if extended background has already been filled.
9623
9624 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9625
9626 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
9627 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
9628
9629 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
9630 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
9631 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
9632 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
9633 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
9634 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
9635 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
9636 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
9637 Run timers during dialog popup.
9638 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
9639
9640 2007-06-21 Jason Rumney <jasonr@gnu.org>
9641
9642 * image.c (convert_mono_to_color_image): Swap fore and background.
9643
9644 2007-06-20 Jason Rumney <jasonr@gnu.org>
9645
9646 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
9647 (w32_free_bdf_font): Unmap memory not handle.
9648
9649 2007-06-20 Sam Steingold <sds@gnu.org>
9650
9651 * gmalloc.c (__morecore): Fix the declaration to comply with the
9652 definition.
9653
9654 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
9655
9656 * w32term.c (w32_delete_display): Remove leftover declaration.
9657 (w32_define_cursor, w32_initialize): Make static.
9658
9659 * w32.c (_wsa_errlist): Fix typo in error message.
9660 (init_environment): Ignore any environment variable from the
9661 registry having a null value.
9662
9663 2007-06-20 Glenn Morris <rgm@gnu.org>
9664
9665 * Makefile.in (LIBGIF): Default to -lgif.
9666
9667 2007-06-17 Jason Rumney <jasonr@gnu.org>
9668
9669 * w32menu.c (add_menu_item): Don't use multibyte string functions on
9670 unicode strings.
9671
9672 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
9673
9674 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
9675 Fix typo in docstring.
9676
9677 2007-06-16 Eli Zaretskii <eliz@gnu.org>
9678
9679 * w32menu.c (add_menu_item): Escape `&' characters in menu items
9680 and their keybindings.
9681
9682 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
9683
9684 * composite.c (update_compositions): Fix last fix.
9685
9686 2007-06-14 Jason Rumney <jasonr@gnu.org>
9687
9688 * w32.c (get_process_times_fn): New function pointer.
9689 (globals_of_w32): Intialize it if present in kernel32.dll.
9690 (w32_get_internal_run_time): New function.
9691
9692 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
9693
9694 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
9695
9696 * composite.c (update_compositions): Check the validness of
9697 compositions.
9698
9699 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9700
9701 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
9702 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
9703
9704 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
9705 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
9706
9707 * macgui.h (USE_MAC_TOOLBAR): New define.
9708
9709 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
9710 Return immediately unless popup is activated.
9711
9712 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
9713 background to scroll bar gap.
9714 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
9715 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
9716 scroll bars on frame edge. Check fringe background extension.
9717 Don't clear extended fringe background area.
9718 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
9719 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
9720 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
9721 [USE_MAC_TOOLBAR]: New macros.
9722 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
9723 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
9724 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
9725 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
9726 [USE_MAC_TOOLBAR]: New functions.
9727 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
9728 manually if previous repositioning has failed.
9729 (mac_handle_keyboard_event): Use precomputed event kind.
9730 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
9731 as tool bar item click. Handle mouse movement over tool bar items.
9732
9733 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
9734 toolbar_win_gravity.
9735 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
9736 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
9737 Add externs.
9738
9739 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
9740 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
9741
9742 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
9743
9744 * image.c (search_image_cache): Remove unused variable.
9745
9746 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
9747
9748 * xfns.c, xmenu.c: Link to xaw3d if available.
9749
9750 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9751
9752 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
9753 frame_foreground and frame_background.
9754
9755 * image.c (lookup_image): Save frame foreground and background colors.
9756 (search_image_cache): Check if saved and current frame colors match.
9757
9758 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * regex.c (regex_compile): Remove the `regnum' counter.
9761 Use bufp->re_nsub instead. Add support for \(?N:RE\).
9762
9763 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * term.c: Include intervals.h to declare Fget_text_property.
9766
9767 2007-06-10 Jason Rumney <jasonr@gnu.org>
9768
9769 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
9770
9771 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
9772
9773 * callint.c (Fcall_interactively):
9774 * editfns.c (Fdelete_and_extract_region):
9775 * fileio.c (Fread_file_name):
9776 * fns.c (Fmapconcat):
9777 * keyboard.c (cmd_error_internal):
9778 * keymap.c (Fkey_description):
9779 * lread.c (openp):
9780 * minibuf.c (read_minibuf):
9781 * search.c (wordify):
9782 * sunfns.c (sel_read):
9783 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
9784 * xfns.c (x_default_scroll_bar_color_parameter):
9785 * xmenu.c (menu_help_callback):
9786 * xselect.c (Fx_get_atom_name):
9787 * xterm.c (x_term_init): Use empty_unibyte_string.
9788
9789 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
9790
9791 * alloc.c (init_strings): Initialize canonical empty strings.
9792 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
9793 canonical empty string when the requested size is 0.
9794
9795 * emacs.c (empty_unibyte_string): Rename from empty_string.
9796 (empty_multibyte_string): New canonical empty string.
9797 (syms_of_emacs): Don't initialize empty_string.
9798
9799 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
9800 string, if appropriate.
9801 (empty_unibyte_string, empty_multibyte_string): New externs.
9802 (empty_string): Remove extern.
9803
9804 * lread.c (syms_of_lread): Use empty_unibyte_string.
9805
9806 2007-06-07 Jason Rumney <jasonr@gnu.org>
9807
9808 * s/ms-w32.h: Don't define HAVE_TZNAME.
9809
9810 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
9811
9812 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9813
9814 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
9815
9816 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
9817 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
9818
9819 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
9820 Don't call next handler.
9821 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
9822 Remove argument. Install handler to application.
9823 (set_frame_menubar): Don't change deep_p.
9824 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
9825 FRAME_OUTER_TO_INNER_DIFF_Y.
9826 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
9827 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
9828 [HAVE_DIALOGS]: New macros.
9829 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
9830 Use them.
9831 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
9832
9833 * macselect.c [MAC_OSX] (install_service_handler): Rename from
9834 init_service_handler. All callers changed. Return OSStatus value.
9835
9836 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
9837 All callers changed so as not to call SetPortWindowPort.
9838 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
9839 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
9840 mac_draw_string_common.
9841 (mac_draw_image_string_qd): Likewise.
9842 (mac_draw_string_common): Use them. Add INLINE.
9843 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
9844 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
9845 GetGlobalMouse.
9846 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
9847 and FRAME_OUTER_TO_INNER_DIFF_Y.
9848 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
9849 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
9850 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
9851 repositioning window to mac_handle_window_event.
9852 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
9853 saving window location to mac_handle_window_event
9854 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
9855 (install_menu_target_item_handler): Remove argument in extern.
9856 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
9857 Also accept command events.
9858 (do_keystroke): New function created from XTread_socket.
9859 (init_command_handler): Remove functions.
9860 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
9861 and save window location by kEventWindowShowing and kEventWindowHiding
9862 handlers here. Don't call next handler for window state change and
9863 focus events.
9864 (mac_handle_application_event, mac_handle_keyboard_event)
9865 [TARGET_API_MAC_CARBON]: New functions.
9866 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
9867 kEventWindowShowing and kEventWindowHiding events. Move installation
9868 of mouse, font, text input and menu target item handlers to
9869 install_application_handler.
9870 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
9871 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
9872 New function.
9873 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
9874 Register it.
9875 (XTread_socket) [TARGET_API_MAC_CARBON]:
9876 Consolidate SendEventToEventTarget calls.
9877 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
9878 Move application activation handler to mac_handle_application_event.
9879 Move keyboard handler to mac_handle_keyboard_event.
9880 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
9881 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
9882 init_command_handler. Call install_application_handler.
9883
9884 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
9885 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
9886
9887 2007-06-07 Glenn Morris <rgm@gnu.org>
9888
9889 * emacs.c (main): Use `emacs-copyright' in --version output.
9890
9891 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
9892
9893 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
9894
9895 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9896
9897 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
9898
9899 * macgui.h: Replace WindowPtr with WindowRef.
9900
9901 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
9902 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
9903 Replace ControlHandle with ControlRef.
9904 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
9905
9906 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
9907 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
9908 Replace ControlHandle with ControlRef.
9909 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
9910 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
9911
9912 * macterm.h (struct scroll_bar): Rename member control_handle_low
9913 and control_handle_high to control_ref_low and control_ref_high.
9914 All uses changed.
9915 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
9916 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
9917 respectively. All uses changed.
9918 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
9919 (install_window_handler, remove_window_handler): Replace WindowPtr
9920 with WindowRef in externs.
9921
9922 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
9923
9924 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
9925
9926 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
9927
9928 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
9929
9930 * frame.c (Fmouse_position, Fmouse_pixel_position):
9931 Condition on HAVE_GPM too.
9932
9933 * term.c (term_mouse_highlight): Remove unused variables.
9934 (Fterm_open_connection): Set gpm_zerobased to 1.
9935 (term_mouse_movement, term_mouse_click, handle_one_term_event):
9936 Use zero based co-ordinates.
9937 (handle_one_term_event): Report a drag as mouse movement too.
9938
9939 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
9940
9941 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
9942
9943 * image.c (search_image_cache): New function. Require background
9944 color match if background color is unspecified in the image spec.
9945 (uncache_image, lookup_image): Use it.
9946
9947 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
9948
9949 * window.c (Fshrink_window): Reflow docstring.
9950
9951 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
9952
9953 * Version 22.1 released.
9954
9955 2007-06-01 Richard Stallman <rms@gnu.org>
9956
9957 * xfns.c (x_encode_text): Add GCPRO.
9958
9959 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9960
9961 * xfns.c (x_set_name_internal): Save encoded name before
9962 x_encode_text in case string data is relocated.
9963
9964 2007-05-31 Richard Stallman <rms@gnu.org>
9965
9966 * buffer.c (syms_of_buffer): Doc fix.
9967
9968 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
9969
9970 * sysdep.c (init_sys_modes): Add rather than replace with
9971 O_NONBLOCK.
9972
9973 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
9974 term_mouse_moveto.
9975
9976 * termhooks.h (term_mouse_moveto): New extern.
9977
9978 * term.c (mouse_face_window): Rename...
9979 (Qmouse_face_window): ...to this.
9980 (term_show_mouse_face, term_clear_mouse_face)
9981 (term_mouse_highlight): Use Qmouse_face_window.
9982 (term_mouse_moveto): New function.
9983 (term_mouse_position): Make it work.
9984 (syms_of_term): Uncomment assignment to mouse_position_hook.
9985 Staticpro Qmouse_face_window.
9986
9987 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9988
9989 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
9990 around current_column call.
9991
9992 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
9993
9994 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
9995 * xdisp.c (next_element_from_buffer):
9996 * window.c (delete_window):
9997 * term.c (term_mouse_highlight):
9998 * msdos.c (getdefdir):
9999 * macterm.c (mac_create_bitmap_from_bitmap_data)
10000 (init_font_name_table):
10001 * fns.c (Fsxhash):
10002 * data.c (Fmake_local_variable):
10003 * ccl.c (ccl_driver): Likewise.
10004
10005 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10006
10007 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
10008 Call mac_wakeup_from_rne on window size change.
10009
10010 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
10011
10012 * image.c (uncache_image): Fix typo.
10013
10014 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
10015
10016 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
10017
10018 2007-05-22 Richard Stallman <rms@gnu.org>
10019
10020 * xterm.c (x_connection_closed): Remove NO_RETURN.
10021
10022 2007-05-22 Martin Rudalics <rudalics@gmx.at>
10023
10024 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
10025
10026 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
10027
10028 * image.c (uncache_image): New function.
10029 (Fimage_refresh): New function.
10030
10031 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
10032
10033 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
10034
10035 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10036
10037 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
10038 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
10039
10040 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10041
10042 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
10043 conditional on [HAVE_GPM_H].
10044
10045 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * syntax.c (skip_chars): Update syntax-table only after we checked that
10048 the new location is valid.
10049
10050 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10051
10052 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
10053 mac_get_window_bounds.
10054
10055 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10056
10057 * Makefile.in (LIBGPM): Allow it to be set from configure.
10058 If set then link Emacs with it.
10059
10060 * config.in: Regenerate.
10061
10062 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
10063 New externs.
10064
10065 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
10066 Include gpm.h.
10067 (handle_one_term_event, term_gpm): New externs.
10068
10069 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
10070 and allow it to be interrupted by SIGIO.
10071
10072 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
10073 (wait_reading_process_output): Wait on gpm_fd too.
10074 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
10075 (add_gpm_wait_descriptor_called_flag): New variable.
10076 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
10077
10078 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
10079 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
10080 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
10081 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
10082 (make_lispy_event): Add case GPM_CLICK_EVENT.
10083 (read_avail_input): Handle mouse input.
10084
10085 * term.c (write_glyphs_with_face): New function.
10086 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
10087 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
10088 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
10089 (mouse_face_face_id, term_gpm, pos_x, pos_y)
10090 (last_mouse_x, last_mouse_y): New variables.
10091 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
10092 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
10093 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
10094 (Fterm_close_connection): New functions.
10095 (term_init): Initialise mouse_face_window.
10096
10097 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
10098
10099 * xdisp.c (redisplay_window): If first window line is a
10100 continuation line, recompute the new window start instead of
10101 recentering.
10102
10103 2007-05-18 Glenn Morris <rgm@gnu.org>
10104
10105 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
10106 Suggested by Alfred M. Szmidt <ams@gnu.org>.
10107
10108 2007-05-17 Glenn Morris <rgm@gnu.org>
10109
10110 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
10111
10112 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10113
10114 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
10115 dead key repeat and up events.
10116
10117 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
10118
10119 * image.c (pbm_load): Check image size for monochrome pbm.
10120
10121 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
10122
10123 * xterm.c (XTread_socket): Revert last change.
10124
10125 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * image.c (pbm_load): Correctly check image size for greyscale pbm.
10128
10129 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
10130
10131 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
10134 mixup (YAILOM).
10135
10136 2007-05-07 Andreas Schwab <schwab@suse.de>
10137
10138 * keymap.c (Flookup_key): Fix typo in last change.
10139
10140 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
10143 mapping for unibyte strings.
10144
10145 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10146
10147 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
10148 (Fx_popup_dialog) [MAC_OSX]: Likewise.
10149
10150 2007-04-29 Richard Stallman <rms@gnu.org>
10151
10152 * insdel.c (replace_range): For undo, record insertion first.
10153
10154 2007-04-29 Andreas Schwab <schwab@suse.de>
10155
10156 * lisp.h (VECSIZE): Use OFFSETOF.
10157
10158 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10159
10160 * xdisp.c (try_window_reusing_current_matrix): Fix number of
10161 disabled lines.
10162
10163 2007-04-28 Richard Stallman <rms@gnu.org>
10164
10165 * lread.c (read_escape): In a string, \s is always space.
10166
10167 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
10168
10169 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
10170
10171 * gtkutil.c (xg_update_menubar, create_menus): Create empty
10172 submenu for menu bar items.
10173
10174 See ChangeLog.10 for earlier changes.
10175
10176 ;; Local Variables:
10177 ;; coding: utf-8
10178 ;; add-log-time-zone-rule: t
10179 ;; End:
10180
10181 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
10182
10183 This file is part of GNU Emacs.
10184
10185 GNU Emacs is free software; you can redistribute it and/or modify
10186 it under the terms of the GNU General Public License as published by
10187 the Free Software Foundation; either version 3, or (at your option)
10188 any later version.
10189
10190 GNU Emacs is distributed in the hope that it will be useful,
10191 but WITHOUT ANY WARRANTY; without even the implied warranty of
10192 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10193 GNU General Public License for more details.
10194
10195 You should have received a copy of the GNU General Public License
10196 along with GNU Emacs; see the file COPYING. If not, write to the
10197 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10198 Boston, MA 02110-1301, USA.
10199
10200 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40