(Fvertical_motion): Use position reported by iterator
[bpt/emacs.git] / src / ChangeLog
1 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * indent.c (Fvertical_motion): Use position reported by iterator
4 instead of PT for determining screen motion (bug#943).
5
6 2008-09-17 Romain Francoise <romain@orebokech.com>
7
8 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
9
10 2008-09-17 Kenichi Handa <handa@m17n.org>
11
12 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
13
14 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
15 if necessary.
16
17 2008-09-16 Kenichi Handa <handa@m17n.org>
18
19 * coding.c (make_conversion_work_buffer): Avoid calling
20 Fget_buffer_create if it is not necessary.
21
22 2008-09-15 Martin Rudalics <rudalics@gmx.at>
23
24 * window.c (Fselect_window): Don't update window_select_count and
25 use_time when norecord is not nil.
26
27 2008-09-14 Kenichi Handa <handa@m17n.org>
28
29 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
30 specpdl_ptr.
31
32 2008-09-12 Kenichi Handa <handa@m17n.org>
33
34 * indent.c (scan_for_column): Don't handle automatic composition
35 if the current buffer is not associated with a window.
36
37 * composite.c (composition_reseat_it): If the current buffer is
38 not associated with a window, ignore the automatic composition.
39 (find_automatic_composition): Likewise.
40
41 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
44 (Fgpm_mouse_stop): Use it.
45 * termhooks.h (close_gpm): Declare.
46 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
47 connection if Gpm_GetEvent fails.
48
49 * window.c (set_window_buffer): Always preserve current-buffer.
50
51 2008-09-12 Glenn Morris <rgm@gnu.org>
52
53 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
54
55 2008-09-11 Glenn Morris <rgm@gnu.org>
56
57 * charset.c (charset-map-path): Doc fix.
58
59 2008-09-10 Kenichi Handa <handa@m17n.org>
60
61 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
62
63 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
64 compose a grapheme cluster with the preceding base glyph.
65
66 * composite.c (composition_compute_stop_pos): Fix previous change.
67 Reset cmp_it->id to -1 at first.
68
69 2008-09-10 Glenn Morris <rgm@gnu.org>
70
71 * Makefile.in (character.o, chartab.o): Fix config.h typo.
72
73 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
74
75 * keyboard.c (read_key_sequence): Reapply translation maps when
76 switching keyboards.
77
78 2008-09-09 Kenichi Handa <handa@m17n.org>
79
80 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
81 characters.
82
83 * composite.c (FORWARD_CHAR): Fix calculation
84 of (POSITION).pos_byte.
85 (composition_compute_stop_pos): Limit the search of composition to
86 at most 500 characters ahead. If we reach the limit or find a
87 newline, set cmp_it->ch to -2 and return 0.
88 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
89
90 2008-09-08 Kenichi Handa <handa@m17n.org>
91
92 * indent.c (Fvertical_motion): Be sure to set
93 it_overshoot_expected if it.cmp_it.id is non-nengative.
94
95 2008-09-07 Andreas Schwab <schwab@suse.de>
96
97 * callproc.c (Fcall_process): Don't hold references to string data
98 across garbage collection. Move initialisation of new_argv down
99 to avoid compiler bug.
100
101 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
102
103 * process.c (Fsystem_process_attributes): Doc fix.
104
105 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
106
107 * callproc.c (Fcall_process): Canonicalize current directory name.
108
109 * xdisp.c (move_it_to): When moving by vpos, ensure that the
110 iterator advances to the next line if the current line ends in a
111 continued tab.
112
113 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
114
115 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
116 member to point to cmp_from.
117
118 * xdisp.c: Doc fix for references to gidx data member.
119
120 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
123
124 2008-09-07 Kenichi Handa <handa@m17n.org>
125
126 * composite.c (FORWARD_CHAR): Check STOP after
127 incrementing (POSITION).pos.
128
129 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
130
131 * process.c (Fsystem_process_attributes): Doc fix.
132
133 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
134
135 * keyboard.c (Ftop_level): Doc fix.
136
137 2008-09-06 Eli Zaretskii <eliz@gnu.org>
138
139 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
140 minibuffer, don't let lower part of menu invade the echo area.
141
142 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
143 "char *q" to access menu text and advance through it. Revert the
144 change that displayed ">" instead of ASCII character 0x10.
145
146 2008-09-05 Eli Zaretskii <eliz@gnu.org>
147
148 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
149 toggle boxes and radio buttons on MS-DOS as well.
150
151 2008-09-05 Kenichi Handa <handa@m17n.org>
152
153 * composite.c (autocmp_chars): Check lookback count.
154 (composition_compute_stop_pos): Set cmp_it->lookback.
155 (composition_reseat_it): Check lookback count.
156 (struct position_record): New struct.
157 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
158 (find_automatic_composition): New function.
159 (composition_adjust_point): Use find_automatic_composition.
160
161 * dispextern.h (struct composition_it): New member lookback.
162
163 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
164
165 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
166 if moving by a single line.
167
168 2008-09-02 Andreas Schwab <schwab@suse.de>
169
170 * xterm.c (x_delete_display): Fix merge error.
171
172 * fileio.c (Fexpand_file_name): Remove unused variables.
173
174 2008-09-02 Eli Zaretskii <eliz@gnu.org>
175
176 * fileio.c (Fexpand_file_name): Copy argument `name' into local
177 storage on all platforms, not just on DOS_NT.
178
179 2008-09-02 Jason Rumney <jasonr@gnu.org>
180
181 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show): Ensure
182 mouse is not grabbed after menu is finished.
183
184 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
185
186 * xfaces.c (Finternal_set_alternative_font_family_alist)
187 (Finternal_set_alternative_font_registry_alist): Properly copy
188 entire alist structure.
189
190 2008-09-01 Kenichi Handa <handa@m17n.org>
191
192 * ftfont.c (ftfont_spec_pattern): Don't create a charset of the
193 representative chars of the script is a vector.
194 (ftfont_list): Handle the case the representative chars of the
195 script is a vector.
196
197 * character.c (syms_of_character): Docstring of
198 script-representative-chars fixed.
199
200 2008-08-31 Eli Zaretskii <eliz@gnu.org>
201
202 * msdos.c (BUILD_CHAR_GLYPH): New macro.
203 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
204 the menu. Allocate larger buffer for `text', to account for
205 possible ^C characters.
206
207 2008-08-31 Martin Rudalics <rudalics@gmx.at>
208
209 * xdisp.c (prepare_menu_bars): Don't call
210 Vwindow_size_change_functions with arg Qt.
211
212 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * font.h (font_range):
215 * fileio.c (report_file_error):
216 * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
217
218 2008-08-30 Glenn Morris <rgm@gnu.org>
219
220 * data.c (Fmake_variable_frame_local): Doc fix.
221
222 * frame.c (Fmodify_frame_parameters): Doc fix.
223
224 2008-08-30 Eli Zaretskii <eliz@gnu.org>
225
226 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
227 needed by GetTokenInformation.
228 (w32_system_process_attributes): Check return values of all system
229 APIs.
230
231 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
232 only when the state changes.
233 (IT_update_begin, IT_update_end): Add termscript trace.
234
235 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
236 clipboard is unavailable. Set dst to NULL if it doesn't point to
237 malloc'ed data.
238 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
239 passing random values to xfree.
240
241 * dispnew.c (init_display): Set `tty's association in frame's
242 parameters alist to the name of the terminal device, if that is
243 known.
244
245 2008-08-29 Jason Rumney <jasonr@gnu.org>
246
247 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
248
249 2008-08-29 Eli Zaretskii <eliz@gnu.org>
250
251 * composite.c (fill_gstring_body): Avoid compiler warnings.
252
253 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
254 LGLYPH_SET_CODE to avoid compiler warnings.
255
256 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h
257
258 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
259
260 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
261 LGLYPH_SET_CODE.
262
263 2008-08-29 Kenichi Handa <handa@m17n.org>
264
265 * fileio.c (report_file_error): Don't downcase the first character
266 of errstring if it is still unibyte.
267
268 2008-08-29 Kenichi Handa <handa@m17n.org>
269
270 These changes are to re-implement the automatic composition so
271 that it doesn't use text properties.
272
273 * Makefile.in (ftfont.o): Depend on composite.h.
274 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
275
276 * character.h (Vunicode_category_table): Extern it.
277
278 * character.c (Vunicode_category_table): New variable.
279 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
280
281 * chartab.c (optimize_sub_char_table): Perform more greedy
282 optimization.
283
284 * composite.h (enum composition_method): Delete
285 COMPOSITION_WITH_GLYPH_STRING.
286 (COMPOSITION_METHOD): Dont' check COMPOSITION_WITH_GLYPH_STRING.
287 (Vcomposition_function_table): Extern it.
288 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
289 (composition_gstring_put_cache, composition_gstring_from_id)
290 (composition_gstring_p, composition_gstring_width)
291 (composition_compute_stop_pos, composition_reseat_it)
292 (composition_update_it, composition_adjust_point): Extern them.
293 (Fcomposition_get_gstring): EXFUN it.
294
295 * composite.c: Include window.h, frame.h, dispextern.h font.h.
296 (Vcomposition_function_table)
297 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
298 (gstring_hash_table, gstring_work, gstring_work_headers): New
299 variables.
300 (gstring_lookup_cache, composition_gstring_put_cache)
301 (composition_gstring_from_id, composition_gstring_p)
302 (composition_gstring_width, fill_gstring_header)
303 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
304 (composition_reseat_it, composition_update_it)
305 (composition_adjust_point, Fcomposition_get_gstring): New
306 functions.
307 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
308 and gstring_work_headers. DEFVAR_LISP composition-function-table.
309 Defsubr compostion_get_gstring.
310
311 * dispextern.h (struct glyph): New union u.cmp. Delete the member
312 cmp_id.
313 (struct glyph_string): Delete the member gidx. New members
314 cmp_id, cmp_from, and cmp_to.
315 (enum it_method): Delete GET_FROM_COMPOSITION.
316 (struct composition_it): New struct.
317 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
318 Delete c, len, cmp_id, cmp_len in u.comp.
319
320 * font.h (enum lgstring_indices): Delete it.
321 (LGSTRING_XXX, LGLYPH_XXX): These macros moved to composite.h.
322 (enum lglyph_indices): Likewise.
323 (font_range): Extern adjusted.
324 (font_fill_lglyph_metrics): Extern it.
325
326 * font.c (QCf): New variable.
327 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
328 (font_prepare_composition): Delete this function.
329 (font_range): Type and arguments changed.
330 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
331 (font_fill_lglyph_metrics): New function.
332 (Ffont_shape_text): Renamed to Ffont_shape_gstring and arguments
333 changed.
334 (syms_of_font): DEFSYM QCf. Delete defsubr for
335 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text. Defsubr
336 Sfont_shape_gstring.
337
338 * fontset.h (font_for_char): Extern it.
339
340 * fontset.c (font_for_char): New function.
341
342 * ftfont.c: Include composite.h.
343 (ftfont_resolve_generic_family): Add langset "en" to pattern.
344 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not
345 LGSTRING_LENGTH.
346
347 * indent.c: Include composite.h and dispextern.h.
348 (check_composition): Delete this function.
349 (scan_for_column): Handle composition by
350 composition_compute_stop_pos, composition_reseat_it, and
351 composition_update_it.
352 (compute_motion): Likewise.
353 (Fvertical_motion): Fix checking of composition.
354
355 * keyboard.c (adjust_point_for_property): Check composition by
356 composition_adjust_point.
357
358 * nsterm.m (ns_draw_glyph_string): Adjusted for the change of
359 struct glyph_string.
360
361 * term.c (encode_terminal_code): Adjusted for the change of struct
362 glyph.
363 (append_composite_glyph): Adjusted for the change of struct it and
364 struct glyph.
365 (produce_composite_glyph): Likewise.
366
367 * w32term.c (x_draw_composite_glyph_string_foreground): Adjusted
368 for the change of struct glyph_string.
369 (x_draw_glyph_string): Likewise.
370
371 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
372 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
373
374 * xdisp.c: Include font.h.
375 (it_props): Delete the entry for Qauto_composed.
376 (init_iterator): Initialize it->cmp_it.id to -1.
377 (compute_stop_pos): Call composition_compute_stop_pos.
378 (face_before_or_after_it_pos): Adjusted for the change of struct
379 it.
380 (handle_auto_composed_prop): Delete it.
381 (handle_composition_prop): Handle only static composition.
382 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
383 from xassert. Initialize it->cmp_it.stop_pos.
384 (push_it): Adjusted for the change of struct it.
385 (pop_it): Likewise.
386 (get_next_element): Delete next_element_from_composition.
387 (CHAR_COMPOSED_P): New macro.
388 (get_next_display_element): For automatic composition, get a face
389 from the font in the glyph-string.
390 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
391 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION
392 case.
393 (next_element_from_string): Check if the character at the current
394 position is composed by CHAR_COMPOSED_P.
395 (next_element_from_buffer): Likewise.
396 (next_element_from_composition): Adjusted for the change of struct
397 it. Update it->cmp_it.
398 (dump_glyph): Adjusted for the change of struct glyph.
399 (fill_composite_glyph_string): Adjusted for the change of struct
400 it and struct glyph. Don't handle automatic composition here.
401 (fill_gstring_glyph_string): New function.
402 (x_get_glyph_overhangs): Handle automatic composition.
403 (BUILD_COMPOSITE_GLYPH_STRING): Adjusted for the change of struct
404 glyph.
405 (BUILD_GSTRING_GLYPH_STRING): New macro.
406 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
407 automatic composition.
408 (append_composite_glyph): Adjusted for the change of struct it and
409 struct glyph.
410 (x_produce_glyphs): Adjusted for the change of struct it.
411
412 * xterm.c (x_draw_composite_glyph_string_foreground): Adjusted for
413 the change of struct glyph_string.
414 (x_draw_glyph_string): Likewise.
415
416 2008-08-29 Glenn Morris <rgm@gnu.org>
417
418 * buffer.c (word-wrap): Doc fix.
419 * xdisp.c (truncate-partial-width-windows): Doc fix.
420 Increase default to 50.
421
422 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
423
424 * xdisp.c (update_tool_bar_unwind): New function.
425 (update_tool_bar): Temporarily set selected frame before building
426 tool-bar items.
427
428 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
429
430 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
431 snprintf, respectively.
432 (xd_append_arg): Convert strings with Fstring_make_unibyte.
433
434 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
435
436 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
437 LDFLAGS to GNUstep CC invocation.
438
439 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
440
441 * indent.c (Fvertical_motion): Revert last change. Handle the
442 general case where we are moving forward, and PT spans multiple
443 screen lines.
444
445 * eval.c (find_handler_clause): Temporarily increase
446 max-lisp-eval-depth while printing the backtrace buffer, to
447 guarantee that help-mode code can run.
448
449 2008-08-27 Eli Zaretskii <eliz@gnu.org>
450
451 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
452 colors under -rv.
453 (IT_set_frame_parameters): Don't swap foreground and background
454 colors if `(reverse . t)' is present in the frame properties.
455 (internal_terminal_init): Call init_frame_faces only for the
456 initial frame.
457
458 2008-08-27 Andreas Schwab <schwab@suse.de>
459
460 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
461
462 2008-08-27 Andreas Schwab <schwab@suse.de>
463
464 * search.c (search_buffer): Set char_base to zero only at the end.
465
466 2008-08-27 Kenichi Handa <handa@m17n.org>
467
468 * fileio.c (report_file_error): Fix handling of multibyte error
469 string.
470
471 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
472
473 * xterm.c (x_term_init): Temporarily hide the partially
474 initialized terminal while calling vendor-specific-keysyms.
475
476 2008-08-26 Eli Zaretskii <eliz@gnu.org>
477
478 * msdos.c (internal_terminal_init): Most initializations done only
479 once, especially initial_screen_colors[] and termscript open.
480
481 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
482
483 * eval.c (Fcondition_case): Doc fix.
484
485 * widgetprv.h (EmacsFramePart): Change font member to the new font
486 struct.
487
488 * widget.c: Include character.h and font.h for XSETFONT.
489 (setup_frame_gcs): Compute X font id from font struct, just once.
490
491 2008-08-26 Eli Zaretskii <eliz@gnu.org>
492
493 * term.c (get_named_tty): Fix last change.
494
495 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
496
497 * indent.c (Fvertical_motion): If moving forward starting from a
498 multi-line string, move the iterator to the last line of that
499 string.
500
501 2008-08-25 Eli Zaretskii <eliz@gnu.org>
502
503 * frame.c (do_switch_frame): Mark previously displayed frame as
504 obscured for FRAME_MSDOS_P frames as well.
505
506 2008-08-24 Eli Zaretskii <eliz@gnu.org>
507
508 * frame.c (make_terminal_frame): Initialize f->terminal,
509 f->terminal->reference_count, and scroll bars on MS-DOS as well.
510 Set the top frame to newly created frame.
511 (Fmake_terminal_frame): Reuse the_only_display_info.
512
513 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
514 estimating available memory.
515
516 2008-08-23 David Reitter <david.reitter@gmail.com>
517
518 * nsterm.m (ns_draw_window_cursor): Don't call
519 NSDisableScreenUpdates and NSEnableScreenUpdates on
520 non-NS_IMPL_COCOA systems.
521
522 2008-08-23 Andreas Schwab <schwab@suse.de>
523
524 * process.c (procfs_system_process_attributes): Fix use of
525 uninitialized variables.
526
527 2008-08-23 Eli Zaretskii <eliz@gnu.org>
528
529 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
530
531 * dispnew.c (init_display): Remove MS-DOS specific conditions for
532 calling tty-set-up-initial-frame-faces.
533
534 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show): Allow
535 MSDOS frames along with X frames.
536
537 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
538 addition to output_termcap.
539
540 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
541
542 * termchar.h (FRAME_TTY): Support output_msdos_raw.
543 (struct tty_display_info) [MSDOS]: Add fields related to mouse
544 highlight.
545
546 * process.c [!subprocesses]: Define QCname.
547 (syms_of_process): Intern and staticpro it.
548
549 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
550 Adjust for changes in encoding/decoding routines. Use
551 encode_coding_object and decode_coding_object instead of
552 encode_coding and decode_coding.
553
554 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as
555 argument.
556
557 * dosfns.c: Include frame.h before termhooks.h.
558 (dos_cleanup): Use CURTTY ()->termscript instead of a global
559 variable termscript.
560
561 * s/msdos.h (USER_FULL_NAME): Define.
562 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
563
564 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
565 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
566 pw->pw_gecos.
567
568 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
569 SELECTED_FRAME as additional (1st) argument.
570 (tty_read_avail_input): Handle output_msdos_raw in
571 addition to output_termcap.
572
573 * msdos.c: Include frame.h before termhooks.h.
574 (mouse_on, mouse_off, mouse_moveto, mouse_init)
575 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
576 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
577 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
578 (IT_set_terminal_modes, IT_reset_terminal_modes)
579 (IT_set_frame_parameters): Use tty->termscript instead of a global
580 variable termscript.
581 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
582 global variable terminal_coding. Don't refer to
583 Vnonascii_translation_table.
584 (internal_terminal_init): Set Vwindow_system in current_kboard.
585 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
586 Announce date and time of session start, if termscript is open.
587 Don't zero out the_only_display_info (it is done in
588 term.c:init_tty). Open termscript only of not already open. Log
589 "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
590 here instead of dos_ttraw. Don't initialize display if this is an
591 initial tty. Don't set FRAME_FONT.
592 (Vwindow_system_version): Bump to 23.
593 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
594 is available, set up mouse_position_hook.
595 (dos_ttraw, IT_set_terminal_modes): If called with initial
596 terminal, do nothing.
597 (IT_set_frame_parameters): Handle the Qtty_type frame
598 parameter by calling internal_terminal_init.
599 (dos_set_window_size, show_mouse_face)
600 (clear_mouse_face, IT_note_mode_line_highlight)
601 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
602 (dos_rawgetc): Use tty_display_info instead of x_display_info.
603 (initialize_msdos_display): New function.
604 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
605 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
606 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
607 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
608 Accept additional argument: a pointer to a frame. All callers
609 changed.
610 (request_sigio, unrequest_sigio): Don't define, now defined on
611 sysdep.c.
612 (IT_write_glyphs): Rewrite to use encode_terminal_code.
613
614 * term.c [MSDOS]: Include msdos.h.
615 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
616 conditional to DOS_NT. Allow only one call to this function in a
617 session. Don't allocate a new struct tty_display_info; instead,
618 reuse the_only_display_info. Call get_tty_size to get screen
619 dimensions. Call init_baud_rate to set bad_rate.
620 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
621 (Fsuspend_tty) [MSDOS]: Don't close input and output.
622 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use
623 stdin/stdout.
624 (get_tty_terminal, get_named_tty, Ftty_type)
625 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
626 output_termcap.
627 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty): Call
628 add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
629 only when subprocesses are supported
630
631 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
632 f->output_data.x.
633 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
634 terminal devices.
635
636 * msdos.h Remove definition of struct x_display_info and struct
637 x_output.
638 (FRAME_FONT): Use output_data.tty.
639 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
640 (struct x_display_info): Renamed from display_info. All users in
641 msdos.c changed.
642 (struct x_output): Remove background_pixel and foreground_pixel.
643 (the_only_display_info): Renamed from the_only_x_display.
644 (dos_ttraw): Update prototype.
645
646 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
647 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
648
649 2008-08-23 Jason Rumney <jasonr@gnu.org>
650
651 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
652 (fn_TIFFSetDirectory): New library function used.
653 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
654 (tiff_load): Use :index to select among multiple images. Set count
655 property when multiple images exist.
656 (gif_format): Use :index, not :image.
657
658 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
659
660 * xdisp.c (try_scrolling): Check INT_MAX instead of
661 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
662 to obtain INT_MAX.
663
664 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
665
666 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
667
668 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
669
670 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
671 GNUstep library location.
672
673 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
674
675 * xfaces.c (x_update_menu_appearance): Check validity of menu font
676 before using it.
677
678 * puresize.h (BASE_PURESIZE): Increase to 1250000.
679
680 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
681
682 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
683 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
684 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
685 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
686 (EmacsApp-cursor_blink_handler): Remove declaration.
687 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
688 match 01 Feb 2008 changes in xterm.c.
689 (ns_read_socket): Add cast to avoid warning.
690 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
691 GNUstep.
692
693 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
694
695 * xselect.c (x_get_foreign_selection): Return nil if desired
696 selection could not be obtained, instead of signalling an error.
697
698 2008-08-20 David Reitter <david.reitter@gmail.com>
699
700 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
701 * nsterm.m: Remove ns-specific code for cursor blinking.
702 (ns_draw_window_cursor): Clear cursor properly rather than
703 redrawing the area. Respect width of bar cursors.
704 These changes enable the use of generic blink-cursor-mode and
705 generic cursor types in NS and support smooth cursor movements (do
706 not blink off after command).
707 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
708 Nextstep, too.
709
710 2008-08-19 Kenichi Handa <handa@m17n.org>
711
712 * font.c (Vfont_log_deferred): New variable.
713 (font_add_log): Check Vfont_log_deferred.
714 (font_deferred_log): New funciton.
715
716 * font.h (font_deferred_log): Extern it.
717
718 * fontset.c (reorder_font_vector): Use encoding charset of fonts
719 for sorting.
720 (face_for_char): Use deferred log.
721
722 2008-08-18 Kenichi Handa <handa@m17n.org>
723
724 * fontset.c (face_for_char): Add font log.
725
726 * font.c (font_add_log): Add the font properties :script, :lang,
727 and :otf in the log.
728
729 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
730
731 * xdisp.c: Remove dead code.
732 (handle_invisible_prop, next_overlay_string): Defer call to
733 setup_for_ellipsis.
734 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
735
736 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
737
738 * xfaces.c (lookup_derived_face): Properly handle possible zero
739 return value of get_lface_attributes.
740 (merge_faces): Don't tell lookup_derived_face to signal an error
741 if face is not found.
742
743 * dired.c (Fdirectory_files): Doc fix.
744
745 * process.c (make_process): Initialize kill_without_query struct
746 member.
747
748 2008-08-15 Eli Zaretskii <eliz@gnu.org>
749
750 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
751 Alternative calculation of totphys for Visual Studio 6.
752
753 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
754
755 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
756 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
757 All users changed.
758 (stat): Only root directory passed to GetDriveType. Allow RAM
759 disk as well as local fixed disk when w32-get-true-file-attributes
760 is set to `local'.
761 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
762 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
763 (w32_cached_id, w32_add_to_cache): New functions.
764 (get_name_and_id): Look account names in the cache before calling
765 lookup_account_sid.
766 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
767 New initialization flags.
768 (globals_of_w32): Initialize them to zero.
769 (w32_system_process_attributes): Use w32_cached_id and
770 w32_add_to_cache.
771
772 2008-08-14 Lawrence Mitchell <wence@gmx.li>
773
774 * lread.c (Fread_char, Fread_char_exclusive): If no character
775 event is read before timeout is reached, return nil, rather than
776 converting to a number.
777
778 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
779
780 * fns.c (use_dialog_box): Doc fix.
781
782 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
783 on OS X.
784
785 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
786
787 * frame.c (Qns_parse_geometry): New var.
788 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
789
790 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
791
792 * xdisp.c (x_produce_glyphs): Handle the case when font has no
793 space character in calculating tabs.
794
795 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
796
797 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
798
799 2008-08-10 Glenn Morris <rgm@gnu.org>
800
801 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
802 silence gcc "limited range of data type" warnings in some
803 make_fixnum_or_float calls.
804
805 2008-08-09 Eli Zaretskii <eliz@gnu.org>
806
807 * w32.c (w32_system_process_attributes): If the process does not
808 exist, return nil.
809
810 * w32.c: Include thelp32.h, psapi.h and coding.h.
811 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
812 declarations.
813 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
814 (Process32Next_Proc): New typedefs.
815 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
816 (g_b_init_process32_next, g_b_init_open_thread_token)
817 (g_b_init_impersonate_self, g_b_init_revert_to_self)
818 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
819 (g_b_init_get_process_working_set_size)
820 (g_b_init_global_memory_status_ex): New static variables.
821 (globals_of_w32): Initialize them.
822 (create_toolhelp32_snapshot, process32_first, process32_next)
823 (open_thread_token, impersonate_self, revert_to_self)
824 (get_process_memory_info, get_process_working_set_size)
825 (global_memory_status, global_memory_status_ex): New wrapper
826 functions.
827 (w32_list_system_processes, w32_system_process_attributes)
828 (enable_privilege, restore_privilege, ltime, process_times):
829 New functions.
830 (convert_time_raw): New function.
831 (convert_time): Remove conversion of FILETIME into time in 100
832 nsec units, call convert_time_raw instead.
833
834 * process.h (w32_list_system_processes, w32_system_process_attributes):
835 Add prototypes.
836 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
837 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
838 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
839 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
840
841 * process.c (Fsystem_process_attributes): Doc fix.
842
843 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
844
845 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
846 a continued multi-char glyph; if so, advance to the actual glyph.
847
848 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
849
850 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
851
852 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
853 (.m.o): Use it.
854 * config.in: Regenerate.
855
856 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
857
858 * xdisp.c (redisplay_window): Revert last change.
859 (try_window): Check bottom scroll margin too.
860
861 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
862
863 * config.in: Regenerate.
864
865 * Makefile.in (emacs): Remove ndef NS conditional for 'emacs
866 -list-load-path-shadows'.
867 (nsgui.h): Reduce number of things depending on it.
868
869 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
870
871 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
872 instead of window-end which does the wrong thing at eob.
873 (try_cursor_movement): Minor optimization.
874 (redisplay_window): If scroll margin is defined, don't assume
875 window doesn't need scrolling.
876
877 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
878
879 * config.in: Regenerate.
880
881 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
882 (mostlyclean): Don't delete *.d under NS.
883
884 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
885
886 2008-08-06 Kenichi Handa <handa@m17n.org>
887
888 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
889
890 2008-08-06 Andreas Schwab <schwab@suse.de>
891
892 * config.in: Regenerate.
893
894 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
895
896 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
897 forcing a window start.
898
899 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
900 (auto_save_1): Update modtime when auto-save-list-file-name is on.
901
902 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
903
904 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
905 argument.
906
907 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
908
909 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
910 <scroll-down-aggressively, before-change-functions>:
911 <after-change-functions>: Reflow docstrings.
912
913 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
914 Ken Raeburn <raeburn@gnu.org>
915
916 Dock menu customization, based on a patch by Ken Raeburn, plus some
917 other fixes.
918 * nsmenu.m (dockMenu): New variable.
919 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
920
921 * nsterm.h (dockMenu): Declare.
922
923 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
924 (ns_term_init): Initialize dockMenu.
925 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
926 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
927 left.
928
929 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
930
931 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
932
933 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
934
935 * config.in: Regenerate.
936
937 2008-08-04 Seiji Zenitani <zenitani@mac.com>
938
939 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
940
941 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
942
943 * nsterm.h (find_and_call_menu_selection): Fix prototype.
944
945 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
946
947 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
948
949 * keyboard.h: Comment an #endif.
950
951 * lisp.h (have_menus_p): Adjust comment.
952
953 * menu.c (find_and_return_menu_selection): Fix comparison with
954 client_data.
955
956 * nsmenu.m (popup_activated_flag): New variable.
957 (popup_activated): New function.
958 (menu-or-popup-active-p): New exported lisp definition.
959 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
960 when popup done.
961 (ns_popup_dialog): Set popup_activated_flag.
962
963 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
964 version for GNUstep (handled by conditional typedef in nsterm.m).
965 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
966 in rgb.txt).
967
968 * process.c (init_process): Use DARWIN_OS, not DARWIN.
969
970 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
971
972 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
973
974 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
975 shortcircuit if popup_activated like GTK and X toolkit.
976
977 * m/inter386.h: Change DARWIN to DARWIN_OS.
978
979 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
980 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
981 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
982 comment on NO_SOCK_SIGIO.
983
984 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
985
986 * nsterm.m (windowDidResize): Remove stopModal call.
987
988 2008-08-03 Andreas Schwab <schwab@suse.de>
989
990 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
991 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
992
993 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
994
995 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
996 Don't use uninitialized pointer variable when using getrlimit.
997
998 2008-08-02 Jason Rumney <jasonr@gnu.org>
999
1000 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
1001
1002 2008-08-02 Eli Zaretskii <eliz@gnu.org>
1003
1004 * alloc.c (NSTATICS): Bump to 0x640.
1005
1006 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
1007
1008 * lisp.h: Add prototype for directory_files_internal.
1009
1010 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
1011 New functions.
1012 (syms_of_process): Defsubr them. Add initializations for various
1013 Q* symbols used in procfs_system_process_attributes.
1014 (procfs_list_system_processes, procfs_system_process_attributes)
1015 [HAVE_PROCFS]: New functions.
1016 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
1017 (procfs_get_total_memory): New functions.
1018
1019 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
1020
1021 * xfaces.c (Fx_load_color_file): Fix previous change;
1022 it is #ifdef WINDOWSNT, not WINDOWS_NT.
1023
1024 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
1025
1026 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
1027
1028 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1029
1030 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
1031
1032 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
1035
1036 * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
1037 define NSApplicationDelegateReplySuccess.
1038 (EmacsView -converstationIdentifier): Use long instead of
1039 NSInteger for GNUStep, since it doesn't have NSInteger.
1040
1041 * xmenu.c: Revert last change.
1042
1043 * keyboard.h: Fix last change.
1044
1045 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
1048 on Windows.
1049
1050 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1051
1052 Warning clearing and clean-up in NS port.
1053 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
1054 Add prototypes.
1055 * nsgui.h (FACE_DEFAULT): Remove, unused.
1056 (XGCValues): Change colors to unsigned long.
1057 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
1058 nsterm.m.
1059 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
1060 (ns_list_fonts): Remove, unused.
1061 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
1062 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
1063 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
1064 (nsfont_draw): Compare face colors to 0, not nil.
1065 * nsmenu.m (struct widget_value): Drop unneeded declaration.
1066 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
1067 (-addSubmenuWithTitle:): Use NSMenuItem class.
1068 (ns_popup_menu): Use NO, not NULL, for enabled setting.
1069 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
1070 (ns_clip_to_row): Make gc arg a BOOL.
1071 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
1072 ns_clip_to_row() call.
1073 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
1074 used). Cast FRAME_FONT assignments.
1075 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
1076 (ns_string_to_lispmod): Change arg to const char.
1077 (ns_term_init): Use NSMenuItem class.
1078 (EmacsApp -openFile:): Move to different section of file.
1079 (EmacsApp -application:openFiles:): Don't return a value, call
1080 -replyToOpenOrPrint:.
1081 (EmacsView -keyDown:): Fix up cast.
1082 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
1083 (EmacsView -menuDown:): Cast tag in call to
1084 find_and_call_menu_selection().
1085 (ns_list_fonts): Remove, unused.
1086 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
1087 (ns_fontname_to_xlfd): Make static.
1088 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
1089 Remove prototypes (now in keyboard.h).
1090 (next_menubar_widget_id): Remove, unused.
1091 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
1092 Remove prototypes (now in keyboard.h).
1093 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
1094
1095 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
1096
1097 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
1098 (floatfns.o): Depend on syssignal.h.
1099 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
1100
1101 * systty.h: Fix previous change that removed BSD_TERMIOS.
1102 Add comments to #ifdefs.
1103
1104 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1105
1106 * w32fns.c (w32-load-color-file): Remove.
1107 (x-open-connection): Use renamed Fx_load_color_file.
1108 * xfaces.c (x-load-color-file): Add.
1109 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
1110 Emacs.clr.
1111 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
1112
1113 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
1114
1115 * dbusbind.c (Fdbus_call_method_asynchronously)
1116 (Fdbus_method_error_internal): New defuns.
1117 (xd_read_message): Handle also reply messages.
1118 (Vdbus_registered_functions_table): Extend docstring.
1119
1120 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
1121
1122 * keyboard.c (gobble_input): Fix previous change.
1123
1124 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1125
1126 * bitmaps/README:
1127 * xfns.c:
1128 * termcap.c:
1129 * term.c:
1130 * syswait.h:
1131 * systty.h:
1132 * systime.h:
1133 * syssignal.h:
1134 * sysdep.c:
1135 * process.h:
1136 * process.c:
1137 * print.c:
1138 * ndir.h:
1139 * lread.c:
1140 * keyboard.c:
1141 * getpagesize.h:
1142 * floatfns.c:
1143 * fileio.c:
1144 * emacs.c:
1145 * doc.c:
1146 * dispnew.c:
1147 * dired.c:
1148 * data.c:
1149 * callproc.c:
1150 * buffer.c:
1151 * README:
1152 * Makefile.in:
1153 * s/template.h:
1154 * s/msdos.h:
1155 * m/vax.h: Remove VMS support.
1156 * s/vms.h:
1157 * vlimit.h:
1158 * uaf.h:
1159 * temacs.opt:
1160 * param.h:
1161 * ioctl.h: Remove file.
1162
1163 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1164
1165 * s/ms-w32.h (MULTI_KBOARD): Remove.
1166 * xterm.c:
1167 * xselect.c:
1168 * xfns.c:
1169 * window.c:
1170 * w32term.c:
1171 * w32fns.c:
1172 * terminal.c:
1173 * termhooks.h:
1174 * term.c:
1175 * sysdep.c:
1176 * keyboard.h:
1177 * keyboard.c:
1178 * frame.h:
1179 * frame.c:
1180 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
1181 * config.in: Regenerate.
1182
1183 2008-07-30 Jason Rumney <jasonr@gnu.org>
1184
1185 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
1186
1187 * w32font.c (w32font_encode_char): Leave as unicode if in range.
1188 (w32font_open_internal): Get unicode version of textmetrics.
1189 Don't enable or disable glyph indices here.
1190 (w32font_open): Disable use of glyph indices.
1191
1192 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
1193
1194 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * minibuf.c (Vread_buffer_function): Doc fix.
1197
1198 2008-07-30 John Paul Wallington <jpw@pobox.com>
1199
1200 * minibuf.c (read_buffer_completion_ignore_case): New var.
1201 (Fread_buffer): Use it.
1202
1203 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1204
1205 * systty.h (sensemode): Remove empty #if. Remove reference to
1206 BSD_TERMIOS, unused.
1207
1208 * sysdep.c: Remove reference to DGUX.
1209 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
1210
1211 * config.in: Regenerate.
1212
1213 2008-07-30 Jason Rumney <jasonr@gnu.org>
1214
1215 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
1216
1217 2008-07-29 Jason Rumney <jasonr@gnu.org>
1218
1219 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
1220 is populated.
1221 (uniscribe_encode_char): Always use uniscribe.
1222 Avoid using context if cache is populated.
1223
1224 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
1225
1226 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
1227 open menu.
1228
1229 * gtkutil.c (menu_nav_ended): Remove.
1230 (create_menus): Remove signal connect for menu_nav_ended.
1231
1232 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
1233
1234 * xdisp.c (redisplay_window): Check return value of
1235 compute_window_start_on_continuation_line before forcing a window
1236 start.
1237
1238 2008-07-28 Jason Rumney <jasonr@gnu.org>
1239
1240 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
1241
1242 * w32term.c (w32_enable_unicode_output, cleartype_active):
1243 Remove obsolete display options.
1244 (x_draw_glyph_string_background): Don't use old cleartype_active
1245 workaround.
1246 (w32_initialize): Remove cleartype_active initialization.
1247 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
1248
1249 2008-07-28 Andreas Schwab <schwab@suse.de>
1250
1251 * lisp.h (init_weak_hash_tables, syms_of_font)
1252 (xd_read_queued_messages, syms_of_dbusbind): Declare.
1253 (remove_hash_entry): Don't declare.
1254 * eval.c (maybe_call_debugger): Make static and move before use.
1255 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
1256 * xdisp.c: Include "gtkutil.h" if USE_GTK.
1257 * xterm.h (x_set_frame_alpha): Declare.
1258
1259 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
1260
1261 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
1262 (create_menus): Connect selection-done to menu_nav_ended.
1263
1264 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1265
1266 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
1267 Set Vx_resource_name to a fallback. Replace read of 'buffered'
1268 parameter with read of 'alpha' one.
1269 (Qns_frame_parameter): Remove.
1270 * nsselection.m (selection-coding-system)
1271 (next-selection-coding-system, Vselection_coding_system)
1272 (Vnext_selection_coding_system): Drop.
1273
1274 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1275
1276 * nsfns.m (do-applescript, do_applescript): Rename to
1277 ns-do-applescript, ns_do_applescript, and move within file.
1278
1279 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1280
1281 Remove support for Mac Carbon.
1282 * mactoolbox.c:
1283 * macterm.h:
1284 * macterm.c:
1285 * macselect.c:
1286 * macmenu.c:
1287 * macgui.h:
1288 * macfns.c:
1289 * mac.c: Remove file.
1290 * s/darwin.h:
1291 * m/intel386.h:
1292 * xfaces.c:
1293 * xdisp.c:
1294 * window.c:
1295 * tparam.c:
1296 * termhooks.h:
1297 * termcap.c:
1298 * term.c:
1299 * syssignal.h:
1300 * sysselect.h:
1301 * sysdep.c:
1302 * process.c:
1303 * lread.c:
1304 * lisp.h:
1305 * keyboard.c:
1306 * image.c:
1307 * fringe.c:
1308 * frame.h:
1309 * frame.c:
1310 * fontset.c:
1311 * font.h:
1312 * font.c:
1313 * fns.c:
1314 * fileio.c:
1315 * emacs.c:
1316 * dispnew.c:
1317 * dispextern.h:
1318 * config.in:
1319 * atimer.c:
1320 * Makefile.in: Remove code for Carbon
1321
1322 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1323
1324 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
1325
1326 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1327
1328 * macterm.h (kCGBitmapByteOrder32Host): New define for
1329 non-universal SDKs.
1330
1331 * image.c (mac_create_cg_image_from_image, image_load_image_io)
1332 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
1333
1334 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
1335 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
1336
1337 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
1338
1339 * w32inevt.c: Include dispextern.h.
1340
1341 2008-07-26 Andreas Schwab <schwab@suse.de>
1342
1343 * print.c (print_object): Fix off-by-one in last change.
1344
1345 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
1346
1347 * term.c (syms_of_term): Don't initialize default_orig_pair,
1348 default_set_foreground and default_set_background on Windows.
1349
1350 2008-07-25 Jason Rumney <jasonr@gnu.org>
1351
1352 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
1353 ScriptItemize. Clean up return value checking. Remove unused
1354 variables.
1355 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
1356 shaping engine.
1357
1358 * w32font.c (w32font_has_char): Handle the case where we can't
1359 determine the script for a character.
1360
1361 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * term.c (syms_of_term): Initialize default_orig_pair,
1364 default_set_foreground, and default_set_background.
1365
1366 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
1367 clash (bug#86).
1368 (getloadavg): Callers changed.
1369
1370 * image.c (svg_load_image): Fix last change.
1371 (svg_load_image): Use rsvg_handle_get_dimensions to check that
1372 image size is valid. Use g_object_unref instead of deprecated
1373 rsvg_handle_free to free rsvg handle.
1374 (x_from_xcolors): Don't initialize pixmap (silence compiler).
1375
1376 2008-07-25 Jason Rumney <jasonr@gnu.org>
1377
1378 * w32font.c (w32font_encode_char): Encode characters outside BMP as
1379 surrogates before looking up glyph index.
1380 (w32font_text_extents): Encode as surrogates if falling back to
1381 functions that need UTF-16 wide chars.
1382
1383 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
1384 BMP as surrogates before looking up glyph index.
1385
1386 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1387
1388 * image.c (svg_load_image): Check for failure in return value of
1389 rsvg_handle_get_pixbuf. Free rsvg handle when done.
1390
1391 2008-07-25 Jason Rumney <jasonr@gnu.org>
1392
1393 * w32font.c (Fx_select_font): Reverse sense of second arg.
1394
1395 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
1398 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
1399
1400 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
1401 (PURESIZE): Use it.
1402
1403 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1404
1405 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
1406 * m/alpha.h (TEXT_END):
1407 * m/ibmrs6000.h (TEXT_END):
1408 * m/macppc.h (TEXT_END):
1409 * s/darwin.h (TEXT_END):
1410 * s/msdos.h (TEXT_END): Remove, unused.
1411 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
1412 * s/cygwin.h: Remove comment.
1413
1414 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
1415 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
1416 * m/intel386.h (DOT_GLOBAL_START):
1417 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
1418 (USG): Remove, file not used on USG platforms.
1419
1420 * Makefile.in (HAVE_X11): Remove empty #else.
1421
1422 2008-07-24 Andreas Schwab <schwab@suse.de>
1423
1424 * fileio.c (Finsert_file_contents): Properly adjust undo list
1425 after format conversion.
1426
1427 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
1428
1429 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
1430 (menu_nav_ended): Remove.
1431 (create_menus): Remove signal connect for menu_nav_ended.
1432 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
1433 create_menus.
1434 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
1435
1436 2008-07-23 Jason Rumney <jasonr@gnu.org>
1437
1438 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
1439 with opened font.
1440 (w32font_open): Set font type to gdi.
1441
1442 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
1443
1444 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1445
1446 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
1447 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
1448 defines it.
1449 * unexec.c (ADDR_CORRECT): Define unconditionally.
1450
1451 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
1452
1453 * unexec.c: Remove code depending on !COFF and USG, the file is
1454 not used for such systems.
1455
1456 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
1457 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
1458 (LD_SWITCH_SYSTEM_1): Remove, update users.
1459
1460 * s/darwin.h (DATA_END):
1461 * m/intel386.h (DATA_END):
1462 * m/ibmrs6000.h (DATA_END):
1463 * m/alpha.h (DATA_END): Remove, unused.
1464
1465 * config.in: Regenerate.
1466 * s/ms-w32.h (subprocesses): Define unconditionally.
1467 * s/template.h (subprocesses): Update comment.
1468 * s/vms.h (subprocesses):
1469 * s/usg5-4.h (subprocesses):
1470 * s/hpux10-20.h (subprocesses):
1471 * s/gnu-linux.h (subprocesses):
1472 * s/cygwin.h (subprocesses):
1473 * s/bsd-common.h (subprocesses):
1474 * s/aix4-2.h (subprocesses):
1475 * s/darwin.h (subprocesses): Do not define, defined by default now.
1476
1477 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
1478 Remove all references.
1479 (temacs): Add GNUStep specific ld flags.
1480
1481 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
1482 similarly to what X does.
1483
1484 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1485
1486 * nsfns.m (x-list-fonts): Remove.
1487 (syms_of_nsfns): Drop the x-list-fonts declaration.
1488 * nsterm.m: Get rid of remaining "//" comments.
1489
1490 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
1493
1494 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
1495 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
1496 (Fns_own_selection_internal, Fx_disown_selection_internal)
1497 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
1498
1499 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
1500 ... */' style of docstrings. Doc fixes.
1501
1502 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1503
1504 * terminfo.c (UP, BC, PC): Undo previous change.
1505
1506 * nsfns.m: Rename ns prefixed functions/variables to the
1507 corresponding x versions. Update references.
1508
1509 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
1512
1513 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1514
1515 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
1516 Remove forwarding functions.
1517 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
1518 non-static.
1519 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
1520 non-static.
1521 (ns_frame_parm_handlers): Use the new names.
1522 (syms_of_nsfns): Move to the end of file.
1523
1524 * nsterm.m (syms_of_nsterm): Move to the end of file.
1525
1526 * dispnew.c (init_display): Remove code for X10.
1527
1528 2008-07-22 Jason Rumney <jasonr@gnu.org>
1529
1530 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
1531 bare drive.
1532
1533 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1534
1535 * nsterm.m (syms_of_nsterm): Remove debugging println.
1536
1537 2008-07-22 David Reitter <david.reitter@gmail.com>
1538
1539 * nsfns.m (do_applescript, F_do_applescript): NS version of the
1540 Carbon implementation of the same functionality: execute arbitrary
1541 AppleScript code.
1542
1543 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1544
1545 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
1546 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
1547 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
1548 (Fx_display_mm_height, Fx_display_mm_width)
1549 (Fx_display_backing_store, Fx_display_visual_class)
1550 (Fx_display_save_under, Fx_open_connection)
1551 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
1552 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
1553 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
1554 (Fx_display_pixel_width, Fx_display_pixel_height)
1555 (Fx_display_usable_bounds, Fx_display_planes)
1556 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
1557 ... */' style of docstrings.
1558
1559 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1560
1561 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
1562 on this platform.
1563 (mips):
1564 * m/iris4d.h (mips): Do not define.
1565 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
1566
1567 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
1568
1569 * image.c:
1570 * nsfns.m:
1571 * nsselect.m:
1572 * nsterm.h:
1573 * nsterm.m: Rename ns prefixed functions/variables to the
1574 corresponding x versions. Update references.
1575
1576 * m/ibms390x.h (NO_REMAP): Do not undefine.
1577
1578 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
1579
1580 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
1583 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
1584 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
1585 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
1586 (Fns_display_mm_height, Fns_display_mm_width)
1587 (Fns_display_backing_store, Fns_display_visual_class)
1588 (Fns_display_save_under, Fns_open_connection)
1589 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
1590 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
1591 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
1592 (Fns_display_pixel_width, Fns_display_pixel_height)
1593 (Fns_display_usable_bounds, Fx_display_planes)
1594 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
1595
1596 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
1597
1598 * print.c (print_object): Check print_depth before searching for
1599 circularities.
1600
1601 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
1602
1603 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
1604 only sprintf.
1605
1606 2008-07-21 Kenichi Handa <handa@m17n.org>
1607
1608 * ftfont.c (adjust_anchor): Check if DetalValue is not NULL.
1609
1610 2008-07-20 Andreas Schwab <schwab@suse.de>
1611
1612 * syntax.c (find_start_pos, find_start_value)
1613 (find_start_value_byte, find_start_begv, find_defun_start)
1614 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
1615
1616 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1617
1618 * s/sol2-3.h: Insert contents of s/sol2.h.
1619 (LD_SWITCH_SYSTEM): Remove redundant definition.
1620 * s/sol2.h: Remove, unused.
1621
1622 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1623
1624 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
1625
1626 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1627
1628 * Makefile.in (ns_appdir): Fix typo in find command.
1629
1630 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1631
1632 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
1633
1634 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
1635 added not supported anymore.
1636
1637 * s/usg5-4-2.h (LIBS_SYSTEM):
1638 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
1639
1640 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
1641 * s/lynxos.h (GETPGRP_NO_ARG):
1642 * s/hpux10-20.h (NO_SIOCTL_H):
1643 * s/gnu.h (GETPGRP_NO_ARG):
1644 * s/gnu-linux.h (NO_SIOCTL_H):
1645 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
1646 * s/cygwin.h (GETPGRP_NO_ARG):
1647 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
1648 (C_DEBUG_SWITCH): Remove duplicate definition.
1649
1650 * m/ibms390.h: Remove boilerplate comments.
1651
1652 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
1653
1654 * process.c (HAVE_SERIAL): Consolidate ifdefs.
1655 (wait_reading_process_output): Remove code for SunOS, platform not
1656 supported anymore. Use SOLARIS2 instead of sun.
1657
1658 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1659
1660 * font.c (font_open_by_name): Under NS, default lface height to zero.
1661 (font_open_for_lface): Under NS, set size based on frame fontsize.
1662 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
1663 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
1664
1665 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1666
1667 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
1668 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
1669 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
1670 YES/NO.
1671 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
1672 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
1673 * Makefile.in (clean): Clear out build destination dir.
1674
1675 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1676
1677 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
1678 xterm, xselect.
1679 * lisp.h: Remove declaration of hash_remove.
1680 * nsgui.h: Remove redefinitions of hash_remove.
1681 * fns.c (hash_remove): Rename to hash_remove_from_table.
1682
1683 2008-07-19 Seiji Zenitani <zenitani@mac.com>
1684
1685 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
1686 strdup() the family UTF8String before modifying it.
1687
1688 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1689
1690 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
1691 NS_FACE_BACKGROUND with 0 instead of nil.
1692 * nsfont.m (nsfont_draw): Same.
1693
1694 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * nsfns.m (ns_set_background_color): Fix crash.
1697
1698 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
1699
1700 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
1701
1702 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
1703
1704 * puresize.h (BASE_PURESIZE): Increase to 1240000.
1705
1706 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1707
1708 * gtkutil.c: Include <config.h> instead of "config.h".
1709
1710 * lisp.h (Foverlay_buffer): Add EXFUN.
1711
1712 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
1713 child process to complete child_setup. Undo 2005-09-21 change.
1714
1715 * s/darwin.h: Mention setsid after vfork.
1716
1717 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1718
1719 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
1720 Depend on macgui.h.
1721
1722 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
1723 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
1724
1725 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
1726 and f19.
1727 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
1728
1729 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
1730 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
1731 Remove enumerators.
1732
1733 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
1734 Check if FACE_FROM_ID returns NULL.
1735
1736 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
1737
1738 * w32inevt.c (change_frame_size): Remove extern declaration.
1739 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
1740 change_frame_size.
1741
1742 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
1743
1744 * getloadavg.c: Revert last change (2008-07-15).
1745
1746 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
1747
1748 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
1749 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
1750 from configure.
1751
1752 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1753
1754 * s/sol2.h:
1755 * s/sol2-4.h: Reorganize conditionals.
1756
1757 * ecrt0.c: Remove code depending on m68000, not used anymore.
1758
1759 * fns.c (hash_remove): Make static.
1760 * lisp.h (hash_remove): Don't prototype.
1761
1762 * m/ibmrs6000.h:
1763 * m/ibms390x.h:
1764 * m/macppc.h: Remove boilerplate comments.
1765
1766 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
1767 Solaris, which does not need them.
1768
1769 * m/vax.h: Remove comments about unsupported systems.
1770
1771 * s/darwin.h: Reorganize ifdefs.
1772
1773 2008-07-17 Andreas Schwab <schwab@suse.de>
1774
1775 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
1776
1777 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1778
1779 Use SDATA. Follow coding convention of placing operators at
1780 beginning of next line rather than end of previous line, and placing
1781 spaces around infix operators.
1782
1783 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
1784 in case it was defined already.
1785 USE @GNUSTEP_MAKEFILES@ rather than envvars.
1786 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
1787 ns_default.
1788 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
1789 Lisp_Objects.
1790 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
1791 (ns_defined_color, ns_color_to_lisp): Declare.
1792 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
1793 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
1794 it's accepted even with USE_LISP_UNION_TYPE.
1795 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
1796 (update_frame_tool_bar): Remove apparently obsolete tests for
1797 non-integerness of f->tool_bar_lines.
1798 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
1799 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
1800 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
1801 (nsfont_open): Don't confuse NULL for Qnil.
1802 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
1803 * menu.h (find_and_call_menu_selection):
1804 * menu.c (find_and_call_menu_selection): Use just int for vector size.
1805 (find_and_return_menu_selection): Always return something.
1806 * frame.h: Include dispextern.h for Display_Info.
1807 (display_x_get_resource): Declare.
1808
1809 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1810
1811 * syntax.c: Remove stdio.h include accidentally introduced in
1812 Emacs.app commit.
1813 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1814 NS_IMPL_COCOA.
1815 * keyboard.c (handle_async_input, input_available_signal): Remove
1816 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
1817
1818 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
1821 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
1822 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
1823 Use SDATA.
1824
1825 * keymap.c: Remove all NS-specific code.
1826 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
1827 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
1828 where_is_preferred_modifier, return a different value depending on how
1829 preferred is the binding.
1830 (where_is_internal): Adjust accordingly.
1831 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
1832 Adjust to new preferred_sequence_p.
1833 (syms_of_keymap): Declare `where-is-preferred-modifier'.
1834 * keyboard.c (parse_solitary_modifier): Not static any more.
1835 * keyboard.h (parse_solitary_modifier): Declare.
1836
1837 2008-07-16 Andreas Schwab <schwab@suse.de>
1838
1839 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
1840 of easymenu.
1841
1842 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
1843
1844 * xdisp.c (move_it_in_display_line): Account for word wrap, so
1845 that we don't move off the line.
1846
1847 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * keyboard.c (Qsuper): Remove.
1850 (parse_menu_item): Don't call where_is_internal specially for NS.
1851
1852 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1853
1854 * s/gnu-linux.h: Remove boilerplate comments.
1855
1856 * m/alpha.h (__ELF__): Consolidate conditions.
1857
1858 * m/m68k.h (linux): Use GNU_LINUX instead.
1859 Remove boilerplate comments.
1860
1861 * m/intel386.h: Undo reactoring from previous change.
1862 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
1863 too, remove dead code.
1864 (linux): Use GNU_LINUX instead.
1865
1866 2008-07-16 Jason Rumney <jasonr@gnu.org>
1867
1868 * w32gui.h: Repeat 26 June changes lost by last change.
1869
1870 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1871
1872 * systty.h: Remove code for Aix on 386, unsupported platform.
1873
1874 * s/ms-w32.h: Remove boilerplate comments.
1875 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
1876
1877 * s/gnu-linux.h (TERM): Remove support.
1878 (HAVE_SYSVIPC): Remove, unused.
1879 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
1880 for this system.
1881
1882 * process.c: Remove support for IRIS, unused.
1883 Remove support for TERM, not relevant anymore.
1884
1885 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
1886 used with the definition.
1887
1888 * s/aix4-2.h (static): Do not undef.
1889
1890 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
1891 only used on Aix.
1892 (HAVE_SYSVIPC): Remove, unused.
1893
1894 * m/hp800.h (CANNOT_DUMP): Do not undef.
1895
1896 * m/alpha.h: Fix comment.
1897
1898 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
1899 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
1900 used by this configuration.
1901 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
1902 * unexec.c: Remove code depending on HPUX and
1903 USG_SHARED_LIBRARIES, not used with this file. Remove code
1904 depending on IRIS, unused. Remove if 0-ed code.
1905
1906 * s/template.h: Remove comments about static.
1907
1908 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
1909 Remove if 0-ed code.
1910 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
1911 were the same as the default.
1912 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
1913 Remove boilerplate comments.
1914 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
1915 (HAVE_SYSVIPC): Remove, unused.
1916 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
1917
1918 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1919 Remove boilerplate comments.
1920 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1921 Remove boilerplate comments.
1922 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1923 Remove boilerplate comments.
1924 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
1925
1926 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
1927 USG systems which do not use DATA_SEG_BITS.
1928 Refactor code. Remove boilerplate comments.
1929
1930 * m/ibms390.h:
1931 * m/m68k.h:
1932 * s/bsd-common.h:
1933 * s/cygwin.h:
1934 * s/darwin.h:
1935 * s/freebsd.h:
1936 * s/gnu.h:
1937 * s/msdos.h: Remove boilerplate comments.
1938
1939 * m/iris4d.h: Remove boilerplate comments and code for systems that
1940 do not use this file.
1941 (IRIS_4D): Remove, unused.
1942
1943 * m/mips.h: Remove boilerplate comments and code for systems that
1944 do not use this file.
1945 (SIGN_EXTEND_CHAR):
1946 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
1947 * unexmips.c: Remove file, unused.
1948
1949 * editfns.c (Fuser_full_name): Replace the only use of
1950 USER_FULL_NAME with its value.
1951 * config.in: Regenerate.
1952
1953 2008-07-16 David Reitter <david.reitter@gmail.com>
1954
1955 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
1956 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
1957
1958 2008-07-16 Glenn Morris <rgm@gnu.org>
1959
1960 * emacs.c (system-type): Doc fix.
1961
1962 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
1965 If the cache doesn't work, let's fix it, rather than work around it.
1966
1967 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1968
1969 * Makefile.in: Correct additions for nsfont.o in last commit.
1970 * nsfont.m: New file (forgot last commit).
1971
1972 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
1973
1974 * callproc.c (set_initial_environment): Initialize
1975 Vprocess_environment under CANNOT_DUMP (fixes crash when
1976 batch-compiling for bootstrap).
1977
1978 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
1979 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1980
1981 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
1982 fix crash due to different init order.
1983
1984 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1985
1986 Changes and additions for NeXTstep windowing system (Cocoa and
1987 GNUstep) support.
1988
1989 * Makefile.in:
1990 * config.in: Support defines and build commands for NS port.
1991 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
1992 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
1993 * dispextern.h: Include nsgui.h and add needed typedefs under NS
1994 windowing.
1995 (struct face): Add synth_ital field.
1996 * dispnew.c: Include nsterm.h when compiling under NS windowing.
1997 (init_display): Initialize Vinitial_window_system to "ns" when so
1998 compiled.
1999 * emacs.c: Include GSConfig.h when compiling under GNUstep.
2000 (display_arg): Use under NS.
2001 (main): Under NS, allocate autorelease pool and handle command line
2002 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
2003 (standard_args): Add NS-specific args.
2004 (shut_down_emacs): Shut down NS terminal if compiled under NS.
2005 * font.c (DEFAULT_ENCODING): New variable.
2006 (font_find_for_lface): Use it.
2007 (syms_of_font): Load syms_of_nsfont under NS.
2008 * font.h: Declare nsfont_driver when compiled under NS.
2009 * fontset.c: When compiling under NS, include nsterm.h.
2010 (fontset_from_font): Autoconstruct fontset under NS.
2011 * frame.c (various): Under NS, include nsterm.h, add Qns window system
2012 symbol, document and use it.
2013 (do_switch_frame): When for_deletion under Cocoa, add
2014 Fraise_frame(Qnil).
2015 (x_set_frame_parameters): Ensure font attribute changes are picked up.
2016 (x_get_arg): Allow "yes" and "no" as boolean values.
2017 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
2018 Qright under Cocoa.
2019 (focus-follows-mouse): Default to 0 under NS.
2020 * frame.h (enum output_method): Add output_ns.
2021 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
2022 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
2023 (FRAME_WINDOW_P): NS-specific definition.
2024 * fringe.c (max_used_fringe_bitmap): Make public.
2025 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
2026 (getloadavg): Use NeXT code under descendant OS's.
2027 * image.c (includes and header section, x_create_bitmap_from_data)
2028 (x_create_bitmap_from_file, free_bitmap_record, image_background)
2029 (image_background_transparent, x_clear_image_1)
2030 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
2031 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
2032 (x_to_xcolors, x_from_xcolors, x_disable_image)
2033 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
2034 other GUIs, including XPM support using code originally written for
2035 Carbon GUI.
2036 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
2037 using NS API.
2038 (image_ascent): Use font metrics macros instead of direct struct field
2039 access.
2040 * keyboard.c (includes): Add nsterm.h when compiling under NS.
2041 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
2042 Also, handle NS as GTK for menu bar purposes.
2043 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
2044 toolkit where they differ.
2045 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
2046 use cachelist, still needed under NS.
2047 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
2048 (struct widget_value): Define it here for menu.c.
2049 * keymap.c (includes): Include modifier internals.
2050 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
2051 NS.
2052 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
2053 support for preferring sequences using certain modifiers, specified by
2054 the FIRSTONLY argument.
2055 * lisp.h (hash_remove): Rename to avoid name clash when compiling
2056 under NS GNUstep implementation.
2057 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
2058 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
2059 * menu.c: Include nsterm.h under NS.
2060 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
2061 (free_menubar_widget_tree_value, update_submenu_strings)
2062 (find_and_call_menu_selection): Treat NS as X and NT.
2063 (find_and_return_menu_selection): New function, used for popup menus.
2064 * nsgui.h:
2065 * nsterm.h:
2066 * nsfns.m:
2067 * nsimage.m:
2068 * nsmenu.m:
2069 * nsselect.m:
2070 * nsterm.m: New files.
2071 * process.c (wait_reading_process_output): Under NS, call ns_select()
2072 instead of plain select().
2073 * syntax.c (char_quoted): Under NS, avoid a crash when called near
2074 beginning of buffer.
2075 * sysselect.h (init_process): Rename when compiling under Cocoa to
2076 avoid name conflict.
2077 * termhooks.h (display_info): Add ns_display_info to union.
2078 * terminal.c (Fterminal_live_p): Add ns to terminal types.
2079 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
2080 COCOA environment.
2081 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
2082 unexec() signature. (Note, this will dump, but the resulting file
2083 crashes; unexosx is used instead; keeping around for reference and
2084 possible aid in getting dump working under GNUstep.)
2085 * w32gui.h (button_type, widget_value): Remove definitions (now in
2086 keyboard.h).
2087 * window.c: Include nsterm.h when compiling under NS.
2088 * xdisp.c (includes): Include nsterm.h when compiling under NS.
2089 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
2090 other GUI windowing systems.
2091 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
2092 GTK.
2093 (x_consider_frame_title): Under NS, set icon type and frame
2094 modified-state indicator; use ns_set_name_as_filename() when using
2095 formatted title.
2096 (update_window_cursor): Make public when compiling under NS.
2097 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
2098 (hourglass_atimer, Vhourglass_delay
2099 * xfaces.c (header section, init_frame_faces, clear_font_table)
2100 (defined_color, unload_color, x_face_list_fonts)
2101 (prepare_face_for_display): Add NS support parallel to other GUIs.
2102 Emulate GCs like other non-X GUIs.
2103 (split_font_name): Don't lowercase font name under NS.
2104 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
2105 under NS.
2106 * s/darwin.h: Add support for compilation under NS.
2107
2108 2008-07-15 Jason Rumney <jasonr@gnu.org>
2109
2110 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
2111 (w32_show_hourglass): Rename from show_hourglass.
2112 (w32_hide_hourglass): Rename from hide_hourglass.
2113 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
2114 (Vhourglass_delay): Declare extern.
2115 (hourglass_started): Remove.
2116
2117 * xdisp.c (Vhourglass_delay): Remove static.
2118 (hourglass_started, start_hourglass, cancel_hourglass):
2119 Don't include these versions on WINDOWSNT.
2120
2121 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2122
2123 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
2124 variables (formerly in xfns.c).
2125 (show_hourglass, hide_hourglass): New prototypes (same).
2126 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
2127 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
2128 in xfns.c).
2129 (syms_of_xdisp): Declare/initialize display-hourglass,
2130 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
2131 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
2132 formerly in xfns.c.
2133 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
2134 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
2135 (start_hourglass, cancel_hourglass): Remove.
2136 (show_hourglass, hide_hourglass): Remove prototypes and static
2137 modifiers.
2138 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
2139 hourglass_atimer, hourglass_shown_p declaration/initialization.
2140 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
2141 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
2142 (start_hourglass, cancel_hourglass): Remove.
2143 (show_hourglass, hide_hourglass): Remove prototypes and static
2144 modifiers.
2145 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
2146 hourglass_atimer, hourglass_shown_p declaration/initialization.
2147 * w32fns.c (display_hourglass_p, Vhourglass_delay)
2148 (DEFAULT_HOURGLASS_DELAY): Remove.
2149 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
2150 hourglass_shown_p declaration/initialization.
2151
2152 2008-07-14 Jason Rumney <jasonr@gnu.org>
2153
2154 * w32fns.c (w32_get_arg): Remove wrapper function.
2155 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
2156 directly.
2157 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
2158
2159 2008-07-14 Kenichi Handa <handa@m17n.org>
2160
2161 * xfont.c (xfont_open): Add workaround for X's bug.
2162
2163 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2164
2165 * fontset.c: Include <stdio.h> unconditionally.
2166
2167 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
2168
2169 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
2170 for filtering.
2171
2172 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2173
2174 * s/vms.h: Use __GNUC__ instead of _GNUC_.
2175
2176 * m/macppc.h:
2177 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
2178
2179 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
2180 (SPECIAL_EMACS_INT):
2181 * m/ia64.h (SPECIAL_EMACS_INT):
2182 * m/amdx86-64.h (SPECIAL_EMACS_INT):
2183 * s/gnu.h (NLIST_STRUCT):
2184 * s/aix4-2.h (X11R5_INHIBIT_I18N):
2185 * s/gnu-linux.h (LINUX):
2186 * s/msdos.h (HAVE_FACES):
2187 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
2188
2189 * systty.h:
2190 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
2191 anymore.
2192
2193 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2194
2195 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
2196 always defined as int.
2197
2198 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
2199 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
2200 * s/gnu-linux.h (HAVE_WAIT_HEADER):
2201 * s/freebsd.h (HAVE_WAIT_HEADER):
2202 * s/bsd-common.h (HAVE_UNION_WAIT):
2203 * s/aix4-2.h (HAVE_WAIT_HEADER):
2204 * m/mips.h (HAVE_UNION_WAIT):
2205 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
2206 (COFF, static): Do not define, they are undefined later in the file.
2207
2208 * process.c (update_status): Don't use a union.
2209 (status_convert):
2210 (sigchld_handler): Use int instead of WAITTYPE.
2211
2212 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
2213
2214 * indent.c (Fvertical_motion): Restore hscroll before moving to
2215 goal column.
2216
2217 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2218
2219 * lisp.h: Remove left over code.
2220
2221 2008-07-11 Andreas Schwab <schwab@suse.de>
2222
2223 * lisp.h: Fix logic in last change.
2224
2225 * menu.h: New file.
2226 * menu.c: Include it.
2227 * xmenu.c: Likewise.
2228 * Makefile.in: Update dependencies.
2229
2230 2008-07-11 Kenichi Handa <handa@m17n.org>
2231
2232 * fontset.c (fontset_from_font): Cancel the previous change.
2233
2234 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2235
2236 * lisp.h:
2237 * w32heap.c:
2238 * emacs.c:
2239 * alloc.c: Replace all references of NO_UNION_TYPE with
2240 USE_LISP_UNION_TYPE.
2241
2242 * m/xtensa.h (NO_UNION_TYPE):
2243 * m/vax.h (NO_UNION_TYPE):
2244 * m/template.h (NO_UNION_TYPE):
2245 * m/sparc.h (NO_UNION_TYPE):
2246 * m/mips.h (NO_UNION_TYPE):
2247 * m/macppc.h (NO_UNION_TYPE):
2248 * m/m68k.h (NO_UNION_TYPE):
2249 * m/iris4d.h (NO_UNION_TYPE):
2250 * m/intel386.h (NO_UNION_TYPE):
2251 * m/ibms390x.h (NO_UNION_TYPE):
2252 * m/ibms390.h (NO_UNION_TYPE):
2253 * m/ibmrs6000.h (NO_UNION_TYPE):
2254 * m/ia64.h (NO_UNION_TYPE):
2255 * m/hp800.h (NO_UNION_TYPE):
2256 * m/arm.h (NO_UNION_TYPE):
2257 * m/amdx86-64.h (NO_UNION_TYPE):
2258 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
2259 defining it the same.
2260
2261 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
2264
2265 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2266
2267 * fileio.c:
2268 * sysdep.c
2269 * systty.h:
2270 * m/ibmrs6000.h:
2271 * m/iris4d.h:
2272 * s/aix4-2.h:
2273 * s/freebsd.h:
2274 * s/gnu-linux.h:
2275 * s/hpux10-20.h:
2276 * s/hpux11.h:
2277 * s/netbsd.h:
2278 * s/sol2-3.h:
2279 * s/sol2-4.h:
2280 * s/sol2.h:
2281 * s/usg5-4.h:
2282 * s/vms.h: Remove references to unused variables.
2283
2284 2008-07-10 Andreas Schwab <schwab@suse.de>
2285
2286 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
2287 pattern before matching the generic family.
2288
2289 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2290
2291 * unexec.c:
2292 * s/vms.h:
2293 * s/usg5-4-2.h:
2294 * s/sol2-5.h:
2295 * s/freebsd.h:
2296 * s/darwin.h: Remove dead code.
2297
2298 * m/template.h:
2299 * m/sparc.h:
2300 * m/mips.h:
2301 * m/m68k.h:
2302 * m/iris4d.h:
2303 * m/intel386.h:
2304 * m/ibms390x.h:
2305 * m/ibms390.h:
2306 * m/ia64.h:
2307 * m/hp800.h:
2308 * m/arm.h:
2309 * m/amdx86-64.h: Remove dead code and references to unused
2310 and compiler defined symbols.
2311
2312 * unexmips.c:
2313 * unexelf.c: Remove references to desupported systems.
2314
2315 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
2316
2317 * m/powermac.h: Remove boilerplate comments.
2318 (NO_REMAP): Remove unused definition.
2319
2320 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
2321 define them.
2322
2323 2008-07-10 Kenichi Handa <handa@m17n.org>
2324
2325 * xfont.c (xfont_open): Log the reason of failure.
2326
2327 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * fontset.c (fontset_get_font_group):
2330 * font.c (font_check_otf): Specify argument types.
2331
2332 2008-07-09 Kenichi Handa <handa@m17n.org>
2333
2334 * coding.c (detect_coding_utf_8): Set detect_info->found only when
2335 non-ASCII char is found.
2336
2337 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
2338 (reorder_font_vector): Change the arg preferred_family to font.
2339 Prefer the spec matching with font.
2340 (fontset_get_font_group): New function.
2341 (fontset_find_font): Change the format of an element of a realized
2342 fontset. Use fontset_get_font_group.
2343 (fontset_font): Try the current fontset, the default fontset, the
2344 fallbacks of the current fonset, and the fallbacks of the default
2345 fontset in this order.
2346 (face_for_char): Delete the shortcut to use the current font.
2347 (fontset_from_font): Don't set fonts for Latin in the fontset.
2348
2349 * font.h (font_make_object, font_match_p): Adjust prototypes.
2350
2351 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
2352
2353 * font.c (font_make_object): New arg entity and pixelsize.
2354 (font_check_otf_features, font_check_otf): New functions.
2355 (font_match_p): Check :lang, :script, and :otf properties.
2356
2357 * xfont.c (xfont_open): Adjust it for the change of
2358 font_make_object.
2359 (xfont_text_extents): Fix initial setting of metrics.
2360
2361 * ftfont.c (struct ftfont_info): New member index, delete member
2362 fc_charset_idx. Make the member order compatible with struct
2363 xftfont_info.
2364 (fc_charset_table): Change charset names to registry names.
2365 (ftfont_pattern_entity): Delete the args registry and
2366 fc_charset_idx. Change the value of :font-entity property
2367 to (FONTNAME . INDEX). Always set :registry property to
2368 `iso10646-1'.
2369 (struct ftfont_cache_data): New struct.
2370 (ftfont_lookup_cache): New arg for_face.
2371 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
2372 (ftfont_driver): Set the member otf_capability.
2373 (ftfont_get_charset): Adjust it for the change of
2374 fc_charset_table.
2375 (OTF_TAG_SYM): New macro.
2376 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
2377 for the change of fc_charset_table.
2378 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
2379 ftfont_pattern_entity. Add FC_INDEX to objset.
2380 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
2381 and ftfont_pattern_entity.
2382 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
2383 font_make_object, struct ftfont_info.
2384 (ftfont_has_char): Use ftfont_get_fc_charset.
2385 (ftfont_otf_features, ftfont_otf_capability): New functions.
2386 (ftfont_shape): Use ftfont_get_otf.
2387 (ftfont_text_extents): Fix initial setting of metrics.
2388
2389 * xftfont.c (struct xftfont_info): New member ft_size. Make the
2390 member order compatible with struct ftfont_info.
2391 (xftfont_open): Add FC_CHARSET to the pattern. Set
2392 xftfont_info->ft_size. Don't unlock the face. Check BDF
2393 properties if appropriate.
2394 (xftfont_close): Unlock the face.
2395 (xftfont_anchor_point, xftfont_shape): Deleted.
2396 (syms_of_xftfont): Don't set members anchor_point and shape of
2397 xftfont_driver.
2398
2399 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
2400 font_make_object.
2401
2402 * w32font.c (w32font_open): Adjust it for the change of
2403 font_make_object.
2404 (w32font_open_internal): Don't set properties of font_object here.
2405
2406 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
2407
2408 * macfns.c (x_create_tip_frame):
2409 * w32fns.c (x_create_tip_frame):
2410 * xfns.c (x_create_tip_frame): Pass parameter argument to
2411 face-set-after-frame-default.
2412
2413 * xfaces.c (Finternal_merge_in_global_face): Save merged
2414 attributes for the default face back into the face vector.
2415
2416 2008-07-08 Andreas Schwab <schwab@suse.de>
2417
2418 * fontset.h: Declare fontset_from_font. Don't declare
2419 new_fontset_from_font and fontset_from_font_name.
2420 * xterm.c: Include "fontset.h".
2421 * Makefile.in (xterm.o): Update dependencies.
2422
2423 2008-07-08 Glenn Morris <rgm@gnu.org>
2424
2425 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
2426 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
2427
2428 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
2431 (x_set_frame_parameters): Don't bind it.
2432
2433 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * w32fns.c (map_w32_filename): Declare extern.
2436
2437 2008-07-07 Jason Rumney <jasonr@gnu.org>
2438
2439 * w32term.c (WS_EX_LAYERED): Define if not already.
2440
2441 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * xfaces.c (set_font_frame_param): Don't try to set the font
2444 parameter if it is still unspecified in the lface.
2445
2446 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
2449 face if it didn't already exist.
2450
2451 * xdisp.c (try_window_id): Give up if word-wrapping is on.
2452
2453 2008-07-05 Andreas Schwab <schwab@suse.de>
2454
2455 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
2456
2457 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
2460 word-wrapping.
2461 (IT_DISPLAYING_WHITESPACE): New macro.
2462 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
2463 when word-wrapping. Simplify word-wrapping logic. Use correct
2464 pixel positions when saving copies of the iterator.
2465 (display_line): Use proper wrap point if the last character on a
2466 line was preceded by whitespace.
2467
2468 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
2471
2472 2008-07-04 Kenichi Handa <handa@m17n.org>
2473
2474 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
2475
2476 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
2477
2478 2008-07-02 Jason Rumney <jasonr@gnu.org>
2479
2480 * xfns.c (syms_of_xfns): Only define x-select-font when both
2481 HAVE_FREETYPE and USE_GTK
2482
2483 * xdisp.c (next_element_from_display_vector): Move assignment out
2484 of if statement.
2485
2486 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
2487
2488 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
2489
2490 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
2491 (syms_of_fileio): Initialize and export them.
2492 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
2493
2494 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
2495 (Fsystem_move_file_to_trash): New function.
2496 (syms_of_w32fns): Export it to lisp.
2497
2498 2008-07-01 Jason Rumney <jasonr@gnu.org>
2499
2500 * w32font.c (w32font_text_extents): Don't count overhang as part
2501 of width.
2502
2503 2008-06-30 Miles Bader <miles@gnu.org>
2504
2505 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
2506 Add `avoid_cursor_p' field.
2507
2508 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
2509 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
2510 (append_glyph, append_composite_glyph, produce_image_glyph)
2511 (append_stretch_glyph): Initialize avoid_cursor_p.
2512 (get_it_property): Rename from `get_line_height_property'.
2513 (x_produce_glyphs): Use get_it_property.
2514 (handle_line_prefix, push_display_prop): New functions.
2515 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
2516 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
2517 New variables.
2518 (syms_of_xdisp): Initialize them.
2519
2520 2008-06-30 Kenichi Handa <handa@m17n.org>
2521
2522 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
2523 XftDefaultSubstitute (they are called in XftFontMatch).
2524 (xftfont_open): Fix args to ftfont_font_format.
2525
2526 * ftfont.c (fc_charset_table): New member lang.
2527 (ftfont_resolve_generic_family): New arg pattern.
2528 (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
2529 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
2530 (ftfont_open): Fix args to ftfont_font_format.
2531 (ftfont_font_format): New arg filename.
2532
2533 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * xfaces.c (Finternal_merge_in_global_face): If default face was
2536 modified, realize it again. Update the font face attribute.
2537
2538 2008-06-29 Jason Rumney <jasonr@gnu.org>
2539
2540 * w32term.c (x_set_frame_alpha): Fix logic.
2541
2542 2008-06-29 Kenichi Handa <handa@m17n.org>
2543
2544 * fontset.c (Finternal_char_font): Return font-object instead of
2545 font-name.
2546
2547 * composite.c (get_composition_id): Fix the width calculation for TAB.
2548
2549 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2550
2551 * indent.c (Fvertical_motion): Properly handle float column arg.
2552
2553 2008-06-28 Jason Rumney <jasonr@gnu.org>
2554
2555 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
2556 (pfnSetLayeredWindowAttributes): New function pointer.
2557 (w32_initialize): Initialize it when supported.
2558 (x_set_frame_alpha): New function.
2559
2560 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
2561 (w32_frame_parm_handlers): Set alpha handler.
2562
2563 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
2564
2565 2008-06-27 Jason Rumney <jasonr@gnu.org>
2566
2567 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
2568 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
2569 (w32_to_x_charset, x_to_w32_charset)
2570 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
2571 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
2572 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
2573 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
2574 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
2575 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
2576 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
2577 (Qw32_charset_unicode): Remove.
2578 (syms_of_w32fns): Update for above changes.
2579
2580 * w32font.c (w32_to_x_charset, x_to_w32_charset)
2581 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
2582 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
2583 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
2584 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
2585 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
2586 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
2587 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
2588 (syms_of_w32font): Update for above changes.
2589
2590 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
2591
2592 * s/usg5-4.h: Fix previous change: keep the correct branch of a
2593 removed #if.
2594 (USG_SHARED_LIBRARIES): Remove duplicate definition.
2595
2596 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
2597 Eli Zaretskii <eliz@gnu.org>
2598
2599 * makefile.w32-in (LOCAL_FLAGS):
2600 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
2601
2602 * sysdep.c (_spawnlp, _getpid):
2603 Declare with explicit _cdecl instead of _CRTAPI1.
2604
2605 * editfns.c (Fget_internal_run_time):
2606 Check for WINDOWSNT with #ifdef, not #if.
2607
2608 2008-06-26 Jason Rumney <jasonr@gnu.org>
2609
2610 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
2611
2612 * w32term.c (x_draw_glyph_string_foreground)
2613 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
2614 Use FONT_HANDLE macro.
2615 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
2616
2617 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
2618 (uniscribe_encode_char): Use FONT_HANDLE macro.
2619
2620 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
2621 (w32font_text_extents): Use precast w32_font.
2622 (w32font_close): Free cached metrics.
2623 (w32font_open_internal): Allocate space for name on stack.
2624
2625 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * xdisp.c (extend_face_to_end_of_line): Fix last change.
2628
2629 2008-06-26 Jason Rumney <jasonr@gnu.org>
2630
2631 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
2632 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
2633
2634 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
2635
2636 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
2637
2638 2008-06-26 Jason Rumney <jasonr@gnu.org>
2639
2640 * w32bdf.c, w32bdf.h: Remove obsolete files.
2641
2642 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
2643
2644 * w32gui.h: Don't include w32bdf.h.
2645 (XCharStruct, enum w32_char_font_type, W32FontStruct):
2646 Remove obsolete font support.
2647
2648 * w32font.h (struct w32font_info): Remove compat_w32_font.
2649 Add hfont member.
2650 (FONT_COMPAT): Remove obsolete macro.
2651
2652 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
2653 (w32font_encode_char, w32font_text_extents): Use new hfont member.
2654 (w32font_open_internal): Remove compat code. Set new hfont member.
2655 (Fx_select_font): Use new hfont member.
2656
2657 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
2658 (uniscribe_encode_char): Use new hfont member.
2659
2660 * w32term.c (x_draw_glyph_string_foreground)
2661 (x_draw_composite_glyph_string_foreground): Use new hfont member.
2662 (x_draw_glyph_string): Use metrics in w32font_info.
2663
2664 2008-06-26 Kenichi Handa <handa@m17n.org>
2665
2666 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
2667
2668 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2669
2670 * unexnext.c:
2671 * m/ews4800.h:
2672 * m/hp9000s300.h:
2673 * m/ibm370aix.h:
2674 * m/mips-siemens.h:
2675 * m/ncr386.h:
2676 * m/next.h:
2677 * m/pmax.h:
2678 * m/powerpcle.h:
2679 * m/tandem-s2.h:
2680 * s/386bsd.h:
2681 * s/bsd386.h:
2682 * s/bsd4-1.h:
2683 * s/bsd4-2.h:
2684 * s/bsdos2-1.h:
2685 * s/bsdos2.h:
2686 * s/bsdos3.h:
2687 * s/bsdos4.h:
2688 * s/nextstep.h:
2689 * s/ultrix4-3.h:
2690 * s/usg5-0.h:
2691 * s/usg5-2-2.h:
2692 * s/usg5-2.h:
2693 * s/usg5-4-3.h:
2694 * s/ux4800.h:
2695 * s/uxpds.h:
2696 * s/uxpv.h: Remove support for obsolete systems.
2697 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
2698 Remove, insert contents in s/hpux-10.20.h.
2699 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
2700 Remove, insert contents in s/aix4-2.h.
2701 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
2702 * s/bsd4-3.h: Rename to ...
2703 * s/bsd-common.h: ... this.
2704 * data.c:
2705 * doc.c:
2706 * ecrt0.c:
2707 * emacs.c:
2708 * fileio.c:
2709 * floatfns.c:
2710 * keyboard.c:
2711 * mem-limits.h:
2712 * print.c:
2713 * process.c:
2714 * sysdep.c:
2715 * syssignal.h:
2716 * systty.h:
2717 * syswait.h:
2718 * term.c:
2719 * unexec.c:
2720 * unexelf.c:
2721 * unexhp9k800.c:
2722 * m/hp800.h:
2723 * m/ibmrs6000.h:
2724 * m/mips.h:
2725 * m/vax.h:
2726 * s/darwin.h:
2727 * s/freebsd.h:
2728 * s/gnu.h:
2729 * s/ms-w32.h:
2730 * s/msdos.h:
2731 * s/netbsd.h:
2732 * s/template.h: Remove references to obsolete variables.
2733
2734 * Makefile.in: Add dependencies for all unexec files.
2735 (admindir): Remove unused variable.
2736 (UNEXEC_SRC): Remove references.
2737
2738 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * xfns.c (x_default_font_parameter): If Xft is available, first
2741 try Monospace-12 for the default font.
2742
2743 2008-06-25 Jason Rumney <jasonr@gnu.org>
2744
2745 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
2746
2747 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
2750
2751 * buffer.c (syms_of_buffer): Remove default-word-wrap.
2752
2753 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
2754
2755 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
2756 <scroll-conservatively>: Fix typo in docstring.
2757
2758 * xselect.c (Fx_send_client_event): Doc fix.
2759
2760 2008-06-25 Kenichi Handa <handa@m17n.org>
2761
2762 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
2763
2764 * font.c (font_parse_fcname): Remove unused variables.
2765 (font_sort_entites): Delete the arg SPEC. Caller changed.
2766 Fix for the case of ! best_only.
2767 (font_delete_unmatched): Check DPI and AVGWIDTH too.
2768
2769 * lisp.h (Fstring_to_unibyte): EXFUN it.
2770
2771 * character.h (str_to_unibyte): Extern it.
2772
2773 * character.c (str_to_unibyte): New function.
2774
2775 * fns.c (Fstring_to_unibyte): New function.
2776 (syms_of_fns): Defsubr it.
2777
2778 2008-06-24 Kenichi Handa <handa@m17n.org>
2779
2780 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
2781 DPI too.
2782 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
2783
2784 2008-06-24 Andreas Schwab <schwab@suse.de>
2785
2786 * Makefile.in (${lispsource}loaddefs.el): Rename from
2787 ../lisp/loaddefs.el.
2788 (bootstrap-clean): Do what distclean does but don't remove
2789 Makefile.
2790 (distclean): Depend on bootstrap-clean and remove Makefile.
2791
2792 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * buffer.h (struct buffer): New member word_wrap.
2795
2796 * buffer.c (syms_of_buffer): New variables default-word-wrap and
2797 word-wrap.
2798 (init_buffer_once): Initialize them.
2799
2800 * dispextern.h (struct it): Replace bool truncate_lines_p with a
2801 line_wrap enum possessing three possible values.
2802
2803 * termopts.h: Replace truncate_partial_width_windows with
2804 Vtruncate_partial_width_windows.
2805
2806 * dispnew.c (direct_output_for_insert): Avoid direct output when
2807 inserting a space with word wrap on.
2808
2809 * indent.c (compute_motion): Obey integer values of
2810 truncate-partial-width-windows.
2811
2812 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
2813 replacing truncate_partial_width_windows.
2814 (init_iterator): If Vtruncate_partial_width_windows is an integer,
2815 truncate only if the window width is below that integer.
2816 (start_display, resize_mini_window, produce_stretch_glyph)
2817 (display_string, move_it_in_display_line_to): Use line_wrap.
2818 (back_to_previous_visible_line_start, reseat_1): Reset
2819 string_from_display_prop_p.
2820 (display_line): Extend default face to end of line when wrapping.
2821
2822 2008-06-24 Kim F. Storm <storm@cua.dk>
2823
2824 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
2825 to wrap continued lines at word boundaries.
2826
2827 2008-06-24 Jason Rumney <jasonr@gnu.org>
2828
2829 * font.c (Ffont_face_attributes): Multiply pixel size before point
2830 conversion to avoid multiplying rounding error.
2831
2832 2008-06-23 Jason Rumney <jasonr@gnu.org>
2833
2834 * w32term.c (x_draw_glyph_string_background)
2835 (x_draw_glyph_string): Remove old bdf font code.
2836
2837 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
2838
2839 2008-06-22 Kenichi Handa <handa@m17n.org>
2840
2841 * font.c (font_find_for_lface): Try the adstyle specified in
2842 the property of LFACE_FONT of LFACE (if any).
2843
2844 2008-06-21 Seiji Zenitani <zenitani@mac.com>
2845 Ryo Yoshitake <ryo@shiftmode.net>
2846
2847 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
2848
2849 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
2852 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
2853 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
2854 (witness-emacs): Remove.
2855 (lisp, shortlisp): Move loaddefs.el earlier.
2856 (mostlyclean): Forget about witness-emacs.
2857
2858 2008-06-22 Glenn Morris <rgm@gnu.org>
2859
2860 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
2861 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
2862
2863 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * Makefile.in (PRECOMP): Remove.
2866 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
2867 (witness-emacs): Run `compile-first'.
2868 (.el.elc): Use the new compile-onefile target.
2869
2870 2008-06-21 Kenichi Handa <handa@m17n.org>
2871
2872 * xftfont.c (xftfont_open): Handle QCembolden only when
2873 FC_EMBOLDEN is defined.
2874
2875 2008-06-21 Andreas Schwab <schwab@suse.de>
2876
2877 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
2878 (.el.elc): Likewise.
2879
2880 2008-06-21 Miles Bader <miles@gnu.org>
2881
2882 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
2883 build dir, not the lisp source dir.
2884
2885 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
2888 (bootstrapclean): Remove.
2889 (.el.elc): New rule.
2890 (PRECOMP): New var.
2891 (../lisp/subdirs.el): Remove.
2892 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
2893 (witness-emacs): New target.
2894 (mostlyclean): Remove witness-emacs as well.
2895 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
2896 Add witness-emacs dependency.
2897
2898 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
2901 defined by the font.
2902
2903 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
2906 (bootstrap-clean): New target that keeps TAGS around.
2907 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
2908 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
2909
2910 2008-06-20 Jason Rumney <jasonr@gnu.org>
2911
2912 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
2913 Remove obsolete font code.
2914
2915 * w32font.c (font_matches_spec): Use csb bitfield from font signature
2916 to determine language support.
2917
2918 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * sysdep.c (cfsetspeed): New fun extracted from the code.
2921 (cfmakeraw): Move before first use.
2922
2923 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
2924
2925 * sysdep.c (cfmakeraw): Provide fallback implementation.
2926 (serial_configure): Provide fallback implementation of cfsetspeed.
2927
2928 2008-06-20 Kenichi Handa <handa@m17n.org>
2929
2930 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
2931 the pattern.
2932
2933 * fontset.c (fontset_from_font): Copy font_spec before changing
2934 the elements.
2935
2936 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
2937
2938 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
2941 for explicit `font' parameters.
2942
2943 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
2944
2945 2008-06-19 Kenichi Handa <handa@m17n.org>
2946
2947 * frame.c: Include <ctype.h>.
2948 (x_set_font_backend): Allow spacing characters in the X resource
2949 for FontBackend.
2950
2951 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * w32fns.c, xfns.c (Qfont_param): New var.
2954 (syms_of_w32fns): Initialize it.
2955 (x_default_font_parameter): Record explicit `font' into
2956 `font-parameter'.
2957
2958 2008-06-18 Kenichi Handa <handa@m17n.org>
2959
2960 * font.c (font_parse_xlfd): Fix previous change.
2961 (font_parse_fcname): Don't use :fc-unknown-spec.
2962 (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
2963 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
2964 (font_add_log): Prepend the driver name to the resulting fonts.
2965
2966 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
2967 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
2968 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
2969
2970 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
2971 (QCembolden): New variables.
2972 (syms_of_xftfont): DEFSYM them.
2973 (xftfont_open): Call XftFontMatch. Don't trust the result of
2974 XftTextExtents8 if the pixel_size is less than 5.
2975
2976 2008-06-18 Andreas Schwab <schwab@suse.de>
2977
2978 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
2979 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
2980
2981 2008-06-18 Jason Rumney <jasonr@gnu.org>
2982
2983 * w32font.c (w32font_list, w32font_match): Add logging.
2984
2985 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
2986
2987 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
2988
2989 * font.c (font_parse_fcname): Store divider characters for
2990 unknown-spec list. For known key symbols, intern using correct
2991 symbol name.
2992
2993 2008-06-17 Kenichi Handa <handa@m17n.org>
2994
2995 * xfaces.c (realize_default_face): If the frame is not on window
2996 system, set the fontset of face to nil.
2997
2998 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2999
3000 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
3001
3002 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
3003
3004 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
3005 (build_font_name_from_vector): Delete externs.
3006
3007 * xfaces.c (struct font_name): Don't declare.
3008
3009 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
3012
3013 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
3016
3017 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
3018
3019 * font.c (Ffont_spec): Fix usage in docstring.
3020 (Ffont_face_attributes): Doc fix.
3021
3022 2008-06-16 Andreas Schwab <schwab@suse.de>
3023
3024 * font.c (Ffont_face_attributes): Fix definition.
3025
3026 2008-06-16 Jason Rumney <jasonr@gnu.org>
3027
3028 * font.h (font_style_symbolic_from_value): Remove.
3029
3030 * font.c (font_style_symbolic_from_value): Remove.
3031 (font_style_symbolic): Revert to pre 2008-06-13 version.
3032
3033 * w32font.c (w32_to_fc_weight): New function.
3034 (w32font_full_name, logfont_to_fcname): Use it.
3035
3036 2008-06-16 Kenichi Handa <handa@m17n.org>
3037
3038 * font.c (font_check_object): Delete it.
3039 (font_clear_cache): Check if a font-object is alive.
3040 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
3041 font-object to nil.
3042 (font_close_object): Don't check FONT_CLOSE_OBJECT.
3043 (font_at): Don't call font_check_object.
3044 (Ffont_get): Return a symbol for :weight, :slant, and :width.
3045
3046 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
3047
3048 * puresize.h (BASE_PURESIZE): Increase to 1230000.
3049
3050 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
3053
3054 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * font.c (font_parse_fcname): Only one decimal point.
3057 (font_unparse_fcname): Handle data in family and foundry indices
3058 as symbols, not strings.
3059 (font_unparse_gtkname, Ffont_face_attributes): New functions.
3060
3061 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
3062
3063 * font.h (font_unparse_gtkname): Add prototype.
3064
3065 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
3066
3067 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
3068
3069 2008-06-15 Andreas Schwab <schwab@suse.de>
3070
3071 * font.c (font_update_drivers): Fix crash when no drivers match.
3072
3073 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
3076 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
3077
3078 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
3081
3082 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * process.c (Fserial_process_configure, Fprocess_send_eof):
3085 Use EQ to compare Lisp_Objects.
3086
3087 2008-06-13 Jason Rumney <jasonr@gnu.org>
3088
3089 * w32fns.c (Fw32_select_font): Remove old font API function.
3090
3091 * w32font.c (logfont_to_fcname): New function.
3092 (Fx_select_font): New font dialog function compatible with
3093 GTK/fontconfig version.
3094
3095 * font.c (font_style_symbolic_from_value): New function.
3096 (font_style_symbolic): Use it.
3097
3098 * font.h (font_style_symbolic_from_value): Declare new function.
3099
3100 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
3101
3102 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
3103 <font-width-table>: Fix typos in docstrings.
3104
3105 2008-06-13 Daniel Engeler <engeler@gmail.com>
3106
3107 These changes add serial port access.
3108 * process.c: Add HAVE_SERIAL.
3109 (Fdelete_process, Fprocess_status, Fset_process_buffer)
3110 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
3111 (list_processes_1, select_wrapper, Fstop_process)
3112 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
3113 (status_notify): Modify to handle serial processes.
3114 [HAVE_SERIAL] (Fserial_process_configure)
3115 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
3116 New functions.
3117 * process.h (struct Lisp_Process): Add `type'.
3118 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
3119 New functions.
3120 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
3121 serial ports.
3122 (serial_open, serial_configure) New functions.
3123 * w32.h: Add FILE_SERIAL.
3124 (struct _child_process): Add ovl_read, ovl_write.
3125
3126 2008-06-13 Kenichi Handa <handa@m17n.org>
3127
3128 * dispextern.h (enum lface_attribute_index): New member
3129 LFACE_FOUNDRY_INDEX.
3130
3131 * font.c (font_score): Delete arg alternate_families. Check only
3132 weight, slant, width, and size. Ignore the difference of alias
3133 style symbols.
3134 (font_sort_entites): Adjust for the above change. Reflect the
3135 order of font-driver to scores.
3136 (font_list_entities): Don't check alternate_familes here.
3137 (font_clear_prop): Handle foundry.
3138 (font_update_lface): Don't parse "foundry-family" form here.
3139 Handle FONT_FOUNDRY_INDEX.
3140 (font_find_for_lface): Likewise. Handle alternate families here.
3141 If registry is nil, try iso8859-1 and ascii-0.
3142 (font_open_for_lface): Pay attention to size in ENTITY.
3143 (font_open_by_name): Simplify by calling font_load_for_lface.
3144 (free_font_driver_list): Delete it.
3145 (font_update_drivers): Preserve the order of backends.
3146 (syms_of_font): Setting of sort_shift_bits adjusted for the change
3147 of font_score and font_sort_entites.
3148 (font_update_sort_order): Likewise.
3149
3150 * xfaces.c (LFACE_FOUNDRY): New macro.
3151 (check_lface_attrs): Check foundry.
3152 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
3153 (merge_face_vectors): Check foundry.
3154 (merge_face_ref): Likewise.
3155 (Finternal_set_lisp_face_attribute): Likewise.
3156 (x_update_menu_appearance): Likewise.
3157 (Finternal_get_lisp_face_attribute): Likewise.
3158 (lface_hash): Likewise.
3159 (lface_same_font_attributes_p): Likewise.
3160 (x_supports_face_attributes_p): Likewise.
3161 (tty_supports_face_attributes_p): Likewise.
3162 (Finternal_set_alternative_font_family_alist): Intern strings.
3163 (Finternal_set_alternative_font_registry_alist): Downcase strings.
3164 (realize_default_face): Set LFACE_FOUNDRY (lface).
3165
3166 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
3167 font-driver at first.
3168
3169 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
3170
3171 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3172
3173 * lread.c (Fload): Use xfree, not free on saved_doc_string.
3174
3175 2008-06-12 Jim Meyering <meyering@redhat.com>
3176
3177 Make unexec_free handle NULL the same way free does.
3178 * unexmacosx.c (unexec_free): Ignore a NULL argument.
3179
3180 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * character.h (CHAR_TO_BYTE_SAFE): New macro.
3183 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
3184 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
3185 (WEAK_ALIAS): Simplify.
3186 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
3187 when searching a unibyte buffer.
3188
3189 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * xfns.c (Fx_select_font): Rename from x-font-dialog.
3192
3193 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
3194
3195 * w32font.c: Include ctype.h.
3196
3197 2008-06-11 Jason Rumney <jasonr@gnu.org>
3198
3199 * w32font.c (w32font_encode_char): Detect missing glyphs that are
3200 misreported as space.
3201 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
3202 as aliases for registry iso10646-1.
3203
3204 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * buffer.c (clone_per_buffer_values): Skip `name'.
3207
3208 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * font.c (font_parse_fcname): Fix last change; accept decimal
3211 points in font size.
3212
3213 2008-06-10 Jason Rumney <jasonr@gnu.org>
3214
3215 * w32uniscribe.c (add_opentype_font_name_to_list):
3216 Skip non unicode fonts.
3217
3218 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * xfns.c (Fx_font_dialog): New function.
3221
3222 * gtkutil.c (xg_dialog_response_cb): Rename from
3223 xg_file_response_callback.
3224 (pop_down_dialog): Rename from pop_down_file_dialog.
3225 (xg_get_file_name): Callers changed.
3226 (xg_get_font_name): New function.
3227
3228 * gtkutil.h (xg_get_font_name): Insert prototype.
3229
3230 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
3233 x_underline_minimum_display_offset.
3234 (syms_of_xdisp): Declare it here rather than in xterm.c.
3235 * dispextern.h (underline_minimum_offset): Declare it.
3236 * w32term.c (x_draw_glyph_string): Use it.
3237 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
3238 (syms_of_xterm): Don't declare it any more.
3239 (x_draw_glyph_string): Adjust to the new name.
3240
3241 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
3242
3243 * xterm.c (x_underline_minimum_display_offset): New var.
3244 (x_draw_glyph_string): Use it.
3245 (syms_of_xterm): Declare it.
3246
3247 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * font.c (font_parse_fcname): Accept GTK-style font names too.
3250
3251 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * dired.c (file_name_completion): Don't return t if the match is exact
3254 but with different capitalization.
3255 * minibuf.c (Ftry_completion): Simplify.
3256
3257 * window.c (Vwindow_point_insertion_type): New var.
3258 (set_window_buffer): Use it.
3259 (syms_of_window): Init and export it to Lisp.
3260
3261 2008-06-10 Kenichi Handa <handa@m17n.org>
3262
3263 * font.h (font_intern_prop): Prototype adjusted.
3264
3265 * font.c (font_intern_prop): New arg force_symbol.
3266 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
3267 Adjust for the change of font_intern_prop.
3268
3269 * ftfont.c (ftfont_pattern_entity):
3270 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
3271 (w32_registry):
3272 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
3273 the change of font_intern_prop.
3274
3275 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * w32menu.c (digest_single_submenu): Declare extern.
3278
3279 2008-06-09 Jason Rumney <jasonr@gnu.org>
3280
3281 * w32term.c (x_make_frame_visible): Use alternate restore flags.
3282
3283 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
3284 (parse_single_submenu): Remove.
3285 (digest_single_submenu): Remove.
3286 (syms_of_w32menu): Don't initialise variables that have moved
3287 to menu.c.
3288 (set_frame_menubar): Sync with version in xmenu.c.
3289 (w32_menu_show): Sync with xmenu_show in xmenu.c.
3290
3291 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
3292 Make static again.
3293
3294 2008-06-09 Jason Rumney <jasonr@gnu.org>
3295
3296 Changes to w32 files related to the move of common menu code
3297 to menu.c on 2008-06-08 by Chong Yidong.
3298
3299 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
3300 defs to w32gui.h.
3301 (single_keymap_panes, push_menu_item, push_menu_pane):
3302 Make globally visible.
3303
3304 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
3305 (local_free, malloc_widget_value, free_widget_value)
3306 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
3307 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
3308 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
3309 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
3310 (menu_items, menu_items_allocated, menu_items_used)
3311 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
3312 (init_menu_items, finish_menu_items, discard_menu_items)
3313 (grow_menu_items, push_submenu_start, push_submenu_end)
3314 (push_left_right_boundary, push_menu_pane, push_menu_item)
3315 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
3316 (free_menubar_widget_tree_value, parse_single_submenu)
3317 (update_submenu_strings): Remove functions.
3318 (xmalloc_widget_value): Remove and declare extern.
3319
3320 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
3321 (OBJ1): Build it.
3322
3323 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
3324 (local_heap, local_alloc, local_free, malloc_widget_value)
3325 (free_widget_value): Define here.
3326
3327 2008-06-09 Kenichi Handa <handa@m17n.org>
3328
3329 * font.h (Qascii_0): Extern it.
3330
3331 * font.c (Qascii_0): New variable.
3332 (syms_of_font): DEFSYM it.
3333 (font_open_by_name): If the registry "iso8859-1" fails, try also
3334 "ascii-0".
3335
3336 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
3337
3338 2008-06-08 Kenichi Handa <handa@m17n.org>
3339
3340 * .gdbinit (xfont): New command.
3341
3342 2008-06-08 Andreas Schwab <schwab@suse.de>
3343
3344 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
3345 * Makefile.in (menu.o): Update dependencies.
3346
3347 * Makefile.in (obj): Always add menu.o.
3348 * emacs.c (main): Always call syms_of_menu.
3349 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
3350
3351 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * Makefile.in: Compile menu.c.
3354
3355 * lisp.h: Declare syms_of_menu.
3356
3357 * emacs.c (main): Call syms_of_menu.
3358
3359 * keyboard.h: Relocate platform-independent menu definitions from
3360 xmenu.c.
3361
3362 * menu.c: New file. Relocate platform-independent menu
3363 definitions from xmenu.c. Suggested by Adrian Robert.
3364
3365 * xmenu.c: Remove platform-independent menu definitions.
3366 (menu_items menu_items_inuse, menu_items_allocated)
3367 (menu_items_used, menu_items_n_panes)
3368 (menu_items_submenu_depth): Move to keyboard.h.
3369 (init_menu_items, finish_menu_items, unuse_menu_items)
3370 (discard_menu_items, restore_menu_items, save_menu_items)
3371 (grow_menu_items, push_submenu_start, push_submenu_end)
3372 (push_left_right_boundary, push_menu_pane, push_menu_item)
3373 (keymap_panes, single_keymap_panes, single_menu_item)
3374 (list_of_panes, list_of_items, find_and_call_menu_selection)
3375 (xmalloc_widget_value, free_menubar_widget_value_tree)
3376 (parse_single_submenu, digest_single_submenu)
3377 (update_submenu_strings): Move to menu.c.
3378
3379 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
3382
3383 2008-06-06 Miles Bader <miles@gnu.org>
3384
3385 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
3386 face, not frame default.
3387
3388 2008-06-05 Martin Rudalics <rudalics@gmx.at>
3389
3390 * window.c (pop_up_windows, pop_up_frames)
3391 (display_buffer_reuse_frames, Vpop_up_frame_function)
3392 (Vdisplay_buffer_function, Veven_window_heights)
3393 (Vspecial_display_buffer_names, Vspecial_display_regexps)
3394 (Vspecial_display_function, Vsame_window_buffer_names)
3395 (Vsame_window_regexps, split_height_threshold)
3396 (Vsplit_window_preferred_function): Move those vars to window.el.
3397 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
3398 (Fdisplay_buffer): Move those functions to window.el.
3399 (syms_of_window): Remove corresponding declarations.
3400 (display_buffer): New function.
3401 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
3402 * dispnew.c (Flast_nonminibuf_frame): New function.
3403 * buffer.c (Fpop_to_buffer): Move to window.el.
3404
3405 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
3408
3409 2008-06-05 Kenichi Handa <handa@m17n.org>
3410
3411 * coding.c (detect_coding): Fix previous change.
3412 (detect_coding_system): Likewise.
3413
3414 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
3417
3418 * keymap.c (Vminibuffer_local_filename_must_match_map):
3419 Rename from Vminibuffer_local_must_match_filename_map.
3420 (syms_of_keymap):
3421 * minibuf.c (Fcompleting_read): Adjust accordingly.
3422 * commands.h: Rename declaration as well.
3423
3424 2008-06-05 Kenichi Handa <handa@m17n.org>
3425
3426 * font.c (Ffont_spec): Don't use font_parse_family_registry for
3427 family name.
3428 (Ffont_put): Likewise.
3429
3430 * fontset.c (fontset_find_font): Call font_open_for_lface with the
3431 current font-spec.
3432
3433 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
3434 is unspecified.
3435
3436 * xfaces.c (realize_x_face): If the font-related face attributes
3437 are the same as those of default face, realize a new fontset from
3438 default->fontset.
3439 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
3440
3441 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
3444 (move_it_in_display_line): New wrapper.
3445
3446 * window.c (window_scroll_pixel_based_preserve_x)
3447 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
3448 (window_scroll_pixel_based, window_scroll_line_based):
3449 Use them to preserve column positions.
3450 (syms_of_window): Initialize them.
3451
3452 * indent.c (Fvertical_motion): Extend first arg to allow passing an
3453 (HPOS . VPOS) pair.
3454
3455 * dispextern.h (move_it_in_display_line): Declare.
3456
3457 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
3458
3459 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
3460 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
3461 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
3462
3463 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
3464
3465 * window.c (Fset_window_parameter): Doc fix.
3466 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
3467
3468 2008-06-04 Joakim Verona <joakim@verona.se>
3469
3470 * window.h (struct window): Add new member window_parameters.
3471
3472 * window.c (Fwindow_parameters, Fwindow_parameter)
3473 (Fset_window_parameter): New defuns.
3474 (syms_of_window): Defsubr the new defuns.
3475 (make_window): Initialize window_parameters to nil.
3476
3477 2008-06-04 John Paul Wallington <jpw@pobox.com>
3478
3479 * eval.c (Fdefmacro): Doc fix.
3480
3481 2008-06-04 Kenichi Handa <handa@m17n.org>
3482
3483 * coding.c (detect_coding): Fix handling of coding->head_ascii.
3484 Be sure to call setup_coding_system when we find a proper coding system.
3485 (detect_coding_system): Fix handling of coding->head_ascii.
3486
3487 2008-06-03 Andreas Schwab <schwab@suse.de>
3488
3489 * font.c (font_prop_validate_spacing): Fix last change.
3490
3491 2008-06-03 Kenichi Handa <handa@m17n.org>
3492
3493 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
3494 (font_parse_fcname): Fix handling of unknown key.
3495
3496 * xfont.c (xfont_list): Try an alias.
3497
3498 * charset.c (char_charset): Return NULL if the arg charset_list is
3499 specified and C doesn't belong to any of them.
3500
3501 2008-06-02 Chip Coldwell <coldwell@redhat.com>
3502
3503 * font.c (font_pixel_size): Don't take cdr of an integer.
3504
3505 2008-06-02 Jim Meyering <meyering@redhat.com>
3506
3507 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
3508 * alloc.c (xfree): Return right away for a NULL arg.
3509 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
3510 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
3511 * mac.c (create_apple_event_from_event_ref): Likewise.
3512 (create_apple_event_from_drag_ref, cfstring_create_normalized):
3513 Likewise.
3514 * doprnt.c (doprnt1): Likewise.
3515 * frame.c (frame): Likewise.
3516 * keyboard.c (wipe_kboard): Likewise.
3517 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
3518 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
3519 * term.c (tty_default_color_capabilities, maybe_fatal)
3520 (delete_tty): Likewise.
3521 * w16select.c (string): Likewise.
3522 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
3523 * w32bdf.c (w32_free_bdf_font): Likewise.
3524 * w32fns.c (w32_unload_font): Likewise.
3525 * w32font.c (w32font_close): Likewise.
3526 * window.c (size_window): Likewise.
3527 * xselect.c (receive_incremental_selection): Likewise.
3528 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
3529 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
3530 * w32.c (stat): Likewise.
3531
3532 Remove useless if-before-free tests.
3533 * editfns.c (Fset_time_zone_rule): Likewise.
3534 * lread.c (nosuffix): Likewise.
3535 * ralloc.c (get_bloc): Likewise.
3536 * regex.c (reg_free): Likewise.
3537 * xftfont.c (xftfont_open, xftfont_close): Likewise.
3538 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
3539 * xsmfns.c (smc_save_yourself_CB): Likewise.
3540
3541 2008-06-02 Kenichi Handa <handa@m17n.org>
3542
3543 * font.c (font_find_for_lface): Handle float font size.
3544 (font_open_for_lface): Likewise.
3545
3546 * xfaces.c (x_supports_face_attributes_p): Check face->font before
3547 comparing the properties.
3548
3549 2008-06-01 Jason Rumney <jasonr@gnu.org>
3550
3551 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
3552 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
3553 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
3554 Don't add empty script list.
3555 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
3556
3557 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3558
3559 * Makefile.in (dot, dotdot): Remove, update users.
3560 ".." has been used elsewhere in the file for a long time.
3561 (LIBXT_STATIC): Remove conditional based on unused variable.
3562
3563 2008-06-01 Miles Bader <miles@gnu.org>
3564
3565 * xfaces.c (Vface_remapping_alist): New variable.
3566 (syms_of_xfaces): Initialize it.
3567 (enum named_merge_point_kind): New type.
3568 (struct named_merge_point): Add `named_merge_point_kind' field.
3569 (push_named_merge_point): Make cycle detection respect different
3570 named-merge-point kinds.
3571 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
3572 Remove face-name alias resolution.
3573 (lface_from_face_name): New definition using
3574 `lface_from_face_name_no_resolve'.
3575 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
3576 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
3577 (get_lface_attributes): New definition that layers face-remapping on
3578 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
3579 (lookup_basic_face): New function.
3580 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
3581 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
3582 `get_lface_attributes'.
3583 (face_at_buffer_position): Use `lookup_basic_face' to lookup
3584 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
3585 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
3586
3587 * xdisp.c (init_iterator): Pass base_face_id through
3588 `lookup_basic_face' when we actually use it as a face-id.
3589 (handle_single_display_prop): Use `lookup_basic_face' to lookup
3590 DEFAULT_FACE_ID.
3591
3592 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
3593 lookup the initial face-id.
3594
3595 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
3596
3597 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
3600 (Fremove_text_properties): Fix typos in docstrings.
3601
3602 2008-05-31 Kenichi Handa <handa@m17n.org>
3603
3604 * font.c (font_list_entities): Fix the car part of data to be
3605 stored in the cache.
3606
3607 * ftfont.c (ftfont_font_format): Don't use strcasestr.
3608
3609 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
3612 Add a `test' argument so another predicate than `equal' can be used.
3613 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
3614 (map_char_table): Remove unused vars `c' and `i'.
3615 * lisp.h (Foptimize_char_table): Adjust declaration.
3616 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
3617
3618 2008-05-30 Kenichi Handa <handa@m17n.org>
3619
3620 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
3621 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
3622 defined.
3623
3624 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
3627 (Fmake_variable_frame_local): Disallow mixing buffer-local and
3628 frame-local settings for the same variable.
3629
3630 2008-05-30 Kenichi Handa <handa@m17n.org>
3631
3632 * fontset.c (Ffont_info): Move to font.c.
3633 (syms_of_fontset): Delete defsubr of Sfont_info.
3634
3635 * font.c (font_style_to_value, font_score): Delete casting of the
3636 args to xstcasecmp.
3637 (register_font_driver): Increment num_font_drivers only when
3638 registering the driver globally.
3639 (Ffont_info): Move from fontset.c. Handle a font object too.
3640 (syms_of_font): Defsubr Sfont_info.
3641
3642 2008-05-29 Kenichi Handa <handa@m17n.org>
3643
3644 * coding.h (enum define_coding_utf8_arg_index): New enum.
3645 (enum coding_attr_index): Change coding_attr_utf_16_bom to
3646 coding_attr_utf_bom.
3647 (enum utf_bom_type): Rename from utf_16_bom_type.
3648 (struct utf_16_spec): Adjust for the above change.
3649 (struct coding_system): Add utf_8_bom in `spec' union.
3650
3651 * coding.c (CODING_UTF_8_BOM): New macro.
3652 (enum coding_category): Delete coding_category_utf_8, add
3653 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
3654 coding_category_utf_8_sig.
3655 (CATEGORY_MASK_UTF_8): Delete it.
3656 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
3657 (CATEGORY_MASK_UTF_8_SIG): New macros.
3658 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
3659 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
3660 CATEGORY_MASK_UTF_8_SIG.
3661 (CATEGORY_MASK_UTF_8): New macro.
3662 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
3663 (detect_coding_utf_8): Check BOM.
3664 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
3665 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
3666 (encode_coding_utf_16): Likewise.
3667 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
3668 (detect_coding, detect_coding_system): Handle utf-8-auto.
3669 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
3670 (syms_of_coding): Fix setting up of Vcoding_category_table.
3671
3672 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * process.c (Faccept_process_output): If `millisec' is non-nil,
3675 `seconds' default to 0.
3676 (wait_reading_process_output): Also return non-nil if we read output
3677 from a non-running process.
3678
3679 2008-05-29 Jason Rumney <jasonr@gnu.org>
3680
3681 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
3682 `raster' specified.
3683 (add_font_entity_to_list): Allow non-opentype truetype fonts back
3684 in the uniscribe backend, but disallow any font that has no
3685 unicode subrange support.
3686
3687 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
3688
3689 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
3690 Fix typos in docstrings.
3691
3692 2008-05-29 Kenichi Handa <handa@m17n.org>
3693
3694 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
3695 (Fx_family_fonts): Set frame correctly.
3696
3697 2008-05-28 Jason Rumney <jasonr@gnu.org>
3698
3699 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
3700
3701 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3702
3703 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
3704 calling build_annotations.
3705
3706 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * coding.c (Fdecode_coding_region, Fencode_coding_region)
3709 (Fencode_coding_string):
3710 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
3711 <latin-extra-code-table>: Fix typos in docstrings.
3712 (syms_of_coding) <coding-system-alist>: Doc fix.
3713 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
3714
3715 2008-05-28 Kenichi Handa <handa@m17n.org>
3716
3717 * fontset.c (Ffont_info): Don't call font_close_object.
3718
3719 * font.c (font_parse_family_registry): Use Ffont_put to validate
3720 foundry and family.
3721 (font_delete_unmatched): Don't check spacing.
3722 (font_list_entities): Add spacing to the spec to list fonts.
3723
3724 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
3725 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
3726
3727 * coding.c (encode_coding_raw_text): Fix previous change.
3728 (encode_coding_object): When the dst_object is a buffer and is
3729 different from src_object, move gap to PT.
3730
3731 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
3734
3735 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * coding.c (encode_coding_raw_text): Set coding->produced_char for
3738 all branches. Compute it differently.
3739
3740 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
3741
3742 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
3743
3744 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
3745 into "else if () ... else ...".
3746
3747 2008-05-27 Jason Rumney <jasonr@gnu.org>
3748
3749 * w32font.c (w32font_open_internal): Determine if glyph indices
3750 are likely to work here.
3751
3752 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
3755 draw overlap glyphs with appropriate highlighting.
3756
3757 2008-05-27 Kenichi Handa <handa@m17n.org>
3758
3759 * xfont.c (xfont_open): Fix calculation of font->average_width.
3760
3761 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * casefiddle.c (casify_object): Try to guess better whether the
3764 argument is a byte or a char.
3765
3766 2008-05-26 Andreas Schwab <schwab@suse.de>
3767
3768 * xselect.c (x_reply_selection_request): Properly handle format == 32.
3769 Always send multiples of format size.
3770
3771 * xterm.c (x_set_frame_alpha): Fix type mismatch.
3772
3773 2008-05-26 Jason Rumney <jasonr@gnu.org>
3774
3775 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
3776 (compute_metrics): Don't set failure if we just cleared the cache.
3777 (w32_weight_table): Remove unused variable.
3778 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
3779 backwards compatibility.
3780
3781 2008-05-25 Kenichi Handa <handa@m17n.org>
3782
3783 * w32term.c (x_draw_glyph_string):
3784 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
3785
3786 * xfaces.c: Delete unused function prototypes.
3787 (xstrlwr, font_frame): Delete them.
3788 (clear_face_cache): Delete unused variable.
3789
3790 * xftfont.c (xftfont_open): Delete unused variable.
3791 If underline_thickness is not 1, adjust underline_position.
3792
3793 * ftxfont.c (ftxfont_open): Delete unused variable.
3794
3795 * fontset.c (face_for_char): Optimize for the case of no charset
3796 property.
3797
3798 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
3799 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
3800 (otf_open, font_otf_capability, generate_otf_features)
3801 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
3802 Comment out by surrounding "#if 0" and "#endif" for the moment.
3803 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
3804 (syms_of_font): Codes for accessing above commented out.
3805
3806 2008-05-24 Eli Zaretskii <eliz@gnu.org>
3807
3808 * w32proc.c: Include dispextern.h.
3809
3810 * w32.c: Include dispextern.h.
3811
3812 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
3813
3814 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
3815 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
3816 Fix typos in docstrings.
3817
3818 2008-05-23 Jason Rumney <jasonr@gnu.org>
3819
3820 * xsmfns.c: Remove includes that are already included by config.h.
3821
3822 2008-05-23 Kenichi Handa <handa@m17n.org>
3823
3824 * charset.c (Qemacs, charset_emacs): New variables.
3825 (char_charset): Fix for non-Unicode characters.
3826 (syms_of_charset): Define charset_emacs.
3827
3828 * w32term.c (x_draw_glyph_string): Be sure to update
3829 s->underline_thickness and s->underline_position. Be sure to draw
3830 underline within the current line area.
3831
3832 * xterm.c (x_draw_glyph_string): Be sure to update
3833 s->underline_thickness and s->underline_position. Be sure to draw
3834 underline within the current line area.
3835
3836 * fontset.c: Delete unused variables and add casting for char *
3837 throughout the file.
3838 (fontset_font): Try the fallback fonts of the current fontset
3839 before consulting the default fontset.
3840
3841 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
3842
3843 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
3844
3845 2008-05-22 Jason Rumney <jasonr@gnu.org>
3846
3847 * font.c: Don't include strings.h.
3848
3849 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
3850
3851 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
3852 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
3853 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
3854 to call xstrcasecmp.
3855
3856 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3857
3858 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3859
3860 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3861
3862 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3863
3864 2008-05-22 Kenichi Handa <handa@m17n.org>
3865
3866 * puresize.h (BASE_PURESIZE): Increase to 1220000.
3867
3868 * font.c (font_prop_validate_style): Adjust for the format
3869 change of font_style_table.
3870
3871 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
3872 two args.
3873
3874 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
3875 two args.
3876
3877 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * minibuf.c (keys_of_minibuf): Delete.
3880 * lisp.h (keys_of_minibuf): Delete.
3881 * emacs.c (main): Don't call keys_of_minibuf.
3882
3883 2008-05-22 Kenichi Handa <handa@m17n.org>
3884
3885 * ftfont.c (ftfont_resolve_generic_family): Rename from
3886 ftfont_list_generic_family. Return a single family for each
3887 generic family.
3888 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
3889 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
3890 Call font_add_log.
3891 (ftfont_match): Call font_add_log.
3892
3893 * font.h (Ffont_xlfd_name): EXFUN adjusted.
3894 (FONT_DEBUG): Define it.
3895 (font_add_log): Extern it.
3896 (font_assert): Rename from xassert.
3897
3898 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
3899 (xfont_list_family): Call font_add_log.
3900 (xfont_match): Likewise.
3901 (memq_no_quit): Delete.
3902
3903 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
3904 call of Ffont_xlfd_name.
3905
3906 * xfaces.c (struct table_entry, slant_table, weight_table)
3907 (swidth_table): Move to font.c.
3908
3909 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
3910 xassert are changed to font_assert. Delete many unused variables.
3911 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
3912 New variables.
3913 (struct table_entry): Move from xfaces.c and modified.
3914 (weight_table, slant_table, width_table): Move from xfaces.c and
3915 contents adjusted for the change of struct table_entry.
3916 (font_style_to_value, font_style_symbolic): Adjust for the
3917 format change of font_style_table.
3918 (font_parse_family_registry): Don't overwrite existing foundry and
3919 family of font_spec.
3920 (font_score): Fix calculation of diff for sizes.
3921 (font_sort_entites): Call font_add_log.
3922 (font_delete_unmatched): Return a newly created list.
3923 (font_list_entities): Fix previous change. Call font_add_log.
3924 (font_matching_entity, font_open_entity, font_close_entity):
3925 Call font_add_log.
3926 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
3927 (Finternal_set_font_style_table): Delete.
3928 (BUILD_STYLE_TABLE): New macro.
3929 (build_style_table): New function.
3930 (Vfont_log, font_log_env_checked): New variables.
3931 (font_add_log): New function.
3932 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
3933 Declare Lisp variables "font-weight-table", "font-slant-table",
3934 "font-width-table", and "font-log". Initialize font_style_table.
3935
3936 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
3937
3938 * xterm.c (x_set_frame_alpha): Move declarations before statements.
3939
3940 2008-05-21 Seiji Zenitani <zenitani@mac.com>
3941 Ryo Yoshitake <ryo@shiftmode.net>
3942
3943 * frame.c (Qalpha): Add a new frame parameter `alpha'.
3944 (Vframe_alpha_lower_limit): New variable.
3945 (x_set_alpha): New function.
3946
3947 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
3948
3949 * xfns.c (x-create-frame, Qalpha):
3950 Initialize the frame parameter `alpha'.
3951 * xterm.c (OPAQUE, OPACITY): New.
3952 (x_set_frame_alpha): New function.
3953 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
3954
3955 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
3956 * w32fns.c (w32_frame_parm_handlers): Likewise.
3957
3958 2008-05-20 Jason Rumney <jasonr@gnu.org>
3959
3960 * w32font.c (add_font_entity_to_list): Don't add non-opentype
3961 truetype fonts to opentype list.
3962
3963 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
3964
3965 * fontset.c (Ffontset_info): Doc fix.
3966 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
3967 <ignore-relative-composition>: Fix typos in docstrings.
3968
3969 * font.c (syms-of-font) <font-encoding-alist>:
3970 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
3971 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
3972 (Ffont_otf_alternates): Doc fixes.
3973
3974 2008-05-20 Kenichi Handa <handa@m17n.org>
3975
3976 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
3977 font.h through out the file.
3978 (FONT_DRIVERS): Rename from FONTOBJ.
3979 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
3980 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
3981
3982 * emacs.c (main): Call syms_of_font unconditionally.
3983
3984 * font.h (find_font_encoding): Extern it.
3985
3986 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
3987 fontset.c.
3988 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
3989 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
3990 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
3991 only when HAVE_WINDOW_SYSTEM is defined.
3992 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
3993 when HAVE_WINDOW_SYSTEM is defined.
3994
3995 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
3996 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
3997
3998 * xfaces.c: Include font.h unconditionally.
3999 (merge_face_ref, merge_face_vectors)
4000 (Finternal_set_lisp_face_attribute): Cancel the previous change.
4001
4002 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4003
4004 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
4005 indirect_variable.
4006 * eval.c (lisp_indirect_variable): New fun.
4007 (Fuser_variable_p): Use it.
4008
4009 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * lisp.h (indirect_variable):
4012 * data.c (indirect_variable, let_shadows_buffer_binding_p):
4013 Use Lisp_Symbol pointers rather than Lisp_Object.
4014 Adjust callers.
4015 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
4016 To this end, change calling-convention.
4017
4018 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
4019 if some non-hidden buffers are selected by string&pred.
4020
4021 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
4022
4023 * process.c (wait_reading_process_output): Always check status
4024 when in batch mode.
4025
4026 2008-05-19 Kenichi Handa <handa@m17n.org>
4027
4028 * font.c (font_list_entities): Fix handling of cache.
4029 (font_matching_entity): Likewise.
4030
4031 * ftfont.c (cs_iso8859_1): Delete.
4032 (ft_face_cache): New variable.
4033 (struct ftfont_info): New member fc_charset_idx.
4034 (ftfont_build_basic_charsets): Delete.
4035 (fc_charset_table): New variable.
4036 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
4037 . FC_CHARSET_IDX) as :font-entity property in the font entity.
4038 Callers changed.
4039 (ftfont_lookup_cache, ftfont_get_charset): New functions.
4040 (ftfont_spec_pattern): New argument fc_charset_idx.
4041 Check registry more rigidly. Change callers.
4042 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
4043 change of :font-entity property of the font.
4044
4045 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
4046 property of the font.
4047
4048 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
4049
4050 * coding.c (Fcoding_system_p): Rename argument to match docstring.
4051 (Funencodable_char_position, Fcheck_coding_systems_region)
4052 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
4053 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
4054 (Ffind_operation_coding_system, Fset_coding_system_priority)
4055 (Fcoding_system_eol_type): Doc fixes.
4056
4057 2008-05-17 Glenn Morris <rgm@gnu.org>
4058
4059 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
4060
4061 2008-05-16 Eli Zaretskii <eliz@gnu.org>
4062
4063 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
4064 and st_gid.
4065
4066 * frame.c (Fdelete_frame): Don't call font_update_drivers if
4067 HAVE_WINDOW_SYSTEM is not defined.
4068
4069 * xfaces.c (merge_face_ref, merge_face_vectors)
4070 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
4071 HAVE_WINDOW_SYSTEM is defined.
4072 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
4073
4074 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
4077
4078 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4079
4080 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
4081
4082 2008-05-15 Kenichi Handa <handa@m17n.org>
4083
4084 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
4085 preference.
4086
4087 2008-05-15 Glenn Morris <rgm@gnu.org>
4088
4089 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
4090
4091 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * fns.c (init_fns): Don't initialize weak_hash_tables here.
4094 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
4095
4096 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
4097
4098 2008-05-15 Kenichi Handa <handa@m17n.org>
4099
4100 * ftfont.c (ftfont_list): Downcase family name to check generic
4101 families.
4102
4103 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
4104 font-spec for QCfont value.
4105
4106 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
4107 buffer. Check the return value of it.
4108
4109 2008-05-14 Jason Rumney <jasonr@gnu.org>
4110
4111 * w32term.c (w32_get_glyph_overhangs): Remove.
4112 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
4113
4114 2008-05-14 Kenichi Handa <handa@m17n.org>
4115
4116 * font.c (font_prop_validate): Make nil a valid value.
4117 (font_clear_cache): Check if the cached vector of entities is nil
4118 or not.
4119
4120 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4121
4122 * emacs.c (main_thread): Conditionalize on
4123 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
4124 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
4125
4126 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
4127 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
4128 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
4129
4130 2008-05-14 Kenichi Handa <handa@m17n.org>
4131
4132 * coding.c (detect_coding_iso_2022): Ignore a coding category that
4133 has no corresponding coding system.
4134
4135 2008-05-14 Jason Rumney <jasonr@gnu.org>
4136
4137 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
4138
4139 * w32font.h (w32font_open_internal): Update declaration.
4140
4141 * w32font.c (w32font_open_internal): Change last argument from
4142 w32font_info struct to font object. Fill in font object from
4143 font_entity. Get Outline metrics if possible. Use them to
4144 calculate underline position and thickness. Use xlfd name as name
4145 property. Don't set codepage.
4146 (w32font_open): Pass font_object to w32font_open_internal. Don't
4147 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
4148 (w32font_draw): Use s->font.
4149 (clear_cached_metrics): Don't clear non-existent blocks.
4150
4151 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
4152 font was not found.
4153 (x_draw_glyph_string): Use underline position and thickness from font.
4154
4155 * w32uniscribe.c (uniscribe_open): Pass font_object to
4156 w32font_open_internal.
4157
4158 2008-05-14 Kenichi Handa <handa@m17n.org>
4159
4160 These changes are to delete all legacy font-handling codes, and
4161 make Emacs use only font-backends.
4162
4163 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
4164 (frame.o, image.o, print.o): Depend on $(FONTSRC).
4165
4166 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
4167
4168 * charset.h (Vcharset_non_preferred_head)
4169 (Vcurrent_iso639_language): Extern them.
4170
4171 * charset.c (Vcharset_non_preferred_head): New variable.
4172 (Vcurrent_iso639_language): New variable.
4173 (syms_of_charset): Declare it as a Lisp variable.
4174 (char_charset): Don't check non preferred charsets. As a last
4175 resort, return charset_unicode.
4176 (Fset_charset_priority): Update Vcharset_non_preferred_head.
4177
4178 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
4179 conditionals. Don't check enable_font_backend. Delete all codes
4180 used only when USE_FONT_BACKEND is not defined.
4181
4182 * dispextern.h (struct glyph_string): Change type of `font' to
4183 `struct font *'.
4184 (struct glyph_string): New member underline_position and
4185 underline_thickness.
4186 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
4187 (struct face): Change type of `font' to `struct font *'. Remove
4188 members `font_name', `font_info_id'.
4189 (per_char_metric, encode_char): Delete externs.
4190 (calc_pixel_width_or_height): Adjust the prototype.
4191
4192 * emacs.c (enable_font_backend): Delete extern.
4193 (main): Don't set enable_font_backend. Don't check the command
4194 line argument "-disable-font-backend".
4195
4196 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
4197 (enum font_property_index): New members FONT_DPI_INDEX,
4198 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
4199 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
4200 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
4201 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
4202 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
4203 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
4204 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
4205 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
4206 (struct font_spec, struct font_entity): New structs.
4207 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
4208 (struct font): Many members from old "struct font_info" moved to
4209 here. Members font and entity deleted.
4210 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
4211 the new font-related objects.
4212 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
4213 (CHECK_FONT_GET_OBJECT): Likewise.
4214 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
4215 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
4216 (struct font_driver): New members case_sensitive anc check. Type
4217 of the member list and open changed.
4218 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
4219 (font_symbolic_width, font_find_object, font_get_spec)
4220 (font_set_lface_from_name): Delete extern.
4221 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
4222
4223 * font.c: Include <strings.h>.
4224 (enable_font_backend): Delete it.
4225 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
4226 (CHECK_VALIDATE_FONT_SPEC): Delete it.
4227 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
4228 (null_string): Delete it.
4229 (null_vector): Make it static.
4230 (font_family_alist): Delete it.
4231 (Qnormal): Extern it.
4232 (QCextra, QClanguage): Delete it.
4233 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
4234 (font_make_spec, font_make_entity, font_make_object)
4235 (font_intern_prop): Renamed from intern_downcase. Don't downcase
4236 the string. Callers changed.
4237 (font_pixel_size): Adjusted for the format change of font-related
4238 objects.
4239 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
4240 (font_style_to_value, font_style_symbolic): New function.
4241 (build_font_family_alist): Delete it.
4242 (font_registry_charsets): Use Fassoc_string instead of
4243 assq_no_quit.
4244 (font_prop_validate_symbol): Don't return null_string.
4245 (font_prop_validate_style): Adjusted for the change of
4246 style-related values in a font vector.
4247 (font_property_table): Delete entries for QClanguage and
4248 QCantialias, add entries for QCavgwidth.
4249 (get_font_prop_index): Delete the 2nd argument FROM.
4250 (font_prop_validate): Arguments changed.
4251 (font_put_extra): Adjusted for the change of font-related objects.
4252 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
4253 (font_parse_fcname, font_unparse_fcname)
4254 (font_prepare_composition): Likewise.
4255 (font_parse_family_registry): Renamed from font_merge_old_spec.
4256 (otf_open): Delete the 1st arg entity.
4257 (font_otf_capability): Adjusted for the above change.
4258 (font_score): New arg alternate_families. Adjusted for the change
4259 of font-related objects.
4260 (font_sort_entites): New arg best_only.
4261 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
4262 Delete them.
4263 (font_match_p): Check alternate families.
4264 (font_find_object): Delete it.
4265 (font_check_object): New function.
4266 (font_clear_cache): Adjusted for the change of font-related objects.
4267 (font_delete_unmatched): New arg.
4268 (font_list_entities): Call font_driver->list with a spec that
4269 doesn't specify style-related properties.
4270 (font_matching_entity): Arguments changed. Caller changed.
4271 (font_open_entity): Adjusted for the change of font-related objects.
4272 (font_close_object, font_has_char, font_encode_char)
4273 (font_get_name, font_get_spec): Likewise.
4274 (font_spec_from_name, font_clear_prop, font_update_lface):
4275 New functions.
4276 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
4277 (font_prepare_for_face, font_done_for_face, font_open_by_name)
4278 (font_at): Adjusted for the change of font-related objects.
4279 (font_range): New function.
4280 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
4281 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
4282 (Fcopy_font_spec, Fmerge_font_spec): New function.
4283 (Ffont_family_list): Renamed from list-families.
4284 (Finternal_set_font_style_table): Arguments changed.
4285 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
4286 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
4287 change of font-related objects.
4288 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
4289
4290 * fontset.h (struct font_info): Delete it. Most members go to
4291 struct font.
4292 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
4293 (enum FONT_SPEC_INDEX): Delete it.
4294 (font_info, list_fonts_func, load_font_func, query_font_func)
4295 (set_frame_fontset_func, find_ccl_program_func)
4296 (get_font_repertory_func, new_fontset_from_font_name): Delete
4297 externs.
4298 (fontset_from_font_name): Extern it.
4299 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
4300 (FONT_INFO_FROM_FACE): Deleted.
4301 (face_for_font): Adjust prototype.
4302
4303 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
4304 conditionals. Don't check enable_font_backend. Delete all codes
4305 used only when USE_FONT_BACKEND is not defined.
4306 (get_font_info_func, list_font_func, load_font_func)
4307 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
4308 (get_font_repertory_func): Delete them.
4309 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
4310 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
4311 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
4312 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
4313 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
4314 (fontset_compare_rfontdef): New function.
4315 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
4316 ront-defs by qsort. Adjusted for the change of font-group vector.
4317 (load_font_get_repertory): Deleted.
4318 (fontset_find_font): Use new macros to ref/set elements of
4319 font-def and rfont-def.
4320 (fontset_font): Fix the timing of remembering that no font for C.
4321 (free_face_fontset): Do nothing if the face has no fontset.
4322 (face_suitable_for_char_p): Use new macros to ref/set elements of
4323 rfont-def.
4324 (face_for_char): Likewise. Call face_for_char with font_object.
4325 (fs_load_font): Delete. Delete #pragma surrounding it.
4326 (fs_query_fontset): Use strcasecmp instead of strcmp.
4327 (generate_ascii_font_name): Adjusted for the format change of
4328 font-spec.
4329 (Fset_fontset_font): Likewise. Use new macros to set elements of
4330 font-def.
4331 (Fnew_fontset): Use font_unparse_xlfd to generate
4332 FONTSET_ASCII (fontset).
4333 (new_fontset_from_font_name): Deleted.
4334 (fontset_from_font): Renamed from new_fontset_from_font. Check if
4335 a fontset is already created for the font. FIx updating of
4336 Vfontset_alias_alist.
4337 (fontset_ascii_font): Deleted.
4338 (Ffont_info): Adjusted for the format change of font-spec.
4339 (Finternal_char_font): Likewise.
4340 (Ffontset_info): Likewise.
4341 (syms_of_fontset): Don't check load_font_func.
4342
4343 * fns.c (internal_equal): Handle PREV_FONT.
4344
4345 * frame.h: Delete USE_FONT_BACKEND conditional.
4346
4347 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
4348 conditionals. Don't check enable_font_backend. Delete all codes
4349 used only when USE_FONT_BACKEND is not defined.
4350 (x_set_font): Call x_new_font, not x_new_fontset2.
4351 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
4352 already set for the frame.
4353
4354 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
4355 a font-entity by font_make_entity. Use font_intern_prop instead
4356 of intern_downcase. Use FONT_SET_STYLE to set a style-related
4357 font property. If a font is scalable, set avgwidth property to 0.
4358 Set font-entity property by font_put_extra.
4359 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
4360 (ffont_driver): Adjusted for the change of struct font_driver.
4361 (ftfont_spec_pattern): New function.
4362 (ftfont_list): Return a list, not vector.
4363 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
4364 (ftfont_list_family): Don't downcase names.
4365 (ftfont_free_entity): Deleted.
4366 (ftfont_open): Return a font-ojbect. Adjusted for the change of
4367 struct font. Get underline_thickness and underline_position from
4368 font property. Don't update dpyinfo->smallest_font_height and
4369 dpyinfo->smallest_char_width.
4370 (ftfont_close): Don't free `struct font'.
4371 (ftfont_has_char): Adjusted for the format change of font-entity.
4372 (ftfont_encode_char, ftfont_text_extents): Likewise.
4373
4374 * ftxfont.c (ftxfont_list): Return a list, not vector.
4375 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
4376 struct font. Get underline_thickness and underline_position from
4377 font property. Don't update dpyinfo->smallest_font_height and
4378 dpyinfo->smallest_char_width.
4379 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
4380 (ftxfont_draw): Adjusted for the change of struct font.
4381
4382 * image.c (image_ascent): Don't include "charset.h". Include
4383 "character.h" and "font.h".
4384
4385 * lisp.h (enum pvec_type): New member PREV_FONT.
4386 (Fassoc_string): EXFUN it.
4387
4388 * print.c: Include font.h.
4389 (print_object): Handle font-related objects.
4390
4391 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
4392 conditionals. Don't check enable_font_backend. Delete all codes
4393 used only when USE_FONT_BACKEND is not defined.
4394 (handle_auto_composed_prop): Do nothing if it->f is not on a
4395 window system. Check how many following characters can be
4396 displayed by the same font.
4397 (calc_pixel_width_or_height): Type of the 4th arg is changed to
4398 'struct font *'.
4399 (get_char_face_and_encoding): Assign the whole encoding task to
4400 the `encode-char' method of a font driver.
4401 (fill_composite_glyph_string): Adjusted for the change of `struct
4402 face' and `struct glyph_string'.
4403 (fill_glyph_string): Likewise.
4404 (get_per_char_metric): Arguments changed.
4405 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
4406 and `struct glyph_string'.
4407 (produce_stretch_glyph, calc_line_height_property)
4408 (x_produce_glyphs): Likewise.
4409
4410 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
4411 conditionals. Don't check enable_font_backend. Delete all codes
4412 used only when USE_FONT_BACKEND is not defined. Use
4413 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
4414 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
4415 (Qp): Extern them.
4416 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
4417 Deleted.
4418 (struct font_name): Deleted.
4419 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
4420 (compare_fonts_by_sort_order): New function.
4421 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
4422 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
4423 Deleted.
4424 (Fx_family_fonts): Use font_list_entities, and sort fonts by
4425 compare_fonts_by_sort_order.
4426 (Fx_font_family_list): Call Ffont_family_list.
4427 (face_numeric_value, face_numeric_weight, face_numeric_slant)
4428 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
4429 (face_symbolic_slant, face_symbolic_swidth)
4430 (split_font_name_into_vector, build_font_name_from_vector)
4431 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
4432 (font_rescale_ratio, split_font_name, build_font_name)
4433 (free_font_names, sort_fonts, x_face_list_fonts)
4434 (face_font_available_p, sorted_font_list, cmp_font_names)
4435 (font_list_1, concat_font_list, font_list, remove_duplicates):
4436 Deleted.
4437 (Fx_list_fonts): Use Ffont_list.
4438 (LFACE_AVGWIDTH): Deleted.
4439 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
4440 by FONTP.
4441 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
4442 (set_lface_from_font_name): Delete it.
4443 (set_lface_from_font): Renamed from
4444 set_lface_from_font_and_fontset. Caller changed. Don't set
4445 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
4446 for face.
4447 (merge_face_vectors): Copy font-spec if necessary.
4448 Clear properties of the font-spec if necessary.
4449 (merge_face_ref): Clear properties of the font-spec if necessary.
4450 (Finternal_set_lisp_face_attribute): Likewise.
4451 (set_font_frame_param): Use font_load_for_lface to load a
4452 font-object, and call Fmodify_frame_parameters with it.
4453 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
4454 font name by Ffont_xlfd_name.
4455 (Finternal_lisp_face_attribute_values): Don't check QCweight,
4456 QCslant, and QCwidth.
4457 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
4458 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
4459 Compare fonts by EQ.
4460 (lookup_non_ascii_face): Deleted.
4461 (face_for_font): The 2nd argument changed.
4462 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
4463 Check atomic font properties by case insensitive.
4464 (realize_non_ascii_face): Set face->overstrike correctly.
4465 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
4466 (dump_realized_face): Get font name from
4467 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
4468
4469 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
4470 conditionals. Don't check enable_font_backend. Delete all codes
4471 used only when USE_FONT_BACKEND is not defined.
4472 (xic_create_xfontset): Original code deleted and renamed from
4473 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
4474 (x_make_gc): Don't set GCFont in GCs.
4475 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
4476 opened by "fixed".
4477 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
4478 find_ccl_program_func, query_font_func, set_frame_fontset_func,
4479 get_font_repertory_func.
4480
4481 * xfont.c: Include <stdlib.h> and "ccl.h".
4482 (struct xfont_info): New structure.
4483 (xfont_query_font): Deleted.
4484 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
4485 moved from xterm.c.
4486 (xfont_driver): Adjusted for the change of struct font_driver.
4487 (compare_font_names): New function.
4488 (xfont_list_pattern): Sort font names case insensitively. Make
4489 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
4490 (xfont_list): Return a list, not vector.
4491 (xfont_match): If the font doesn't have QCname property, generate
4492 a name from the other font properties.
4493 (xfont_open): Return a font-ojbect. Adjusted for the change of
4494 struct font. Get underline_thickness and underline_position from
4495 font property. Don't update dpyinfo->smallest_font_height and
4496 dpyinfo->smallest_char_width.
4497 (xfont_close): Don't free struct font.
4498 (xfont_prepare_face): Adjusted for the change of struct font.
4499 (xfont_done_face): Deleted.
4500 (xfont_has_char): Adjusted for the change of struct font.
4501 (xfont_encode_char, xfont_draw): Likewise.
4502 (xfont_check): New function.
4503
4504 * xftfont.c (xftfont_list): Adjusted for the change of `list'
4505 callback function.
4506 (xftfont_match): Adjusted for the fontmat change of font-entity.
4507 (xftfont_open): Adjusted for the format change of font-entity and
4508 font-object. Adjusted for the change of struct font. Return a
4509 font-object. Don't update dpyinfo->smallest_font_height and
4510 dpyinfo->smallest_char_width.
4511 (xftfont_close): Block input while calling XftFontClose.
4512 (xftfont_prepare_face): Don't block input while calling
4513 xftfont_get_colors. Adjusted for the change of struct font.
4514 (xftfont_shape): Return value of error case fixed.
4515
4516 * xrdb.c (x_load_resources): Don't setup a fontset resource.
4517
4518 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
4519 conditionals.
4520 (FONT_WIDTH): Return (f)->max_width.
4521 (struct x_display_info): Delete member `font'.
4522 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
4523 (x_find_ccl_program, x_get_font_repertory): Delete externs.
4524 (struct x_output): Change type of `font' to `struct font *'.
4525
4526 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
4527 conditionals. Don't check enable_font_backend. Delete all codes
4528 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
4529 (x_per_char_metric, x_encode_char): Deleted.
4530 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
4531 (x_compute_glyph_string_overhangs): Adjusted for the change of
4532 `struct face'.
4533 (x_draw_glyph_string_foreground)
4534 (x_draw_composite_glyph_string_foreground): Likewise.
4535 (x_draw_glyph_string): Likewise. Use font->underline_position and
4536 font->underline_thickness.
4537 (x_new_font): Renamed from x_new_fontset2.
4538 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
4539 (x_check_font): Call `check' method of a font driver.
4540 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
4541 (x_query_font, x_get_font_repertory): Deleted.
4542 (x_find_ccl_program): Renamed and moved to xfont.c.
4543 (x_redisplay_interface): Adjusted for the change of `struct
4544 redisplay_interface'.
4545
4546 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
4547 conditionals. Don't check enable_font_backend. Delete all codes
4548 used only when USE_FONT_BACKEND is not defined. Surround non-used
4549 code by "#ifdef OLD_FONT" and "endif".
4550 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
4551
4552 * w32font.h (struct w32font_info): New member.
4553 (FONT_COMPAT): New macro.
4554 (w32font_open_internal): Prototype adjusted.
4555
4556 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
4557 OLD_FONT" and "endif".
4558
4559 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
4560 conditionals. Don't check enable_font_backend. Delete all codes
4561 used only when USE_FONT_BACKEND is not defined.
4562 (w32font_open): Return a font-object. Make a font-object by
4563 font_make_object. Adjusted for the change of struct w32font_info.
4564 (w32font_close): Don't free struct font. Adjusted for the change
4565 of struct w32font_info.
4566 (w32font_encode_char, w32font_text_extents, w32font_draw):
4567 Adjusted for the change of struct w32font_info.
4568 (w32font_draw): Likewise.
4569 (w32font_list_internal): Return a list, not vector.
4570 (w32font_open_internal): Change the 4th arg to font-object.
4571 Adjusted for the change of struct w32font_info and font-object format.
4572 (add_font_name_to_list): Don't downcase names.
4573 (w32_enumfont_pattern_entity): Make a font-entity by
4574 font_make_entity. Adjusted for the format change of font-entity.
4575 Use FONT_SET_STYLE to set a style-related font property. If a
4576 font is scalable, set avgwidth property to 0. Set font-entity
4577 property by font_put_extra.
4578 (font_matches_spec): Adjusted for the format change of font-entity.
4579 (w32_weight_table, w32_decode_weight): New variables.
4580 (w32_encode_weight): New function.
4581 (fill_in_logfont): Adjusted for the format change of font-spec.
4582 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
4583 weight value.
4584 (w32font_driver): Adjusted for the change of struct font_driver.
4585
4586 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
4587 conditionals. Don't check enable_font_backend. Surround non-used
4588 code by "#ifdef OLD_FONT" and "endif".
4589 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
4590 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
4591
4592 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
4593 conditionals. Don't check enable_font_backend. Delete all codes
4594 used only when USE_FONT_BACKEND is not defined. Surround non-used
4595 code by "#ifdef OLD_FONT" and "endif".
4596
4597 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
4598 (uniscribe_open): Return value changed to font-object.
4599 Adjusted for the format change of font-object.
4600 (uniscribe_otf_capability): Adjusted for the change of struct font.
4601 (add_opentype_font_name_to_list): Don't downcase names.
4602 (uniscribe_font_driver): Adjusted for the change of struct
4603 font_driver.
4604
4605 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
4606
4607 * dispnew.c (update_frame_1): Check if tty output is still valid
4608 before flushing it.
4609
4610 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
4611
4612 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
4613 to Gtk+ menus.
4614
4615 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * dired.c (file_name_completion): Tweak the code so as to always do it
4618 in a single pass. Tighten the scope of some variables.
4619
4620 * dired.c (Qdefault_directory): New var.
4621 (file_name_completion): Use it instead of Fexpand_file_name.
4622 (syms_of_dired): Initialize it.
4623
4624 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * fileio.c (double_dollars): Remove dead code.
4627
4628 2008-05-10 Eli Zaretskii <eliz@gnu.org>
4629
4630 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
4631 Mention w32-get-true-file-attributes in doc string.
4632
4633 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
4634
4635 2008-05-09 Glenn Morris <rgm@gnu.org>
4636
4637 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
4638 2008-04-23.
4639
4640 2008-05-09 Eli Zaretskii <eliz@gnu.org>
4641
4642 Support for reporting owner and group of each file on MS-Windows:
4643 * dired.c (stat_uname, stat_gname): New functions, with special
4644 implementation for w32.
4645 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
4646
4647 * w32.c: Rename the_passwd_* to dflt_passwd_*.
4648 (dflt_group_name): New static variable.
4649 (dflt_group): Rename from the_group.
4650 (init_user_info): Init dflt_group fields. Get user's group name
4651 from LookupAccountSid.
4652 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
4653 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
4654 New initialization states.
4655 (globals_of_w32): Initialize them to zero. Initialize the default
4656 group name to "None".
4657 (GetFileSecurity_Name): New global var, the name of the function
4658 to call for GetFileSecurity.
4659 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
4660 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
4661 (get_file_security, get_security_descriptor_owner)
4662 (get_security_descriptor_group, is_valid_sid)
4663 (get_file_security_desc, get_rid, get_name_and_id)
4664 (get_file_owner_and_group): New functions.
4665 (stat): Use get_file_security_desc and get_file_owner_and_group to
4666 report the owner and primary group of each file. Don't ignore the
4667 high 32 bits of file's size, now that st_size is 64-bit wide.
4668 Fix test when to get true file attributes.
4669 (init_user_info): Use get_rid instead of equivalent inline code.
4670 (fstat): Don't ignore the high 32 bits of file's size.
4671
4672 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * image.c (png_load): Use correct bit-depth for setting background
4675 color.
4676
4677 2008-05-08 Eli Zaretskii <eliz@gnu.org>
4678
4679 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
4680 epa-hook.elc.
4681
4682 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4683
4684 * font.c (Ffont_match_p): Don't use `iff' in docstring.
4685
4686 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4687
4688 * macfns.c (Fx_create_frame): Make a copy of frame parameters
4689 because the original parameters are in pure storage now.
4690 (mac_window): Remove unused params. Update callers.
4691
4692 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * lread.c (substitute_object_recurse): Use lower-level primitives.
4695 Don't signal errors when traversing sub-char-tables.
4696 Don't loop over all the possible characters when traversing char-tables.
4697
4698 * print.c (print_preprocess): Add sub-char-tables to the print-table,
4699 just like we do in print.c.
4700
4701 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * minibuf.c (Ftry_completion): Remove code left over from when we used
4704 scmp instead of Fcompare_strings.
4705
4706 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
4707
4708 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
4709
4710 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4711
4712 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
4713 Create bitmap context in native byte order.
4714
4715 * macterm.c (XDrawLine)
4716 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
4717 context in native byte order.
4718
4719 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4720
4721 * config.in: Regenerate.
4722
4723 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
4724 New definitions for Image I/O support.
4725 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4726 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
4727 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4728 (mac_data_provider_release_data, image_load_image_io)
4729 [USE_MAC_IMAGE_IO]: New functions.
4730 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
4731 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
4732 (init_image_func_pointer) [MAC_OSX]: Remove function.
4733 (image_load_quartz2d) [MAC_OSX]: Check availability of
4734 CGImageCreateWithPNGDataProvider at compile time.
4735 Use lowercase `false' for boolean constant.
4736 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
4737 Use image_load_image_io.
4738 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
4739 Don't check MyCGImageCreateWithPNGDataProvider.
4740 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
4741 Don't call init_image_func_pointer.
4742
4743 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
4744
4745 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
4746 Make variable non-static.
4747 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
4748 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4749
4750 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
4751 (RED_FROM_ULONG): Mask off higher bits.
4752 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
4753
4754 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
4755 Include AvailabilityMacros.h.
4756 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
4757 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
4758
4759 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * chartab.c (Fset_char_table_range): If range is t, really set all
4762 chars to that value.
4763
4764 2008-05-03 Eli Zaretskii <eliz@gnu.org>
4765
4766 * dired.c (Ffile_attributes): Don't allow the device number become
4767 negative.
4768
4769 2008-05-02 Daiki Ueno <ueno@unixuser.org>
4770
4771 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
4772
4773 2008-05-02 Juri Linkov <juri@jurta.org>
4774
4775 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
4776 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
4777 DEFAULT argument as a list of default values in docstrings.
4778
4779 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * puresize.h (BASE_PURESIZE): Increase to 1210000.
4782
4783 2008-05-01 Martin Rudalics <rudalics@gmx.at>
4784
4785 * dispnew.c (change_frame_size_1): Preserve small windows when
4786 shrinking frames by calling set_window_height|width with third
4787 arg 2.
4788
4789 * window.h (struct window): Replace field too_small_ok by field
4790 resize_proportionally.
4791
4792 * window.c (make_window): Initialize resize_proportionally.
4793 (enlarge_window): Temporarily set resize_proportionally to make
4794 sure that shrink_windows does scale the window proportionally.
4795 (shrink_windows): When window has resize_proportionally set try
4796 to shrink it proportionally by stealing from other windows.
4797 (struct saved_window, Fset_window_configuration)
4798 (compare_window_configurations): Handle resize_proportionally.
4799 (WINDOW_TOTAL_SIZE): New macro.
4800 (window_min_size, shrink_windows, size_window): Use it.
4801 (check_min_window_sizes): Remove. Invalid values of
4802 window-min-height|width are handled by window_min_size_2 now.
4803 (size_window, Fsplit_window, enlarge_window)
4804 (adjust_window_trailing_edge, grow_mini_window): Don't call
4805 check_min_window_sizes.
4806 (window_min_size_2, window_min_size_1, window_min_size):
4807 New argument safe_p for retrieving "safe" minimum sizes.
4808 (Fdisplay_buffer, Fsplit_window, enlarge_window)
4809 (adjust_window_trailing_edge, grow_mini_window):
4810 Adjust arguments of window_min_size... functions.
4811 (shrink_windows): Argument min_size removed. New argument
4812 safe_p allows shrinking windows to their safe minimum sizes.
4813 Calculate minimum size and decide whether a window shall be
4814 deleted for each window individually.
4815 (size_window): When nodelete_p equals 2, tell shrink_windows to
4816 delete windows only if their new minimum size is no more safe.
4817 (shrink_window_lowest_first): Call window_min_size_1 to make
4818 sure to preserve modeline of bottom-most window when resizing
4819 the minibuffer.
4820 (Fset_window_configuration, Fcurrent_window_configuration)
4821 (compare_window_configurations): Do not handle
4822 window-min-height|width any more.
4823 (syms_of_window): Clarify window-min-height|width doc-strings.
4824
4825 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * dired.c (file_name_completion): Fix up the encoding/decoding issue
4828 some more. Copy some of the code from Ftry_completions.
4829 Remove special case code that dates back to initial revision when the
4830 slash was only added when necessary and that can't trigger nowadays.
4831
4832 2008-04-27 Kenichi Handa <handa@m17n.org>
4833
4834 * font.c (font_prop_validate): Signal `error' instead of `font'.
4835
4836 2008-04-29 Jason Rumney <jasonr@gnu.org>
4837
4838 * w32fns.c (Fw32_battery_status): New defun.
4839 (syms_of_w32fns): Defsubr it.
4840
4841 2008-04-28 Andreas Schwab <schwab@suse.de>
4842
4843 * dired.c (file_name_completion): Fix another mixing of encoded
4844 and decoded names.
4845
4846 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
4847
4848 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
4849
4850 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
4851
4852 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
4853
4854 2008-04-27 Andreas Schwab <schwab@suse.de>
4855
4856 * dired.c (file_name_completion): Fix inappropriate mixing of
4857 encoded and decoded names.
4858
4859 * xterm.c (XTread_socket): Fix use of uninitialized variable.
4860
4861 * puresize.h (BASE_PURESIZE): Increase to 1200000.
4862
4863 2008-04-26 Eli Zaretskii <eliz@gnu.org>
4864
4865 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
4866 2008-03-31, it's not needed anymore with `struct stat' definition
4867 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
4868 for the same reasons.
4869
4870 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
4871
4872 * m/sparc.h: Additional redefinitions for GNU/Linux.
4873
4874 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4875
4876 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
4877 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
4878 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
4879 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
4880 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
4881 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
4882 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4883 Likewise.
4884
4885 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
4886 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
4887 (mac_ax_number_of_characters): Add externs.
4888 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
4889 [USE_MAC_TSM]: Likewise.
4890 (mac_handle_text_input_event) [MAC_OSX]:
4891 Handle kEventTextInputOffsetToPos for no active input area case.
4892 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
4893 (mac_handle_document_access_event)
4894 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
4895 (install_application_handler) [MAC_OSX]: Register handlers for
4896 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
4897 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4898 Register mac_handle_document_access_event.
4899
4900 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
4901 Make functions non-static.
4902
4903 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
4906 (read_file_name_completion_ignore_case, insert_default_directory)
4907 (Qdefault_directory): Move to minibuffer.el.
4908 (Fread_file_name): Call the new `read-file-name' instead.
4909
4910 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4911
4912 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
4913 Make function non-static.
4914 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
4915 Remove function.
4916 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
4917 Move to mactoolbox.c.
4918 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
4919
4920 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
4921 (mac_rect_make): New macro.
4922
4923 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
4924 instead of float.
4925 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
4926 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
4927 (XSetBackground) [USE_CG_DRAWING]: Likewise.
4928 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
4929 CGRectMake.
4930 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
4931 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
4932 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
4933 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
4934 instead of WindowRef in argument type.
4935 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
4936 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
4937 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
4938 instead of DISPLAY. All uses changed.
4939 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
4940 (x_calc_absolute_position): Simplify so as not to use
4941 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
4942
4943 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
4944 instead of WindowRef in argument type.
4945 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
4946 [TARGET_API_MAC_CARBON]: Remove externs.
4947 (create_apple_event, mac_event_parameters_to_lisp)
4948 [TARGET_API_MAC_CARBON]: Add externs.
4949
4950 * mactoolbox.c (Vmac_ts_script_language_on_focus)
4951 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
4952 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
4953 is clicked.
4954 (x_activate_menubar): Remove extern for saved_menu_event_location.
4955 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
4956 Move from mac.c.
4957
4958 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4959
4960 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
4961 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
4962
4963 2008-04-23 Jason Rumney <jasonr@gnu.org>
4964
4965 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
4966 attributes only for local files.
4967
4968 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
4969 default to Qlocal.
4970
4971 2008-04-22 Juri Linkov <juri@jurta.org>
4972
4973 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
4974 read-buffer-to-switch instead of using the letter "B".
4975
4976 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4977
4978 * fileio.c (Qdefault_directory): New variable.
4979 (Fread_file_name): Use it to pass `dir' to the completion functions.
4980
4981 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
4982
4983 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
4984
4985 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * keyboard.c (Vpre_help_message): Remove.
4988 (show_help_echo): Remove default C code.
4989
4990 * dired.c (directory_files_internal, file_name_completion):
4991 Only call ENCODE_FILE if the string is indeed decoded.
4992
4993 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4994
4995 * Makefile.in (TOOLKIT_DEFINES): Remove.
4996 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
4997
4998 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4999
5000 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
5001 (mactoolbox.o): New target.
5002
5003 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
5004 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
5005
5006 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
5007 Use mac_set_frame_window_background instead of XSetWindowBackground.
5008 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
5009 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
5010 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
5011 instead of SetWindowTitleWithCFString.
5012 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
5013 Move function to mactoolbox.c.
5014 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
5015 Use mac_set_window_modified instead of SetWindowModified.
5016 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
5017 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
5018 (Fx_focus_frame): Use mac_front_non_floating_window instead of
5019 FrontNonFloatingWindow. Use mac_activate_window instead of
5020 ActivateWindow. Use mac_active_non_floating_window instead of
5021 ActiveNonFloatingWindow.
5022 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
5023 Use mac_show_hourglass and mac_hide_hourglass.
5024 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
5025 instead of GetGlobalMouse.
5026 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
5027 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
5028 Use mac_bring_window_to_front instead of BringToFront.
5029 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
5030 mactoolbox.c.
5031 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
5032 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
5033 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
5034 mactoolbox.c.
5035
5036 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
5037 (XtPointer): Move typedef from macmenu.c.
5038 (enum button_type): Move enum from macmenu.c.
5039 (widget_value): Move typedef from macmenu.c.
5040 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
5041 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
5042 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
5043 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
5044 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
5045 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
5046 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
5047 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
5048 (Selection): Move typedef from macselect.c.
5049 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
5050 macterm.c.
5051 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
5052 (mac_is_window_collapsed, mac_bring_window_to_front)
5053 (mac_send_window_behind, mac_hide_window, mac_show_window)
5054 (mac_collapse_window, mac_front_non_floating_window)
5055 (mac_active_non_floating_window, mac_activate_window)
5056 (mac_move_window_structure, mac_move_window, mac_size_window)
5057 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
5058
5059 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
5060 (enum mac_menu_kind): Move enum to mactoolbox.c.
5061 (min_menu_id): Move variable to mactoolbox.c.
5062 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
5063 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
5064 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
5065 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
5066 [TARGET_API_MAC_CARBON]: Likewise.
5067 (XtPointer): Move typedef to macgui.h.
5068 (enum button_type): Move enum to macgui.h.
5069 (widget_value): Move typedef to macgui.h.
5070 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
5071 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
5072 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
5073 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
5074 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
5075 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
5076 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
5077 (popup_activated_flag): Make variable non-static.
5078 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
5079 (add_menu_item, fill_menu, dispose_menus):
5080 Move functions to mactoolbox.c.
5081 (restore_show_help_function, menu_target_item_handler)
5082 (install_menu_target_item_handler, mac_handle_dialog_event)
5083 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
5084 [TARGET_API_MAC_CARBON]: Likewise.
5085 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
5086 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
5087 (find_and_call_menu_selection, name_is_separator): Make function
5088 non-static.
5089 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
5090 to mactoolbox.c.
5091 (set_frame_menubar): Don't call install_menu_quit_handler.
5092 (menu_item_selection): New variable.
5093 (mac_menu_show): Use create_and_show_popup_menu.
5094 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
5095 selection but set variable menu_item_selection. All uses changed.
5096 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
5097 Call install_menu_quit_handler. Move to mactoolbox.c.
5098
5099 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
5100 (Selection): Move typedef to macgui.h.
5101 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
5102 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
5103 Make variables non-static.
5104 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
5105 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
5106 Make functions non-static.
5107 (Vmac_service_selection) [MAC_OSX]: Likewise.
5108 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
5109 (mac_valid_selection_target_p, mac_clear_selection)
5110 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
5111 (mac_put_selection_value, mac_selection_has_target_p)
5112 (mac_get_selection_value, mac_get_selection_target_list)
5113 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
5114 Move functions to mactoolbox.c.
5115 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
5116 Likewise.
5117 (copy_scrap_flavor_data, mac_handle_service_event)
5118 (install_service_handler) [MAC_OSX]: Likewise.
5119 (syms_of_macselect) <Vmac_dnd_known_types>:
5120 Use mac_dnd_default_known_types.
5121
5122 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
5123 Move to mactoolbox.c.
5124 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
5125 (Fx_selection_owner_p): Add EXFUN.
5126 (install_window_handler, remove_window_handler, XSetWindowBackground):
5127 Remove externs.
5128 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
5129 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
5130 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
5131 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
5132 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
5133 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
5134 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
5135 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
5136 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
5137 (create_and_show_popup_menu, mac_get_selection_from_symbol)
5138 (mac_valid_selection_target_p, mac_clear_selection)
5139 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
5140 (mac_put_selection_value, mac_selection_has_target_p)
5141 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
5142 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
5143 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
5144 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
5145 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
5146 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
5147 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
5148 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
5149 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
5150
5151 * mactoolbox.c: New file.
5152
5153 2008-04-18 Jason Rumney <jasonr@gnu.org>
5154
5155 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
5156
5157 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5158
5159 * character.c (Fmultibyte_char_to_unibyte):
5160 Return latin1 chars unchanged.
5161
5162 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
5163 relocated if it points to `name'.
5164
5165 2008-04-17 Kenichi Handa <handa@m17n.org>
5166
5167 * data.c (Faset): Allow setting a multibyte character in an
5168 ASCII-only unibyte string.
5169
5170 * lisp.h (STRING_SET_MULTIBYTE): New macro.
5171
5172 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
5175 done in config.h.
5176
5177 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
5180 (Fchar_direction): Add usage in the docstring.
5181
5182 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
5183
5184 * keyboard.c (read_key_sequence): Remove always-true checks.
5185
5186 2008-04-14 Jason Rumney <jasonr@gnu.org>
5187
5188 * w32font.c (w32font_open_internal): Set max_bounds.descent in
5189 compatibility struct, for better underline positioning.
5190
5191 2008-04-13 David Hansen <david.hansen@gmx.net>
5192
5193 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
5194 string.
5195
5196 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5197
5198 * m/hp800.h (XUINT, XSET): Remove.
5199
5200 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
5201
5202 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
5203 previous change.
5204
5205 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
5208 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
5209
5210 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * keymap.h (map_keymap_canonical): Declare.
5213 * xmenu.c (single_keymap_panes): Use it.
5214
5215 2008-04-11 Glenn Morris <rgm@gnu.org>
5216
5217 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
5218 set the target's value to that of the alias.
5219
5220 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * term.c (set_tty_color_mode): Left over typo.
5223
5224 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
5225
5226 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
5227 only after check for file name handler functions. Signal, when
5228 native functionality is not supported.
5229 (syms_of_fileio): Declare it unconditionally.
5230
5231 2008-04-10 Jason Rumney <jasonr@gnu.org>
5232
5233 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
5234 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
5235
5236 * w32.c (logon_network_drive): Also logon to remote drives that
5237 are mapped to drive letters.
5238
5239 2008-04-10 Glenn Morris <rgm@gnu.org>
5240
5241 * xdisp.c (truncate-partial-width-windows): Doc fix.
5242
5243 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
5246 Move functions to minibuffer.el.
5247 (syms_of_fileio): Don't declare them.
5248
5249 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
5252 (syms_of_minibuf): Remove its initialization.
5253
5254 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
5255
5256 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
5257
5258 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
5259
5260 2008-04-09 Jason Rumney <jasonr@gnu.org>
5261
5262 * makefile.w32-in (distclean): Delete makefile too.
5263 (maintainer-clean): New target.
5264
5265 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
5266
5267 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
5268 for new font backend and composite cases.
5269
5270 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
5271
5272 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
5273 Most of the code moved to run_timers.
5274 (do_pending_atimers): Call run_timers.
5275 (run_timers): New function.
5276
5277 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
5278 run atimers.
5279
5280 * process.c (wait_reading_process_output): The same as above.
5281
5282 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * minibuf.c (last_exact_completion): Remove variable.
5285 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
5286 (complete_and_exit_1, complete_and_exit_2)
5287 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
5288 (Fdisplay_completion_list, display_completion_list_1)
5289 (Fminibuffer_completion_help, Fself_insert_and_exit)
5290 (Fexit_minibuffer, Fminibuffer_message): Move functions to
5291 minibuffer.el.
5292 (syms_of_minibuf): Remove corresponding initializations.
5293
5294 * keyboard.c (Qdeactivate_mark): New var.
5295 (command_loop_1): Use it to call `deactivate-mark'.
5296 (syms_of_keyboard): Initialize it.
5297
5298 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
5299 to another frame.
5300 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
5301 Don't call set_tty_color_mode.
5302 (store_frame_param): Reset previous_frame rather than call
5303 set_tty_color_mode.
5304 * term.c (set_tty_color_mode): Rewrite.
5305 * dispextern.h (set_tty_color_mode): New type.
5306 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
5307
5308 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
5311 for generic chars, which do not exist any more in emacs-unicode.
5312
5313 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
5314
5315 * coding.c (detect_coding_emacs_mule)
5316 (Ffind_operation_coding_system): Fix typo.
5317
5318 2008-04-08 Jason Rumney <jasonr@gnu.org>
5319
5320 * w32uniscribe.c (SNAME): Extract only symbol name.
5321
5322 * w32font.h (struct w32_metric_cache): New struct.
5323 (w32font_info): Use it.
5324 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
5325 (CACHE_BLOCKSIZE): New constants.
5326
5327 * w32font.c (Qja, Qko, Qzh): New symbols.
5328 (syms_of_w32font): Initialise them.
5329 (font_matches_spec): Use them to filter by language.
5330 (recompute_cached_metrics): Remove function.
5331 (compute_metrics, clear_cached_metrics): New functions.
5332 (w32font_encode_char): Use them to manage metric cache.
5333 (w32font_text_extents): Cache metrics for all glyphs on demand.
5334 Delay converting glyph indices to WORD until needed.
5335 (w32font_open_internal): Initialize metric cache to empty.
5336 (registry_to_w32_charset): Charset should always be a symbol.
5337 (fill_in_logfont, list_all_matching_fonts): Family should
5338 always be a symbol.
5339
5340 2008-04-06 Jason Rumney <jasonr@gnu.org>
5341
5342 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
5343 Give up if glyph indices not supported. Use uniscribe obtained
5344 ABC widths for individual metrics. Map glyph clusters back to
5345 characters using fClusterStart flag. Return number of glyphs
5346 produced, not chars processed.
5347 (uniscribe_shape): Map char at FROM to current glyph.
5348
5349 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5350
5351 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
5352 Use SetMenuItemHierarchicalMenu.
5353
5354 2008-04-05 Jason Rumney <jasonr@gnu.org>
5355
5356 * image.c (pbm_load): Allow color values up to 65535.
5357 Throw an error if max_color_idx is outside the supported range.
5358 Report an error when image size is invalid.
5359 Read two bytes at a time when raw images have max_color_idx above 255.
5360
5361 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5362
5363 * w32.c (readdir): If FindFirstFile/FindNextFile return in
5364 cFileName a file name that includes `?' characters, use the 8+3
5365 alias in cAlternateFileName instead.
5366
5367 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
5368
5369 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
5370 append "CCL: Quitted" when the CCL program is quitted.
5371 (setup_ccl_program): Initialize ccl->quit_silently to zero.
5372
5373 * ccl.h (struct ccl_program): New member quit_silently.
5374
5375 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * search.c (compile_pattern_1): Treat non-nil and non-string of
5378 search-spaces-regexp as nil.
5379
5380 * minibuf.c (Fassoc_string): Tweak docstring.
5381
5382 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5383
5384 * dired.c (Ffile_attributes): Support inode numbers wider than 32
5385 bits. Remove ugly WINDOWSNT-specific kludge introduced on
5386 2008-03-14 to force inode be positive.
5387
5388 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
5389 _S_* ones, since we now use our own sys/stat.h.
5390 (stat, fstat): Don't mangle the inode number.
5391 (init_user_info): Don't restrict UID and GID to 0-60000 range.
5392
5393 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * frame.h (struct frame): Give one more bit to `visible' since we use
5396 values larger than 1 to indicate obscured frames on ttys.
5397
5398 * keymap.c (Qkeymap_canonicalize): New var.
5399 (Fmap_keymap_internal): New fun.
5400 (describe_map): Use keymap-canonicalize.
5401
5402 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
5403 (Fundo_boundary): Set them.
5404 (syms_of_undo): Initialize them.
5405 (record_point): Use them instead of last_point_position*.
5406 (last_undo_buffer): Change type.
5407
5408 2008-04-04 Jason Rumney <jasonr@gnu.org>
5409
5410 * w32font.c (w32font_text_extents): Use font's ascent and descent.
5411 (recompute_cached_metrics): Don't set ascent and descent per char.
5412
5413 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
5414 (uniscribe_check_otf): Add GC protection before consing.
5415 Rearrange loop for counting features.
5416
5417 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
5420 buffer with byte-size of source buffer.
5421
5422 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
5423
5424 * callint.c (Fcall_interactively): Handle temporary region even
5425 when shift-select-mode is off.
5426
5427 2008-04-03 Jason Rumney <jasonr@gnu.org>
5428
5429 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
5430
5431 2008-04-03 Kenichi Handa <handa@m17n.org>
5432
5433 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
5434 (CATEGORY_MASK_UTF_16): Likewise.
5435 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
5436 binary file.
5437 (detect_coding): Add null-byte detection for a binary file.
5438 (detect_coding_system): Likewise.
5439
5440 2008-04-03 Jason Rumney <jasonr@gnu.org>
5441
5442 * w32uniscribe.c: New file.
5443
5444 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
5445
5446 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
5447
5448 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
5449 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
5450 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
5451 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
5452 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
5453 (Qphonetic): New symbols.
5454 (syms_of_w32font): Initialize them.
5455 (font_supported_scripts): Use them.
5456 (w32font_list_family): List all charsets.
5457 (w32font_text_extents, recompute_cached_metrics): Fix metric
5458 calculations.
5459 (w32_enumfont_pattern_entity): Make full_type a DWORD.
5460 Give opentype fonts their own format.
5461 (font_matches_spec): New arguments backend and logfont.
5462 Handle :otf spec for uniscribe backend.
5463 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
5464 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
5465
5466 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
5467 font backend.
5468 (globals_of_w32fns): Initialize uniscribe font backend.
5469
5470 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
5471 dependencies.
5472 (w32uniscribe.$(O)): New file to build.
5473 (FONT_OBJ): Include w32uniscribe.$(O).
5474 (LIBS): Add uniscribe libraries.
5475
5476 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
5477
5478 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
5479
5480 * callint.c (Vshift_select_mode): New var.
5481 (Finteractive): Document new ^ spec.
5482 (Fcall_interactively): Call handle-shift-selection if the ^ spec
5483 is present.
5484
5485 * keyboard.c (Vthis_command_keys_shift_translated): New var.
5486 (command_loop_1): Avoid running the direct display versions of
5487 forward-char and backward-char if shift-selection may occur.
5488 (read_key_sequence): Set Vthis_command_keys_shift_translated if
5489 shift-translation takes place.
5490
5491 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
5492 avoid clobbering by define-minor-mode.
5493
5494 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
5495 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
5496
5497 * syntax.c (Fforward_word): Add ^ interactive spec.
5498
5499 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
5500 (Fscroll_right): Add ^ interactive spec.
5501
5502 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
5505
5506 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
5507
5508 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
5509
5510 2008-03-31 Juri Linkov <juri@jurta.org>
5511
5512 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
5513
5514 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
5515
5516 * gtkutil.c (xg_set_geometry): Fix indentation.
5517 (xg_resize_outer_widget): Remove.
5518 (x_wm_size_hint_off): Fix indentation.
5519 (xg_frame_set_char_size): Call flush_and_sync after
5520 gtk_window_resize.
5521 (x_wm_set_size_hint): Pass NULL as geometry window to
5522 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
5523 Add menu bar and tool bar height to base height.
5524 (xg_update_frame_menubar, free_frame_menubar)
5525 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5526 (update_frame_tool_bar, free_frame_tool_bar):
5527 Change xg_resize_outer_widget to xg_frame_set_char_size.
5528
5529 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
5530
5531 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
5532 (Fdbus_call_method): New parameter TIMEOUT.
5533 (dbus-send-signal): Optimize UNGCPRO call.
5534
5535 2008-03-29 Juri Linkov <juri@jurta.org>
5536
5537 * window.c (Fdisplay_buffer): Move call to
5538 Vsplit_window_preferred_function out of conditions that check
5539 if window is eligible for vertical splitting.
5540 When Vsplit_window_preferred_function is non-nil, call it and use
5541 its non-nil return value as window. Otherwise, continue doing
5542 vertical splitting using Fsplit_window with arg horflag=nil.
5543 (syms_of_window) <Vsplit_window_preferred_function>: Change the
5544 default value from `split-window' to nil.
5545
5546 2008-03-29 Juri Linkov <juri@jurta.org>
5547
5548 * callint.c (Fcall_interactively): Revert 2008-03-16 change
5549 for interactive code letters 'b' and 'B'.
5550
5551 2008-03-29 Eli Zaretskii <eliz@gnu.org>
5552
5553 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
5554 multibyte string.
5555
5556 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * keyboard.c (pending_funcalls): New var.
5559 (timer_check): Run it.
5560 (syms_of_keyboard): Initialize it.
5561 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
5562 (Vdelete_terminal_functions): New vars.
5563 (syms_of_terminal): Initialize them.
5564 (Fdelete_terminal): Run delete-terminal-functions.
5565 * xdisp.c (safe_eval): Rewrite.
5566 (safe_call2): New fun.
5567 * frame.c (Qdelete_frame_functions): New var.
5568 (syms_of_frame): Initialize it.
5569 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
5570 * lisp.h (safe_call2, pending_funcalls): Declare.
5571
5572 2008-03-28 Andreas Schwab <schwab@suse.de>
5573
5574 * indent.c (Fmove_to_column): Move declaration before statements.
5575
5576 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
5579 (struct frame): Use bit fields for boolean vars.
5580
5581 * process.c (server_accept_connection): Simplify naming.
5582 (emacs_get_tty_pgrp): Use SDATA.
5583
5584 * coding.c (decode_coding_object): Fix last change.
5585
5586 2008-03-27 Jason Rumney <jasonr@gnu.org>
5587
5588 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
5589
5590 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
5591
5592 * charset.c (Fdefine_charset_internal): Change the way of
5593 registering charsets in Vcharset_order_list.
5594 (syms_of_charset): Make the charset `eight-bit' supplementary.
5595
5596 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
5597
5598 * regex.c (EXTEND_BUFFER): Change order of pointer addition
5599 operations, to avoid having the difference between pointers
5600 overflow.
5601
5602 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * indent.c (check_display_width): New fun.
5605 (scan_for_column): Use it.
5606
5607 * data.c (syms_of_data): Mark most-positive-fixnum and
5608 most-negative-fixnum as constants.
5609
5610 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
5611
5612 * indent.c (scan_for_column): Extract from current_column_1.
5613 Merge with the same code from Fmove_to_column.
5614 (current_column_1, Fmove_to_column): Use it.
5615
5616 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * keymap.c (map_keymap_internal): New fun.
5619 (map_keymap): Use it.
5620 (Fmap_keymap_internal): New fun.
5621 (Fmap_keymap): Remove left-out test from before make_save_value.
5622
5623 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
5624
5625 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
5626 Use XCAR/XCDR.
5627
5628 * process.h (struct Lisp_Process): Remove filter_multibyte.
5629 * process.c (QCfilter_multibyte): Remove.
5630 (setup_process_coding_systems): Don't use filter_multibyte.
5631 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
5632 (read_process_output): Don't adjust multibyteness to filter_multibyte.
5633 (Fset_process_filter_multibyte): Change the coding-system to
5634 approximate the previous behavior.
5635 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
5636 coding-system.
5637
5638 * coding.c (decode_coding_object): When not decoding into a buffer,
5639 obey the coding system's preference of (uni|multi)byte.
5640
5641 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
5644 every char is changed and has a different byte-length.
5645 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
5646 Fix int -> EMACS_INT.
5647
5648 2008-03-23 David Hansen <david.hansen@gmx.net>
5649
5650 * dbusbind.c (xd_read_message): Remove extra copying of message
5651 strings. Check for NULL `interface' or `member'.
5652
5653 2008-03-22 Eli Zaretskii <eliz@gnu.org>
5654
5655 * w32.c (readdir): If FindFirstFile/FindNextFile return in
5656 cFileName a file name that includes `?' characters, use the 8+3
5657 alias in cAlternateFileName instead.
5658
5659 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
5662
5663 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
5666 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
5667 work on current_buffer only instead (that was already the case
5668 for some of the code anyway).
5669 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
5670 (temp_set_point, temp_set_point_both): Use EMACS_INT.
5671 (SET_PT, SET_PT_BOTH): Adjust.
5672 * intervals.h (set_point, temp_set_point, set_point_both)
5673 (temp_set_point_both): Remove redundant declarations.
5674
5675 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5676
5677 * fileio.c (Finsert_file_contents):
5678 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
5679 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
5680 when buffer != current_buffer anyway.
5681
5682 2008-03-20 Andreas Schwab <schwab@suse.de>
5683
5684 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
5685 as default.
5686
5687 2008-03-19 Jason Rumney <jasonr@gnu.org>
5688
5689 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
5690 (syms_of_w32fns): Initialize them.
5691 (HOURGLASS_ID): New constant.
5692 (x_window_to_frame): Don't check hourglass_window.
5693 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
5694 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
5695 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
5696 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
5697 Only change the cursor if hourglass is not active.
5698 (Fx_create_frame): Initialize frame's current_cursor.
5699 (hourglass_atimer): Remove.
5700 (hourglass_started): New function.
5701 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
5702 (show_hourglass): Adapt to w32, changing argument to frame.
5703
5704 * w32term.h (struct w32_output): Remove hourglass_window.
5705 Add current_cursor.
5706
5707 * eval.c (call_debugger, Fsignal):
5708 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
5709 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
5710 (Fexecute_extended_command, cancel_hourglass_unwind):
5711 * minibuf.c (read_minibuf):
5712 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
5713
5714 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * window.c (run_funs): New fun.
5717 (run_window_configuration_change_hook): Use it to run the buffer-local
5718 and the global part of the hook.
5719
5720 * xdisp.c (format_mode_line_unwind_data): Add window argument.
5721 (unwind_format_mode_line): Restore selected window.
5722 (x_consider_frame_title, Fformat_mode_line): Set selected window.
5723
5724 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * editfns.c (Fchar_equal): Check they are valid characters.
5727
5728 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
5729
5730 2008-03-17 Andreas Schwab <schwab@suse.de>
5731
5732 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
5733 against a charset.
5734
5735 * lisp.h (Fbuffer_list): Declare.
5736
5737 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
5738
5739 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
5740 handlebox_widget is != 0.
5741
5742 2008-03-16 Juri Linkov <juri@jurta.org>
5743
5744 * callint.c (Fcall_interactively): For interactive code letters
5745 'b' and 'B' put the buffer list into the list of default "future"
5746 values of the minibuffer.
5747
5748 2008-03-16 Andreas Schwab <schwab@suse.de>
5749
5750 * keyboard.c (read_key_sequence): Fix downcasing of letters with
5751 modifiers.
5752
5753 * regex.c (re_match_2_internal): Correct matching of a charset
5754 against latin-1 characters.
5755
5756 2008-03-16 Kenichi Handa <handa@m17n.org>
5757
5758 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
5759 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
5760 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
5761 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
5762 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
5763 CHAR_STRING_ADVANCE.
5764 (produce_chars): Fix for the case that the source and the
5765 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
5766 instead of CHAR_STRING_ADVANCE.
5767 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
5768 STRING_CHAR_ADVANCE.
5769
5770 2008-03-15 Andreas Schwab <schwab@suse.de>
5771
5772 * regex.c (re_match_2_internal): Correct matching of eight bit
5773 characters in unibyte strings.
5774
5775 2008-03-15 Martin Rudalics <rudalics@gmx.at>
5776
5777 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
5778 at end of range when it coincides with the end of the buffer.
5779
5780 2008-03-14 Eli Zaretskii <eliz@gnu.org>
5781
5782 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
5783
5784 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
5785
5786 2008-03-14 Jason Rumney <jasonr@gnu.org>
5787
5788 * editfns.c (initial_tz): New variable.
5789 (syms_of_editfns): Initialize it.
5790 (Fset_time_zone_rule): Set it when first called.
5791 Use it when TZSTRING is nil.
5792
5793 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
5794 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
5795 (monitor_from_point_fn, get_monitor_info_fn): New globals.
5796 (globals_of_w32fns): Initialize them.
5797 (compute_tip_xy): Use them to position tooltips.
5798
5799 2008-03-14 Glenn Morris <rgm@gnu.org>
5800
5801 * emacs.c (main): Revert previous change.
5802 (standard_args): Revert -internal-script back to -scriptload,
5803 and remove the long-option form.
5804
5805 2008-03-13 Glenn Morris <rgm@gnu.org>
5806
5807 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
5808 Remove option -enable-font-backend.
5809
5810 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
5813
5814 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5815
5816 * xterm.c (x_connection_closed): For GTK: If this is the last
5817 terminal just exit without closing the display.
5818
5819 2008-03-11 Jason Rumney <jasonr@gnu.org>
5820
5821 * w32font.c (w32font_full_name): Use floor to round.
5822
5823 2008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
5824
5825 * sound.c (alsa_configure): Declare vol at beginning of block.
5826
5827 * fontset.c (Ffontset_info): Remove extra semicolon.
5828
5829 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
5832 size of resulting string.
5833
5834 2008-03-10 Jason Rumney <jasonr@gnu.org>
5835
5836 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
5837
5838 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5839
5840 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
5841 Don't pretend as if characters with display property haven't been
5842 consumed for string-replacing-string case.
5843
5844 2008-03-08 Kim F. Storm <storm@cua.dk>
5845
5846 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
5847 (get_next_display_element, next_element_from_string)
5848 (next_element_from_ellipsis, next_element_from_buffer): Use it.
5849
5850 2008-03-08 Andreas Schwab <schwab@suse.de>
5851
5852 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
5853
5854 2008-03-06 Jason Rumney <jasonr@gnu.org>
5855
5856 * w32font.c (w32_registry): Take font_type argument. Use ANSI
5857 when charset not specified. Only translate ANSI to unicode when
5858 font_type is truetype.
5859 (w32font_coverage_ok): New function.
5860 (add_font_entity_to_list): Use it to filter unsuitable fonts.
5861
5862 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
5863
5864 * lread.c (Fread_char): Resolve modifiers.
5865 (Fread_char_exclusive): Likewise.
5866
5867 * character.c (char_resolve_modifier_mask): New function.
5868 (char_string): Use char_resolve_modifier_mask.
5869 (Fchar_resolve_modifiers): New function.
5870 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
5871 function.
5872
5873 2008-03-04 Jason Rumney <jasonr@gnu.org>
5874
5875 * makefile.w32-in: Always include w32font.c in the build.
5876 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
5877
5878 2008-03-04 Andreas Schwab <schwab@suse.de>
5879
5880 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
5881 (versionclean): Likewise.
5882
5883 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
5884
5885 * .cvsignore: Add oo.
5886
5887 2008-03-03 Andreas Schwab <schwab@suse.de>
5888
5889 * coding.c (decode_coding_object): Inhibit gap shrinking while
5890 decoding in place.
5891
5892 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
5893
5894 * w32term.c: Remove unused include "gnu.h".
5895 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
5896
5897 * gnu.h: Rename to ...
5898 * emacs-icon.h: ... this.
5899 * xterm.c: Use emacs-icon.h instead of gnu.h.
5900 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
5901
5902 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
5903
5904 * w32font.c: Include math.h.
5905
5906 2008-03-03 Jason Rumney <jasonr@gnu.org>
5907
5908 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
5909 Compute options separately.
5910 (w32font_open_internal): Set glyph_idx before caching metrics.
5911
5912 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
5913 Define if system headers don't.
5914 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
5915 (w32font_encode_char): Don't declare here.
5916
5917 * w32font.c (Quniscribe, QCformat): New symbols.
5918 (syms_of_w32font): Define them.
5919 (w32font_has_char): Indicate uncertainty.
5920 (w32font_encode_char): Encode as glyph point. Make static.
5921 (recompute_cached_metrics): New function.
5922 (w32font_open_internal): Use it. Set font to use glyph points
5923 initially. Set format based on type of font.
5924 (w32font_text_extents, w32font_draw): Optionally use glyph points.
5925 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
5926 on it. Set format based on information available here.
5927 (add_font_entity_to_list): Identify backend based on opentype_only.
5928
5929 2008-03-02 Andreas Schwab <schwab@suse.de>
5930
5931 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
5932
5933 * coding.c (decode_coding_big5, produce_chars):
5934 Fix typos in last change.
5935
5936 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
5937
5938 * gnu.h: New icon.
5939
5940 2008-03-02 Kenichi Handa <handa@m17n.org>
5941
5942 * coding.c (decode_coding_utf_8): When eol-type of CODING is
5943 `dos', don't decode '\r' if that is the last in the source.
5944 (decode_coding_utf_16, decode_coding_emacs_mule)
5945 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5946 (decode_coding_raw_text, decode_coding_charset): Likewise.
5947 (produce_chars): Don't decode EOL here. Use EMACS_INT.
5948
5949 2008-03-01 Jason Rumney <jasonr@gnu.org>
5950
5951 * w32font.c (w32font_full_name): Report point size for scalable fonts.
5952
5953 2008-03-01 Kim F. Storm <storm@cua.dk>
5954
5955 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
5956
5957 2008-03-01 Jason Rumney <jasonr@gnu.org>
5958
5959 * w32font.c (w32font_full_name): New function.
5960 (w32font_open_internal): Use it.
5961
5962 2008-03-01 Kim F. Storm <storm@cua.dk>
5963
5964 * dispnew.c (line_draw_cost): Fix invalid glyph check.
5965
5966 2008-03-01 Jason Rumney <jasonr@gnu.org>
5967
5968 * font.c (font_unparse_fcname): Increase len when style is a symbol.
5969
5970 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
5971
5972 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
5973 xg_frame_resized when the event is for the edit widget.
5974
5975 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
5976
5977 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
5978 set_char_size.
5979 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
5980 operations on widgets here. Just set frame size if needed.
5981 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
5982 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
5983 (x_wm_set_size_hint): Set size hints on the edit widget only, not
5984 the whole frame.
5985 (xg_create_tool_bar): Move attachement of the tool bar to
5986 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
5987 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
5988
5989 2008-03-01 Jason Rumney <jasonr@gnu.org>
5990
5991 * w32fns.c (w32_msg_pump): Disable debug code.
5992
5993 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5994
5995 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
5996
5997 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * xdisp.c (next_overlay_string): Don't set
6000 overlay_strings_at_end_processed_p if we're currently reading from
6001 a display string.
6002
6003 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * xdisp.c (get_overlay_strings_1): Fix typo.
6006
6007 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * xdisp.c (get_overlay_strings_1): Add missing argument type.
6010
6011 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
6012
6013 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
6014
6015 * xdisp.c (display_mode_element): Cancel the previous change.
6016 (decode_mode_spec): Likewise.
6017 (handle_auto_composed_prop): Don't make composition if it->string
6018 is a string.
6019
6020 2008-02-27 Kim F. Storm <storm@cua.dk>
6021
6022 * lisp.h (GLYPH): Change type from int to struct with separate char
6023 and face_id members.
6024 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
6025 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
6026 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
6027 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
6028 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
6029 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
6030 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
6031 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
6032 handle new Lisp glyph code encoding, either an integer or a cons.
6033
6034 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
6035 (GLYPH_ALIAS): Delete.
6036 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
6037 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
6038 (GLYPH_FROM_CHAR): Replace macro by ...
6039 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
6040
6041 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
6042 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
6043 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
6044 (GLYPH_INVALID_P): New macro.
6045 (spec_glyph_lookup_face): Update prototype.
6046
6047 * dispnew.c (line_draw_cost): Adapt to new glyph type.
6048 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
6049 new glyph code encoding.
6050 (spec_glyph_lookup_face): No return value; update passed glyph instead.
6051 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
6052
6053 * xdisp.c (get_next_display_element, next_element_from_display_vector):
6054 Adapt to new glyph type and new glyph code encoding.
6055
6056 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
6057
6058 * indent.c (current_column, current_column_1, Fmove_to_column)
6059 (compute_motion): Adapt to new glyph code encoding.
6060
6061 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
6062
6063 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * process.c (wait_reading_process_output): Check for window
6066 changes caused by timers.
6067 Suggested by Johan Bockgård.
6068
6069 2008-02-27 Glenn Morris <rgm@gnu.org>
6070
6071 * emacs.c (USAGE1): Add `--disable-font-backend'.
6072
6073 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
6076 is made to the buffer.
6077
6078 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
6081 (face_at_string_position):
6082 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
6083 (face_at_string_position):
6084 * xdisp.c (display_string, next_overlay_change):
6085 * buffer.h (overlays_at):
6086 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
6087 Update callers.
6088
6089 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * editfns.c (Fformat): Doc fix.
6092
6093 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
6094
6095 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
6096 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
6097 (Ffont_otf_alternates, Fquery_font): Doc fixes.
6098
6099 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6100
6101 * buffer.c (Fbuffer_swap_text): New function.
6102 (syms_of_buffer): Defsubr it.
6103
6104 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
6107
6108 2008-02-25 Jason Rumney <jasonr@gnu.org>
6109
6110 * w32font.c (w32font_draw): Draw one character at a time when padding.
6111
6112 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
6115 Handle a nil arg. Use run_window_configuration_change_hook.
6116 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
6117 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
6118 Use run_window_configuration_change_hook.
6119
6120 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
6121
6122 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
6123 1-pixel width.
6124
6125 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
6126
6127 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
6128 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
6129 if the glyph in the font is zero pixel with.
6130
6131 * dispextern.h (struct glyph_string): New member padding_p.
6132
6133 * w32font.c (w32font_draw): Pay attention to s->padding_p.
6134
6135 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
6136
6137 * xfont.c (xfont_draw): Pay attention to s->padding_p.
6138
6139 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
6140
6141 * font.c: If the font driver doesn't have `shape' function, return Qnil.
6142
6143 2008-02-25 Jason Rumney <jasonr@gnu.org>
6144
6145 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
6146
6147 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 Allow fine-grained image-cache flushing.
6150 * dispextern.h (struct image): Add `dependencies' field.
6151 (clear_image_caches): Change arg to Lisp_Object.
6152 * image.c (make_image): Initialize `dependencies' field.
6153 (clear_image_cache): Change arg to allow fine-grained flushing.
6154 Perform the flush even if image-cache-eviction-delay is nil.
6155 (clear_image_caches): Change arg to Lisp_Object.
6156 (Fclear_image_cache): Expand meaning of the argument.
6157 (mark_image): Mark `dependencies' field.
6158 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
6159 (lface_hash): Use XHASH rather than XFASTINT.
6160 (face_at_buffer_position): Fix int -> EMACS_INT position.
6161 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
6162 (select_frame_for_redisplay): Remove code duplication.
6163 (redisplay_internal): Adapt arg to call to clear_image_caches.
6164
6165 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6166
6167 * s/vms4-0.h:
6168 * s/vms4-2.h:
6169 * s/vms4-4.h:
6170 * s/vms5-5.h: Remove, unused.
6171
6172 * s/irix5-2.h:
6173 * s/irix6-0.h:
6174 * s/riscos5.h:
6175 * s/mach-bsd4-3.h:
6176 * m/mips4.h: Remove files for obsolete systems.
6177
6178 * Makefile.in:
6179 * filelock.c:
6180 * unexmips.c:
6181 * m/hp9000s300.h:
6182 * m/iris4d.h:
6183 * s/aix3-1.h:
6184 * s/hpux.h:
6185 * s/msdos.h:
6186 * s/usg5-0.h:
6187 * s/usg5-2-2.h:
6188 * s/usg5-2.h:
6189 * s/usg5-3.h: Remove references to obsolete variables.
6190
6191 * s/irix5-0.h: Remove, move all the contents ...
6192 * s/irix6-5.h: ... here. Simplify.
6193 * config.in: Regenerate.
6194
6195 2008-02-24 Jason Rumney <jasonr@gnu.org>
6196
6197 * w32term.c (x_draw_glyph_string_background): Clear the background
6198 manually when cleartype is in use.
6199 (x_draw_glyph_string_foreground): Draw text transparently when
6200 cleartype is in use.
6201
6202 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
6203 a font into it unless we have to.
6204
6205 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
6208 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
6209
6210 2008-02-18 Jason Rumney <jasonr@gnu.org>
6211
6212 * w32fns.c (Fw32_shell_execute): Encode parameters.
6213
6214 2008-02-09 Eli Zaretskii <eliz@gnu.org>
6215
6216 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
6217
6218 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6219
6220 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
6221
6222 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
6223
6224 * xterm.c (x_set_offset): Don't change the gravity if
6225 CHANGE_GRAVITY is -1.
6226
6227 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
6228
6229 * fileio.c (auto_save_error_occurred): New var.
6230 (auto_save_error): Set it.
6231 (Fdo_auto_save): Don't overwrite the error message if an auto-save
6232 error occurred.
6233
6234 2008-02-23 Eli Zaretskii <eliz@gnu.org>
6235
6236 * w32.c (globals_of_w32): Add initializations for
6237 g_b_init_get_sid_sub_authority and
6238 g_b_init_get_sid_sub_authority_count.
6239
6240 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
6243 (font_parse_xlfd): Use them for sanity check.
6244 (Finternal_set_font_style_table): Make sure the table is bijective.
6245
6246 Consolidate the image_cache to the terminal struct.
6247 * termhooks.h (P_): Remove redundant def.
6248 (struct terminal): New field `image_cache'.
6249 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
6250 of FRAME_X_IMAGE_CACHE.
6251 * xterm.h (struct x_display_info): Remove image_cache field.
6252 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
6253 * w32term.h (struct w32_display_info): Remove image_cache field.
6254 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
6255 * macterm.h (struct mac_display_info): Remove image_cache field.
6256 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
6257 * xterm.c (x_term_init):
6258 * w32term.c (w32_term_init):
6259 * macterm.c (mac_term_init): Set the image_cache in the terminal.
6260 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
6261 Remove declarations.
6262 (clear_image_caches, mark_image_cache): New declarations.
6263 * xfaces.c (clear_face_cache):
6264 * xdisp.c (redisplay_internal): Use clear_image_caches.
6265 * image.c (clear_image_cache): Don't check that a frame is on
6266 a window-system before checking if it shares the same cache.
6267 (clear_image_caches): New function.
6268 (Fclear_image_cache): Use it.
6269 (mark_image): Move from allo.c.
6270 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
6271 * alloc.c (mark_image, mark_image_cache): Move to image.c.
6272 (mark_object): Don't call mark_image_cache for frames.
6273 (mark_terminals): Call mark_image_cache.
6274
6275 * lisp.h (Fdelete_terminal): Declare.
6276
6277 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
6278 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
6279 wrong_type_argument.
6280
6281 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
6282
6283 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
6284 malayalam.el, and tamil.el. Add sinhala.el.
6285
6286 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6287
6288 * xterm.c (x_connection_closed): Consolidate identical tests.
6289 (x_delete_terminal): Don't crash if called via x_connection_closed.
6290
6291 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
6292
6293 * xdisp.c (decode_mode_spec): New arg string.
6294 (display_mode_element): Adjust for the above change.
6295
6296 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6297
6298 * callint.c (Fcall_interactively): Use AREF.
6299
6300 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
6303
6304 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
6305
6306 * xfns.c (Fx_show_tip): Set string to " " if empty.
6307
6308 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
6309
6310 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
6311 with Qt.
6312
6313 2008-02-17 Kenichi Handa <handa@m17n.org>
6314
6315 * ftfont.c (ftfont_shape): Return Lispy number.
6316
6317 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
6318 for GCs.
6319 (Finternal_set_font_selection_order): Call font_update_sort_order
6320 only when enable_font_backend is set.
6321 (realize_x_face): Set face->font_info to that of default face only
6322 when enable_font_backend is set.
6323
6324 * xdisp.c (handle_composition_prop): Set it->c to the fist
6325 characte of the composed region.
6326 (fill_composite_glyph_string): Set base_face->font_info to
6327 s->font_info. Get a face for ascii from base_face->ascii_face.
6328 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
6329 with a face already decided.
6330 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
6331 non-negative.
6332 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
6333 call font_prepare_composition unconditionally.
6334
6335 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
6336
6337 * xterm.h (struct x_display_info): New member font.
6338
6339 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
6340 (x_set_mouse_face_gc, x_new_font): Likewise.
6341 (x_term_init): Setup display_info->font.
6342 (x_delete_terminal): Free display_info->font.
6343
6344 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
6345
6346 * ftxfont.c (ftxfont_default_fid): Delete it.
6347 (ftxfont_open): Set xfont->fid to 0.
6348 (ftxfont_end_for_frame): Clear data specific to the frame and the
6349 font-driver.
6350
6351 * xftfont.c (xftfont_default_fid): Delete it.
6352 (xftfont_open): Set xfont->fid to 0.
6353
6354 * fontset.c (FONTSET_OBJLIST): New macro.
6355 (fontset_find_font): Update font-object list of the fontset.
6356 (free_realized_fontset): New function.
6357 (free_face_fontset): Call free_realized_fontset.
6358 (Ffont_info): Call font_close_object only when enable_font_backend
6359 is set.
6360
6361 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
6362 [HAVE_NTGUI]: Include w32term.h.
6363 [MAC_OS]: Include macterm.ch.
6364 (font_otf_ValueRecord): Use make_number.
6365 (font_finish_cache): Fix handling of reference count.
6366 (font_clear_cache): Update num_fonts.
6367 (font_open_entity): Update smallest_char_width and
6368 smallest_font_height of the frame.
6369 (font_close_object): Update num_fonts.
6370 (Fclear_font_cache): Fix finding the target cache data.
6371
6372 2008-02-16 Glenn Morris <rgm@gnu.org>
6373
6374 * fontset.c (Finternal_char_font): Fix compilation warning.
6375
6376 2008-02-16 Eli Zaretskii <eliz@gnu.org>
6377
6378 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
6379 instead of char arrays. Enlarge the size of array passed to
6380 get_token_information.
6381
6382 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
6383 warnings.
6384
6385 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
6386
6387 * .gdbinit: Don't set `args', it breaks gdb --args.
6388
6389 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
6392 within a narrowed buffer.
6393
6394 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
6395
6396 * coding.c (decode_coding_object, encode_coding_object):
6397 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6398
6399 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * coding.c (coding_set_destination): Use BEG_BYTE rather than
6402 hardcoding 1.
6403 (detect_coding_system):
6404 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
6405 (string_char_to_byte, string_byte_to_char, insert_from_gap):
6406 * insdel.c (insert_from_gap):
6407 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
6408 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
6409 (string_to_multibyte):
6410 * character.c (chars_in_text, multibyte_chars_in_text):
6411 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
6412
6413 * character.h (FETCH_STRING_CHAR_ADVANCE)
6414 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
6415 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
6416 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
6417
6418 * casefiddle.c (casify_region): Only call after-change and composition
6419 functions on the part of the region that was changed.
6420
6421 * keyboard.c (read_avail_input):
6422 * frame.c (Fdelete_frame): Call Fdelete_terminal.
6423
6424 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
6427 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
6428
6429 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
6430
6431 * w32menu.c (push_submenu_start, push_submenu_end)
6432 (push_left_right_boundary, push_menu_pane, push_menu_item):
6433 * keyboard.c (read_key_sequence): Don't pass args with side effects
6434 to AREF, it fails when compiling with -DENABLE_CHECKING.
6435
6436 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
6437
6438 * Makefile.in (${lispsource}international/charprop.el):
6439 Delete this target.
6440
6441 * search.c (boyer_moore): Fix incorrect synching of the trunk and
6442 emacs-unicode-2.
6443
6444 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * terminal.c (Fdelete_terminal): Clean up the `force' path.
6447
6448 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * frame.c (Qnoelisp): New symbol.
6451 (syms_of_frame): Initialize it.
6452 (Fdelete_frame): Use it to distinguish a mere `force' passed from
6453 someharmles Elisp code, from a strong `force' from x_connection_closed.
6454 * frame.h (Qnoelisp): Declare.
6455 * xterm.c (x_connection_closed): Pass `noelisp'.
6456
6457 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
6458 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
6459 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
6460 rather than `int' for the type of `type'.
6461
6462 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
6463
6464 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
6465
6466 * Makefile.in (GNUC): Remove support for gcc-1.x.
6467
6468 2008-02-10 Richard Stallman <rms@gnu.org>
6469
6470 * lisp.h (ASET): Use AREF, not ASLOT.
6471
6472 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * lisp.h (ASET): Check bounds.
6475
6476 2008-02-10 Glenn Morris <rgm@gnu.org>
6477
6478 * buffer.c (mode-name): Doc fix.
6479
6480 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6481
6482 * Makefile.in:
6483 * emacs.c:
6484 * gmalloc.c:
6485 * keyboard.c:
6486 * lisp.h:
6487 * m/ibm370aix.h:
6488 * process.c:
6489 * regex.c:
6490 * s/hpux.h:
6491 * sysdep.c:
6492 * sysselect.h:
6493 * systty.h:
6494 * unexec.c:
6495 * w32term.c:
6496 * xsmfns.c:
6497 * xterm.c: Remove code that deals with obsolete variables.
6498
6499 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
6500
6501 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
6502 nothing else needs it anymore.
6503
6504 2008-02-09 Eli Zaretskii <eliz@gnu.org>
6505
6506 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
6507 instead of unibyte_char_to_multibyte.
6508
6509 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6510
6511 * s/gnu-linux.h: Remove commented out code.
6512
6513 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
6514
6515 * Makefile.in: Update what RMS says about using autoconf.
6516 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
6517 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
6518 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
6519 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
6520
6521 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * keymap.c (Fkey_description): Move side effect outside of macro call.
6524
6525 * xfaces.c (Finternal_make_lisp_face):
6526 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
6527
6528 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
6529 (syms_of_fontset): Use ASET.
6530
6531 * fns.c (concat): Move side effect outside of macro call.
6532 (hash_clear): Use ASET.
6533
6534 2008-02-08 Richard Stallman <rms@gnu.org>
6535
6536 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
6537 If FORCE, and frame has a surrogate minibuffer for another frame,
6538 delete the other frame first.
6539
6540 2008-02-07 Timo Savola <timo.savola@iki.fi>
6541
6542 * xterm.c (x_detect_focus_change): Handle embed client message.
6543 (handle_one_xevent): Ditto.
6544 (handle_one_xevent): If embedded and we get a button press/release,
6545 request focus.
6546 (xembed_set_info, xembed_send_message): New functions.
6547 (x_make_frame_visible): Call xembed_set_info if embedded.
6548 (x_make_frame_invisible): Call xembed_set_info if embedded.
6549 (x_term_init): Initialize Xatom_XEMBED.
6550 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
6551 (x_iconify_frame): Ditto.
6552
6553 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
6554 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
6555 (enum xembed_modifier, enum xembed_accelerator): New.
6556 (xembed_set_info, xembed_send_message): Declare.
6557 (FRAME_X_EMBEDDED_P): New.
6558
6559 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
6560 gtk_plug_new.
6561
6562 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
6563 window ID of a frame.
6564 (x_window): Reparent frame if embedded.
6565 (Fx_create_frame): Don't set border width if embedded.
6566
6567 * emacs.c (USAGE3): Add --parent-id.
6568 (standard_args): Ditto.
6569
6570 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
6571
6572 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
6573
6574 2008-02-07 Jim Meyering <meyering@redhat.com>
6575
6576 Use "do...while (0)", not "if (1)...else" in macro definitions.
6577 The latter provokes a warning from gcc about the empty else, when
6578 followed by ";". Also, without that trailing semicolon, it would
6579 silently swallow up any following statement.
6580 * syntax.h (SETUP_SYNTAX_TABLE)
6581 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
6582 * buffer.h (DECODE_POSITION): Likewise.
6583 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
6584 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
6585 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
6586 (FETCH_CHAR_ADVANCE): Likewise.
6587 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
6588
6589 2008-02-07 Jim Meyering <meyering@redhat.com>
6590
6591 * lread.c [lint]: Don't include <sys/inode.h>.
6592
6593 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * xselect.c (x_handle_dnd_message):
6596 * xmenu.c (digest_single_submenu, xmenu_show):
6597 * xdisp.c (with_echo_area_buffer_unwind_data)
6598 (format_mode_line_unwind_data, unwind_format_mode_line)
6599 (display_menu_bar):
6600 * eval.c (Ffetch_bytecode):
6601 * doc.c (store_function_docstring):
6602 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
6603 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
6604 * buffer.c (add_overlay_mod_hooklist): Use ASET.
6605
6606 2008-02-07 Kenichi Handa <handa@m17n.org>
6607
6608 * ftxfont.c (ftxfont_open): Don't set
6609 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
6610
6611 * ftfont.c (ftfont_open): Fix previous change.
6612
6613 2008-02-06 Jason Rumney <jasonr@gnu.org>
6614
6615 * w32font.c (w32font_text_extents): Fill in lbearing metric.
6616 Use cached metrics for ASCII characters.
6617 (w32font_open_internal): Don't set font's owning_frame.
6618 Cache metrics for ASCII characters.
6619
6620 * w32font.h (struct w32font_info): Add ascii_metrics.
6621 Remove owning_frame.
6622
6623 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
6624
6625 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
6626 to negative value.
6627
6628 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
6629
6630 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
6631
6632 * charset.c (syms_of_charset): Set QCtest and Qeq.
6633
6634 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * process.c (Fstart_process):
6637 * callproc.c (Fcall_process): Handle the case where
6638 Funhandled_file_name_directory returns nil.
6639
6640 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
6641 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
6642 * font.c (check_gstring): Use them and AREF to access the vector before
6643 we know it's really a gstring.
6644 (Ffont_shape_text): Fix typo.
6645 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
6646
6647 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
6648 Declare.
6649
6650 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
6651
6652 2008-02-05 Jason Rumney <jasonr@gnu.org>
6653
6654 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
6655 Set smallest_font_height and smallest_char_width in display info.
6656
6657 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6658
6659 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
6660
6661 2008-02-05 Miles Bader <miles@gnu.org>
6662
6663 * xfaces.c (get_lface_attributes, merge_named_face)
6664 (lookup_named_face, lookup_derived_face, realize_named_face):
6665 Revert 2008-02-01 change by cyd@stupidchicken.com.
6666
6667 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
6668
6669 * fontset.c (Ffontset_info): Handle the case of inhibitting the
6670 fallback fonts.
6671 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
6672
6673 2008-02-04 Jason Rumney <jasonr@gnu.org>
6674
6675 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
6676 set full_name.
6677 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
6678
6679 2008-02-03 Jason Rumney <jasonr@gnu.org>
6680
6681 * makefile.w32-in (OBJ1): Include font.o here.
6682 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
6683
6684 2008-02-02 Jason Rumney <jasonr@gnu.org>
6685
6686 * makefile.w32-in (temacs): Bump EMHEAP to 21.
6687
6688 2008-02-01 Jason Rumney <jasonr@gnu.org>
6689
6690 * s/cygwin.h: Define VIRT_ADDR_VARIES.
6691
6692 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
6693
6694 2008-02-01 Andreas Schwab <schwab@suse.de>
6695
6696 * Makefile.in (shortlisp, lisp): Update for rename of
6697 ../lisp/language/myanmar.el.
6698
6699 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * xfaces.c (get_lface_attributes): Delete function.
6702 (merge_named_face, lookup_named_face, lookup_derived_face)
6703 (realize_named_face): Call lface_from_face_name directly, and use
6704 the fact that merge_face_vectors does not alter its FROM argument.
6705
6706 2008-02-01 Jason Rumney <jasonr@gnu.org>
6707
6708 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
6709 input in the default locale. Handle non-Unicode multibyte input.
6710
6711 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6712
6713 * fontset.c (reorder_font_vector): Exclude nil elements from the
6714 font group. Don't try multiple fonts.
6715 (fontset_font): Adjust for the above change.
6716 (Finternal_char_font): Return nil if the found font doesn't
6717 contain the character ch.
6718
6719 * Makefile.in (lisp, shortlisp): Add cham.el.
6720
6721 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6722
6723 * font.h (FONTP): Make it return 1 also for a font-object.
6724
6725 * .gdbinit (xfontset): New function.
6726
6727 * font.c (font_find_for_lface): Check if the character C is
6728 supported or not only for the first font.
6729
6730 * fontset.c (reorder_font_vector): Fix typo.
6731 (fontset_find_font): Don't add a font-spec specifying a script.
6732 Use 0 (not Qt) for the indication of empty font-group. Change the
6733 format of RFONT-DEF. Return Qt if no font in the font-group
6734 support the character.
6735 (fontset_font): Adjust for the above change. If no font was
6736 found the character, remember that.
6737 (face_for_char): Adjust for the change of RFONT-DEF.
6738 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
6739 no font for the target.
6740 (Finternal_char_font): Adjust for the change of RFONT-DEF.
6741
6742 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6743
6744 * font.c (font_load_for_face): Handle the case that the font in
6745 face->lface is a string.
6746
6747 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6748
6749 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
6750
6751 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6752
6753 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
6754 Fix previous change. If the frame is not on a window system,
6755 signal an error.
6756
6757 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6758
6759 * coding.c (decode_coding_object, encode_coding_object): Adjust
6760 marker positions after conversion.
6761
6762 * lisp.h (struct Lisp_Marker): New member need_adjustment.
6763
6764 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6765
6766 * font.c (font_find_for_lface): Fix the handling of the return
6767 value of font_has_char.
6768 (Ffont_shape_text): Fix previous change.
6769
6770 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
6771 (fontset_ref_and_range): Delete it.
6772 (fontset_find_font): Call char_table_ref_and_range instead of
6773 FONTSET_REF_AND_RANGE.
6774 (make_fontset): Don't setup font groups of Latin here.
6775 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
6776 (new_fontset_from_font): Make the specified font the default for
6777 all Latin characters.
6778
6779 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6780
6781 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
6782 is on a window system before accessing the fontset of the frame.
6783
6784 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6785
6786 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
6787
6788 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
6789 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
6790
6791 * font.c (Ffont_shape_text): If the font driver doesn't have a
6792 shaper function, make zero-width glyphs to have at least one-pixel
6793 width. Fix setting of `to' field of glyphs.
6794
6795 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6796
6797 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
6798 glyphs.
6799
6800 * font.h (struct font_driver): Improve docstring of member `shape'.
6801
6802 2008-02-01 Kenichi Handa <handa@m17n.org>
6803
6804 * composite.c (syms_of_composite): Fix docstring of
6805 auto-composition-function.
6806
6807 * font.h (LGLYPH_SIZE): New macro.
6808
6809 * font.c (Ffont_fill_gstring): Stop filling when a character not
6810 supported by the font is found.
6811 (Ffont_shape_text): When a shape callback function returns nil,
6812 try at most two more times with larger gstring.
6813 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
6814
6815 * xdisp.c (handle_auto_composed_prop): Change the argument to
6816 auto-composition-function.
6817
6818 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
6819 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
6820 Lispy glyph and store it in the lgstring.
6821
6822 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
6823
6824 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
6825
6826 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6827
6828 * font.c (Ffont_shape_text): Avoid unnecessary composition.
6829
6830 * fontset.c (Vfont_encoding_charset_alist): New variable.
6831 (syms_of_fontset): DEFVAR it.
6832 (reorder_font_vector, fontset_find_font): Optimize for the case of
6833 no need of reordering.
6834 (face_for_char): Map the charset property by
6835 Vfont_encoding_charset_alist.
6836
6837 2008-02-01 Jason Rumney <jasonr@gnu.org>
6838
6839 * w32font.c (logfonts_match): Don't check adstyle here.
6840 (font_matches_spec): Check here against physical font instead.
6841 (add_font_entity_to_list): Avoid some substitutions.
6842
6843 * font.c (font_parse_fcname): Default weight and slant to normal.
6844 (font_score): Prefer normal fonts if weight or slant unspecified.
6845 (font_score) [WINDOWSNT]: Scale weight difference down to closer
6846 match freetype scores.
6847
6848 2008-02-01 Jason Rumney <jasonr@gnu.org>
6849
6850 * w32font.c (w32font_text_extents): Don't use the frame stored in the
6851 font, as it may have been deleted.
6852 (w32_enumfont_pattern_entity): Map generic family to adstyle using
6853 most common hyphenless variation.
6854 (logfonts_match): Check generic family.
6855 (font_matches_spec): Don't check generic family here.
6856 (fill_in_logfont): Set generic family based on adstyle.
6857
6858 * w32font.h (w32font_get_cache): Update declaration.
6859
6860 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6861
6862 * ftfont.c (ftfont_get_cache): Adjust the argument type.
6863
6864 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
6865 If none of the new drivers are available, call font_update_drivers
6866 with the old drivers.
6867
6868 * w32font.c (w32font_get_cache): Adjust the argument type.
6869
6870 * xfont.c (xfont_get_cache): Adjust the argument type.
6871
6872 * font.h (struct font_driver): Change argument type of get_cache.
6873
6874 * xftfont.c (xftfont_start_for_frame): Delete prototype.
6875
6876 * font.c (Ffont_get): Fix arguments to Fassoc.
6877 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
6878 (font_clear_cache): New function.
6879 (font_list_entities, font_matching_entity): Use font_get_cache.
6880 (font_update_drivers): Call font_clear_cache when finishing a driver.
6881
6882 * fontset.c (fontset_find_font): Fix previous change.
6883
6884 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6885
6886 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
6887 dpyinfo->font_table.
6888 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
6889 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
6890
6891 * font.c (font_at): Handle the case that the arg C is negative.
6892 Handle the unibyte case.
6893 (Ffont_at): Call font_at with the arg C -1.
6894
6895 * xdisp.c (handle_auto_composed_prop): Don't get a character at
6896 the position here, and call font_at with the arg C -1.
6897 Don't check the range of the existing composition at the point.
6898
6899 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6900
6901 * fontset.c (fontset_add): New args charset_id and family.
6902 Change caller.
6903 (load_font_get_repertory, fontset_find_font): Assume that
6904 font_spec is always a font-spec object.
6905 (Fset_fontset_font): Always store a font-spec object in a fontset.
6906
6907 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
6908 instead of get_property_and_range.
6909
6910 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6911
6912 * xftfont.c (struct xftfont_info): Delete the member ft_face.
6913 (xftfont_open): Don't keep locking face.
6914 (xftfont_close): Don't unlock face.
6915 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
6916
6917 * fontset.c (fontset_find_font): Don't prefer a font of
6918 supplementary charset.
6919
6920 2008-02-01 Kenichi Handa <handa@m17n.org>
6921
6922 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
6923 script, langsys_tag to langsys, new member script.
6924 (OTF_TAG_STR): Terminate by '\0'.
6925 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
6926 listing to the script specified in that property. Fix arg to
6927 OTF_check_features.
6928
6929 2008-02-01 Jason Rumney <jasonr@gnu.org>
6930
6931 * w32font.h: New file.
6932
6933 * w32font.c: Include it.
6934 (struct w32font_info): Add owning_frame field. Move to w32font.h.
6935 (w32font_open): Set owning_frame.
6936 (w32font_text_extents): Use owning_frame.
6937 (struct font_callback_data): Add opentype_only field.
6938 (add_font_entity_to_list): Use it to filter fonts.
6939 Don't check against full name.
6940 (w32font_list_internal): New function.
6941 (w32font_list): Use it.
6942 (w32font_match_internal): New function.
6943 (w32font_match): Use it.
6944 (w32font_open_internal): New function.
6945 (w32font_open): Use it.
6946 (w32font_get_cache, w32font_close, w32font_has_char)
6947 (w32font_encode_char, w32font_text_extents, w32font_draw):
6948 Make non-static.
6949
6950 * makefile.w32-in (w32font.o): Depend on w32font.h.
6951
6952 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6953
6954 * charset.c (Fdefine_charset_internal): Record a supplementary
6955 charset at the tail of Vcharset_order_list.
6956
6957 * font.c (Ffont_shape_text): Fix the return value.
6958
6959 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
6960
6961 * xdisp.c (handle_auto_composed_prop): Fix previous change.
6962
6963 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6964
6965 * ftfont.c (struct OpenTypeSpec): New struct.
6966 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
6967 (ftfont_get_open_type_spec): New function.
6968 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
6969
6970 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
6971
6972 2008-02-01 Jason Rumney <jasonr@gnu.org>
6973
6974 * w32font.c (add_font_entity_to_list): Compare only the beginning
6975 of full name.
6976
6977 2008-02-01 Kenichi Handa <handa@m17n.org>
6978
6979 * xdisp.c (handle_auto_composed_prop): Simplify the code.
6980 Never return HANDLED_RECOMPUTE_PROPS.
6981
6982 2008-02-01 Kenichi Handa <handa@m17n.org>
6983
6984 * font.c (font_gstring_produce): Delete it.
6985
6986 * composite.h (COMPOSITION_METHOD):
6987 Handle COMPOSITION_WITH_GLYPH_STRING.
6988
6989 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6990
6991 * xfont.c (Qx): Delete.
6992 (syms_of_xfont): Don't initialize Qx.
6993
6994 * composite.h (enum composition_method):
6995 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
6996
6997 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6998
6999 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
7000 (choose_face_font): Accept new form of font-spec.
7001
7002 * frame.h (font_driver_list): Declare it unconditionally.
7003 (struct frame): Define members font_driver_list and font_data_list
7004 unconditionally.
7005
7006 * fontset.c: Include "font.h" unconditionally.
7007 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
7008 (Fset_fontset_font): Accept a font-spec object.
7009
7010 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
7011 PIXEL_SIZE part a wild card.
7012
7013 * dispextern.h (struct glyph_string): Define members clip and
7014 num_clips unconditionally.
7015 (struct face): Define members font_info and extra unconditionally.
7016
7017 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
7018 ftfont_info only when HAVE_LIBOTF is defined.
7019
7020 2008-02-01 Andreas Schwab <schwab@suse.de>
7021
7022 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
7023 and end.
7024
7025 2008-02-01 Jason Rumney <jasonr@gnu.org>
7026
7027 * w32font.c (w32font_driver): Add new fields.
7028
7029 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7030
7031 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
7032 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
7033 (LIBES): Add @M17N_FLT_CFLAGS@.
7034
7035 * composite.c (compose_text): Don't treat the new style
7036 composition specially.
7037
7038 * emacs.c (main): Call syms_of_font unconditionally.
7039
7040 * font.h (FONT_ENTITY_NOT_LOADABLE)
7041 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
7042 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
7043 (struct font_driver): New member shape.
7044 (font_registry_charsets): Extern it.
7045 (font_find_for_lface, font_prepare_composition): Adjust prototype.
7046 (font_otf_capability, font_drive_otf): Delete their externs.
7047
7048 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
7049 (font_charset_alist, font_registry_charsets): Move from xfont.c
7050 and rename.
7051 (font_prop_validate_otf): New function.
7052 (font_property_table): Register it for QCotf.
7053 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
7054 (font_drive_otf): Delete.
7055 (font_prepare_composition): New arg F. Adjust for the change of
7056 lispy gstring.
7057 (font_find_for_lface): New arg C.
7058 (font_load_for_face): Adjust for the change of font_find_for_lface.
7059 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
7060 lispy gstring.
7061 (Ffont_shape_text): New function.
7062 (Fopen_font): If the font size is not given, use 12-pixel.
7063 (Ffont_at): New arg STRING.
7064 (syms_of_font): Initalize font_charset_alist.
7065 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
7066 conditionally.
7067
7068 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
7069 fonts of the same font-spec. Change the format of RFONT-DEF.
7070 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
7071 Adjust for the change of RFONT-DEF.
7072 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
7073
7074 * ftfont.h: New file.
7075
7076 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
7077 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
7078 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
7079 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
7080 font_otf_capability and font_drive_otf, set ftfont_shape.
7081 (ftfont_list): Adjust for the change of :otf property value.
7082 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
7083 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
7084 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
7085 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
7086 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
7087 (otf_gstring, gstring, m17n_flt_initialized): New variables.
7088
7089 * w32term.c (x_draw_composite_glyph_string_foreground):
7090 Adjust for the change of lispy gstring.
7091
7092 * xdisp.c (handle_composition_prop): Adjust for the change of
7093 lispy gstring. Call a function for auto-composition with the
7094 third arg it->window.
7095 (fill_composite_glyph_string): Adjust for the change of lispy string.
7096 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
7097
7098 * xfaces.c (set_font_frame_param): Adjust for the change of
7099 font_find_for_lface.
7100
7101 * xfont.c (x_font_charset_alist): Move to font.c and rename.
7102 (xfont_registry_charsets): Likewise. Change caller.
7103 (syms_of_xfont): Don't handle x_font_charset_alist.
7104
7105 * xftfont.c: Include "ftfont.h".
7106 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
7107 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
7108 (xftfont_close) [HAVE_LIBOTF]: Close otf.
7109 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
7110 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
7111 Set xftfont_driver.shape to xftfont_shape.
7112
7113 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7114 the change of lispy gstring.
7115
7116 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7117
7118 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
7119
7120 2008-02-01 Jason Rumney <jasonr@gnu.org>
7121
7122 * w32font.c (w32font_draw): Fill background manually.
7123
7124 2008-02-01 Jason Rumney <jasonr@gnu.org>
7125
7126 * font.c (Qfontp): Remove unused symbol.
7127 (QCantialias): New symbol.
7128 (syms_of_font): Define it.
7129 (font_property_table): Set a validator for QCantialias.
7130
7131 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
7132 Define if not already.
7133 (QCfamily): Share with xfaces.c.
7134 (Qstandard, Qsubpixel, Qnatural): New symbols.
7135 (syms_of_w32font): Define them. Don't define QCfamily here.
7136 (w32_antialias_type, lispy_antialias_type): New functions.
7137 (w32_enumfont_pattern_entity): New arg requested_font.
7138 Set antialias parameter if non-default was requested.
7139 (fill_in_logfont): Fill in lfQuality if :antialias specified.
7140
7141 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7142
7143 * lread.c (read1): Undo the previous change.
7144
7145 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
7146
7147 * frame.c (Fdelete_frame): Call font_update_drivers only when
7148 USE_FONT_BACKEND is defined.
7149
7150 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7151
7152 * font.h (struct font_bitmap): New member bits_per_pixel.
7153 (struct font_driver): New members start_for_frame and end_for_frame.
7154 (struct font_data_list): New struct.
7155 (font_put_frame_data, font_get_frame_data): Extern them.
7156
7157 * frame.h (struct frame): New member font_data_list.
7158
7159 * font.c (font_update_drivers): Call driver->start_for_frame and
7160 driver->end_for_frame at proper timings.
7161 (font_put_frame_data, font_get_frame_data): New functions.
7162 (Ffont_spec): Add usage in the docstring.
7163
7164 * frame.c (make_frame): Initialize f->font_data_list to NULL.
7165 (Fdelete_frame): Call font_update_drivers.
7166
7167 * xftfont.c (struct xftface_info): Delete the member xft_draw.
7168 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
7169 (xftfont_get_xft_draw): New function.
7170 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
7171 (xftfont_end_for_frame): New function.
7172 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
7173
7174 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
7175 Change argument. Cache GCs in the per-frame data.
7176 (struct ftxfont_frame_data): New struct.
7177 (ftxfont_draw_bitmap): New arg gc_fore and flush.
7178 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
7179 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
7180 (ftxfont_end_for_frame): New function.
7181 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
7182
7183 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
7184
7185 2008-02-01 Kenichi Handa <handa@m17n.org>
7186
7187 * xselect.c (Vselection_coding_system)
7188 (Vnext_selection_coding_system): Delete them.
7189 (syms_of_xselect): Don't declare selection-coding-system and
7190 next-selection-coding-system. They are declared in select.el.
7191
7192 2008-02-01 Jason Rumney <jasonr@gnu.org>
7193
7194 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
7195
7196 * w32fns.c: Include imm.h.
7197 (get_composition_string_fn, get_ime_context_fn): New optional
7198 system functions.
7199 (globals_of_w32fns): Load them from imm32.dll.
7200 (ignore_ime_char): New flag.
7201 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
7202 WM_IME_ENDCOMPOSITION messages.
7203
7204 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
7205 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
7206
7207 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7208
7209 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
7210 (READCHAR_REPORT_MULTIBYTE): New macro.
7211 (readchar): New 2nd arg MULTIBYTE.
7212 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
7213 Make symbol's name multibyte according to the multibyteness of the
7214 source.
7215
7216 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7217
7218 * xfaces.c (face_for_overlay_string): Call lookup_face with
7219 correct arguments (fix of synching with the trunk).
7220
7221 2008-02-01 Kenichi Handa <handa@m17n.org>
7222
7223 * font.c (font_prop_validate_symbol, font_prop_validate_style)
7224 (font_prop_validate_non_neg, font_prop_validate_spacing):
7225 Delete argument prop_index.
7226 (font_property_table): Change arguments to validater. Change Callers.
7227 (font_lispy_object): Delete.
7228 (font_at): Use font_find_object instead fo font_lispy_object.
7229
7230 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7231
7232 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
7233 and file names.
7234
7235 2008-02-01 Jason Rumney <jasonr@gnu.org>
7236
7237 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
7238 (font_matches_spec): Remove debug output.
7239 (add_font_entity_to_list): Avoid using substituted fonts.
7240
7241 2008-02-01 Jason Rumney <jasonr@gnu.org>
7242
7243 * doc.c (Fsnarf_documentation):
7244 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
7245
7246 2008-02-01 Miles Bader <miles@gnu.org>
7247
7248 * dispextern.h (struct glyph_row): Only define "clip" field if
7249 HAVE_WINDOW_SYSTEM is defined.
7250
7251 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 Fix up multi-tty merge.
7254
7255 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
7256 and indentation.
7257
7258 * xfaces.c (free_realized_face, clear_face_gcs):
7259 Include font_done_for_face in the input_blocked section, just in case.
7260
7261 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
7262 (get_char_face_and_encoding): Undo last change and remove the *other*
7263 duplicate definition (i.e. keep the one that's better scoped and that
7264 includes code for the font-backend).
7265
7266 * terminal.c (create_terminal): Default keyboard_coding to
7267 `no-conversion' and terminal_coding to `undecided'.
7268
7269 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
7270
7271 * fontset.c (free_realized_fontsets): Check that the table entry does
7272 contain a fontset before trying to compare it to `base'.
7273
7274 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
7275 syms_of_charset, and syms_of_coding earlier because init_window_once
7276 now needs Vcoding_system_hash_table to be setup.
7277
7278 * coding.h (default_buffer_file_coding): Remove.
7279
7280 * coding.c (default_buffer_file_coding): Remove.
7281 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
7282 than ->symbol, and use the terminal-local coding system.
7283 (syms_of_coding): Don't setup the coding-systems that are not
7284 terminal-local.
7285 (Fdefine_coding_system_internal): Use XCAR/XCDR.
7286
7287 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
7288 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
7289
7290 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
7291 in chartab.c and were re-added here by mistake.
7292 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
7293
7294 * doc.c (Fsnarf_documentation):
7295 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
7296 src to etc.
7297
7298 * ChangeLog.10: Add mistakenly removed entry.
7299
7300 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7301
7302 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
7303
7304 2008-02-01 Miles Bader <miles@gnu.org>
7305
7306 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
7307 Add extra args to FACE_FOR_CHAR.
7308
7309 2008-02-01 Kenichi Handa <handa@m17n.org>
7310
7311 * keymap.c (where_is_internal_1): If key is a cons, store the copy
7312 in sequence.
7313
7314 * chartab.c (map_sub_char_table, map_char_table): If the range
7315 contains just one character, call the function with that character
7316 even if the depth is not 3.
7317
7318 2008-02-01 Jason Rumney <jasonr@gnu.org>
7319
7320 * w32font.c (w32font_text_extents): Calculate metrics for the
7321 whole string.
7322
7323 2008-02-01 Jason Rumney <jasonr@gnu.org>
7324
7325 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
7326
7327 2008-02-01 Jason Rumney <jasonr@gnu.org>
7328
7329 * w32term.c (x_set_glyph_string_clipping): Use
7330 get_glyph_string_clip_rects.
7331 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
7332 Adjust for the change of struct glyph_string.
7333
7334 * w32font.c (w32font_draw): Do clipping here.
7335
7336 2008-02-01 Kenichi Handa <handa@m17n.org>
7337
7338 * xftfont.c (xftfont_draw): Adjust for the change of struct
7339 glyph_string.
7340
7341 * xterm.c (x_set_glyph_string_clipping): Use
7342 get_glyph_string_clip_rects.
7343 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
7344 Adjust for the change of struct glyph_string.
7345
7346 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
7347 the resulting clip(s}.
7348 (expose_overlaps): Add arg r. Change callers. Set it to
7349 row->clip temporarily.
7350 (expose_window): Redraw rows overlapping the exposed area.
7351
7352 * dispextern.h (struct glyph_row): New member clip.
7353 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
7354 clip_height, new member clip, and num_clips.
7355
7356 2008-02-01 Kenichi Handa <handa@m17n.org>
7357
7358 * data.c (Fchar_or_string_p): Fix docstring.
7359
7360 2008-02-01 Kenichi Handa <handa@m17n.org>
7361
7362 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
7363 create a temporal XftDraw object.
7364
7365 2008-02-01 Kenichi Handa <handa@m17n.org>
7366
7367 * font.c (Ffontp): Fix docstring.
7368
7369 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
7370 strong evidence of ISO-2022.
7371
7372 2008-02-01 Kenichi Handa <handa@m17n.org>
7373
7374 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
7375 SYNTAX_ENTRY_FOLLOW_PARENT.
7376
7377 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
7380 its type.
7381 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
7382 Update to the new type of weak_hash_tables and next_weak.
7383
7384 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
7385 a plain C pointer to Lisp_Hash_Table.
7386
7387 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
7388 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
7389 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
7390 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
7391 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
7392 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
7393 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
7394 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
7395 (GC_EQ): Remove since they've been identical to their non-GC_
7396 alter-egos ever since the markbit was eradicated.
7397
7398 * alloc.c:
7399 * buffer.c:
7400 * buffer.h:
7401 * data.c:
7402 * fileio.c:
7403 * filelock.c:
7404 * fns.c:
7405 * frame.h:
7406 * lisp.h:
7407 * macterm.c:
7408 * print.c:
7409 * process.c:
7410 * w32fns.c:
7411 * w32menu.c:
7412 * w32term.c:
7413 * xfns.c:
7414 * xmenu.c:
7415 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
7416
7417 2008-02-01 Kenichi Handa <handa@m17n.org>
7418
7419 * chartab.c (map_sub_char_table): Make it work for the top-level
7420 char-table. Fix handling of parent char-table.
7421 (map_char_table): Adjust for the above change.
7422
7423 2008-02-01 Jason Rumney <jasonr@gnu.org>
7424
7425 * w32font.c (Qgdi): Rename from Qw32.
7426
7427 2008-02-01 Jason Rumney <jasonr@gnu.org>
7428
7429 * w32bdf.c (get_quoted_string): Make function static.
7430
7431 2008-02-01 Kenichi Handa <handa@m17n.org>
7432
7433 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
7434 bigger ascent and descent than those of the font, use them as
7435 font's ascent and descent.
7436
7437 2008-02-01 Kenichi Handa <handa@m17n.org>
7438
7439 * Makefile.in (${lispsource}international/charprop.el): Move this
7440 target within "#ifdef HAVE_UNIDATA" and "#endif".
7441
7442 2008-02-01 Kenichi Handa <handa@m17n.org>
7443
7444 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
7445 (shortlisp): Add ../lisp/language/tai-viet.el.
7446
7447 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
7448
7449 * Makefile.in (${lispsource}international/charprop.el): Depend on
7450 temacs${EXEEXT}.
7451
7452 2008-02-01 Jason Rumney <jasonr@gnu.org>
7453
7454 * w32font.c (w32font_close): Delete the GDI font object.
7455
7456 * w32menu.c: Include character.h.
7457
7458 * w32proc.c: Likewise.
7459
7460 * w32select.c: Likewise.
7461
7462 * makefile.w32-in (w32proc.o): Depend on character.h.
7463
7464 2008-02-01 Jason Rumney <jasonr@gnu.org>
7465
7466 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
7467
7468 * w32menu.c (syms_of_w32menu): Likewise.
7469
7470 * w32proc.c (syms_of_ntproc): Likewise.
7471
7472 * w32select.c (syms_of_w32select): Likewise.
7473
7474 * w32term.c (syms_of_w32term): Likewise.
7475
7476 2008-02-01 Jason Rumney <jasonr@gnu.org>
7477
7478 * w32font.c (w32font_draw): Delete brush after using it.
7479
7480 2008-02-01 Jason Rumney <jasonr@gnu.org>
7481
7482 * w32font.c (w32font_open): Don't set font_idx.
7483 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
7484 to font settings.
7485 (w32font_draw): Fill background explicitly.
7486
7487 2008-02-01 Jason Rumney <jasonr@gnu.org>
7488
7489 * w32term.c (w32_initialize): Don't call w32font_initialize.
7490
7491 * w32font.c (w32font_info): Remove subranges.
7492 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
7493 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
7494 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
7495 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
7496 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
7497 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
7498 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
7499 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
7500 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
7501 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
7502 New symbols.
7503 (font_callback_data): New struct.
7504 (w32font_list, w32font_match): Use it.
7505 (w32font_open): Don't populate subranges.
7506 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
7507 (w32font_encode_char): Always return unicode code-point as-is.
7508 (w32font_text_extents): Supply a tranformation matrix to
7509 GetGlyphOutline. Never look up by glyph index. Avoid looping
7510 twice. Use unicode version of GetTexExtentPoint32 instead of
7511 glyph index version.
7512 (set_fonts_frame): Remove.
7513 (w32_enumfont_pattern_entity): Add frame parameter, use it to
7514 set frame parameter. Use backward compatible fake foundries.
7515 Save generic family in extra slot under QCfamily. Make width slot
7516 constant. Save QCspacing value. Save list of scripts instead of
7517 binary subranges.
7518 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
7519 (add_font_entity_to_list): Use font_callback_data struct. Filter
7520 unwanted fonts.
7521 (add_one_font_entity_to_list): Use font_callback_data struct.
7522 (w32_registry): Default to iso10646_1.
7523 (fill_in_logfont): Use dpi from extra slot. Don't bother with
7524 string font registries. Don't fill in font name if it is a generic
7525 family name, fill family instead. Use spacing, family and script
7526 extra info to fill pitch, family and charset fields.
7527 (list_all_matching_fonts): Use font_callback_data struct.
7528 (unicode_range_for_char): Remove.
7529 (font_supported_scripts): New function.
7530 (w32font_initialize): Remove.
7531 (syms_of_w32font): Update which symbols are defined.
7532
7533 2008-02-01 Jason Rumney <jasonr@gnu.org>
7534
7535 * font.c (font_pixel_size): Reverse assq_no_quit args.
7536
7537 * w32term.h (FONT_WIDTH): Report max width, not average.
7538 (FONT_MAX_WIDTH): Remove.
7539 (FONT_AVG_WIDTH): New macro.
7540
7541 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
7542 redefinition of FONT_WIDTH.
7543
7544 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
7545 (w32_cache_char_metrics): Use FONT_WIDTH.
7546
7547 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
7548
7549 2008-02-01 Jason Rumney <jasonr@gnu.org>
7550
7551 * w32font.c (w32font_open): Make lfHeight negative.
7552
7553 * w32fns.c (x_default_font_parameter): Use new style font name.
7554 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
7555
7556 2008-02-01 Jason Rumney <jasonr@gnu.org>
7557
7558 * w32font.c (QCsubranges): New symbol.
7559 (w32font_open, w32font_has_char): Get subranges from subproperty
7560 of extra.
7561 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
7562 (syms_of_w32font): Define :subranges symbol.
7563
7564 * font.c (font_put_extra): Expose externally.
7565
7566 * font.h (font_put_extra): Move declaration from font.c.
7567
7568 * font.c (Ffont_get): Use font driver to determine otf capability.
7569 (adjust_anchor): Check if driver defines anchor_point before using.
7570
7571 * w32font.c (w32font_open): Handle size, height and pixel_size better.
7572 (w32font_draw): Use options.
7573 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
7574 Fix detection of truetype fonts.
7575 (registry_to_w32_charset): Handle charsets other than iso8859-1
7576 expressed as lisp symbols.
7577 (w32_registry): Express charset as lisp symbol.
7578 (fill_in_logfont): Reverse pixel and point height logic.
7579 Don't set width here. Set quality to default.
7580
7581 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
7582 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
7583
7584 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
7585 Remove redundant loop and allocation.
7586
7587 * makefile.w32-in (font.o, w32font.o): New objects.
7588 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
7589 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
7590
7591 * xdisp.c (fill_composite_glyph_string): Make the first arg to
7592 STORE_XCHARB a valid l-value.
7593
7594 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
7595 calculations for non-Truetype fonts.
7596 (x_draw_glyph_string): Sync with xterm.c.
7597 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
7598 Remove redundant code.
7599 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
7600
7601 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
7602 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
7603
7604 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
7605 (x_to_w32_charset, w32_to_x_charset): Expose externally.
7606
7607 * w32font.c: New file for w32 font backend.
7608
7609 2008-02-01 Kenichi Handa <handa@m17n.org>
7610
7611 * term.c: Don't include "buffer.h" twice.
7612
7613 2008-02-01 Kenichi Handa <handa@m17n.org>
7614
7615 * character.c (Funibyte_string): New function.
7616 (syms_of_character): Defsubr it.
7617
7618 2008-02-01 Jason Rumney <jasonr@gnu.org>
7619
7620 * w32term.c [USE_FONT_BACKEND]:
7621 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
7622 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
7623 (x_draw_glyph_string, x_draw_glyph_string_foreground)
7624 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
7625 (x_free_frame_resources): Sync with xterm.c.
7626
7627 2008-02-01 Andreas Schwab <schwab@suse.de>
7628
7629 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
7630 char-table size.
7631
7632 2008-02-01 Kenichi Handa <handa@m17n.org>
7633
7634 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
7635
7636 2008-02-01 Kenichi Handa <handa@m17n.org>
7637
7638 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
7639 font_otf_gpos, add font_drive_otf.
7640
7641 * fontset.c (fontset_find_font): Pay attention to font size
7642 specified for a font.
7643 (reorder_font_vector): Check contents of font_def.
7644
7645 * font.c (struct otf_list): Delete it.
7646 (otf_list): Make it a lisp variable.
7647 (otf_open): Use lispy otf_list.
7648 (generate_otf_features): Rename from parse_gsub_gpos_spec.
7649 (check_otf_features): New function.
7650 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
7651 New functions.
7652 (font_drive_otf): New function merging font_otf_gsub and
7653 font_otf_gpos.
7654 (font_open_for_lface): New arg spec. Change argument order.
7655 (font_load_for_face): Adjust for the change of font_open_for_lface.
7656 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
7657 Ffont_otf_gpos.
7658 (syms_of_font): Staticpro otf_list. Delete defsubr of
7659 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
7660
7661 * xfaces.c (set_font_frame_param): Adjust for the change of
7662 font_open_for_lface.
7663
7664 * font.h (font_open_for_lface): Adjust prototype.
7665 (struct font_driver): Delete members otf_gsub and otf_gpos, add
7666 member otf_drive.
7667 (font_otf_gsub, font_otf_gpos): Delete externs.
7668 (font_drive_otf): Extern it.
7669
7670 2008-02-01 Kenichi Handa <handa@m17n.org>
7671
7672 * font.c (font_at): If the window W is not on a window system,
7673 return Qnil.
7674
7675 * coding.c (produce_chars, encode_coding): Don't call
7676 insert_from_gap if no characters to produce.
7677
7678 2008-02-01 Kenichi Handa <handa@m17n.org>
7679
7680 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
7681 Fclear_face_cache.
7682
7683 * xfaces.c (face_for_font): Check also face->font==font->font.font.
7684
7685 2008-02-01 Miles Bader <miles@gnu.org>
7686
7687 * emacs.c (main): Change default value of `enable_font_backend' to 1.
7688 Parse "--disable-font-backend" option.
7689 (standard_args): Add "--disable-font-backend" option.
7690
7691 2008-02-01 Kenichi Handa <handa@m17n.org>
7692
7693 * fontset.c (fontset_find_font): New function.
7694 (fontset_font): Use fontset_find_font.
7695 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
7696 Register the specified font for all Latin characters.
7697 (new_fontset_from_font): Register the specified font for all Latin
7698 characters.
7699 (dump_fontset): For a realized fontset, include the base fontset
7700 name in the returned vector.
7701
7702 2008-02-01 Kenichi Handa <handa@m17n.org>
7703
7704 * character.h (CHAR_STRING): Cast C to unsigned on calling
7705 char_string.
7706
7707 * character.c (char_string): Type of arg C changed to unsigned.
7708 Signal an error if C is an invalid character code.
7709
7710 * editfns.c (general_insert_function, Fchar_to_string):
7711 Use CHARACTERP, not INTEGERP.
7712
7713 2008-02-01 Kenichi Handa <handa@m17n.org>
7714
7715 * character.h (MIN_MULTIBYTE_LEADING_CODE)
7716 (MAX_MULTIBYTE_LEADING_CODE): New macros.
7717
7718 * regex.c (analyse_first): Fix for multibyte characters in "case
7719 charset:" and "case categoryspec:".
7720
7721 2008-02-01 Andreas Schwab <schwab@suse.de>
7722
7723 * Makefile.in (LIBES): Move standard libraries to the end.
7724
7725 2008-02-01 Kenichi Handa <handa@m17n.org>
7726
7727 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
7728 nonzero, don't shrink the buffer nextb.
7729
7730 * buffer.h (struct buffer_text): New member inhibit_shrinking.
7731
7732 * coding.c (coding_alloc_by_making_gap): New arg offset.
7733 (alloc_destination): Call coding_alloc_by_making_gap with the arg
7734 offset.
7735 (decode_coding_iso_2022): Update coding->safe_charsets.
7736 (decode_coding_gap): Temporarily set
7737 current_buffer->text->inhibit_shrinking to 1.
7738
7739 2008-02-01 Kenichi Handa <handa@m17n.org>
7740
7741 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
7742 indexing into elements of s->cmp and s->char2b.
7743
7744 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7745
7746 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
7747
7748 2008-02-01 Kenichi Handa <handa@m17n.org>
7749
7750 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
7751 target_multibyte instead of multibyte.
7752 (re_match_2_internal): Call bcmp_translate with target_multibyte.
7753 (bcmp_translate): Change the argument name from multibyte to
7754 target_multibyte.
7755
7756 2008-02-01 Kenichi Handa <handa@m17n.org>
7757
7758 These changes are to compile a regexp into a pattern that can be
7759 used both for multibyte and unibyte targets.
7760
7761 * Makefile.in (search.o): Depend on charset.h.
7762
7763 * character.c (multibyte_char_to_unibyte_safe): New function.
7764
7765 * search.c: Include "charset.h".
7766 (compile_pattern_1): Delete argument multibyte. Don't set
7767 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
7768 (compile_pattern): Don't compare cp->buf.target_multibyte.
7769 Compare cp->buf.charset_unibyte.
7770 (compile_pattern): Set cp->buf.target_multibyte.
7771
7772 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
7773
7774 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
7775
7776 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
7777 multibyte. Change callers.
7778 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
7779 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
7780 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
7781 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
7782 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
7783 (regex_compile): Make the compiled pattern usable both for
7784 multibyte and unibyte targets.
7785 (analyse_first): Make the fastmap usable both for multibyte and
7786 unibyte targets.
7787 (TRANSLATE_VIA_MULTIBYTE): Delete.
7788 (re_match_2_internal): Pay attention to the case that the
7789 multibyteness of bufp and target may be different.
7790
7791 2008-02-01 Kenichi Handa <handa@m17n.org>
7792
7793 * xdisp.c (x_produce_glyphs): When a font is not found, make the
7794 empty box occupy at least one column width.
7795
7796 2008-02-01 Miles Bader <miles@gnu.org>
7797
7798 * Makefile.in: Remove redundant HAVE_XFT clause.
7799
7800 2008-02-01 Kenichi Handa <handa@m17n.org>
7801
7802 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
7803
7804 2008-02-01 Kenichi Handa <handa@m17n.org>
7805
7806 * fontset.c (Finternal_char_font): Fix for the case of POSITION
7807 being nil.
7808
7809 2008-02-01 Kenichi Handa <handa@m17n.org>
7810
7811 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
7812
7813 2008-02-01 Kenichi Handa <handa@m17n.org>
7814
7815 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
7816
7817 2008-02-01 Kenichi Handa <handa@m17n.org>
7818
7819 * search.c (simple_search): Fix previous change.
7820
7821 2008-02-01 Kenichi Handa <handa@m17n.org>
7822
7823 * xftfont.c (ftfont_font_format): Extern declaration.
7824
7825 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
7826
7827 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
7828 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
7829
7830 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
7831 (ftfont_font_format): Fix previous change.
7832
7833 * font.h (Ffont_xlfd_name): EXFUN it.
7834
7835 * font.c (font_parse_xlfd): Fix the array size of `f'.
7836 (register_font_driver): Use EQ to compare driver->type.
7837
7838 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
7839 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
7840 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
7841
7842 2008-02-01 Kenichi Handa <handa@m17n.org>
7843
7844 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
7845 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
7846
7847 2008-02-01 Kenichi Handa <handa@m17n.org>
7848
7849 * xfont.c (xfont_open): Set font->format.
7850
7851 * xftfont.c (xftfont_open): Set font->format.
7852
7853 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
7854 (ftfont_list): Include FC_FONTFORMAT in FcObject.
7855 (ftfont_open): Set font->format.
7856 (ftfont_font_format): New function.
7857
7858 * font.h (struct font): New memeber format.
7859
7860 * font.c (Qopentype): New variable.
7861 (syms_of_font): Defsym it.
7862 (Fquery_font): Change the format of the last element of the return
7863 value.
7864
7865 2008-02-01 Kenichi Handa <handa@m17n.org>
7866
7867 * xfns.c (xic_create_xfontset): Try the default fontset name as a
7868 last resort.
7869
7870 2008-02-01 Kenichi Handa <handa@m17n.org>
7871
7872 * coding.c (detect_coding_charset): Fix detection of multi-byte
7873 charset.
7874
7875 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
7876
7877 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
7878
7879 2008-02-01 Kenichi Handa <handa@m17n.org>
7880
7881 * xdisp.c (get_next_display_element): Set it->face_id for the
7882 first component of a composition.
7883 (x_produce_glyphs): Check if the font is changed or not for composition.
7884
7885 2008-02-01 Kenichi Handa <handa@m17n.org>
7886
7887 * fontset.c (Qlatin): New variable.
7888 (syms_of_fontset): Define it as a lisp symbol.
7889 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
7890
7891 2008-02-01 Kenichi Handa <handa@m17n.org>
7892
7893 * font.c (font_unparse_fcname): Pay attention to the case that
7894 some of font property is a null string.
7895
7896 2008-02-01 Kenichi Handa <handa@m17n.org>
7897
7898 * term.c: Include "composite.h".
7899 (encode_terminal_code): Output all components of composition.
7900 Check the size of encode_terminal_src.
7901 (produce_glyphs): For composition, call produce_composite_glyph.
7902 (append_composite_glyph, produce_composite_glyph): New functions.
7903
7904 * xdisp.c (x_produce_glyphs): In handling composition, if a font
7905 is not found, get font_info from the current ascii face.
7906
7907 2008-02-01 Kenichi Handa <handa@m17n.org>
7908
7909 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
7910 buffer-file-name to Qnil before calling insert_from_buffer.
7911
7912 * font.c (font_unparse_fcname): Pay attention to the case that
7913 foundry is a null string.
7914
7915 2008-02-01 Kenichi Handa <handa@m17n.org>
7916
7917 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
7918
7919 * font.c (Qunicode_sip): New variable.
7920 (syms_of_font): Declare it as a Lisp symbol.
7921
7922 * font.h (Qunicode_sip): Extern it.
7923
7924 2008-02-01 Kenichi Handa <handa@m17n.org>
7925
7926 * composite.c (get_composition_id): Pay attention to TAB component.
7927
7928 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
7929 TAB. Adjust for the change of s->char2b which always points to
7930 the first elememnt of allocated memory.
7931
7932 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
7933
7934 * xdisp.c (handle_composition_prop): Set it->c to the first
7935 non-TAB component.
7936 (fill_composite_glyph_string): Change argument.
7937 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
7938 (x_produce_glyphs): Fix handling of left/right padding.
7939
7940 2008-02-01 Kenichi Handa <handa@m17n.org>
7941
7942 * coding.c (detect_coding_system): Fix for handling off
7943 inhibit_iso_escape_detection. Fix for the case that no coding
7944 system is defined for a specific coding category.
7945
7946 2008-02-01 Kenichi Handa <handa@m17n.org>
7947
7948 * font.c (font_matching_entity): Delete unused local var.
7949
7950 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
7951 opening a font.
7952
7953 * fileio.c (Finsert_file_contents): On recovering a file, assume
7954 Unix-like eol.
7955 (choose_write_coding_system): On auto-saving a file, force
7956 Unix-like eol.
7957
7958 * coding.c (setup_coding_system): Fix setting of
7959 coding->common_flags based on eol_type.
7960 (coding_inherit_eol_type): If PARENT is not nil, be sure to
7961 inherit from it.
7962
7963 2008-02-01 Kenichi Handa <handa@m17n.org>
7964
7965 * alloc.c (NSTATICS): Increas to 0x600.
7966
7967 2008-02-01 Kenichi Handa <handa@m17n.org>
7968
7969 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
7970 (ftfont_list): Don't check :name property.
7971 (ftfont_match): New function.
7972 (ftfont_pattern_entity): If the pattern doesn't contain
7973 FC_SPACING, don't assuce FC_MONO.
7974
7975 * font.h (struct font_driver): New member `match'.
7976 (font_update_drivers): Adjust prototype.
7977
7978 * font.c (font_parse_fcname, font_parse_name): Don't change :name
7979 property of FONT.
7980 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
7981 them unconditionally.
7982 (font_matching_entity): New function.
7983 (font_open_by_name): Try font_matching_entity if exact match is
7984 not found.
7985 (font_update_drivers): Delete the arg FONT. Return a list of
7986 actually used backends. Don't free faces, font caches here.
7987 Don't store data in frame parameters. Don't call x_set_font.
7988 (Ffont_spec): Store :name property as is.
7989 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
7990 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
7991 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
7992 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
7993 Call font->driver->otf_gsub instead of font_otf_gsub.
7994
7995 * frame.c (x_set_font_backend): Do more works that were done in
7996 font_update_drivers before.
7997
7998 * xfont.c (xfont_match): New function.
7999 (xfont_driver): Set xfont_driver.match to xfont_match.
8000 (xfont_draw): Set font in GC if necessary.
8001
8002 * ftxfont.c (ftxfont_match): New function.
8003 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
8004
8005 * xftfont.c (xftfont_match): New function.
8006 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
8007
8008 2008-02-01 Kenichi Handa <handa@m17n.org>
8009
8010 * font.h (struct font): New member scalable.
8011 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
8012 (font_otf_gsub): Adjust prototype.
8013
8014 * font.c (font_otf_capability): Fix handling of the default langsys.
8015 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
8016 Check the contents of SPEC.
8017 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
8018 (check_gstring): New function.
8019 (REPLACEMENT_CHARACTER): New macro.
8020 (font_otf_gsub): New arg alternate_subst. Be sure to set all
8021 glyph codes of GSTRING.
8022 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
8023 (font_prepare_composition): Set cmp->glyph_len.
8024 (font_open_entity): Set font->scalable.
8025 (Ffont_get): Handle :otf property.
8026 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
8027 functions.
8028 (Fquery_font): Use font->font.full_name.
8029 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
8030 Sfont_otf_alternates.
8031
8032 * ftfont.c (ftfont_open): Set font->font.full_name and
8033 font->font.name properly. Fix calculation of font->font.height
8034 and font->min_width.
8035
8036 * ftxfont.c (ftxfont_create_gcs): New function.
8037 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
8038 (ftxfont_draw_backgrond): Fix filling region.
8039 (ftxfont_default_fid): New function.
8040 (ftxfont_open): Set xfotn->fid to the return value of
8041 ftxfont_default_fid.
8042 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
8043 (ftxfont_done_face): Free only GCs that are created by
8044 ftxfont_create_gcs.
8045 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
8046
8047 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
8048 Clip to src->width, etc (not src->clip_XXX).
8049
8050 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
8051 FontBackend frame parameter.
8052
8053 2008-02-01 Kenichi Handa <handa@m17n.org>
8054
8055 * font.h (struct font_driver_list): New member `on'.
8056 (Fclear_font_cache): EXFUN it.
8057 (font_update_drivers): Extern it.
8058
8059 * font.c (font_unparse_fcname): Fix typo (swidth->width).
8060 (font_list_entities): Check driver_list->on.
8061 (register_font_driver): Initalize `on' member to 0.
8062 (font_update_drivers): New function.
8063 (Fclear_font_cache): Check driver_list->on.
8064
8065 * frame.h (Qfont_backend): Extern it.
8066 (x_set_font_backend): Extern it.
8067
8068 * frame.c (Qfont_backend): New variable.
8069 (frame_parms): New element for font-backend.
8070 (x_set_font_backend): New function.
8071
8072 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
8073 FontBackend frame parameter.
8074 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
8075 x_set_font_backend.
8076
8077 * xfont.c (xfont_list): Don't try listing by :name property if the
8078 name is not for XLFD.
8079
8080 2008-02-01 Kenichi Handa <handa@m17n.org>
8081
8082 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
8083 (LGLYPH_SET_TO): New macros.
8084 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
8085 element of G is vector or not.
8086 (font_at): Extern it.
8087
8088 * font.c: Include window.h.
8089 (font_lispy_object): New function.
8090 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
8091 end of valid glyph.
8092 (font_close_object): Fix getting (struct font *).
8093 (font_at): New function.
8094 (Ffont_get): If FONT is a font-object, get entity from it.
8095 (Ffont_make_gstring): Initialize elements of glyphs with nil.
8096 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
8097 range check.
8098 (Ffont_at): New function.
8099 (syms_of_font): Defsubr Sfont_at.
8100
8101 * xdisp.c (it_props): Move the entry for Qauto_composed to just
8102 before the entry for Qcomposition.
8103 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
8104 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
8105 the font in gstring.
8106 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
8107 LGLYPH_FORM (g) to detect the end of valid glyph.
8108 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
8109 we are composing with gstring.
8110
8111 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
8112 Check if adjustment is vector or not.
8113
8114 * Makefile.in (font.o): Make it depends on window.h.
8115
8116 2008-02-01 Kenichi Handa <handa@m17n.org>
8117
8118 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
8119 adjustment is vector or not.
8120
8121 2008-02-01 Miles Bader <miles@gnu.org>
8122
8123 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
8124
8125 2008-02-01 Kenichi Handa <handa@m17n.org>
8126
8127 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
8128 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
8129 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
8130
8131 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
8132 (DEVICE_DELTA): Fix typo.
8133 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
8134 LGLYPH format.
8135
8136 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
8137 the change of LGLYPH format.
8138
8139 2008-02-01 Kenichi Handa <handa@m17n.org>
8140
8141 * ftfont.c (ftfont_list): Fix typo.
8142 (ftfont_build_basic_charsets): Don't include letters with diacritics.
8143
8144 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
8145
8146 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
8147
8148 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
8149 xftface_info is non-NULL.
8150
8151 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
8152
8153 * ftfont.c (ftfont_list): Move misplaced #endif.
8154
8155 2008-02-01 Kenichi Handa <handa@m17n.org>
8156
8157 * ftfont.c (ftfont_list): Pay attention to the case that
8158 FC_CAPABILITY is not defined.
8159
8160 2008-02-01 Kenichi Handa <handa@m17n.org>
8161
8162 * xftfont.c (xftfont_open): Set charset related members to -1.
8163
8164 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
8165 QCname.
8166 (ftfont_open): Set charset related members to -1.
8167
8168 * fontset.c (Votf_script_alist): New variable.
8169 (syms_of_fontset): Initialize it.
8170 (fontset_font): Delete unused variable.
8171
8172 * fontset.h (Votf_script_alist): Extern it.
8173
8174 * font.c (font_find_for_lface): Optimize code.
8175
8176 * font.h (font_close_object, font_merge_old_spec): Extern them.
8177
8178 2008-02-01 Kenichi Handa <handa@m17n.org>
8179
8180 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
8181 (syms_of_font): Initialize them.
8182 (font_pixel_size): Allow float value in dpi.
8183 (font_prop_validate_type): Delete.
8184 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
8185 Change caller.
8186 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
8187 (font_prop_validate_extra): Delete.
8188 (font_prop_validate_spacing): New function.
8189 (font_property_table): Add elements for all known properties.
8190 (get_font_prop_index): Rename from check_font_prop_name. New
8191 argument FROM. Change caller.
8192 (font_prop_validate): Validate all known properties.
8193 (font_put_extra): Delete argument force. Change caller.
8194 (font_expand_wildcards): Make it static. Fix the way of shrinking
8195 the possible range.
8196 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
8197 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
8198 Change caller.
8199 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
8200 (font_parse_fcname): Delete argument merge. Fix parsing of point
8201 size. Don't validate properties values here. Change caller.
8202 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
8203 (font_open_by_name): Delete unused variable.
8204 (Ffont_spec): Likewise. Validate property values.
8205 (Ffont_match_p): New function.
8206
8207 * font.h (QCscalable): Extern it.
8208 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
8209
8210 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
8211
8212 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
8213 (xfont_list_pattern): New function.
8214 (xfont_list): Use xfont_list_pattern.
8215
8216 2008-02-01 Kenichi Handa <handa@m17n.org>
8217
8218 * font.h (Flist_fonts): EXFUN it.
8219
8220 2008-02-01 Jason Rumney <jasonr@gnu.org>
8221
8222 * w32term.c (w32_initialize): Add back smoothing_type and
8223 smoothing_enabled definitions.
8224
8225 2008-02-01 Kenichi Handa <handa@m17n.org>
8226
8227 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
8228 s->face->font on determining underline position.
8229
8230 2008-02-01 Kenichi Handa <handa@m17n.org>
8231
8232 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
8233 (font_has_char): Accept font-object too.
8234 (font_find_for_lface): Try at first with a size specified in face.
8235
8236 2008-02-01 Kenichi Handa <handa@m17n.org>
8237
8238 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
8239 font_open_by_name.
8240
8241 2008-02-01 Kenichi Handa <handa@m17n.org>
8242
8243 * font.h (QCspacing, QCdpi): Extern them.
8244 (enum font_spacing): New enum.
8245 (FONT_PIXEL_SIZE_QUANTUM): New macro.
8246
8247 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
8248 (QCspacing, QCdpi): New variables.
8249 (syms_of_font): Initialize them.
8250 (font_pixel_size): New function.
8251 (font_put_extra): New function.
8252 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
8253 in FONT_EXTRA.
8254 (font_parse_fcname): Handle enumenrated values (e.g. bold).
8255 Fix handling font size. Add QCname property that contains only
8256 unknown properties.
8257 (font_score): Change argument. Change caller. Pay attention to
8258 FONT_PIXEL_SIZE_QUANTUM.
8259 (font_sort_entites, font_list_entities, font_find_for_lface)
8260 (font_open_for_lface, font_open_by_name): Fix handling of font size.
8261 (Ffont_spec): Add QCname property that contains only unknown properties.
8262
8263 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
8264 include weight in listing pattern, instead check weight of each
8265 listed font. Don't include scalable in pattern. Pay attention to
8266 FONT_PIXEL_SIZE_QUANTUM.
8267
8268 2008-02-01 Kenichi Handa <handa@m17n.org>
8269
8270 * font.c (font_parse_fcname): Fix parsing of point-size.
8271 (font_unparse_fcname): Produce symbolic names for style properties.
8272 (font_list_entities): Handle float size correctly.
8273 (font_open_by_name): Prefer `normal' property values if the name
8274 doesn't specify them.
8275
8276 * fontset.c (Finternal_char_font): Use font_get_name, not
8277 Ffont_xlfd_name.
8278
8279 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
8280 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
8281 pattern. Don't force scalable.
8282
8283 * xftfont.c (xftfont_open): For generating a name, start from
8284 96-byte buffer.
8285
8286 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
8287
8288 * frame.h (x_new_fontset2): Fix prototype.
8289
8290 2008-02-01 Kenichi Handa <handa@m17n.org>
8291
8292 * font.h (struct font_driver): Delete member parse_name.
8293 (font_match_p, font_get_spec, font_parse_fcname)
8294 (font_unparse_fcname): Extern them.
8295 (font_get_name): Adjust prototype.
8296
8297 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
8298 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
8299 (font_expand_wildcards): Fix handling ENCODING field. Avoid
8300 unnecessary checks for weight, slant, and swidth.
8301 (font_parse_fcname): New function.
8302 (font_unparse_fcname): New function.
8303 (font_parse_name): New function.
8304 (font_match_p): New function.
8305 (font_get_name): Change return value to Lisp string.
8306 (font_get_spec): New function.
8307 (Qunspecified, Qignore_defface): Don't extern them.
8308 (font_find_for_lface): Assume that LFACE is fully specified.
8309 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
8310 object, use it for FACE.
8311 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
8312 driver->parse_name.
8313 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
8314
8315 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
8316 prototype.
8317
8318 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
8319 argument F. Don't call Fnew_fontset. Instead, directly call
8320 make_fontset.
8321
8322 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
8323
8324 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
8325 of x_new_fontset2.
8326
8327 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
8328 (Qsans__serif): New variables.
8329 (ftfont_generic_family_list): New variable.
8330 (syms_of_ftfont): Initialize the above variables.
8331 (ftfont_pattern_entity): Delete argument NAME.
8332 (ftfont_list_generic_family): New function.
8333 (ftfont_parse_name): Delete this function.
8334 (ftfont_list): Try generic family only when FcFontList found no font.
8335 (ftfont_list_family): Fix args to FcObjectSetBuild.
8336
8337 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
8338 object in attrs[LFACE_FONT_INDEX].
8339 (set_lface_from_font_name): Cancel all changes for font-backend.
8340 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
8341 function.
8342 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
8343 font object in QCfont attribute.
8344 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
8345 (realize_default_face) [USE_FONT_BACKEND]: Call
8346 set_lface_from_font_and_fontset.
8347
8348 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
8349 "fixed", and signal error here if no suitable font was found.
8350
8351 * xfont.c (xfont_parse_name): Delete this function.
8352
8353 * xftfont.c (xftfont_open): Change coding style of error
8354 handling. Generate fontconfig's fontname pattern.
8355
8356 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
8357 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
8358
8359 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
8360 Both args FONTSET and FONT_OBJECT must be existing ones.
8361
8362 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8363
8364 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
8365
8366 2008-02-01 Kenichi Handa <handa@m17n.org>
8367
8368 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
8369
8370 * font.h (struct font): Fix typo.
8371
8372 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
8373 XLFD_XXX_INDEX.
8374 (enum xlfd_field_mask): New enum.
8375 (intern_font_field): Changed argument. Change caller. If digits
8376 are followed by non-digits, return a symbol.
8377 (font_expand_wildcards): New function.
8378 (font_parse_xlfd): Fix wildcard handling.
8379 (Ffont_spec): If :name is specified, reflect the info in the other
8380 properties.
8381
8382 * ftfont.c (ftfont_pattern_entity): Fix typo.
8383 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
8384 locale.
8385
8386 2008-02-01 Kenichi Handa <handa@m17n.org>
8387
8388 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
8389
8390 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
8391 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
8392 registry doesn't specify encoding part.
8393 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
8394 (font_open_by_name): At first try parsing the name.
8395 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
8396 as Lisp symbols.
8397
8398 * fontset.c (reorder_font_vector): Pay attention to the case that
8399 the 3rd element of font_def is nil.
8400 (fontset_font): For the default fontset, append one more fontset
8401 elements for a script-based font specification. Don't add script
8402 attribute on finding a font.
8403 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
8404 font name.
8405 (fontset_ascii_font): If a font can't be opened, return nil.
8406
8407 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
8408 (ftfont_pattern_entity): New function.
8409 (ftfont_get_cache): Assume that freetype_font_cache is already
8410 initialized.
8411 (ftfont_list): Handle the case that a file is specified in font
8412 name. Use ftfont_pattern_entity to generate entities.
8413 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
8414 (syms_of_ftfont): Initialize freetype_font_cache.
8415
8416 * xftfont.c (xftfont_open): Make the font name fontconfig's
8417 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
8418 (xftfont_close): Free font->font.name if not NULL.
8419
8420 * xfont.c (xfont_list): If script is specified for a font, return
8421 null_vector.
8422 (xfont_list_family): Declare argument type.
8423
8424 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
8425 name, set LFACE_FONT (lface) to nil.
8426
8427 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
8428 return Qnil.
8429
8430 2008-02-01 Kenichi Handa <handa@m17n.org>
8431
8432 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
8433 (standard_args): Add "-enable-font-backend".
8434
8435 2008-02-01 Kenichi Handa <handa@m17n.org>
8436
8437 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
8438 (struct xftdraw_list, xftdraw_list): Delete them.
8439 (register_xftdraw, check_xftdraw): Delete them.
8440 (xftfont_prepare_face): Don't call register_xftdraw.
8441 (xftfont_done_face): Don't call check_xftdraw.
8442 (xftfont_draw): Get backroudn color only when with_background is
8443 nonzero.
8444
8445 * xfont.c (xfont_encode_char): Fix calculation of char2b.
8446
8447 2008-02-01 Kenichi Handa <handa@m17n.org>
8448
8449 These changes are for the new font handling codes.
8450
8451 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
8452 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
8453 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
8454 (FONTSRC, FONTOBJ): New variables.
8455 (obj): Add $(FONTOBJ).
8456 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
8457 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
8458 @LIBOTF_LIBS@.
8459 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
8460 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
8461
8462 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
8463
8464 * character.h (Vscript_representative_chars): Extern it.
8465
8466 * character.c (Vscript_representative_chars): New variable.
8467 (syms_of_character): Declare it as a Lisp variable.
8468
8469 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
8470 enable_font_backend is nonzero, accept the composition method
8471 COMPOSITION_WITH_GLYPH_STRING.
8472
8473 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
8474 enumeration COMPOSITION_WITH_GLYPH_STRING.
8475
8476 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
8477 members clip_x, clip_y, clip_width, and clip_height.
8478 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
8479
8480 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
8481 --enable-font-backend. Call syms_of_font.
8482
8483 * fns.c (assoc_no_quit): New function.
8484
8485 * fontset.h (FONT_INFO_FROM_FACE): New macro.
8486 (face_for_font, new_fontset_from_font)
8487 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
8488
8489 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
8490 (fontset_font, fontset_ascii, face_for_char)
8491 (make_fontset_for_ascii_face, Ffont_info)
8492 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
8493 is nonzero, use font-backend mechanism.
8494 (find_font_encoding): Make it non-static.
8495 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
8496 New functions.
8497
8498 * frame.h (struct frame): New members resx and resy.
8499 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
8500 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
8501
8502 * frame.c [USE_FONT_BACKEND]: Include "font.h".
8503 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
8504
8505 * lisp.h (assoc_no_quit): Extern it.
8506
8507 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
8508 Through out the file, use FONT_INFO_FROM_FACE instead of
8509 FONT_INFO_FROM_ID, use get_per_char_metric instead of
8510 rif->per_char_metric.
8511 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
8512 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
8513 (get_glyph_face_and_encoding, fill_composite_glyph_string)
8514 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
8515 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
8516 nonzero, use font-backend mechanism.
8517 (get_per_char_metric): New function.
8518
8519 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
8520 (set_lface_from_font_name)
8521 (set_font_frame_param, free_realized_face)
8522 (prepare_face_for_display, clear_face_gcs)
8523 (Finternal_set_font_selection_order, realize_x_face)
8524 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
8525 font-backend mechanism.
8526 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
8527 (load_face_font) [USE_FONT_BACKEND]: Abort.
8528 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
8529 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
8530
8531 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
8532 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
8533 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
8534 nonzero, register all available font drivers. Call
8535 x_default_font_parameter for deciding a font.
8536 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
8537
8538 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
8539 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
8540 (x_set_glyph_string_clipping_exactly)
8541 (x_compute_glyph_string_overhangs)
8542 (x_draw_glyph_string_foreground)
8543 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
8544 (x_free_frame_resources) [USE_FONT_BACKEND]: If
8545 enable_font_backend is nonzero, use font-backend mechanism.
8546 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
8547
8548 2008-02-01 Kenichi Handa <handa@m17n.org>
8549
8550 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
8551 system_eol_type.
8552 (syms_of_coding): Initialize system_eol_type.
8553
8554 * process.c (Fset_process_coding_system): Inherit system's eol
8555 format if necessary.
8556
8557 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8558
8559 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
8560
8561 2008-02-01 Kenichi Handa <handa@m17n.org>
8562
8563 * coding.c (decode_eol): Pay attention to buffer relocation in
8564 del_range_2.
8565 (decode_coding): Call decode_eol before restoring undo_list.
8566
8567 2008-02-01 Kenichi Handa <handa@m17n.org>
8568
8569 * charset.c (Fdefine_charset_internal): Fix setting of
8570 emacs_mule_bytes.
8571
8572 2008-02-01 Kenichi Handa <handa@m17n.org>
8573
8574 * keyboard.c (read_char): Check if C is a character or not before
8575 looking up Vkeyboard_translate_table.
8576
8577 2008-02-01 Kenichi Handa <handa@m17n.org>
8578
8579 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
8580 condition to terminate the loop.
8581
8582 2008-02-01 Kenichi Handa <handa@m17n.org>
8583
8584 * coding.c (produce_composition): Compare charbuf[i] instead of
8585 args[i] against 0.
8586 (Fterminal_coding_system): Use EQ to compare Lisp objects.
8587
8588 2008-02-01 Kenichi Handa <handa@m17n.org>
8589
8590 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
8591 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
8592 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
8593 detect_coding.
8594 (emacs_mule_char): Handle old style (Emacs 20) component character
8595 of a composition.
8596 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
8597 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
8598 composition rule.
8599 (decode_coding_emacs_mule): Handle invalid bytes correctly.
8600
8601 2008-02-01 Kenichi Handa <handa@m17n.org>
8602
8603 * coding.c (encode_coding_ccl): Allocate destination dynamically
8604 when necessary.
8605
8606 2008-02-01 Kenichi Handa <handa@m17n.org>
8607
8608 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
8609 the loop. When quitted, show a proper error message.
8610
8611 2008-02-01 Kenichi Handa <handa@m17n.org>
8612
8613 * xterm.c (x_set_glyph_string_clipping_exactly): Set
8614 src->clip_head and src->clip_tail temporarily instead of src->hl.
8615
8616 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
8617 character sequence.
8618 (Fccl_execute_on_string): Use ASET, not XSET.
8619
8620 2008-02-01 Kenichi Handa <handa@m17n.org>
8621
8622 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
8623
8624 2008-02-01 Kenichi Handa <handa@m17n.org>
8625
8626 * coding.c (decode_coding): Fix the condition of terminating the
8627 decoding loop.
8628
8629 2008-02-01 Kenichi Handa <handa@m17n.org>
8630
8631 * data.c (Faset): On setting a character bigger than 255 in a
8632 unibyte string, signal an error instead of make the string multibyte.
8633
8634 2008-02-01 Kenichi Handa <handa@m17n.org>
8635
8636 * charset.c (map_charset_chars): Fix for ascii-compatible charset
8637 made by a mapping table.
8638
8639 2008-02-01 Kenichi Handa <handa@m17n.org>
8640
8641 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
8642 not.
8643 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
8644 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
8645
8646 * xterm.c (x_draw_composite_glyph_string_foreground): Check
8647 s->face is NULL or not.
8648
8649 2008-02-01 Kenichi Handa <handa@m17n.org>
8650
8651 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
8652 (x_draw_glyph_string): Fix drawing of right_overhang and
8653 left_overhang around/on cursor.
8654
8655 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
8656
8657 2008-02-01 Kenichi Handa <handa@m17n.org>
8658
8659 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
8660
8661 2008-02-01 Kenichi Handa <handa@m17n.org>
8662
8663 * coding.c (Fdefine_coding_system_internal)
8664 (Fdefine_coding_system_alias): Avoid a duplicated element in
8665 Vcoding_system_alist.
8666
8667 2008-02-01 Kenichi Handa <handa@m17n.org>
8668
8669 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
8670
8671 * coding.c (Qcoding_system_define_form): New variable.
8672 (syms_of_coding): Intern and staticpro it.
8673 (Fcoding_system_p): Check Qcoding_system_define_form.
8674 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
8675
8676 * coding.h (CODING_SYSTEM_P): If ID is not available, call
8677 Fcoding_system_p.
8678 (CHECK_CODING_SYSTEM): If ID is not available, call
8679 Fcheck_coding_system.
8680 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
8681 Try also Fcheck_coding_system.
8682
8683 2008-02-01 Kenichi Handa <handa@m17n.org>
8684
8685 * coding.c (code_conversion_restore): GCPRO arg.
8686
8687 2008-02-01 Kenichi Handa <handa@m17n.org>
8688
8689 * character.c (lisp_string_width): Check multibyteness of STRING.
8690
8691 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8692
8693 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
8694 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
8695 (decode_mac_font_name): Use decode_coding_c_string instead of
8696 decode_coding.
8697 (x_load_font): Initialize fontp->fontset to -1. Set
8698 fontp->encoding_type.
8699
8700 2008-02-01 Kenichi Handa <handa@m17n.org>
8701
8702 * search.c (search_buffer): Give up BM search on case-fold-search
8703 if one of a target character has a case-equivalence of different
8704 byte length even if that target charcter is an ASCII.
8705 (simple_search): Fix calculation of byte length of matched text.
8706 (boyer_moore): Fix handling of case-equivalent multibyte characters.
8707
8708 2008-02-01 Kenichi Handa <handa@m17n.org>
8709
8710 * coding.c (decode_coding): Fix handling of invalid bytes.
8711
8712 2008-02-01 Kenichi Handa <handa@m17n.org>
8713
8714 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
8715 Unicode characters.
8716
8717 2008-02-01 Kenichi Handa <handa@m17n.org>
8718
8719 * coding.c (encode_coding_object): If a pre-write-conversion
8720 function makes a new buffer, kill it.
8721
8722 2008-02-01 Kenichi Handa <handa@m17n.org>
8723
8724 * coding.c (QCascii_compatible_p): New variable.
8725 (syms_of_coding): Initialize it.
8726 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
8727 calling string_char.
8728 (record_conversion_result): Add `default:' case.
8729 (coding_charset_list): Delete unused variable `coding_type'.
8730 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
8731 property in the plist of the coding system.
8732 (Fcoding_system_put): Check QCascii_compatible_p.
8733
8734 2008-02-01 Miles Bader <miles@gnu.org>
8735
8736 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
8737 removed calculation of frame `f', as it's now used.
8738
8739 2008-02-01 Kenichi Handa <handa@m17n.org>
8740
8741 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
8742 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
8743 (UNIDATA): New variable.
8744 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
8745 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
8746 $(RUN_TEMACS) unconditionally.
8747
8748 2008-02-01 Kenichi Handa <handa@m17n.org>
8749
8750 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
8751 (admindir): New variable.
8752 ($(lispsource)international/charprop.el): New target.
8753
8754 2008-02-01 Miles Bader <miles@gnu.org>
8755
8756 * character.c (chars-in-region): Remove obsolete function.
8757 (syms_of_character): Remove its initialization.
8758
8759 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
8760
8761 * w32select.c (validate_coding_system)
8762 (setup_windows_coding_system): New functions.
8763 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
8764 setup_windows_coding_system.
8765 (setup_config, Fw32_get_clipboard_data): Use
8766 validate_coding_system.
8767 (Fx_selection_exists): Move call to setup_config to a place
8768 where signals are allowed.
8769
8770 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
8771 (Fcheck_coding_system): Add declarations.
8772
8773 2008-02-01 Kenichi Handa <handa@m17n.org>
8774
8775 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
8776
8777 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8778
8779 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
8780 string as the second argument for x_new_fontset.
8781
8782 2008-02-01 Kenichi Handa <handa@m17n.org>
8783
8784 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
8785 (encode_coding_object): Use safe_call instead of call2.
8786
8787 2008-02-01 Kenichi Handa <handa@m17n.org>
8788
8789 * fontset.c (Fset_fontset_font): Check family element of a given vector.
8790
8791 * Makefile.in (lisp): Include charprop.el.
8792
8793 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8794
8795 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
8796 Not sure if it's unnecessary.
8797
8798 2008-02-01 Steven Tamm <steventamm@mac.com>
8799
8800 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
8801 some possibly unnecessary fontset checking code that crashed
8802 when creating a new frame.
8803
8804 2008-02-01 Kenichi Handa <handa@m17n.org>
8805
8806 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
8807 lookup_face.
8808
8809 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
8810
8811 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
8812
8813 2008-02-01 Kenichi Handa <handa@m17n.org>
8814
8815 * coding.c: Cancel the change done in HEAD on 2008-02-01.
8816 (coding_charset_list): New function.
8817
8818 * coding.h (coding_charset_list): Extern it.
8819
8820 2008-02-01 Kenichi Handa <handa@m17n.org>
8821
8822 * fontset.c (Fset_fontset_font): Call find_font_encoding with
8823 concatenation of family and registry.
8824
8825 2008-02-01 Kenichi Handa <handa@m17n.org>
8826
8827 * character.h (BYTE8_STRING): Fix typo.
8828
8829 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
8830 string to multibyte (sync to HEAD).
8831
8832 * casefiddle.c (casify_region): Handle changes in byte-length
8833 using replace_range_2 (sync to HEAD).
8834
8835 2008-02-01 Andreas Schwab <schwab@suse.de>
8836
8837 * chartab.c (map_char_table): GCPRO table and arg.
8838
8839 2008-02-01 Kenichi Handa <handa@m17n.org>
8840
8841 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
8842 already at limit.
8843
8844 2008-02-01 Kenichi Handa <handa@m17n.org>
8845
8846 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
8847 instead of fast_c_string_match_ignore_case.
8848 (find_font_encoding): Change argument to Lisp_Object. Use
8849 fast_string_match_ignore_case instead of
8850 fast_c_string_match_ignore_case. Change caller.
8851
8852 2008-02-01 Kenichi Handa <handa@m17n.org>
8853
8854 * xdisp.c (get_next_display_element): In unibyte case, decide to
8855 display in octal form by checking a chacter by
8856 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
8857
8858 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
8859
8860 * character.c (unibyte_has_multibyte_table): New variable.
8861
8862 * character.h (unibyte_has_multibyte_table): Extern it.
8863 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
8864
8865 2008-02-01 Kenichi Handa <handa@m17n.org>
8866
8867 * coding.c (encode_coding_iso_2022): Fix handling of charset
8868 annotation.
8869
8870 2008-02-01 Kenichi Handa <handa@m17n.org>
8871
8872 * coding.c (setup_coding_system): If coding_system is nil, use
8873 Qundecided.
8874 (Fterminal_coding_system): Return nil if terminal coding system is
8875 `undecided'.
8876 (syms_of_coding): Define coding-system `undecided' here. Setup
8877 terminal_coding as `undecided'.
8878
8879 2008-02-01 Kenichi Handa <handa@m17n.org>
8880
8881 * xdisp.c (message_dolog, set_message_1): Call
8882 unibyte_char_to_multibyte with arg type int.
8883
8884 * lread.c (read1): Fix reading of a char-table.
8885
8886 * print.c (print_object): Include sub char-table in cicularities
8887 detection.
8888
8889 2008-02-01 Kenichi Handa <handa@m17n.org>
8890
8891 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
8892 cons. Append the found sequences in car of ARGS instead of prepending.
8893
8894 2008-02-01 Kenichi Handa <handa@m17n.org>
8895
8896 * fileio.c (report_file_error): Make a unibyte string from
8897 strerror (errorno).
8898 (Fsubstitute_in_file_name): Fix the arg to
8899 unibyte_char_to_multibyte. It is evaluated twice.
8900
8901 2008-02-01 Kenichi Handa <handa@m17n.org>
8902
8903 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
8904
8905 2008-02-01 Kenichi Handa <handa@m17n.org>
8906
8907 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
8908 BOM is not found.
8909 (detect_coding, detect_coding_system): Optimization for ISO-2022
8910 when no 8-bit data is found.
8911
8912 2008-02-01 Jason Rumney <jasonr@gnu.org>
8913
8914 * w32fns.c (x_to_w32_font): Update to use new coding struct.
8915
8916 2008-02-01 Kenichi Handa <handa@m17n.org>
8917
8918 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
8919 CHARS.
8920
8921 2008-02-01 Steven Tamm <steventamm@mac.com>
8922
8923 * macterm.c (mac_encode_char): Add charset argument and update
8924 to use encoding_type.
8925 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
8926 switch to pure fontset.
8927 (decode_mac_font_name): Temporarily remove decoding.
8928 (x_font_name_to_mac_font_name): Temporarily remove encoding.
8929 (x_load_font): Temporarily remove encoding.
8930
8931 2008-02-01 Kenichi Handa <handa@m17n.org>
8932
8933 * xfaces.c (Fface_font): If frame is not on a window system,
8934 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
8935 refer to face->font.
8936 (split_font_name_into_vector, build_font_name_from_vector)
8937 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
8938 whne HAVE_WINDOW_SYSTEM is defined.
8939
8940 2008-02-01 Kenichi Handa <handa@m17n.org>
8941
8942 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
8943 (x_produce_glyphs): Fix setting of members of cmp in case
8944 cmp->glyph_len is zero.
8945
8946 * fontset.c (Fset_fontset_font): Fix docstring.
8947 (Ffontset_info): Make it backward compatible. New arg ALL.
8948
8949 2008-02-01 Kim F. Storm <storm@cua.dk>
8950
8951 * process.c (read_process_output): Grow decoding_buf when needed;
8952 this could cause a crash in allocate_string and compact_small_strings.
8953
8954 2008-02-01 Kenichi Handa <handa@m17n.org>
8955
8956 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
8957
8958 2008-02-01 Kenichi Handa <handa@m17n.org>
8959
8960 * coding.c (setup_coding_system): Set coding->common_flags
8961 correctly for raw-text.
8962 (consume_chars): On encoding unibyte text by raw-text, don't check
8963 multibyte form.
8964 (encode_coding): On encoding by raw-text, never use translation tables.
8965
8966 * fileio.c (e_write): Short cut for the case of no encoding.
8967
8968 2008-02-01 Kenichi Handa <handa@m17n.org>
8969
8970 * coding.c (detect_coding, detect_coding_system): Delete unused
8971 variables.
8972
8973 2008-02-01 Kenichi Handa <handa@m17n.org>
8974
8975 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
8976 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
8977
8978 2008-02-01 Kenichi Handa <handa@m17n.org>
8979
8980 * coding.c (Ffind_coding_systems_region_internal): Include
8981 raw-text and no-conversion in the result.
8982
8983 2008-02-01 Kenichi Handa <handa@m17n.org>
8984
8985 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
8986 (load_font_get_repertory): Delete unnecessary check of ENCODING of
8987 FONT_DEF.
8988 (font_def_arg, add_arg, from_arg, to_arg): New args.
8989 (set_fontset_font): Change argument.
8990 (Fset_fontset_font): Fix for the case that TARGET is a script
8991 name and charset name.
8992 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
8993
8994 2008-02-01 Kenichi Handa <handa@m17n.org>
8995
8996 * fontset.c (fontset_font): Rename from fontset_face. Change return
8997 value.
8998 (face_suitable_for_char_p, face_for_char): Adjust for the change
8999 of fontset_font.
9000 (make_fontset_for_ascii_face): Fix setting of the fontset element
9001 for ASCII.
9002 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
9003 to get a font name.
9004 (Ffontset_info): Adjust for the change of fontset_font.
9005
9006 * coding.c (emacs_mule_char): Check invalid code more regidly.
9007
9008 * character.h (LEADING_CODE_LATIN_1_MIN)
9009 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
9010
9011 2008-02-01 Kenichi Handa <handa@m17n.org>
9012
9013 * editfns.c (check_translation): New function.
9014 (Ftranslate_region_internal): Handle M:N mapping.
9015
9016 2008-02-01 Kenichi Handa <handa@m17n.org>
9017
9018 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
9019
9020 2008-02-01 Kenichi Handa <handa@m17n.org>
9021
9022 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
9023 goto invalid_code.
9024 (decode_coding_iso_2022): Fix handling of invalid designation.
9025
9026 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
9027 after calling code_conversion_save.
9028
9029 2008-02-01 Kenichi Handa <handa@m17n.org>
9030
9031 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
9032
9033 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
9034
9035 * fontset.c: Include "intervals.h".
9036 (fontset_face): Fix comparing of Lisp_Objects.
9037 (free_face_fontset, new_fontset_from_font_name): Fix
9038 Lisp_Object/int mixup.
9039
9040 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
9041
9042 * coding.c: Add many prototypes for static functions.
9043 (get_translation_table): Allow max_lookup to be NULL.
9044 (decode_coding, Ffind_coding_systems_region_internal)
9045 (Funencodable_char_position, Fcheck_coding_systems_region): Call
9046 get_translation_table with max_lookup NULL.
9047
9048 2008-02-01 Kenichi Handa <handa@m17n.org>
9049
9050 * coding.c (get_translation_table): Declare it as Lisp_Object.
9051 (LOOKUP_TRANSLATION_TABLE): New macro.
9052 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
9053 instead of CHAR_TABLE_REF.
9054
9055 2008-02-01 Kenichi Handa <handa@m17n.org>
9056
9057 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
9058 annotation data format.
9059 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
9060 Change arguments FROM and TO to single argument NCHARS. Change caller.
9061 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
9062 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9063 (decode_coding_ccl, decode_coding_charset): Pay attention to
9064 coding->charbuf_used.
9065 (get_translation): New function.
9066 (produce_chars): New arguments translation_table and last_block.
9067 Translate characters here. Return number of carryover chars.
9068 Change caller.
9069 (produce_composition): New argument pos. Change caller.
9070 Adjust for the change of annotation data format.
9071 (produce_charset, produce_annotation): Likewise.
9072 (decode_coding, encode_coding): Don't call translate_chars.
9073 (consume_chars): New arg translation_table. Change caller.
9074 (translate_chars): Delete.
9075 (syms_of_coding): Make translation-table's number of extra slots 2.
9076
9077 2008-02-01 Kenichi Handa <handa@m17n.org>
9078
9079 * search.c (simple_search): Fix setting this_pos_byte in backward
9080 search.
9081
9082 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
9083 byte sequence.
9084 (detect_coding_ccl): Fix setting of the variable valids.
9085
9086 2008-02-01 Kenichi Handa <handa@m17n.org>
9087
9088 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
9089
9090 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
9091
9092 * editfns.c (Ftranslate_region_internal): Rename from
9093 Ftranslate_region. Accept a char-table in TABLE.
9094 (syms_of_editfns): Defsubr Stranslate_region_internal.
9095
9096 * xfaces.c (set_lface_from_font_name): If a font is specified for
9097 a frame, generate a fontset from the font.
9098 (build_scalable_font_name): If the scalable font is requested for
9099 a specific size, don't change that size.
9100 (try_font_list): Try a scalable font also in the case that a
9101 pattern string is specified.
9102
9103 2008-02-01 Kenichi Handa <handa@m17n.org>
9104
9105 * xfaces.c (Fface_font): New optional arg CHARACTER.
9106
9107 2008-02-01 Kenichi Handa <handa@m17n.org>
9108
9109 * charset.h (CHARSET_OFFSET): New macro.
9110
9111 2008-02-01 Kenichi Handa <handa@m17n.org>
9112
9113 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
9114
9115 * fontset.c (fontset_face): Handle the case that repertory is a
9116 char-table.
9117 (find_font_encoding): Return nil for unknown encoding.
9118 (Fset_fontset_font): Ignore a font of unknown encoding.
9119
9120 2008-02-01 Kenichi Handa <handa@m17n.org>
9121
9122 * keymap.c (describe_vector): Handle default value of a char table.
9123
9124 * fontset.c (fontset_face): Handle fallback fonts correctly.
9125 (Ffontset_info): Return infomation about fallback fonts.
9126
9127 2008-02-01 Kenichi Handa <handa@m17n.org>
9128
9129 * fontset.c (FONTSET_DEFAULT): New macro.
9130 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
9131 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
9132 the case that it is nil.
9133 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
9134 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
9135
9136 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
9137 subset or superset.
9138
9139 2008-02-01 Kenichi Handa <handa@m17n.org>
9140
9141 * emacs.c (main): Call init_charset after syms_of_XXX.
9142
9143 * charset.c (Vcharset_map_directory): Delete.
9144 (Vcharset_map_path): New variable.
9145 (load_charset_map_from_file): Use Vcharset_map_path instead.
9146 (init_charset): Initialize Vcharset_map_path.
9147 (syms_of_charset): Delete declaration of "charset-map-directory",
9148 add declaration of "charset-map-path".
9149
9150 2008-02-01 Kenichi Handa <handa@m17n.org>
9151
9152 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
9153 ASCII only string.
9154
9155 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
9156
9157 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
9158 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
9159
9160 2008-02-01 Kenichi Handa <handa@m17n.org>
9161
9162 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
9163
9164 * coding.c (QCmnemonic, QCdefalut_char)
9165 (QCdecode_translation_table, QCencode_translation_table)
9166 (QCpost_read_conversion, QCpre_write_conversion): New variables.
9167 (get_translation_table): Return a list of translation tables if
9168 necessary.
9169 (decode_coding): Call get_translation_table with ENCODEP 0.
9170 (char_encodable_p): If translation_table is non-nil, always call
9171 translate_char.
9172 (Fdefine_coding_system_internal): Accept list of translation
9173 tables as :encode-translation-table and :decode-translation-table.
9174 (Fcoding_system_put): New function.
9175 (syms_of_coding): Declare new symbols. Defsubr
9176 Scoding_system_put.
9177 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
9178 typically JISX0212.
9179
9180 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
9181 when the charset is superset type.
9182
9183 * character.c (translate_char): Accept list of translation tables.
9184
9185 2008-02-01 Kenichi Handa <handa@m17n.org>
9186
9187 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
9188 (CODING_ATTR_TRANS_TBL): New macro.
9189
9190 * coding.c (get_translation_table): New function.
9191 (translate_chars): Fix the bug of skipping annotation data.
9192 (decode_coding, encode_coding): Utilize get_translation_table.
9193 (char_encodable_p, Funencodable_char_position): Translate char if
9194 necessary.
9195 (Ffind_coding_systems_region_internal)
9196 (Fcheck_coding_systems_region): Setup translation table for encode
9197 in a coding system attribute vector in advance.
9198 (Fdefine_coding_system_internal): Allow a symbol as translation
9199 table. For shift-jis type coding system, allow 4th charset.
9200
9201 2008-02-01 Kenichi Handa <handa@m17n.org>
9202
9203 * coding.c (decode_coding_sjis): Check the first byte rigidly.
9204
9205 * xdisp.c (get_next_display_element): Pass -1 as POS to
9206 FACE_FOR_CHAR if displaying a C-string.
9207
9208 2008-02-01 Kenichi Handa <handa@m17n.org>
9209
9210 * composite.c (get_composition_id): Handle xoff and yoff in a
9211 composition rule.
9212
9213 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
9214 (struct composition): New member lbearing and rbearing.
9215
9216 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
9217 (x_get_glyph_overhangs): Handle a composition glyph.
9218 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
9219
9220 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
9221 composition glyph.
9222
9223 2008-02-01 Kenichi Handa <handa@m17n.org>
9224
9225 * print.c: Include charset.h.
9226 (Vprint_charset_text_property): New variable.
9227 (Qdefault): Extern it.
9228 (PRINT_STRING_NON_CHARSET_FOUND)
9229 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
9230 (print_check_string_result): New variable.
9231 (print_check_string_charset_prop): New function.
9232 (print_prune_charset_plist): New variable.
9233 (print_prune_string_charset): New function.
9234 (print_object): Call print_prune_string_charset if
9235 Vprint_charset_text_property is not t.
9236 (print_interval): Print nothing if itnerval->plist is nil.
9237 (syms_of_print): Declare Vprint_charset_text_property as a lisp
9238 variable. Init and staticpro print_prune_charset_plist.
9239
9240 2008-02-01 Kenichi Handa <handa@m17n.org>
9241
9242 * fontset.c (new_fontset_from_font_name): Use the specified font
9243 for all characters in the new fontset.
9244
9245 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
9246 OBJECT args.
9247
9248 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
9249 OBJECT args for composition too.
9250
9251 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
9252 OBJECT args.
9253
9254 2008-02-01 Kenichi Handa <handa@m17n.org>
9255
9256 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
9257
9258 * fontset.c (reorder_font_vector): Adjust for the change of
9259 FONT_DEF format.
9260 (fontset_face): New arg id. Change caller.
9261 (face_for_char): New args pos and object.
9262 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
9263 (fs_query_fontset): Check NAME by Fassoc too.
9264 (Fset_fontset_font): Allow non-XLFD font name.
9265 (Ffontset_info): Adjust for the change of FONT_DEF format.
9266
9267 * fontset.h (face_for_char): Adjust prototype.
9268
9269 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
9270 (append_space, extend_face_to_end_of_line)
9271 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
9272 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
9273
9274 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
9275 POS and OBJECT args.
9276
9277 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
9278 POS and OBJECT args.
9279
9280 2008-02-01 Jason Rumney <jasonr@gnu.org>
9281
9282 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
9283 of GlobalAlloc'ed memory.
9284
9285 2008-02-01 Kenichi Handa <handa@m17n.org>
9286
9287 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
9288
9289 * charset.h (charset_table_used): Delete extern.
9290
9291 * charset.c (charset_table_used): Make it static.
9292 (map_charset_chars): Fix args to c_function with.
9293
9294 * chartab.c (map_sub_char_table_for_charset): Fix args to
9295 c_function with.
9296
9297 * coding.h (enum coding_result_code): Delete
9298 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
9299
9300 * coding.c (Qinsufficient_source, Qinconsistent_eol)
9301 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
9302 (Vlast_code_conversion_error): New variables.
9303 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
9304 (ONE_MORE_BYTE): Record error if any instead of signaling an
9305 error. If non-ASCII multibyte char is found, return the negative
9306 value of the code. All callers changed to check it.
9307 (ONE_MORE_BYTE_NO_CHECK): Likewise.
9308 (record_conversion_result): New function. Change all codes setting
9309 coding->result to call this function.
9310 (detect_coding_utf_8, decode_coding_utf_8)
9311 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
9312 Don't use the local variable incomplete.
9313 (emacs_mule_char): Change the second arg to `const'.
9314 (decode_coding): Fix of flushing out unprocessed data.
9315 (make_conversion_work_buffer): Fix making of a work buffer.
9316 (decode_coding_object): Return coding->dst_object.
9317
9318 * fontset.c (set_fontset_font): Fix args.
9319
9320 * lisp.h (CHARACTERBITS): Define as 22.
9321
9322 * process.c (send_process): Be sure to set coding->src_multibyte.
9323
9324 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
9325
9326 2008-02-01 Kenichi Handa <handa@m17n.org>
9327
9328 * xdisp.c (handle_auto_composed_prop): Give limit to
9329 Fnext_single_char_property_change.
9330
9331 2008-02-01 Kenichi Handa <handa@m17n.org>
9332
9333 * composite.c (syms_of_composite): Don't make the composition hash
9334 table weak.
9335
9336 * fontset.c (Fset_fontset_font): Fix docstring.
9337
9338 * lisp.h (detect_coding_system): Adjust prototype.
9339
9340 * fileio.c (kill_workbuf_unwind): Delete this function.
9341 (Finsert_file_contents): Adjust the call of detect_coding_system.
9342 Get conversion_buffer by code_conversion_save. Use the macor
9343 CODING_MAY_REQUIRE_DECODING. After decoding, update
9344 coding_system.
9345
9346 * coding.h (make_conversion_work_buffer): Delete extern.
9347 (code_conversion_save): Extern it.
9348
9349 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
9350 (CODING_GET_INFO): Delete argument eol_type. Change callers.
9351 (decode_coding_utf_8): Don't do eol converion.
9352 (detect_coding_utf_16): Check coding->src_chars, not
9353 coding->src_bytes. Add heuristics for those that have no signature.
9354 (decode_coding_emacs_mule, decode_coding_iso_2022)
9355 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
9356 Don't do eol converion.
9357 (adjust_coding_eol_type): Return a new coding system.
9358 (detect_coding): Don't detect eol. Fix for utf-16 detection.
9359 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
9360 each change.
9361 (decode_coding): Pay attention to undo_list. Do eol convesion for
9362 all types of coding-systems (if necessary).
9363 (Vcode_conversion_work_buf_list): Delete it.
9364 (Vcode_conversion_reused_workbuf): Rename from
9365 Vcode_conversion_reused_work_buf.
9366 (Vcode_conversion_workbuf_name): New variable.
9367 (reused_workbuf_in_use): New variable.
9368 (make_conversion_work_buffer): Delete the arg DEPTH.
9369 (code_conversion_restore): Change argument to cons.
9370 (code_conversion_save): Delete the argument BUFFER. Change callers.
9371 (detect_coding_system): New argument src_chars. Change callers.
9372 Fix for utf-16 detection.
9373 (init_coding_once): Don't use ISO_carriage_return.
9374 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
9375 reused_workbuf_in_use.
9376
9377 2008-02-01 Kenichi Handa <handa@m17n.org>
9378
9379 * keymap.c (store_in_keymap): Pay attention to the case that idx
9380 is a cons specifying a character range.
9381
9382 2008-02-01 Kenichi Handa <handa@m17n.org>
9383
9384 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
9385 HANDLED_RECOMPUTE_PROPS.
9386
9387 * coding.c (Fdefine_coding_system_internal): Fix checking of
9388 ascii compatibility.
9389
9390 2008-02-01 Kenichi Handa <handa@m17n.org>
9391
9392 * charset.c (find_charsets_in_text): Delete unused locale variable.
9393 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
9394
9395 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
9396 Resync charset_list to Vemacs_mule_charset_list.
9397
9398 * keymap.c (store_in_keymap): Pay attention to the case that idx
9399 is a cons specifying a character range.
9400
9401 2008-02-01 Kenichi Handa <handa@m17n.org>
9402
9403 * composite.c (update_compositions): Bind inhibit-read-only, etc
9404 to t before calling remove-list-of-text-properties.
9405
9406 * print.c (print_object): Always print ASCII chars as is.
9407
9408 2008-02-01 Kenichi Handa <handa@m17n.org>
9409
9410 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
9411
9412 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
9413 is a char table.
9414
9415 2008-02-01 Kenichi Handa <handa@m17n.org>
9416
9417 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
9418
9419 2008-02-01 Kenichi Handa <handa@m17n.org>
9420
9421 * xfaces.c (set_lface_from_font_name): Fix for the case that
9422 FONTNAME is not fontset name.
9423
9424 2008-02-01 Kenichi Handa <handa@m17n.org>
9425
9426 * fns.c (base64_encode_1): Fix previous change.
9427
9428 2008-02-01 Kenichi Handa <handa@m17n.org>
9429
9430 * fontset.c (set_fontset_font): New function.
9431 (Fset_fontset_font): If a font is specified for a charset, use
9432 map_charset_chars to store the font spec in a fontset.
9433
9434 2008-02-01 Kenichi Handa <handa@m17n.org>
9435
9436 * fontset.c (fontset_face): Create a fallback fontset on demand.
9437 (make_fontset): Don't create a fallback fontset here.
9438 (free_face_fontset): Free a fallback fontset (if any) too.
9439 (n_auto_fontsets): Delete this variable.
9440 (auto_fontset_alist): New variable.
9441 (new_fontset_from_font_name): Check auto_fontset_alist.
9442 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
9443 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
9444 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
9445 Defsubr Sfontset_list_all.
9446
9447 2008-02-01 Kenichi Handa <handa@m17n.org>
9448
9449 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
9450
9451 2008-02-01 Kenichi Handa <handa@m17n.org>
9452
9453 * fontset.c (Fnew_fontset): Check NAME more rigidly.
9454
9455 2008-02-01 Kenichi Handa <handa@m17n.org>
9456
9457 * editfns.c (Fgoto_char): Fix docstring.
9458
9459 2008-02-01 Kenichi Handa <handa@m17n.org>
9460
9461 * insdel.c (insert_from_gap): Adjust intervals correctly.
9462
9463 2008-02-01 Jason Rumney <jasonr@gnu.org>
9464
9465 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
9466 (pfnGetFontUnicodeRanges): New dynamically loaded function.
9467 (w32_initialize): Try to load it.
9468 (x_get_font_repertory): Use it if available.
9469 (w32_encode_char): Add shortcut for unicode output.
9470
9471 * w32fns.c (w32_load_system_font): Default charset to -1.
9472 (x_to_w32_charset): Match all fonts for unicode.
9473 (w32_to_x_charset): New parameter matching. Don't return partial
9474 or wildcard charsets.
9475 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
9476 (w32_codepage_for_font): Return CP_UNICODE for unicode.
9477 (w32_to_x_font): Match charset to real charset.
9478 (enum_font_cb2): Always list unicode versions.
9479
9480 * makefile.w32-in (temacs): Increase EMHEAP.
9481
9482 2008-02-01 Jason Rumney <jasonr@gnu.org>
9483
9484 * w32term.c (w32_encode_char): New charset parameter.
9485 font_info.encoding becomes encoding_type.
9486 (x_get_font_repertory): New function. Warning: stub only!
9487 (x_new_font): Return quickly if font already set.
9488 (x_new_fontset): fontsetname parameter is Lisp_Object.
9489 Use new fs_query_fontset. Try new_fontset_from_font_name.
9490 Use fontset_name for return value.
9491
9492 * w32term.h: Declare x_get_font_repertory.
9493
9494 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
9495 place of find_charset_in_text. Use encode_coding_object in place
9496 of encode_coding.
9497 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
9498 decode_coding.
9499
9500 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
9501 of x_new_fontset.
9502 (w32_load_system_font): Initialize charset as unicode.
9503 font_info.encoding becomes encoding_type.
9504 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
9505 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
9506 (syms_of_w32fns): Set get_font_repertory_func.
9507
9508 * w32console.c: Include character.h. Use terminal_encode_buffer
9509 from term.c.
9510 (write_glyphs): Use new version of encode_terminal_code. Use
9511 encode_coding_object in place of encode_coding.
9512
9513 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
9514 encoding becomes encoding_type.
9515
9516 * term.c (terminal_encode_buffer): Make externally visible.
9517
9518 * makefile.w32-in: Add character.h dependancies.
9519 (character.o, chartab.o): New targets.
9520
9521 2008-02-01 Kenichi Handa <handa@m17n.org>
9522
9523 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
9524 CODING_ID_EOL_TYPE.
9525
9526 2008-02-01 Andreas Schwab <schwab@suse.de>
9527
9528 * coding.c (produce_chars): Revert last change.
9529
9530 2008-02-01 Kenichi Handa <handa@m17n.org>
9531
9532 * charset.h (charset_unicode): Extern it.
9533
9534 * charset.c (string_xstring_p): Check by (C >= 0x100).
9535 (find_charsets_in_text): Change format of the arc CHARSETS. New
9536 arg MULTIBYTE.
9537 (Ffind_charset_region, Ffind_charset_string): Adjust for the
9538 change of find_charsets_in_text.
9539 (Fsplit_char): Fix doc. Never return unknown.
9540
9541 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
9542
9543 * coding.c (Fdefine_coding_system_alias): Update
9544 Vcoding_system_list.
9545
9546 * fontset.c (load_font_get_repertory): Pay attention to the case
9547 that ENCODING of a font is specified by a char-table.
9548
9549 * xterm.c (x_get_font_repertory): Handle the case that the
9550 encoding of font is other than Unicode.
9551
9552 2008-02-01 Kenichi Handa <handa@m17n.org>
9553
9554 * term.c (encode_terminal_code): Don't handle glyph-table. Check
9555 if a character is encodable by the terminal coding system. If
9556 not, produces proper number of `?'s. Update
9557 terminal_encode_buffer and terminal_encode_buf_size if necessary.
9558 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
9559
9560 2008-02-01 Kenichi Handa <handa@m17n.org>
9561
9562 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
9563 variables.
9564 (encode_terminal_code): Change argument. Encode multiple
9565 characters at once. Store the result of encoding in
9566 terminal_encode_buffer.
9567 (write_glyphs, insert_glyphs): Adjust for the change of
9568 encode_terminal_code.
9569 (term_init): Initialize terminal_encode_buffer and
9570 terminal_encode_buf_size.
9571
9572 * coding.c (consume_chars): If coding->src_object is nil, don't
9573 check annotation.
9574
9575 2008-02-01 Kenichi Handa <handa@m17n.org>
9576
9577 * character.c (char_string): Use ASCII_CHAR_P instead of
9578 SINGLE_BYTE_CHAR_P.
9579
9580 2008-02-01 Kenichi Handa <handa@m17n.org>
9581
9582 * xdisp.c (handle_auto_composed_prop): Check if the last
9583 characters of auto-composed region is newly composed with the
9584 following characters.
9585 (handle_composition_prop): Fix checking of point being inside
9586 composition.
9587
9588 2008-02-01 Kenichi Handa <handa@m17n.org>
9589
9590 * fns.c (concat): Don't change multibyteness of the result by
9591 concatenating an 8-bit character.
9592
9593 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
9594 multibyteness of the result when newelt is an 8-bit character.
9595
9596 2008-02-01 Dave Love <fx@gnu.org>
9597
9598 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
9599 EMACS_INT.
9600
9601 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
9602
9603 * xfaces.c (face_numeric_value): Declare dim size_t.
9604 (Finternal_lisp_face_equal_p): Remove unused f.
9605
9606 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
9607 (MATRIX_ROW): Remove unused vars.
9608 (draw_glyphs, x_insert_glyphs, fast_find_position)
9609 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
9610 byte/char counts.
9611
9612 * regex.c (regex_compile): Remove unused var.
9613
9614 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
9615
9616 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
9617 (Faccessible_keymaps, where_is_internal): Remove unused vars.
9618
9619 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
9620
9621 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
9622
9623 * fileio.c (Fwrite_region): Remove unused var.
9624
9625 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
9626 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
9627
9628 * composite.c (Fremove_list_of_text_properties): Declare.
9629
9630 * coding.c (inhibit_pre_post_conversion): Remove (unused).
9631 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
9632 (coding_inherit_eol_type): Remove unused attrs.
9633 (detect_coding): Cast arg of detect_eol.
9634
9635 * charset.c (syms_of_charset): Remove unused var p.
9636 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
9637 byte/char counts.
9638
9639 * casetab.c (set_case_table): Remove unused var.
9640
9641 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
9642 unused vars.
9643
9644 2008-02-01 Dave Love <fx@gnu.org>
9645
9646 * xterm.c (x_bitmap_mask): Declare.
9647
9648 2008-02-01 Dave Love <fx@gnu.org>
9649
9650 * xterm.c (x_term_init): Fix type error.
9651
9652 * lisp.h: Add Funibyte_char_to_multibyte.
9653
9654 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
9655 (Fset_coding_system_priority): Doc fix.
9656
9657 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
9658
9659 * indent.c (check_composition): Make start and end EMACS_INT.
9660
9661 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
9662
9663 * xdisp.c (handle_composition_prop, check_point_in_composition):
9664 Make buffer positions EMACS_INT.
9665
9666 * composite.c (find_composition, run_composition_function)
9667 (update_compositions, Ffind_composition_internal): Make buffer
9668 positions EMACS_INT.
9669
9670 * composite.h (find_composition, update_compositions): Make
9671 position args EMACS_INT.
9672
9673 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
9674
9675 * intervals.c (get_property_and_range):
9676 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
9677
9678 * unexalpha.c: Don't include varargs.h.
9679
9680 2008-02-01 Dave Love <fx@gnu.org>
9681
9682 * coding.h (ENCODE_UTF_8): New.
9683
9684 * Makefile.in (gtkutil.o): Depend on coding.h.
9685
9686 * coding.c (Fset_coding_system_priority): Doc fix.
9687
9688 2008-02-01 Kenichi Handa <handa@m17n.org>
9689
9690 * fileio.c (Finsert_file_contents): Call setup_coding_system in
9691 the case of auto saving.
9692
9693 2008-02-01 Andreas Schwab <schwab@suse.de>
9694
9695 * chartab.c (map_char_table, map_char_table_for_charset): Protect
9696 `range' from GC.
9697
9698 2008-02-01 Kenichi Handa <handa@m17n.org>
9699
9700 * coding.c (decode_coding_sjis): Check bytes more rigidly.
9701
9702 2008-02-01 Kenichi Handa <handa@m17n.org>
9703
9704 * fileio.c (choose_write_coding_system): Return a decided coding system.
9705 (Fwrite_region): Set Vlast_coding_system_used to the return value
9706 of choose_write_coding_system.
9707
9708 2008-02-01 Kenichi Handa <handa@m17n.org>
9709
9710 * charset.c (Fset_charset_priority): Pay attention to duplicated
9711 arguments.
9712
9713 * coding.c (QCcategory): New variable.
9714 (syms_of_coding): Defsym it. Set all elements of
9715 Vcoding_category_table and their symbol values.
9716 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
9717 coding-category-XXX, and coding-category-list.
9718 (Fdefine_coding_system_internal): Add category in the plist.
9719
9720 2008-02-01 Kenichi Handa <handa@m17n.org>
9721
9722 * callproc.c (Fcall_process): Handle carryover correctly.
9723
9724 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
9725 (raw_text_coding_system): Check NILP (coding_system).
9726 (coding_inherit_eol_type): Check NILP (coding_system) and
9727 NILP (parent).
9728 (consume_chars): Fix for the case of raw-text.
9729
9730 * process.c (read_process_output): Handle carryover correctly.
9731
9732 2008-02-01 Dave Love <fx@gnu.org>
9733
9734 * regex.c (re_search_2): Fix last change.
9735
9736 2008-02-01 Kenichi Handa <handa@m17n.org>
9737
9738 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
9739 target_multibyte. Even in a unibyte case, return a converted
9740 multibyte char.
9741 (GET_CHAR_AFTER): New macro.
9742 (PATFETCH): Translate via multibyte char.
9743 (HANDLE_UNIBYTE_RANGE): Delete this macro.
9744 (SETUP_MULTIBYTE_RANGE): New macro.
9745 (regex_compile): Setup compiled code so that its multibyteness
9746 matches that of a target. Fix the handling of "[X-YZ]" using
9747 SETUP_MULTIBYTE_RANGE.
9748 (analyse_first) <charset>: For filling fastmap for all multibyte
9749 characters, don't check by BASE_LEADING_CODE_P.
9750 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
9751 the same as RE_MULTIBYTE_P (bufp) now.
9752 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
9753 (TARGET_CHAR_AND_LENGTH): Delete this macro.
9754 (TRANSLATE_VIA_MULTIBYTE): New macro.
9755 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
9756 It is the same as RE_MULTIBYTE_P (bufp) now.
9757 <exactn>: Translate via multibyte.
9758 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
9759 translate it.
9760 <charset, charset_not>: Fetch a character by
9761 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
9762 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
9763 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
9764 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
9765 by GET_CHAR_AFTER.
9766 (bcmp_translate): Likewise.
9767
9768 * search.c (compile_pattern): Check the member target_multibyte,
9769 not the member multibyte of buf.
9770
9771 * lread.c (read1): While reading a string, set force_singlebyte
9772 and force_multibyte correctly.
9773
9774 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
9775 up of unibyte_to_multibyte_table.
9776
9777 2008-02-01 Kenichi Handa <handa@m17n.org>
9778
9779 * coding.c (setup_coding_system): If coding has
9780 post-read-conversion or pre-write-conversion, set
9781 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
9782 respectively.
9783 (decode_coding_gap): Run post-read-conversion if any.
9784
9785 * fileio.c (Finsert_file_contents): Even if we read into a
9786 unibyte buffer, check if we must decode the result or not.
9787
9788 2008-02-01 Kenichi Handa <handa@m17n.org>
9789
9790 * coding.c (make_conversion_work_buffer): Change the work buffer
9791 name to the same one as that of Emacs 21.
9792
9793 2008-02-01 Kenichi Handa <handa@m17n.org>
9794
9795 * coding.h (make_conversion_work_buffer): Adjust prototype.
9796 (code_conversion_restore): Don't extern it.
9797
9798 * coding.c (detected_mask): Delete unused variable.
9799 (decode_coding_iso_2022): Pay attention to the byte sequence of
9800 CTEXT extended segment, and retain those bytes as is.
9801 (decode_coding_ccl): Delete unused variable `valids'.
9802 (setup_coding_system): Delete unused variable `category'.
9803 (consume_chars): Delete unused variable `category'. Make it work
9804 for non-multibyte case.
9805 (make_conversion_work_buffer): Change argument.
9806 (saved_coding): Delete unused variable.
9807 (code_conversion_restore): Don't check saved_coding->destination.
9808 (code_conversion_save): New function.
9809 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
9810 instead of record_unwind_protect.
9811 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
9812 (detect_coding_system): Delete unused variable `mask'.
9813 (Fdefine_coding_system_internal): Delete unused vaiable id.
9814
9815 * fileio.c (kill_workbuf_unwind): New function.
9816 (Finsert_file_contents): On replacing, call
9817 make_conversion_work_buffer with correct args, and call
9818 record_unwind_protect with the first arg kill_workbuf_unwind.
9819
9820 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
9821
9822 2008-02-01 Kenichi Handa <handa@m17n.org>
9823
9824 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
9825 (fontset_add): Fix for the case that TO is less than TO1.
9826 (Ffontset_info): Don't use fallback fontset on checking the
9827 default fontset.
9828 (dump_fontset): New function for debugging.
9829
9830 * coding.c (Fdefine_coding_system_internal): Fix for the case that
9831 coding_type is Qcharset.
9832
9833 2008-02-01 Kenichi Handa <handa@m17n.org>
9834
9835 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
9836 (map_char_table): Don't inherit the value from the parent on
9837 initializing VAL. Adjust for the above change.
9838
9839 2008-02-01 Kenichi Handa <handa@m17n.org>
9840
9841 * coding.c (Qsignature, Qendian): Delete these variables.
9842 (syms_of_coding): Don't initialize them.
9843 (CATEGORY_MASK_UTF_16_AUTO): New macro.
9844 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
9845 detect_info->found.
9846 (decode_coding_utf_16): Don't detect BOM here.
9847 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
9848 is NOT utf_16_without_bom.
9849 (setup_coding_system): For a coding system of type utf-16, check
9850 if the attribute :endian is Qbig or not (not nil or not), and set
9851 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
9852 (detect_coding): If coding type is utf-16 and BOM detection is
9853 required, detect it.
9854 (Fdefine_coding_system_internal): For a coding system of type
9855 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
9856
9857 2008-02-01 Kenichi Handa <handa@m17n.org>
9858
9859 * coding.c (coding_set_source): Fix for the case that the current
9860 buffer is different from coding->src_object.
9861 (decode_coding_object): Don't use the conversion work buffer if
9862 DST_OBJECT is a buffer.
9863
9864 2008-02-01 Dave Love <fx@gnu.org>
9865
9866 * lread.c (read_emacs_mule_char) [len==2]: Index
9867 emacs_mule_charset correctly.
9868
9869 2008-02-01 Dave Love <fx@gnu.org>
9870
9871 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
9872 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
9873 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
9874 treated specially.)
9875 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
9876 (detected_mask): Remove Big5 bits.
9877
9878 2008-02-01 Kenichi Handa <handa@m17n.org>
9879
9880 The following changes are to make the font rescaling facility
9881 compatible with Emacs 21.
9882
9883 * xfaces.c (Vface_font_rescale_alist): Rename from
9884 Vface_resizing_fonts.
9885 (struct font_name): Rename member resizing_ratio to rescale_ratio.
9886 (font_rescale_ratio): Rename from font_resizing_ratio.
9887 (split_font_name): Set font->rescale_ratio.
9888 (better_font_p): Pay attention to font->rescale_ratio.
9889 (build_scalable_font_name): Likewise. Change RESX, and RESY
9890 fields.
9891 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
9892
9893 2008-02-01 Kenichi Handa <handa@m17n.org>
9894
9895 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
9896 (Qutf_16_le): Remove these variables.
9897 (syms_of_coding): Don't DEFSYM them.
9898 (decode_coding_utf_16): Fix handling of BOM.
9899 (encode_coding_utf_16): Fix handling of BOM.
9900
9901 2008-02-01 Kenichi Handa <handa@m17n.org>
9902
9903 * fileio.c (Finsert_file_contents): On replacing, before decoding
9904 the file into the work buffer, set point of the work buffer to the end.
9905
9906 2008-02-01 Dave Love <fx@gnu.org>
9907
9908 * coding.c (Fcheck_coding_systems_region): Fix type errors.
9909
9910 2008-02-01 Dave Love <fx@gnu.org>
9911
9912 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
9913 and fix C types.
9914
9915 2008-02-01 Kenichi Handa <handa@m17n.org>
9916
9917 * xdisp.c (SKIP_GLYPHS): New macro.
9918 (set_cursor_from_row): Pay attention to string display properties.
9919
9920 * category.c (copy_category_entry): Fix for the case that RANGE
9921 is an integer.
9922
9923 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
9924
9925 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
9926
9927 2008-02-01 Kenichi Handa <handa@m17n.org>
9928
9929 * charset.c (Fcharset_id_internal): New function.
9930 (syms_of_charset): Defsubr it.
9931
9932 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
9933 with the last arg charset_list acquired from coding.
9934 (Fdefine_coding_system_internal): For ccl-based coding system, fix
9935 the attribute coding_attr_ccl_valids.
9936
9937 * coding.h (enum define_coding_ccl_arg_index): Set the first
9938 member coding_arg_ccl_decoder to coding_arg_max.
9939
9940 * ccl.h (ccl_driver): Adjust prototype.
9941
9942 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
9943 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
9944 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
9945 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
9946 last arg Qnil.
9947
9948 2008-02-01 Kenichi Handa <handa@m17n.org>
9949
9950 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
9951 call encode_char.
9952
9953 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
9954
9955 2008-02-01 Dave Love <fx@gnu.org>
9956
9957 * composite.c (syms_of_composite): Make composition_hash_table weak.
9958
9959 2008-02-01 Kenichi Handa <handa@m17n.org>
9960
9961 * dispextern.h (check_face_attributes, generate_ascii_font_name)
9962 (font_name_registry): Don't extern them.
9963 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
9964
9965 * fontset.h (Qfontset): Don't extern it.
9966 (new_fontset_from_font_name): Extern it.
9967
9968 * fontset.c: Give 8 extra slots to fontset objects.
9969 (Qfontset_info): New variable.
9970 (syms_of_fontset): Defsym it.
9971 (FONTSET_FALLBACK): New macro.
9972 (fontset_face): Try also the default fontset.
9973 (make_fontset): Realize a fallback fontset from the default fontset.
9974 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
9975 using split_font_name_into_vector and build_font_name_from_vector.
9976 (Fset_fontset_font): Access the elements of font_spec by enum
9977 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
9978 name by using split_font_name_into_vector.
9979 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
9980 generate a proper font name from the fontset name. Update
9981 Vfontset_alias_alist.
9982 (n_auto_fontsets): New variable.
9983 (new_fontset_from_font_name): New function.
9984 (Ffont_info): Store the information about fonts generated from the
9985 default fontset in the first extra slot of the returned char-table.
9986
9987 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
9988 (font_name_registry): Delete function.
9989 (split_font_name_into_vector): New function.
9990 (build_font_name_from_vector): New function.
9991 (font_list): The argument REGISTRY is now a list of registry names.
9992 (choose_face_font): If we are choosing an ASCII font, and ATTRS
9993 specifies an explicit font name, return the name as is. Make a
9994 list of registy names.
9995
9996 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
9997 of x_new_fontset.
9998 (Fx_create_frame): Don't call x_new_fontset here. Just use
9999 x_list_fonts to check the existence of fonts.
10000
10001 * xterm.h (x_new_fontset): Adjust prototype.
10002
10003 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
10004 string. Use new_fontset_from_font_name to create a fontset from a
10005 font name.
10006
10007 2008-02-01 Kenichi Handa <handa@m17n.org>
10008
10009 * syntax.c (Vfind_word_boundary_function_table): New name for
10010 Vnext_word_boundary_function_table.
10011 (find-word-boundary-function-table): New name for
10012 next-word-boundary-function-table.
10013
10014 2008-02-01 Dave Love <fx@gnu.org>
10015
10016 * Makefile.in: Fix some dependencies.
10017
10018 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
10019 set it to nil before returning.
10020
10021 * composite.c (update_compositions): Fix type error.
10022
10023 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
10024
10025 2008-02-01 Kenichi Handa <handa@m17n.org>
10026
10027 * xterm.c (x_new_font): Optimize for the case that the font is
10028 already set for the frame.
10029
10030 2008-02-01 Kenichi Handa <handa@m17n.org>
10031
10032 * chartab.c (char_table_ascii): Check if the char table contents
10033 is sub-char-table or not.
10034 (char_table_set, char_table_set_range): Fix argument to
10035 char_table_ascii.
10036
10037 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
10038 (detect_coding_utf_8, detect_coding_utf_16)
10039 (detect_coding_emacs_mule, detect_coding_iso_2022)
10040 (detect_coding_sjis, detect_coding_big5)
10041 (detect_coding_ccl, detect_coding_charset): Change argument MASK
10042 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
10043 sequence is valid in this coding system. Change callers.
10044 (MAX_ANNOTATION_LENGTH): New macro.
10045 (ADD_ANNOTATION_DATA): New macro.
10046 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
10047 ADD_ANNOTATION_DATA. Change the format of annotation data.
10048 (ADD_CHARSET_DATA): New macro.
10049 (emacs_mule_char): New argument ID. Change callers.
10050 (decode_coding_emacs_mule, decode_coding_iso_2022)
10051 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
10052 Produce charset annotation data in coding->charbuf.
10053 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
10054 to charset annotation data in coding->charbuf.
10055 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
10056 coding->common_flags if the coding system is iso-2022 based and
10057 uses designation.
10058 (produce_composition): Adjust for the new annotation data format.
10059 (produce_charset): New function.
10060 (produce_annotation): Handle charset annotation.
10061 (handle_composition_annotation, handle_charset_annotation): New
10062 functions.
10063 (consume_chars): Handle charset annotation. Utilize the above two
10064 functions.
10065 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
10066 buffer, get the deleted text as a string and set
10067 coding->src_object to that string.
10068 (detect_coding, detect_coding_system): Use the new struct
10069 coding_detection_info.
10070
10071 * coding.h (struct coding_detection_info): New structure.
10072 (struct coding_system): Adjust prototype of the member `detector'.
10073 (CODING_ANNOTATE_CHARSET_MASK): New macro.
10074
10075 2008-02-01 Kenichi Handa <handa@m17n.org>
10076
10077 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
10078
10079 2008-02-01 Dave Love <fx@gnu.org>
10080
10081 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
10082 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
10083 to new local and nullify apropos_accumulate before returning.
10084 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
10085
10086 2008-02-01 Kenichi Handa <handa@m17n.org>
10087
10088 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
10089 correctly.
10090
10091 2008-02-01 Dave Love <fx@gnu.org>
10092
10093 * fns.c (Flanginfo): Call synchronize_system_time_locale.
10094
10095 2008-02-01 Kenichi Handa <handa@m17n.org>
10096
10097 The following changes are to make character composition happen
10098 automatically on displaying.
10099
10100 * Makefile.in (lisp, shortlisp): Add composite.elc.
10101
10102 * composite.h (Qauto_composed, Vauto_composition_function)
10103 (Qauto_composition_function): Extern them.
10104
10105 * composite.c (Vcomposition_function_table)
10106 (Qcomposition_function_table): Delete variables.
10107 (Qauto_composed, Vauto_composition_function)
10108 (Qauto_composition_function): New variables.
10109 (run_composition_function): Don't call
10110 compose-chars-after-function.
10111 (update_compositions): Clear `auto-composed' text property.
10112 (compose_chars_in_text): Delete this function.
10113 (syms_of_composite): Staticpro Qauto_composed and
10114 Qauto_composition_function. Declare Vauto_composition_function as
10115 a Lisp variable.
10116
10117 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
10118
10119 * xdisp.c (it_props): Add an entry for Qauto_composed.
10120 (handle_auto_composed_prop): New function.
10121
10122 * xselect.c (selection_data_to_lisp_data): Don't call
10123 compose_chars_in_text.
10124
10125 2008-02-01 Dave Love <fx@gnu.org>
10126
10127 * keyboard.c (read_char): Modify checking around use of
10128 Vkeyboard_translate_table.
10129
10130 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
10131 and fix C types.
10132
10133 2008-02-01 Kenichi Handa <handa@m17n.org>
10134
10135 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
10136 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10137 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
10138 the case that the last byte is '\r' correctly.
10139 (decode_coding): Flush out the unprocessed data correctly.
10140 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
10141
10142 2008-02-01 Dave Love <fx@gnu.org>
10143
10144 * xterm.c (XTread_socket): Fix changes for defined keysyms.
10145 Add XK_ISO... case.
10146 (xaw_scroll_callback): Revert last change.
10147
10148 2008-02-01 Kenichi Handa <handa@m17n.org>
10149
10150 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
10151
10152 2008-02-01 Kenichi Handa <handa@m17n.org>
10153
10154 * xfaces.c (Vface_resizing_fonts): New variable.
10155 (struct font_name): New member `resizing_ratio'.
10156 (font_resizing_ratio): New function.
10157 (split_font_name): Set font->resizing_ratio.
10158 (better_font_p): Pay attention to font->resizing_ratio.
10159 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
10160 RESX, and RESY fields.
10161 (try_alternative_families): Try scalable fonts if
10162 Vscalable_fonts_allowed is not Qt.
10163 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
10164
10165 2008-02-01 Dave Love <fx@gnu.org>
10166
10167 * xterm.c (xaw_scroll_callback): Cast correctly.
10168
10169 2008-02-01 Dave Love <fx@gnu.org>
10170
10171 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
10172 (lispy_kana_keys): Comment out.
10173 (make_lispy_event) [XK_kana_A]: Comment out.
10174
10175 * xterm.c (xaw_scroll_callback): Cast call_data.
10176 (XTread_socket): Deal with ASCII keysyms.
10177 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
10178
10179 2008-02-01 Dave Love <fx@gnu.org>
10180
10181 * xterm.c (Vx_keysym_table): New.
10182 (syms_of_xterm): Initialize it.
10183 (XTread_socket): Use it.
10184 From head: Eliminate incorrect optimization that tried to avoid
10185 decoding the output of X*LookupString.
10186 (x_get_font_repertory): Delete charset declaration.
10187
10188 2008-02-01 Kenichi Handa <handa@m17n.org>
10189
10190 * coding.c (detect_coding_charset): If only ASCII bytes are found,
10191 return 0.
10192 (Fdefine_coding_system_internal): Setup
10193 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
10194
10195 2008-02-01 Dave Love <fx@gnu.org>
10196
10197 * coding.c (Fcheck_coding_system): Doc fix.
10198
10199 * editfns.c (Finsert_byte): Return a proper value.
10200
10201 2008-02-01 Kenichi Handa <handa@m17n.org>
10202
10203 * coding.c (decode_coding): Fix args to translate_chars. Pay
10204 attention to Vstandard_translation_table_for_decode.
10205 (encode_coding): Fix args to translate_chars. Pay attention to
10206 Vstandard_translation_table_for_encode.
10207
10208 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
10209 SINGLE_BYTE_CHAR_P.
10210
10211 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
10212 not by SINGLE_BYTE_CHAR_P.
10213
10214 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
10215 SINGLE_BYTE_CHAR_P.
10216
10217 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
10218 SINGLE_BYTE_CHAR_P.
10219
10220 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
10221 by SINGLE_BYTE_CHAR_P.
10222
10223 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
10224 SINGLE_BYTE_CHAR_P.
10225
10226 2008-02-01 Dave Love <fx@gnu.org>
10227
10228 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
10229
10230 2008-02-01 Dave Love <fx@gnu.org>
10231
10232 * fns.c (Flanginfo): Fix typo.
10233
10234 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
10235
10236 2008-02-01 Kenichi Handa <handa@m17n.org>
10237
10238 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
10239 (detect_coding_emacs_mule, detect_coding_iso_2022)
10240 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
10241 incomplete byte sequence. Don't update *mask when correctly detected.
10242 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
10243 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
10244 (detect_coding, detect_coding_system): Adjust for the changes above.
10245
10246 2008-02-01 Kenichi Handa <handa@m17n.org>
10247
10248 * character.c (char_string): Rename from
10249 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
10250 (string_char): Rename from string_char.
10251
10252 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
10253 if C is greater than MAX_3_BYTE_CHAR.
10254 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
10255 string_char instead of string_char_with_unification.
10256
10257 2008-02-01 Dave Love <fx@gnu.org>
10258
10259 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
10260
10261 2008-02-01 Kenichi Handa <handa@m17n.org>
10262
10263 * keymap.c (push_key_description): Pay attention to force_multibyte.
10264
10265 * regex.c (re_search_2): Fix for the case of unibyte buffer.
10266
10267 2008-02-01 Dave Love <fx@gnu.org>
10268
10269 * charset.c (define_charset_internal): Rename `supprementary'.
10270
10271 * Makefile.in (lisp, shortlisp): Remove latin-N.
10272
10273 2008-02-01 Dave Love <fx@gnu.org>
10274
10275 * xfns.c (x_window, x_window): Use use_xim.
10276
10277 * xterm.c (use_xim): Initialize.
10278 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
10279 (x_term_init): Maybe set use_xim.
10280
10281 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
10282
10283 2008-02-01 Kenichi Handa <handa@m17n.org>
10284
10285 * search.c (search_buffer): Fix case-fold-search of multibyte
10286 characters.
10287 (boyer_moore): Rename the last argument to char_high_bits.
10288
10289 2008-02-01 Kenichi Handa <handa@m17n.org>
10290
10291 * xdisp.c (display_string): Fix for the case of zero width glyph.
10292
10293 * xfns.c (x_set_font): Change the error message of the case that
10294 x_new_fontset returns Qt.
10295
10296 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
10297 (Finternal_set_lisp_face_attribute): Use signal_error for the
10298 error of invalid fontset.
10299
10300 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
10301 fontset, return Qt.
10302
10303 2008-02-01 Dave Love <fx@gnu.org>
10304
10305 * unexelf.c (unexec): Make .got handling not SGI-specific.
10306
10307 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
10308
10309 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
10310
10311 * keyboard.c (read_key_sequence): Fix type error.
10312
10313 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
10314 type error.
10315
10316 * fontset.c (fontset_add): Return Lisp_Object.
10317
10318 2008-02-01 Dave Love <fx@gnu.org>
10319
10320 * charset.h (charset_ordered_list_tick): Declare extern.
10321
10322 2008-02-01 Kenichi Handa <handa@m17n.org>
10323
10324 The following changes (and some of 2008-02-01 changes of mine) are
10325 for handling syntax, category, and case conversion for unibyte
10326 characters by converting them to multibyte on the fly. With these
10327 changes, we don't have to setup syntax and case tables for unibyte
10328 characters in each language environment.
10329
10330 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
10331 multibyte if necessary.
10332
10333 * bytecode.c (Fbyte_code): Likewise.
10334
10335 * character.h (LEADING_CODE_LATIN_1_MIN)
10336 (LEADING_CODE_LATIN_1_MAX): New macros.
10337 (unibyte_to_multibyte_table): Extern it.
10338 (unibyte_char_to_multibyte): New macro.
10339 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
10340 (CHAR_LEADING_CODE): New macro.
10341 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
10342
10343 * character.c (unibyte_to_multibyte_table): New variable.
10344 (unibyte_char_to_multibyte): Move to character.h and define as macro.
10345 (multibyte_char_to_unibyte): If C is an eight-bit character,
10346 convert it to the corresponding byte value.
10347
10348 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
10349 not 1, singals an error. Update the elements of
10350 unibyte_to_multibyte_table.
10351 (init_charset_once): Initialize unibyte_to_multibyte_table.
10352 (syms_of_charset): Define the charset `iso-8859-1'.
10353
10354 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
10355 as is without converting it to unibyte. In a unibyte buffer,
10356 convert C to multibyte before checking the syntax.
10357
10358 * lisp.h (unibyte_char_to_multibyte): Delete extern.
10359
10360 * minibuf.c (Fminibuffer_complete_word): Use the macro
10361 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
10362
10363 * regex.h (struct re_pattern_buffer): New member target_multibyte.
10364
10365 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
10366 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
10367 that is zero, convert an eight-bit char to multibyte.
10368 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
10369 non-emacs case.
10370 (PATFETCH): Convert an eight-bit char to multibyte.
10371 (HANDLE_UNIBYTE_RANGE): New macro.
10372 (regex_compile): Setup the compiled pattern for multibyte chars
10373 even if the given regex string is unibyte. Use PATFETCH_RAW
10374 instead of PATFETCH in many places. To handle `charset'
10375 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
10376 only for ASCII chars.
10377 (analyse_first) <exactn>: Simplify because the compiled pattern
10378 is multibyte.
10379 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
10380 <charset>: Use CHAR_LEADING_CODE to get leading codes.
10381 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
10382 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
10383 multibyte always 1.
10384 (re_search_2): In emacs, set the locale variable multibyte to 1,
10385 otherwise to 0. New local variable target_multibyte. Check it
10386 to decide the multibyteness of STR1 and STR2. If
10387 target_multibyte is zero, convert unibyte chars to multibyte
10388 before translating and checking fastmap.
10389 (TARGET_CHAR_AND_LENGTH): New macro.
10390 (re_match_2_internal): In emacs, set the locale variable multibyte
10391 to 1, otherwise to 0. New local variable target_multibyte. Check
10392 it to decide the multibyteness of STR1 and STR2. Use
10393 TARGET_CHAR_AND_LENGTH to fetch a character from D.
10394 <charset, charset_not>: If multibyte is nonzero, check fastmap
10395 only for ASCII chars. Call bcmp_translate with
10396 target_multibyte, not with multibyte.
10397 <begline>: Declare the local variable C as `unsigned'.
10398 (bcmp_translate): Change the last arg name to target_multibyte.
10399
10400 * search.c (compile_pattern_1): Don't adjust the multibyteness of
10401 the regexp pattern and the matching target. Set cp->buf.multibyte
10402 to the multibyteness of the regexp pattern. Set
10403 cp->but.target_multibyte to the multibyteness of the matching target.
10404 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
10405 FETCH_STRING_CHAR_ADVANCE.
10406 (Freplace_match): Convert unibyte chars to multibyte.
10407
10408 * syntax.c (char_quoted, back_comment, scan_words)
10409 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
10410 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
10411 unibyte chars to multibyte.
10412 (skip_chars): Delete the arg syntaxp, and move the code for
10413 handling syntaxes to skip_syntaxes. Change callers.
10414 Fix the case that the multibyteness of STRING and the current
10415 buffer doesn't match.
10416 (skip_syntaxes): New function.
10417 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
10418 SINGLE_BYTE_CHAR_P.
10419
10420 2008-02-01 Kenichi Handa <handa@m17n.org>
10421
10422 * xfaces.c (QCfontset): New variable.
10423 (LFACE_FONTSET): New macro.
10424 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
10425 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
10426 (Finternal_set_lisp_face_attribute)
10427 (Finternal_get_lisp_face_attribute): Handle QCfontset.
10428 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
10429 check also LFACE_FONTSET_INDEX.
10430 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
10431 attrs[LFACE_FONT_INDEX].
10432 (syms_of_xfaces): Intern and staticpro QCfontset.
10433
10434 * dispextern.h (enum lface_attribute_index): New member
10435 LFACE_FONTSET_INDEX.
10436
10437 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
10438
10439 2008-02-01 Kenichi Handa <handa@m17n.org>
10440
10441 * coding.c (coding_set_destination): Fix coding->destination for
10442 the case converting a region.
10443 (encode_coding_utf_8): Encode eight-bit chars as single byte.
10444 (encode_coding_object): Fix coding->dst_pos and
10445 coding->dst_pos_byte for the case converting a region.
10446
10447 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
10448
10449 * character.h (BYTE8_STRING): New macro.
10450
10451 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
10452
10453 2008-02-01 Kenichi Handa <handa@m17n.org>
10454
10455 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
10456 characters by octal form.
10457
10458 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
10459
10460 * buffer.h (_fetch_multibyte_char_len): Delete extern.
10461 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
10462 _fetch_multibyte_char_len.
10463 (FETCH_CHAR_AS_MULTIBYTE): New macro.
10464
10465 * casetab.c (set_canon, set_identity, shuffle): Simplify.
10466
10467 * casefiddle.c (casify_object): Simplify. Handle the case that
10468 the case conversion change the byte length.
10469 (casify_region): Likewise.
10470
10471 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
10472
10473 * character.c (_fetch_multibyte_char_len): Delet this variable.
10474 (syms_of_character): Setup Vprintable_chars.
10475
10476 * editfns.c (Fchar_equal): Fix for the unibyte case.
10477 (Finsert_byte): New function.
10478 (syms_of_editfns): Defsubr it.
10479
10480 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
10481 of direct code 0x3ffff.
10482
10483 * search.c (Freplace_match): Fix for the unibyte case.
10484
10485 2008-02-01 Kenichi Handa <handa@m17n.org>
10486
10487 * lread.c (safe_to_load_p): Fix the logic.
10488
10489 * syntax.c (scan_words): Don't treat characters belonging to
10490 different scripts as constituting a word.
10491
10492 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10493
10494 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
10495
10496 * emacs.c (main): In the case of --unibyte, instead of aborting on
10497 finding non-empty buffer, make it unibyte.
10498
10499 2008-02-01 Kenichi Handa <handa@m17n.org>
10500
10501 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
10502 to create a fontset.
10503
10504 2008-02-01 Dave Love <fx@gnu.org>
10505
10506 * character.c (Funibyte_char_to_multibyte): Doc fix.
10507
10508 * xfns.c [HAVE_STDLIB_H]: Fix last change.
10509
10510 2008-02-01 Kenichi Handa <handa@m17n.org>
10511
10512 * fontset.c (fontset_add): Make the type `int'.
10513 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
10514
10515 * character.c (unibyte_char_to_multibyte)
10516 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
10517 charset_unibyte, not charset_primary.
10518
10519 * charset.h (charset_unibyte): Extern it instead of charset_primary.
10520
10521 * charset.c (charset_unibyte): Rename from charset_primary.
10522 (Funibyte_charset): Rename from Fprimary_charset.
10523 (Fset_unibyte_charset): Rename from Fset_primary_charset.
10524 (syms_of_charset): Adjust for the above changes.
10525
10526 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
10527 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
10528 it->multibyte_p is zero.
10529
10530 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
10531 Delete extern.
10532
10533 2008-02-01 Kenichi Handa <handa@m17n.org>
10534
10535 * coding.c (Fdefine_coding_system_internal): Fix category setting
10536 for a coding system of type iso-2022.
10537
10538 2008-02-01 Kenichi Handa <handa@m17n.org>
10539
10540 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
10541
10542 2008-02-01 Kenichi Handa <handa@m17n.org>
10543
10544 * syntax.c (Vnext_word_boundary_function_table): New variable.
10545 (next-word-boundary-function-table): Declare it as a Lisp variable
10546 in syms_of_syntax.
10547 (scan_words): Call functions in Vnext_word_boundary_function_table
10548 if any.
10549
10550 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
10551
10552 * fontset.c (fs_load_font): If fontp->charset is not negative,
10553 return fontp without setting its members.
10554
10555 2008-02-01 Dave Love <fx@gnu.org>
10556
10557 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
10558
10559 * m/sparc.h (HAVE_ALLOCA): Delete.
10560
10561 * s/irix6-5.h: Don't include strings.h.
10562 (bcopy, bzero, bcmp): Don't undef.
10563
10564 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
10565
10566 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
10567 (TIOCSIGSEND): Don't test IRIX6.
10568 (bcopy, bzero, bcmp): Define conditionally.
10569
10570 2008-02-01 Kenichi Handa <handa@m17n.org>
10571
10572 * buffer.c (Qas, Qmake, Qto): New variables.
10573 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
10574 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
10575
10576 * callproc.c (Fcall_process): Don't call insert_1_both directly if
10577 we are inserting a process output into a multibyte buffer.
10578
10579 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
10580 multibyte_char_to_unibyte.
10581
10582 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
10583 by the primary charset, make it eight-bit char.
10584 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
10585
10586 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
10587 (charset_8_bit__control, charset_8_bit_graphic)
10588 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
10589 (define_charset_internal): New function.
10590 (syms_of_charset): Call define_charset_internal for pre-defined
10591 charsets.
10592
10593 * charset.h (charset_8_bit): Extern it.
10594
10595 * coding.c (make_conversion_work_buffer): Adjust for the change
10596 of Fset_buffer_multibyte.
10597 (encode_coding_raw_text): Increment p0 in the loop.
10598
10599 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
10600
10601 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
10602 for the change of Fset_buffer_multibyte.
10603
10604 * fns.c (Fstring_to_multibyte): New function.
10605 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
10606
10607 2008-02-01 Dave Love <fx@gnu.org>
10608
10609 * xfns.c (x_put_x_image): Declare args.
10610
10611 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
10612 (try_font_list): Declare an arg.
10613
10614 * xdisp.c (message2_nolog, set_message): Declare an arg.
10615
10616 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
10617
10618 * syntax.c (scan_sexps_forward): Declare an arg.
10619
10620 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
10621 Declare an arg.
10622
10623 * lisp.h (Fnew_fontset): Declare.
10624
10625 * keymap.c (push_key_description): Call CHARACTERP correctly.
10626
10627 * fontset.c (fontset_add): Declare args. Call make_number correctly.
10628 (face_for_char): Delete unused vars.
10629 (Fset_fontset_font): Doc fix. Delete unused vars.
10630
10631 * doc.c (Fsubstitute_command_keys): Delete unused vars.
10632
10633 * composite.c (update_compositions): Declare arg.
10634
10635 * cm.c (calccost, cmgoto): Declare args.
10636
10637 * charset.c: Remove `emacs' conditional. Doc fixes.
10638 (map_char_table_for_charset): Declare.
10639
10640 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
10641
10642 * ccl.c: Remove `emacs' conditional.
10643
10644 2008-02-01 Kenichi Handa <handa@m17n.org>
10645
10646 The following changes are to allow specifying multiple font
10647 patterns for a character range (specified by script or charset).
10648
10649 * Makefile.in (abbrev.o): Depend on syntax.h.
10650 (xfaces.o): Depend on charset.h.
10651
10652 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
10653 SINGLE_BYTE_CHAR_P.
10654
10655 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
10656
10657 * character.h (Vchar_script_table): Extern it.
10658
10659 * character.c (Vscript_alist): Delete.
10660 (Vchar_script_table, Qchar_script_table): New variable.
10661 (syms_of_character): Declare Vchar_script_table as a lisp variable
10662 and initialize it.
10663
10664 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
10665 have property char-table-extra-slots, make no extra slot.
10666
10667 * dispextern.h (struct face): Delete member `charset'.
10668 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
10669 SINGLE_BYTE_CHAR_P.
10670 (choose_face_font, lookup_non_ascii_face, font_name_registry):
10671 Add prototypes.
10672 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
10673 (generate_ascii_font_name): Rename from generate_ascii_font.
10674
10675 * fontset.h (get_font_repertory_func): New prototype.
10676 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
10677 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
10678
10679 * fontset.c (Qprepend, Qappend): New variables.
10680 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
10681 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
10682 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
10683 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
10684 (fontset_ref_and_range, fontset_add, reorder_font_vector)
10685 (load_font_get_repertory): New functions.
10686 (fontset_set): Delete.
10687 (fontset_face): New arg FACE. Return face ID, not face.
10688 Complete re-write to handle new fontset structure. Change caller.
10689 (free_face_fontset): Use ASET istead of AREF (X) = Y.
10690 (face_for_char): Don't call lookup_face.
10691 (make_fontset_for_ascii_face): New arg FACE.
10692 (fs_load_font): New arg CHARSET_ID. Don't check
10693 Vfont_encoding_alist here.
10694 (find_font_encoding): New function.
10695 (list_fontsets): Use STRINGP, not ! NILP.
10696 (accumulate_script_ranges): New function.
10697 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
10698 re-written to handle new fontset structure.
10699 (Ffontset_font): Return a copy of element.
10700 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
10701 docstring of font-encoding-alist.
10702
10703 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
10704 (Fset_fotset_font): Fix arguments to 5.
10705
10706 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
10707
10708 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
10709 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10710 (highlight_trailing_whitespace): Adjust for the change of
10711 lookup_named_face.
10712
10713 * xfaces.c: Include charset.h.
10714 (load_face_font): Delete argument C. Change caller.
10715 (generate_ascii_font_name): Rename from generate_ascii_font.
10716 (font_name_registry): New function.
10717 (cache_face): Store ascii faces before non-ascii faces in buckets.
10718 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
10719 Lookup only ascii faces.
10720 (lookup_non_ascii_face): New function.
10721 (lookup_named_face): Delete argument C. Change caller.
10722 (lookup_derived_face): Delete argument C. Change caller.
10723 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
10724 a string, just call font_list with it.
10725 (choose_face_font): Delete arguments FACE and C. New arg
10726 FONT_SPEC. Change caller.
10727 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
10728 Change caller.
10729 (realize_non_ascii_face): New function.
10730 (realize_x_face): Call load_face_font here.
10731 (realize_tty_face): Delete argument C. Change caller.
10732 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
10733 get a face ID.
10734 (dump_realized_face): Don't print charset of FACE.
10735
10736 * xfns.c (x_set_font): Always call x_new_fontset and
10737 store_frame_parameter.
10738 (Fx_create_frame): Call x_new_fontset, not x_new_font.
10739 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
10740
10741 * xterm.h (x_get_font_repertory): Extern it.
10742
10743 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
10744 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
10745 it->multibyte_p is zero.
10746 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10747 (x_new_fontset): If FONTSETNAME doesn't match any existing
10748 fontsets, create a new one.
10749 (x_get_font_repertory): New function.
10750
10751 2008-02-01 Kenichi Handa <handa@m17n.org>
10752
10753 * coding.c (Ffind_coding_systems_region_internal): Detect an
10754 ASCII only string correctly.
10755
10756 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
10757 version is 0.
10758
10759 2008-02-01 Kenichi Handa <handa@m17n.org>
10760
10761 * lread.c: Include "coding.h".
10762 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
10763 (load_each_byte, unread_char): New variables.
10764 (readchar_backlog): Delete.
10765 (readchar): Return a character unless load_each_byte is nonzero.
10766 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
10767 cons. If unread_char is not -1, simply return it.
10768 (unreadchar): Handle the case that readcharfun is
10769 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
10770 (read_multibyte): Delete.
10771 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
10772 (read_emacs_mule_char): New functions.
10773 (Fload): Even if the file doesn't have the extention ".elc", if
10774 safe_to_load_p returns a positive version number, assume that the
10775 file contains bytecompiled code. If the version is less than 22,
10776 load the file while decoding multibyte sequences by emacs-mule.
10777 (readevalloop): Don't use readchar_backlog.
10778 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
10779 (Fread_from_string): Pay attention to the case that STREAM is a cons.
10780 (read_escape): Delete the arg BYTEREP.
10781 (read1): Set load_each_byte to 1 temporarily while handling
10782 #@NUMBER. Don't call read_multibyte.
10783 (read_vector): Call Fread with a cons. If readcharfun is
10784 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
10785 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
10786 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
10787 and Qload_force_doc_strings.
10788
10789 2008-02-01 Kenichi Handa <handa@m17n.org>
10790
10791 * xdisp.c (face_before_or_after_it_pos): Call
10792 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
10793
10794 2008-02-01 Kenichi Handa <handa@m17n.org>
10795
10796 * character.h (TRAILING_CODE_P): New macro.
10797 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
10798 (string_char_with_unification): Fix prototype.
10799 (Vscript_alist): Extern it.
10800
10801 * character.c (Vscript_alist): New variable.
10802 (string_char_with_unification, str_as_unibyte)
10803 (string_escape_byte8): Add `const' to local variables.
10804 (syms_of_character): Declare script-alist as a Lisp variable.
10805
10806 * charset.h (Vcharset_ordered_list): Extern it.
10807 (charset_ordered_list_tick): Extern it.
10808 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
10809 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
10810 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
10811 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
10812 (Funify_charset): Adjust for the change of Funify_charset.
10813
10814 * charset.c (charset_ordered_list_tick): New variable.
10815 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
10816 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
10817 deunify intead of unify a charset.
10818 (string_xstring_p): Add `const' to local variables.
10819 (find_charsets_in_text): Add `const' to arguemnts and local variables.
10820 (encode_char): Adjust for the change of Funify_charset. Fix
10821 detecting of invalid code.
10822 (Fset_charset_priority): Increment charset_ordered_list_tick.
10823 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
10824 and TO_CODE.
10825
10826 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
10827 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
10828 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
10829 (decode_coding_ccl, consume_chars)
10830 (Ffind_coding_systems_region_internal)
10831 (Fcheck_coding_systems_region): Add `const' to local variables.
10832
10833 * print.c (print_object): Use octal form for printing the
10834 contents of a bool vector.
10835
10836 2008-02-01 Dave Love <fx@gnu.org>
10837
10838 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
10839 <version == 20>: Refuse to load.
10840
10841 2008-02-01 Dave Love <fx@gnu.org>
10842
10843 * fns.c: Move coding.h.
10844 (Qcodeset, Qdays, Qmonths): New.
10845 (concat): Use CHARACTERP instead of INTERGERP.
10846 (Flocale_codeset): Delete.
10847 (Flanginfo): New function.
10848 (syms_of_fns): Change accordingly.
10849
10850 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
10851
10852 2008-02-01 Dave Love <fx@gnu.org>
10853
10854 * casetab.c (init_casetab_once, init_casetab_once): Fix
10855 CHAR_TABLE_SET call.
10856
10857 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
10858
10859 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
10860
10861 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
10862 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
10863 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
10864
10865 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
10866
10867 * coding.c (ENCODE_DESIGNATION, decode_eol)
10868 (make_conversion_work_buffer, code_conversion_restore)
10869 (Fdefine_coding_system_internal): Convert Lisp types.
10870 (code_conversion_restore): Use EQ, not ==.
10871 (Fencode_coding_string): Fix code_convert_string call.
10872
10873 * coding.h (code_convert_region): Fix prototype.
10874
10875 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
10876
10877 * fontset.c (fontset_ref, fontset_set, fs_load_font)
10878 (Ffontset_info): Convert Lisp types.
10879
10880 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
10881
10882 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
10883
10884 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
10885
10886 * chartab.c: Include "...h", not <...h> in some cases.
10887
10888 * callproc.c (Fcall_process): Remove unused variables.
10889
10890 2008-02-01 Dave Love <fx@gnu.org>
10891
10892 * coding.c (Fset_coding_system_priority): Allow null arg list.
10893
10894 2008-02-01 Dave Love <fx@gnu.org>
10895
10896 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
10897 (Fself_insert_and_exit): Use CHARACTERP.
10898
10899 * callproc.c (Fcall_process): Remove unused vars.
10900
10901 * xterm.c (XTread_socket): Add extra dead keysyms.
10902
10903 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
10904
10905 * dispextern.h: Remove prototypes for redraw_frame,
10906 redraw_garbaged_frames.
10907
10908 * cmds.c (Fself_insert_command): Use CHARACTERP.
10909
10910 * chartab.c (make_sub_char_table): Remove unused var.
10911 (Fset_char_table_default, Fmap_char_table): Doc fix.
10912
10913 * keymap.c (access_keymap): Remove generic char code.
10914 (push_key_description): Use CHARACTERP.
10915
10916 2008-02-01 Dave Love <fx@gnu.org>
10917
10918 * charset.c: Doc fixes.
10919 (Funify_charset): Extra checking.
10920
10921 2008-02-01 Dave Love <fx@gnu.org>
10922
10923 * lread.c: Remove some unused variables.
10924 (safe_to_load_p): If safe, return the magic number version byte.
10925 (Fload): Maybe use load-with-code-conversion.
10926
10927 2008-02-01 Kenichi Handa <handa@m17n.org>
10928
10929 * category.c (Fmodify_category_entry): Don't modify the contents
10930 of category_set for characters out of the range. Avoid
10931 unnecessary modification.
10932
10933 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
10934 Vchar_unify_table. The default value of the table is now nil.
10935
10936 * character.c (syms_of_character): Setup Vchar_width_table for
10937 eight-bit-control and raw-byte chars.
10938
10939 * charset.h (enum define_charset_arg_index): Delete
10940 charset_arg_parents and add charset_arg_subset and
10941 charset_arg_superset.
10942 (enum charset_attr_index): Delete charset_parents and add
10943 charset_subset and charset_superset.
10944 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
10945 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
10946 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
10947 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
10948 (CHARSET_SUPERSET): New macros.
10949 (charset_work): Extern it.
10950 (ENCODE_CHAR): Use charset_work.
10951 (CHAR_CHARSET_P): Adjust for the change of encoder format.
10952 (map_charset_chars): Extern it.
10953
10954 * charset.c (load_charset_map): Set the default value of encoder
10955 and deunifier char-tables to nil.
10956 (map_charset_chars): Change argument. Change callers. Use
10957 map_char_table_for_charset instead of map_char_table.
10958 (Fmap_charset_chars): New optional args from_code and to_code.
10959 (Fdefine_charset_internal): Adjust for the change of
10960 `define-charset' (:parents -> :subset or :superset).
10961 (charset_work): New variable.
10962 (encode_char, syms_of_charset): Adjust for the change of
10963 Fdefine_charset_internal.
10964 (Ffind_charset_string): Setup the vector `charsets' correctly.
10965
10966 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
10967 the previous change.
10968 (char_table_ref_and_range): Adjust for the above change.
10969 (map_sub_char_table_for_charset): New function.
10970 (map_char_table_for_charset): New function.
10971
10972 * keymap.c (describe_vector): Handle a char-table directly here.
10973 (describe_char_table): Delete.
10974
10975 * lisp.h (map_charset_chars): Delete.
10976
10977 2008-02-01 Dave Love <fx@gnu.org>
10978
10979 * fns.c (count_combining): Comment out (unused).
10980 (Flocale_codeset): New.
10981 (syms_of_fns): Defsubr it.
10982
10983 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
10984 (size_t): Remove.
10985
10986 2008-02-01 Dave Love <fx@gnu.org>
10987
10988 * Makefile.in (chartab.o): Depend on charset.h.
10989
10990 2008-02-01 Kenichi Handa <handa@m17n.org>
10991
10992 * character.c (syms_of_character): Set the default value of
10993 Vprintable_chars to Qnil.
10994
10995 2008-02-01 Dave Love <fx@gnu.org>
10996
10997 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
10998
10999 2008-02-01 Kenichi Handa <handa@m17n.org>
11000
11001 * charset.c (load_charset_map): Handle the case that from < to
11002 correctly.
11003
11004 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
11005 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
11006 Pay attention to raw-8-bit chars.
11007
11008 2008-02-01 Kenichi Handa <handa@m17n.org>
11009
11010 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
11011 It is not bytecompiled now.
11012
11013 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
11014 (charset_jisx0208): New variables.
11015 (Fdefine_charset_internal): Setup them if appropriate.
11016 (init_charset_once): Initialize them to -1.
11017
11018 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
11019 (charset_jisx0208): Extern them.
11020
11021 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
11022 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
11023 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
11024 (setup_iso_safe_charsets): Fix arguments to Fassq.
11025 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
11026 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
11027 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
11028 (encode_coding_iso_2022): Change the 1st arg to
11029 ENCODE_ISO_CHARACTER to a variable.
11030
11031 2008-02-01 Kenichi Handa <handa@m17n.org>
11032
11033 * charset.h (enum define_charset_arg_index): New enums
11034 charset_arg_min_code and charset_arg_max_code.
11035 (struct charset): New member char_index_offset.
11036
11037 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
11038 Take charset->char_index_offset into account.
11039 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
11040 args[charset_arg_max_code]. Setup charset.char_index_offset.
11041 (syms_of_charset): Fix args to Fdefine_charset_internal.
11042
11043 2008-02-01 Dave Love <fx@gnu.org>
11044
11045 * coding.c (decode_coding_utf_8): Reject overlong sequences.
11046
11047 2008-02-01 Dave Love <fx@gnu.org>
11048
11049 * coding.c: Doc fixes.
11050 (Fcoding_system_aliases): Fix return value.
11051 (Qmac): Remove (duplicated) definition.
11052
11053 2008-02-01 Dave Love <fx@gnu.org>
11054
11055 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
11056 functions.
11057
11058 * character.c (Fstring): Doc fix.
11059
11060 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
11061
11062 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
11063 ids.
11064 (font-encoding-alist): Doc fix.
11065
11066 2008-02-01 Dave Love <fx@gnu.org>
11067
11068 * term.c (costs_set): Declare static, non-initialized for pcc.
11069 (encode_terminal_code): Remove unused var.
11070
11071 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
11072 for K&R.
11073
11074 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
11075
11076 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
11077 (suffixes): Move out of make_subsidiaries for K&R.
11078
11079 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
11080
11081 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
11082
11083 2008-02-01 Dave Love <fx@gnu.org>
11084
11085 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
11086
11087 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
11088
11089 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
11090
11091 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
11092
11093 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
11094
11095 2008-02-01 Kenichi Handa <handa@m17n.org>
11096
11097 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
11098 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
11099
11100 2008-02-01 Kenichi Handa <handa@m17n.org>
11101
11102 * coding.c (decode_coding_charset): Adjust for the change of
11103 Fdefine_coding_system_internal.
11104 (Fdefine_coding_system_internal): For a coding system of
11105 `charset' type, store a list of charset IDs in
11106 `charset_attr_charset_valids' element of coding attributes.
11107
11108 2008-02-01 Kenichi Handa <handa@m17n.org>
11109
11110 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
11111 (emacs_mule_char): New arg src. Delete arg `composition'. Change
11112 caller. Handle 2-byte and 3-byte charsets correctly.
11113 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
11114 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
11115 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
11116 (DECODE_EMACS_MULE_21_COMPOSITION): Call
11117 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
11118 sequence.
11119 (decode_coding_emacs_mule): Handle composition correctly. Rewind
11120 `src' and `consumed_chars' correctly before calling emacs_mule_char.
11121 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
11122 and alt&rule composition.
11123 (decode_coding_iso_2022): Handle composition correctly.
11124 (init_coding_once): Setup emacs_mule_bytes for private charsets.
11125
11126 * charset.c (Fdefine_charset_internal): Fix bug for the case of
11127 re-defining a charset. If the charset has :emacs-mule-id, setup
11128 emacs_mule_bytes.
11129 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
11130
11131 2008-02-01 Kenichi Handa <handa@m17n.org>
11132
11133 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
11134 (encode_coding_big5, encode_coding_charset): If coding requires safe
11135 encoding, produce a character specified by
11136 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
11137
11138 2008-02-01 Dave Love <fx@gnu.org>
11139
11140 * xterm.c (XSetIMValues): Declare.
11141
11142 * process.c: Conditionally include sys/wait.h, pty.h.
11143
11144 * print.c (print_object): Fix print format for 64-bit systems.
11145
11146 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
11147
11148 * buffer.c (emacs_strerror): Declare.
11149
11150 * fontset.c (Fclear_face_cache): Declare.
11151 (accumulate_font_info): Comment-out (unused).
11152 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
11153 variables.
11154
11155 * character.h (string_escape_byte8): Declare.
11156
11157 * charset.c (load_charset_map, load_charset_map_from_file): Remove
11158 unused vars.
11159 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
11160 (Fmap_charset_chars): Doc fix.
11161
11162 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
11163 (Fset_coding_system_priority, Fset_coding_system_priority)
11164 (Fdefine_coding_system_internal): Doc fix.
11165
11166 2008-02-01 Dave Love <fx@gnu.org>
11167
11168 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
11169
11170 2008-02-01 Kenichi Handa <handa@m17n.org>
11171
11172 * character.c (string_escape_byte8): Make multibyte string with
11173 correct size.
11174
11175 * charset.c (Fmake_char): Delete unnecessary code.
11176
11177 2008-02-01 Kenichi Handa <handa@m17n.org>
11178
11179 * xfns.c (x_encode_text): Allocate coding.destination here, and
11180 call encode_coding_object with dst_object Qnil.
11181
11182 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
11183 multibyte form correctly.
11184
11185 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
11186 against Vfont_encoding_alist.
11187
11188 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
11189 handling of charset list.
11190 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
11191 (decode_coding_object): Move point to coding->dst_pos before
11192 calling post-read-conversion function.
11193 (encode_coding_object): Give correct arguments to
11194 pre-write-conversion. Ignore the return value of
11195 pre-write-conversion function. Pay attention to the case that
11196 pre-write-conversion changes the current buffer. If dst_object is
11197 Qt, even if coding->src_bytes is zero, allocate at least one byte
11198 to coding->destination.
11199
11200 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
11201
11202 * charset.c (Fmake_char): Make it more backward compatible.
11203 (Fmap_charset_chars): Fix docstring.
11204
11205 2008-02-01 Dave Love <fx@gnu.org>
11206
11207 * coding.c: Doc fixes.
11208 (Fdefine_coding_system_alias): Use names, not symbols, in
11209 coding-system-alist.
11210
11211 2008-02-01 Kenichi Handa <handa@m17n.org>
11212
11213 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
11214 of calling free_realized_face.
11215
11216 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
11217
11218 * charset.c (read_hex): Don't treat SPC as a comment starter.
11219 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
11220 (Fdecode_char): Fix typo.
11221
11222 2008-02-01 Kenichi Handa <handa@m17n.org>
11223
11224 * charset.h (struct charset): New member `code_space_mask'.
11225
11226 * coding.c (coding_set_source): Delete the local variable beg_byte.
11227 (encode_coding_charset, Fdefine_coding_system_internal):
11228 Delete the local variable charset.
11229 (Fdefine_coding_system_internal): Setup
11230 attrs[coding_attr_charset_valids] correctly.
11231
11232 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
11233 member to check if CODE is valid or not.
11234 (Fdefine_charset_internal): Initialize `code_space_mask' member.
11235 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
11236 is within the range of charset->min_code and carset->max_code.
11237
11238 2008-02-01 Dave Love <fx@gnu.org>
11239
11240 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
11241
11242 * dispextern.h (generate_ascii_font): Fix return type.
11243
11244 * xfaces.c (generate_ascii_font): Fix arg declaration.
11245
11246 * coding.c (coding_inherit_eol_type)
11247 (Fset_terminal_coding_system_internal)
11248 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
11249
11250 2008-02-01 Kenichi Handa <handa@m17n.org>
11251
11252 * coding.c (decode_coding_charset, encode_coding_charset): Handle
11253 multiple charsets correctly.
11254
11255 2008-02-01 Kenichi Handa <handa@m17n.org>
11256
11257 * search.c (boyer_moore): Fix handling of mulitbyte character
11258 translation.
11259
11260 * xdisp.c (display_mode_element): When the variable `elt' is
11261 changed, update `this' and `lisp_string'.
11262
11263 2008-02-01 Kenichi Handa <handa@m17n.org>
11264
11265 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
11266
11267 * callproc.c (Fcall_process): Be sure to give the current buffer
11268 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
11269
11270 * charset.c (struct charset_map_entries): New struct.
11271 (load_charset_map): Rename from parse_charset_map. New args
11272 entries and n_entries. Change caller.
11273 (load_charset_map_from_file): Rename from load_charset_map.
11274 Change caller. New arg control_flag. Call load_charset_map at
11275 the tail.
11276 (load_charset_map_from_vector): New function.
11277 (Fdefine_charset_internal): Setup charset.compact_codes_p.
11278 (encode_char): If the charset is compact, change a character index
11279 to a code point.
11280
11281 * coding.c (coding_alloc_by_making_gap): Check the case that the
11282 source and destination are the same correctly.
11283 (decode_coding_raw_text): Set coding->consumed_char and
11284 coding->consumed to 0.
11285 (produce_chars): If coding->chars_at_source is nonzero, update
11286 coding->consumed_char and coding->consumed before calling
11287 alloc_destination.
11288 (Fdefine_coding_system_alias): Register ALIAS in
11289 Vcoding_system_alist.
11290 (syms_of_coding): Define `no-convesion' coding system at the tail.
11291
11292 * fileio.c (Finsert_file_contents): Set coding_system instead of
11293 val. If the current buffer is multibyte, always call
11294 decode_coding_gap.
11295
11296 * xfaces.c (try_font_list): Give higher priority to fontset's
11297 family than face's family.
11298
11299 2008-02-01 Kenichi Handa <handa@m17n.org>
11300
11301 * callproc.c (Fcall_process): Be sure to give the current buffer
11302 to decode_coding_c_string.
11303
11304 * xfaces.c (try_font_list): Give a family specified in a fontset
11305 higher priority than a family specified in a face.
11306
11307 2008-02-01 Kenichi Handa <handa@m17n.org>
11308
11309 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
11310 Fix arguments to insert_from_buffer.
11311
11312 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
11313
11314 2008-02-01 Kenichi Handa <handa@m17n.org>
11315
11316 * coding.c (produce_chars): Set the variable `multibytep' correctly.
11317 (decode_coding_gap): Set coding->dst_multibyte correctly.
11318
11319 2008-02-01 Kenichi Handa <handa@m17n.org>
11320
11321 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
11322 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
11323 (encode_coding_utf_16): Substitute coding->default_char for
11324 non-Unicode characters.
11325 (decode_coding): Don't call record_insert here.
11326 (setup_coding_system): Initialize `surrogate' of
11327 coding->spec.utf_16 to 0.
11328 (EMIT_ONE_BYTE): Fix for multibyte case.
11329
11330 * insdel.c (insert_from_gap): Call record_insert.
11331
11332 2008-02-01 Kenichi Handa <handa@m17n.org>
11333
11334 * casefiddle.c (casify_region): Fix multibyte case.
11335
11336 * character.c (c_string_width): Add return type `int'.
11337 (char_string_with_unification): Delete arg ADVANCED.
11338
11339 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
11340 (CHAR_STRING): Adjust for the change of char_string_with_unification.
11341 (CHAR_STRING_ADVANCE): Make it do-while statement.
11342
11343 * chartab.c (sub_char_table_set_range): Optimize for the case
11344 DEPTH == 3. Add workaround code for a GCC optimization bug.
11345
11346 * charset.c (parse_charset_map): Remove an unused variable.
11347
11348 * coding.c: Delete unused variables.
11349
11350 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
11351 earlier. If inserted is zero and the coding system doesn't
11352 require flushing, don't call decode_coding_gap.
11353
11354 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
11355
11356 2008-02-01 Kenichi Handa <handa@m17n.org>
11357
11358 The following changes are for using Unicode as an internal
11359 character model, and use UTF-8 format for buffer/string
11360 representation.
11361
11362 * .gdbinit (xchartable): Adjust for the change of char table structure.
11363 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
11364
11365 * Makefile.in (obj): Add character.o and chartab.o.
11366 (lisp, shortlisp): Remove utf-8.elc.
11367 (*.o): For many files, change dependency on charset.h to
11368 character.h, and add dependency on character.h.
11369 (character.o, chartab.o): New targets.
11370
11371 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
11372 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
11373 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
11374 of "charset.h".
11375
11376 * dired.c, filelock.c: Include "character.h".
11377
11378 * alloc.c: Include "character.h" instead of "charset.h".
11379 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
11380 (syms_of_alloc): Remove defsubr for Smake_char_table.
11381
11382 * buffer.c: Include "character.h" instead of "charset.h", don't
11383 include "coding.h".
11384 (Fset_buffer_multibyte): Adjust for UTF-8.
11385
11386 * buffer.h: EXFUN Fbuffer_live_p.
11387
11388 * callproc.c: Include "character.h" instead of "charset.h".
11389 (Fcall_process): Big change for the new code-conversion APIs.
11390
11391 * casetab.c: Include "character.h" instead of "charset.h".
11392 (set_canon, set_identity, shuffle): Adjust for the new
11393 map_char_table spec.
11394 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
11395 accessing the char table structure.
11396
11397 * chartab.c: New file that implements char table.
11398
11399 * category.c: Include "character.h".
11400 (copy_category_entry): New function.
11401 (copy_category_table): Call map_char_table and copy_category_entry.
11402 (Fmake_category_table): Initialize all top-vel slots.
11403 (char_category_set): New function.
11404 (modify_lower_category_set): Delete.
11405 (Fmodify_category_entry): Call char_table_ref_and_range.
11406
11407 * category.h (CATEGORY_SET): Just call char_category_set.
11408
11409 * ccl.c: Include "character.h".
11410 (Qccl, Qcclp): New variables.
11411 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
11412 it's less than 256.
11413 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
11414 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
11415 and DST type.
11416 (ccl_driver): Change types of argument, adjust code accordingly.
11417 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
11418 ccl_driver.
11419 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
11420
11421 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
11422 New members src_multibyte, dst_multibyte, consumed, and produced.
11423 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
11424 (CODING_SPEC_CCL_PROGRAM): New macro.
11425 (ccl_driver): Update prototype.
11426 (Qccl, Qcclp, Fccl_program_p): Extern them.
11427 (CHECK_CCL_PROGRAM): New macro.
11428
11429 * character.c, character.h, chartab.c: New files.
11430
11431 * charset.c: Mostly re-written. Move character and multibyte sequence
11432 handling codes to character.c.
11433
11434 * charset.h: Mostly re-written. Move character and multibyte sequence
11435 handling codes to character.h.
11436
11437 * coding.c, coding.h: Mostly re-written.
11438
11439 * composite.c: Include "character.h" instead of "charset.h".
11440 (CHAR_WIDTH): Move to character.h.
11441 (HASH_KEY, HASH_VALUE): Delete.
11442
11443 * composite.h (enum composition_method): Change order of enumeration
11444 symbols.
11445
11446 * data.c: Include "character.h" instead of "charset.h".
11447 (Faref): Call CHAR_TABLE_REF for a char table.
11448 (Faset): Call CHAR_TABLE_SET for a char table.
11449
11450 * dispextern.h (free_realized_face, check_face_attribytes)
11451 (generate_ascii_font): Extern them.
11452 (free_realized_multibyte_face): Delete extern.
11453
11454 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
11455 table structure.
11456
11457 * editfns.c: Include "character.h" instead of "charset.h".
11458 (Fchar_to_string): Always call CHAR_STRING.
11459
11460 * emacs.c (main): Call init_charset_once, init_charset,
11461 syms_of_chartab, and syms_of_character.
11462
11463 * fileio.c: Include "character.h" instead of "charset.h".
11464 (Finsert_file_contents): Big change for the new code-conversion API.
11465 (choose_write_coding_system, Fwrite_region): Likewise.
11466 (build_annotations_2): Delete.
11467 (e_write): Big change for the new code-conversion API.
11468
11469 * fns.c: Include "character.h" instead of "charset.h".
11470 (copy_sub_char_table): Move to chartab.c.
11471 (Fcopy_sequence): Call copy_char_table for a char table.
11472 (concat): Delete codes calling count_multibyte.
11473 (string_char_to_byte, string_byte_to_char): Adjust for the new
11474 multibyte form.
11475 (internal_equal): Adjust for the change of char table structure.
11476 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
11477 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
11478 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
11479 (char_table_translate, optimize_sub_char_table)
11480 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
11481 chartab.c.
11482 (char_table_ref_and_index): Delete.
11483 (HASH_KEY, HASH_VALUE): Move to lisp.h.
11484 (Fmd5): Call preferred_coding_system instead of accessing
11485 Vcoding_category_list. Adjust for the new code-conversion API.
11486 (syms_of_fns): Move defsubr for char table related functions to
11487 chartab.c.
11488
11489 * fontset.c: Mostly re-written.
11490
11491 * fontset.h (struct font_info): Change type of the member encoding_type.
11492 (enum FONT_SPEC_INDEX): New enum.
11493 (fontset_font_pattern, fs_load_font): Update prototype.
11494 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
11495
11496 * indent.c: Include "character.h" instead of "charset.h".
11497 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
11498
11499 * insdel.c: Include "character.h" instead of "charset.h".
11500 (copy_text): Don't refer to Vnonascii_translation_table.
11501 (insert_from_gap): New function.
11502
11503 * keyboard.c: Include "character.h" instead of "charset.h".
11504 (command_loop_1): Never call direct_output_forward_char before
11505 a non-ASCII character.
11506 (read_char): If Vkeyboard_translate_table is a char table, always
11507 translate a character.
11508
11509 * keymap.c: Include "character.h".
11510 (store_in_keymap): Handle the case that IDX is a cons.
11511 (Fdefine_key): Handle the case that KEY is a cons and the car part
11512 is also a cons (range).
11513 (push_key_description): Adjust for the new character code.
11514 (describe_vector): Call describe_char_table for a char table.
11515 (describe_char_table): New function.
11516
11517 * keymap.h (describe_char_table): Extern it.
11518
11519 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
11520 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
11521 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
11522 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
11523 Delete.
11524 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
11525 structure.
11526 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
11527 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
11528 (CHARTAB_SIZE_BITS_3): New macros.
11529 (chartab_size): Extern it.
11530 (struct Lisp_Char_Table): Re-design.
11531 (struct Lisp_Sub_Char_Table): New structure.
11532 (HASH_KEY, HASH_VALUE): Move from fns.c.
11533 (CHARACTERBITS): Define as 22.
11534 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
11535 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
11536 (GC_SUB_CHAR_TABLE_P): New macro.
11537 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
11538 (code_convert_string_norecord): Deleted extern.
11539 (init_character_once, syms_of_character, init_charset)
11540 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
11541
11542 * lread.c: Include "character.h".
11543 (read_multibyte): New arg NBYTES.
11544 (read_escape): Change the meaning of returned *BYTEREP.
11545 (to_multibyte): Delete.
11546 (read1): Adjust the handling of char table and string.
11547
11548 * print.c: Include "character.h" instead of "charset.h".
11549 (print_string): Convert 8-bit raw bytes to octal form by
11550 string_escape_byte8.
11551 (print_object): Adjust for the new multibyte form. Print 8-bit
11552 raw bytes always in octal form. Handle sub char table correctly.
11553
11554 * process.c: Include "character.h" instead of "charset.h".
11555 (read_process_output, send_process): Adjust for the new
11556 code-conversion API.
11557
11558 * puresize.h (BASE_PURESIZE): Increase.
11559
11560 * regex.c: Include "character.h" instead of "charset.h".
11561 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
11562 (regex_compile): Accept a range whose starting and ending
11563 character have different leading bytes.
11564 (analyse_first): Adjust for the above change.
11565
11566 * search.c: Include "character.h" instead of "charset.h".
11567 (search_buffer, boyer_moore): Adjust for the new multibyte form.
11568 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
11569
11570 * syntax.c: Include "character.h" instead of "charset.h".
11571 (syntax_parent_lookup): Delete.
11572 (Fmodify_syntax_entry): Accept a cons as CHAR.
11573 (skip_chars): Adjust for the new multibyte form.
11574 (init_syntax_once): Call char_table_set_range instead of directly
11575 accessing the structure of a char table.
11576
11577 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
11578 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
11579 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
11580 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
11581
11582 * term.c: Include "buffer.h" and "character.h".
11583 (encode_terminal_code, write_glyphs): Adjust for the new
11584 code-conversion API.
11585 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
11586
11587 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
11588
11589 * xdisp.c: Include "character.h".
11590 (get_next_display_element): Adjust for the new multibyte form.
11591 (disp_char_vector): Adjust for the new char table structure.
11592 (decode_mode_spec_coding): Adjust for the new structure of
11593 coding system.
11594 (decode_mode_spec): Adjust for the new code-conversion API.
11595
11596 * xfaces.c: Include "character.h" instead of "charset.h".
11597 (load_face_font): Adjust for the change of choose_face_font and
11598 FS_LOAD_FONT.
11599 (generate_ascii_font): New function.
11600 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
11601 (set_font_frame_param): Adjust for the change of choose_face_font.
11602 (free_realized_face): Make it public.
11603 (free_realized_faces_for_fontset): Rename from
11604 free_realized_multibyte_face. Free also faces realized for ASCII.
11605 (choose_face_font): Change arguments. Adjust for the change of
11606 fontset_font_pattern and FS_LOAD_FONT.
11607
11608 * xfns.c: Include "character.h".
11609 (x_encode_text): Adjust for the new code-conversion API.
11610
11611 * xselect.c: Don't include "charset.h".
11612 (selection_data_to_lisp_data): Adjust for the new code conversion API.
11613
11614 * xterm.c: Include "character.h".
11615 (x_encode_char): New argument CHARSET. Change caller.
11616 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
11617 Call ENCODE_CHAR instead of SPLIT_CHAR.
11618 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
11619 CHAR_WIDTH instead of CHARSET_WIDTH.
11620 (XTread_socket): Adjust for the new code-conversion API.
11621 (x_new_font): Adjust for the change of FS_LOAD_FONT.
11622 (x_load_font): Adjust for the change of struct font.
11623
11624 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11625
11626 * xfaces.c (face_at_buffer_position): Remove unused vars.
11627
11628 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11629
11630 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
11631 Fix overflow checking.
11632
11633 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11634
11635 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
11636 Cancel previous change.
11637
11638 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
11639
11640 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
11641 ccl->eight_bit_control. Fix check for buffer overflow.
11642 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
11643 (ccl_driver): Initialize extra_bytes to 0.
11644
11645 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
11646
11647 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
11648 return it ORed with ctrl_modifier.
11649
11650 2008-01-29 Miles Bader <miles@gnu.org>
11651
11652 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
11653
11654 2008-01-28 Jason Rumney <jasonr@gnu.org>
11655
11656 * w32.c (stat): Don't double check for networked drive.
11657
11658 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
11659
11660 * window.c (run_window_configuration_change_hook): New function.
11661 Code extracted from set_window_buffer. Set the selected frame.
11662 (set_window_buffer): Use it.
11663 * window.h (run_window_configuration_change_hook): Declare.
11664 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
11665
11666 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
11667
11668 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
11669
11670 * Makefile.in: Remove references to unused macros.
11671
11672 2008-01-26 Eli Zaretskii <eliz@gnu.org>
11673
11674 * w32.c (g_b_init_get_sid_sub_authority)
11675 (g_b_init_get_sid_sub_authority_count): New static variables.
11676 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
11677 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
11678 (init_user_info): Use them to retrieve uid and gid.
11679 Use 500/513, the Windows defaults, as Administrator's uid/gid.
11680 (fstat): Use pw_uid and pw_gid from the_passwd structure for
11681 st_uid and st_gid of the file.
11682
11683 2008-01-26 Jason Rumney <jasonr@gnu.org>
11684
11685 * w32.c (logon_network_drive): New function.
11686 (stat): Use it.
11687
11688 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
11689
11690 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
11691 invisible text covered with an ellipsis.
11692
11693 2008-01-25 Richard Stallman <rms@gnu.org>
11694
11695 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
11696 jump back to beginning. Move some other initializations after that.
11697 (Qwindow_text_change_functions, Vwindow_text_change_functions):
11698 New variables.
11699 (syms_of_xdisp): Init them.
11700
11701 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
11702
11703 * buffer.c (reset_buffer_local_variables):
11704 Implement `permanent-local-hook'.
11705 (Qpermanent_local_hook): New variable.
11706 (syms_of_buffer): Init and staticpro it.
11707
11708 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
11709
11710 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
11711
11712 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
11713
11714 * fns.c (Fclrhash): Return TABLE.
11715
11716 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11717
11718 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
11719 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
11720 is set even without positional changes.
11721 (x_scroll_bar_clear): Set bar->redraw_needed_p.
11722
11723 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
11724
11725 2008-01-23 Jason Rumney <jasonr@gnu.org>
11726
11727 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
11728
11729 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
11730 the unicode range available in MULE by locale-coding-system.
11731 Improve dbcs lead byte detection. Set event timestamp and modifiers
11732 earlier.
11733
11734 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11735
11736 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
11737 [MAC_OSX] (init_mac_osx_environment): Initialize it.
11738 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
11739 when used on child processes.
11740
11741 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
11742
11743 * dbusbind.c (Fdbus_method_return_internal): Rename from
11744 Fdbus_method_return.
11745 (Fdbus_unregister_object): Move to dbus.el.
11746 (Fdbus_call_method, Fdbus_method_return_internal)
11747 (Fdbus_send_signal): Improve debug messages.
11748
11749 2008-01-20 Martin Rudalics <rudalics@gmx.at>
11750
11751 * undo.c (undo_inhibit_record_point): New variable.
11752 (syms_of_undo): Initialize it.
11753 (record_point): Don't record point when undo_inhibit_record_point
11754 is set.
11755
11756 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
11759
11760 * xdisp.c (Qauto_hscroll_mode): New var.
11761 (syms_of_xdisp): Initialize it.
11762 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
11763 window's buffer.
11764 (hscroll_windows): Don't check automatic_hscrolling_p here.
11765
11766 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
11767 vscroll if we're setting window-buffer to the value it already has.
11768
11769 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11770
11771 * m/intel386.h: Remove references to XENIX.
11772
11773 2008-01-17 Andreas Schwab <schwab@suse.de>
11774
11775 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
11776 instead of HAVE_X86_64_LIB64_DIR.
11777 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
11778
11779 2008-01-17 Glenn Morris <rgm@gnu.org>
11780
11781 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
11782 to HAVE_X86_64_LIB64_DIR.
11783
11784 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
11785
11786 * s/irix3-3.h:
11787 * s/irix4-0.h:
11788 * s/386-ix.h:
11789 * s/domain.h:
11790 * s/hpux9-x11r4.h:
11791 * s/hpux9shxr4.h: Remove files for systems no longer supported.
11792
11793 * sysdep.c: Remove code containing references to symbols defined
11794 by unsupported systems.
11795
11796 2008-01-16 Glenn Morris <rgm@gnu.org>
11797
11798 * coding.c (select-safe-coding-system-function): Doc fix.
11799
11800 2008-01-15 Glenn Morris <rgm@gnu.org>
11801
11802 * config.in: Revert 2008-01-13 change: this is a generated file.
11803
11804 2008-01-13 Tom Tromey <tromey@redhat.com>
11805
11806 * lisp.h: Fix typo.
11807
11808 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11809
11810 * m/sequent-ptx.h:
11811 * m/sequent.h:
11812 * s/ptx.h:
11813 * s/ptx4-2.h:
11814 * s/ptx4.h: Remove files for systems no longer supported.
11815
11816 * callproc.c (Fcall_process): Fix previous change.
11817
11818 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11819
11820 * unexsunos4.c: Remove file, system not supported anymore.
11821
11822 * m/mips.h:
11823 * m/intel386.h:
11824 * callproc.c:
11825 * config.in:
11826 * ecrt0.c:
11827 * emacs.c:
11828 * fileio.c:
11829 * frame.c:
11830 * getpagesize.h:
11831 * keyboard.c:
11832 * lread.c:
11833 * process.c:
11834 * puresize.h:
11835 * sysdep.c:
11836 * systty.h:
11837 * syswait.h:
11838 * unexec.c:
11839 * xdisp.c:
11840 * alloc.c: Remove code containing references to symbols defined by
11841 unsupported systems.
11842
11843 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
11844
11845 * coding.c (detect_coding_mask): Fix previous change.
11846
11847 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
11848
11849 * coding.c (detect_coding_iso2022): New arg
11850 latin_extra_code_state. Allow Latin extra codes only
11851 when *latin_extra_code_state is nonzero.
11852 (detect_coding_mask): If there is a NULL byte, detect the encoding
11853 as UTF-16 or binary. If Latin extra codes exist, detect the
11854 encoding as ISO-2022 only when there's no other proper encoding is
11855 found.
11856
11857 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11858
11859 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
11860 #ifdef MAC_OS.
11861
11862 2008-01-08 Richard Stallman <rms@gnu.org>
11863
11864 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
11865
11866 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
11867
11868 * keyboard.c (parse_menu_item): Don't enclose key bindings on
11869 menu bar in parentheses.
11870
11871 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11872
11873 * m/7300.h:
11874 * m/acorn.h:
11875 * m/alliant-2800.h:
11876 * m/alliant.h:
11877 * m/alliant1.h:
11878 * m/alliant4.h:
11879 * m/altos.h:
11880 * m/amdahl.h:
11881 * m/apollo.h:
11882 * m/att3b.h:
11883 * m/aviion-intel.h:
11884 * m/aviion.h:
11885 * m/celerity.h:
11886 * m/clipper.h:
11887 * m/cnvrgnt.h:
11888 * m/convex.h:
11889 * m/cydra5.h:
11890 * m/delta88k.h:
11891 * m/dpx2.h:
11892 * m/dual.h:
11893 * m/elxsi.h:
11894 * m/f301.h:
11895 * m/gould-np1.h:
11896 * m/gould.h:
11897 * m/i860.h:
11898 * m/ibmps2-aix.h:
11899 * m/ibmrt-aix.h:
11900 * m/ibmrt.h:
11901 * m/irist.h:
11902 * m/is386.h:
11903 * m/isi-ov.h:
11904 * m/mega68.h:
11905 * m/mg1.h:
11906 * m/news-r6.h:
11907 * m/news-risc.h:
11908 * m/news.h:
11909 * m/nh3000.h:
11910 * m/nh4000.h:
11911 * m/ns16000.h:
11912 * m/ns32000.h:
11913 * m/nu.h:
11914 * m/orion.h:
11915 * m/orion105.h:
11916 * m/paragon.h:
11917 * m/pfa50.h:
11918 * m/plexus.h:
11919 * m/pyramid.h:
11920 * m/pyrmips.h:
11921 * m/sh3el.h:
11922 * m/sps7.h:
11923 * m/sr2k.h:
11924 * m/stride.h:
11925 * m/sun1.h:
11926 * m/sun2.h:
11927 * m/sun3-68881.h:
11928 * m/sun3-fpa.h:
11929 * m/sun3-soft.h:
11930 * m/sun3.h:
11931 * m/sun386.h:
11932 * m/symmetry.h:
11933 * m/tad68k.h:
11934 * m/tahoe.h:
11935 * m/targon31.h:
11936 * m/tek4300.h:
11937 * m/tekxd88.h:
11938 * m/tower32.h:
11939 * m/tower32v3.h:
11940 * m/ustation.h:
11941 * m/wicat.h:
11942 * m/xps100.h:
11943 * s/cxux.h:
11944 * s/cxux7.h:
11945 * s/dgux.h:
11946 * s/dgux4.h:
11947 * s/dgux5-4-3.h:
11948 * s/dgux5-4r2.h:
11949 * s/esix.h:
11950 * s/esix5r4.h:
11951 * s/hiuxmpp.h:
11952 * s/hiuxwe2.h:
11953 * s/iris3-5.h:
11954 * s/iris3-6.h:
11955 * s/isc2-2.h:
11956 * s/isc3-0.h:
11957 * s/isc4-0.h:
11958 * s/isc4-1.h:
11959 * s/newsos5.h:
11960 * s/newsos6.h:
11961 * s/osf1.h:
11962 * s/osf5-0.h:
11963 * s/riscix1-1.h:
11964 * s/riscix12.h:
11965 * s/sco4.h:
11966 * s/sco5.h:
11967 * s/sunos4-0.h:
11968 * s/sunos4-1.h:
11969 * s/sunos413.h:
11970 * s/sunos4shr.h:
11971 * s/umax.h:
11972 * s/unipl5-2.h:
11973 * s/xenix.h:
11974 * cxux-crt0.s:
11975 * unexapollo.c:
11976 * unexconvex.c:
11977 * unexenix.c:
11978 * unexsni.c: Remove files for systems no longer supported.
11979
11980 * m/intel386.h: Remove references to unsupported systems.
11981
11982 * w32.c (get_emacs_configuration): Remove reference to i860.
11983
11984 * sysdep.c: Remove dead code.
11985
11986 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11987
11988 * s/rtu.h:
11989 * m/masscomp.h: Remove files. Platform is obsolete.
11990
11991 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
11992
11993 * dbusbind.c (Fdbus_method_return): New function.
11994 (xd_read_message): Add the serial number to the event.
11995 (Fdbus_register_method): Activate the function.
11996
11997 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11998
11999 * keyboard.c (read_key_sequence): Fix typo.
12000
12001 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
12002
12003 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
12004 (xd_signature, xd_append_arg): Handle element type detection for
12005 empty arrays.
12006 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
12007 SDATA () calls; this must be solved more general.
12008 (Fdbus_register_signal): Use SBYTES instead of strlen.
12009
12010 2008-01-03 Magnus Henoch <magnus@zemdatav>
12011
12012 * dbusbind.c (xd_append_arg): Use unsigned char instead of
12013 unsigned int for byte values (necessary for big-endian platform).
12014 (Fdbus_call_method): Handle the case of no returned arguments.
12015
12016 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
12017
12018 * dbusbind.c (xd_read_message): Use non-static input_event struct.
12019
12020 2007-12-31 Magnus Henoch <mange@freemail.hu>
12021
12022 * dbusbind.c (xd_signature): Signature of variant is just "v".
12023
12024 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
12025
12026 * dbusbind.c: Fix several errors and compiler warnings.
12027 Reported by Tom Tromey <tromey@redhat.com>.
12028 (XD_ERROR, XD_DEBUG_MESSAGE)
12029 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
12030 (xd_append_arg): Part for basic D-Bus types rewitten.
12031 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
12032 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
12033 appropriate.
12034 (xd_read_message): Return Qnil. Don't signal an error; it is not
12035 useful during event reading.
12036 (Fdbus_register_signal): Signal an error if the check for
12037 FUNCTIONP fails.
12038 (Fdbus_register_method): New function. The implementation is not
12039 complete, the call of the function signals an error therefore.
12040 (Fdbus_unregister_object): New function, renamed from
12041 Fdbus_unregister_signal. The initial check signals an error, if
12042 the object is not well formed.
12043
12044 2007-12-30 Richard Stallman <rms@gnu.org>
12045
12046 * textprop.c (get_char_property_and_overlay):
12047 Signal error if POSITION is out of range in a buffer.
12048
12049 2007-12-29 Martin Rudalics <rudalics@gmx.at>
12050
12051 * w32fns.c (Fx_create_frame): Make copy of frame parameters
12052 because the original parameters are in pure storage now.
12053
12054 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12055
12056 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
12057
12058 2007-12-22 Eli Zaretskii <eliz@gnu.org>
12059
12060 * callint.c (syms_of_callint) <command-history>: Add reference to
12061 history-length in the doc string.
12062
12063 2007-12-17 Jason Rumney <jasonr@gnu.org>
12064
12065 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
12066 before passing as wParam.
12067
12068 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
12069
12070 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
12071 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
12072 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
12073 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
12074 as number.
12075 (Fdbus_call_method): Fix docstring.
12076
12077 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
12078
12079 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
12080 New macros.
12081 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
12082 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
12083 Simplify.
12084 (xd_signature): New function.
12085 (xd_append_arg): Compute also signatures. Major rewrite.
12086 (xd_retrieve_arg): Make debug messages friendly.
12087 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
12088 Check for signatures of arguments.
12089
12090 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
12091
12092 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
12093 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
12094 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
12095 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
12096 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
12097 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
12098 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
12099 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
12100 (xd_retrieve_value): Remove. Functionality included in ...
12101 (xd_append_arg): New function.
12102 (Fdbus_call_method, Fdbus_send_signal): Apply it.
12103
12104 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
12105
12106 * dbusbind.c (top): Include <stdio.h>.
12107 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
12108 dbus_message_new_method_call and dbus_message_new_signal.
12109 (Fdbus_register_signal): Rename unique_name to uname.
12110 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
12111 non-existing unique name. Fix typos in matching rule. Return an
12112 object which is useful in Fdbus_unregister_signal.
12113 (Fdbus_unregister_signal): Reimplementation, in order to remove
12114 only the corresponding entry.
12115 (Vdbus_registered_functions_table): Change the order of entries.
12116 Apply these changes in xd_read_message and Fdbus_register_signal.
12117
12118 2007-12-16 Andreas Schwab <schwab@suse.de>
12119
12120 * fileio.c (Finsert_file_contents): Fix overflow check to not
12121 depend on undefined integer overflow.
12122
12123 2007-12-14 Jason Rumney <jasonr@gnu.org>
12124
12125 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
12126 for characters above 127.
12127
12128 2007-12-13 Jason Rumney <jasonr@gnu.org>
12129
12130 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
12131 before dereferencing array.
12132 (lookup_vk_code): Remove zero comparison.
12133
12134 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
12135
12136 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
12137 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
12138 Use `unsigned int' instead of `uint'.
12139 (xd_read_message, Fdbus_register_signal): Split expressions into
12140 multiple lines before operators "&&" and "||", according to the
12141 GNU Coding Standards.
12142
12143 2007-12-14 Eli Zaretskii <eliz@gnu.org>
12144
12145 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
12146
12147 2007-12-12 Juri Linkov <juri@jurta.org>
12148
12149 * buffer.c (Frename_buffer): In interactive spec replace
12150 `read-buffer' with `read-string' that uses `buffer-name-history'
12151 as history, and the current buffer's name as default.
12152
12153 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
12156 manipulating the backtrace manually.
12157 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
12158 (struct backtrace, backtrace_list): Remove.
12159 (command_loop_1): Remove dead var `no_direct'.
12160
12161 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
12162 preserve non-built-in buffer-local variables.
12163 (Fkill_all_local_variables): Don't re-create&re-set permanent
12164 buffer-local variables.
12165
12166 2007-12-09 Juri Linkov <juri@jurta.org>
12167
12168 * buffer.c (Frename_buffer): Change interactive spec from "s" to
12169 Lisp code that uses `read-buffer' with current buffer as default.
12170
12171 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
12172
12173 * dbusbind.c (xd_read_message): Generate an event for every
12174 registered handler. There might be several handlers registered
12175 for the same signal.
12176 (Fdbus_register_signal): Don't overwrite a registration for the
12177 same signal. Add a new registration if handlers are different.
12178 (Vdbus_registered_functions_table): Rework doc string.
12179
12180 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
12181
12182 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
12183 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
12184 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
12185 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
12186 Unify argument lists.
12187 (xd_read_message, Fdbus_register_signal): Reorder and extend event
12188 arguments and hash table keys. Use unique name for service.
12189 (Fdbus_unregister_signal): Remove checks.
12190 (Vdbus_registered_functions_table): Fix doc string.
12191
12192 2007-12-05 Magnus Henoch <mange@freemail.hu>
12193
12194 * process.c (make_process): Initialize pty_flag to 0.
12195
12196 2007-12-05 Jason Rumney <jasonr@gnu.org>
12197
12198 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
12199 specified XBMs.
12200
12201 2007-12-05 Richard Stallman <rms@gnu.org>
12202
12203 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
12204
12205 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12206
12207 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
12208 New variable.
12209 (mac_try_close_socket) [MAC_OSX]: New function.
12210 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
12211 Update cfsockets_for_select. Replace invalid CFRunLoop source.
12212
12213 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
12214 Use mac_try_close_socket.
12215
12216 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12217
12218 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
12219 reloc_base.
12220 (copy_dysymtab): Compute relocation base here.
12221 (rebase_reloc_address) [__ppc64__]: New function.
12222 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
12223 changed.
12224
12225 2007-12-05 Jason Rumney <jasonr@gnu.org>
12226
12227 * w32proc.c (sys_spawnve): Quote args with wildcards.
12228
12229 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12230
12231 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
12232 __objc_* sections.
12233 (unrelocate) [_LP64]: Set relocation base to address of data segment.
12234
12235 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
12236
12237 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
12238 Move check for Vdbus_registered_functions_table to
12239 xd_read_queued_messages.
12240 (xd_read_queued_messages): Protect xd_read_message calls by
12241 internal_condition_case_1.
12242
12243 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
12244
12245 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
12246 Qdbus_system_bus and Qdbus_session_bus, respectively.
12247 (Vdbus_intern_symbols): Remove.
12248 (Vdbus_registered_functions_table): New hash table.
12249 (XD_SYMBOL_INTERN_SYMBOL): Remove.
12250 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
12251 Rewrite in order to manage registered functions by hash table
12252 Vdbus_registered_functions_table.
12253
12254 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
12255
12256 * xterm.c: Update URL to Window Manager Specification in comment.
12257
12258 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
12259
12260 * config.in (HAVE_DBUS): Add.
12261
12262 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
12263 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
12264 (obj): Add $(DBUS_OBJ).
12265 (LIBES): Add $(DBUS_LIBS).
12266 (dbusbind.o): New target.
12267
12268 * dbusbind.c: New file.
12269
12270 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
12271
12272 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
12273 (Qdbus_event): New Lisp symbol.
12274 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
12275 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
12276 (keys_of_keyboard ): Define dbus-event.
12277
12278 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
12279
12280 2007-12-01 Richard Stallman <rms@gnu.org>
12281
12282 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
12283
12284 2007-11-30 Jason Rumney <jasonr@gnu.org>
12285
12286 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
12287 (w32con_reset_terminal_modes): Clear screen buffer.
12288 (w32_face_attributes): Don't use color indexes that are out of range.
12289 Only reverse the default colors.
12290
12291 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
12292 WINDOWSNT.
12293
12294 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
12295
12296 2007-11-29 Jason Rumney <jasonr@gnu.org>
12297
12298 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
12299 (w32_face_attributes): Use Vtty_defined_color_alist to determine
12300 if the terminal colors are initialized.
12301 (unspecified_fg, unspecified_bg): Remove unused declarations.
12302
12303 2007-11-29 Andreas Schwab <schwab@suse.de>
12304
12305 * keyboard.c (apply_modifiers): Fix typo.
12306
12307 2007-11-29 Richard Stallman <rms@gnu.org>
12308
12309 * keymap.c (Fcurrent_local_map): Doc fix.
12310
12311 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
12312
12313 * s/gnu-kfreebsd.h: New file.
12314
12315 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
12318 Don't cast redundantly.
12319
12320 * keyboard.c (KEY_TO_CHAR): New macro.
12321 (parse_modifiers, apply_modifiers): Accept integer arguments.
12322 (read_key_sequence): Use them to unify the "shift->unshift" mapping
12323 for chars and symbol keys.
12324 After doing such remapping, apply function-key-map again.
12325
12326 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
12327
12328 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
12329 compiled anymore.
12330
12331 2007-11-26 Andreas Schwab <schwab@suse.de>
12332
12333 * process.c (list_processes_1): Fix indentation level of the
12334 command column.
12335
12336 2007-11-23 Andreas Schwab <schwab@suse.de>
12337
12338 * editfns.c (Fformat): Handle %c specially since it requires the
12339 argument to be of type int.
12340
12341 2007-11-23 Markus Triska <markus.triska@gmx.at>
12342
12343 * emacs.c (main): Call init_editfns before init_process, since
12344 init_process sets Vprocess_connection_type depending on OS release.
12345
12346 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
12349 (find_symbol_value): Use do_symval_forwarding.
12350
12351 * data.c (set_internal): Set the value in the `cons-cell' (for
12352 Buffer_Local_values) not only for frame-local variables.
12353
12354 2007-11-22 Andreas Schwab <schwab@suse.de>
12355
12356 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
12357 values to sprintf.
12358 * keymap.c (Fsingle_key_description): Likewise.
12359 * print.c (print_object): Likewise.
12360
12361 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
12362
12363 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
12364 file for image is nil.
12365
12366 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
12367
12368 * term.c: Include stdarg.h.
12369 (fatal): Implement using varargs.
12370 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
12371
12372 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
12375 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
12376 Update call to buffer_slot_type_mismatch.
12377 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
12378 (buffer_slot_type_mismatch): Update.
12379 * buffer.c (buffer_local_types): Remove.
12380 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
12381 (defvar_per_buffer): Set the type in the buffer_objfwd.
12382
12383 2007-11-21 Jason Rumney <jasonr@gnu.org>
12384
12385 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
12386 CreateFileMapping returns NULL on failure.
12387
12388 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * search.c (Fset_match_data): Remove the `evaporate' feature.
12391 (unwind_set_match_data): Don't use the `evaporate' feature.
12392
12393 2007-11-21 Jason Rumney <jasonr@gnu.org>
12394
12395 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
12396
12397 * w32console.c (w32con_write_glyphs): Remove unused variables.
12398
12399 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12400
12401 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
12402
12403 * s/darwin.h (MULTI_KBOARD): Remove.
12404
12405 * macfns.c (x_create_tip_frame, Fx_create_frame)
12406 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
12407
12408 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * buffer.c (Fbuffer_local_value): Remove redundant test.
12411 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
12412 than in `current-buffer' to match the comment.
12413 Do the swap using swap_in_global_binding.
12414
12415 * data.c (store_symval_forwarding, set_internal):
12416 * eval.c (specbind): Remove dead code.
12417
12418 * coding.c (detect_coding, Fupdate_coding_systems_internal):
12419 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
12420 Since we do not want to see internal Lisp_*fwd objects here.
12421
12422 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
12423
12424 * sysdep.c (init_system_name): Use getaddrinfo if available.
12425
12426 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
12427 (x_scroll_bar_note_movement): start, end, with, height in struct
12428 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
12429
12430 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
12431
12432 * puresize.h (BASE_PURESIZE): Increase to 1190000.
12433
12434 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
12437 This undoes Richard's change of 14-Oct-2002.
12438
12439 * alloc.c (allocate_other_vector):
12440 * lisp.h (allocate_other_vector): Remove.
12441
12442 * window.c (struct save_window_data): Move non-lisp data to the end
12443 and make it `int' rather than Lisp_Object.
12444 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
12445 Done wrap/unwrap integer values.
12446 (Fset_window_configuration, compare_window_configurations):
12447 Update use of fields to their new types.
12448
12449 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
12450 Turn integer fields into `int'. Merge x_window_low and x_window_high.
12451 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
12452 (SET_SCROLL_BAR_X_WINDOW): Remove.
12453 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
12454 Access the new x_window field directly.
12455 * xterm.c (x_scroll_bar_create): Use a pseudovector.
12456 Don't wrap/unwrap integers into Lisp_Objects.
12457 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
12458 (x_scroll_bar_report_motion):
12459 Don't wrap/unwrap integers into Lisp_Objects.
12460 (x_term_init): Use SDATA.
12461 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
12462 (x_scroll_bar_set_handle, x_scroll_bar_remove)
12463 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
12464 (x_scroll_bar_report_motion, x_scroll_bar_clear):
12465 * xfns.c (x_set_background_color):
12466 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
12467 Access the new x_window field directly.
12468
12469 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
12470 (allocate_pseudovector): Make non-static.
12471
12472 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
12473 (allocate_pseudovector): Declare.
12474 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
12475
12476 2007-11-15 Andreas Schwab <schwab@suse.de>
12477
12478 * editfns.c (Fformat): Correctly format EMACS_INT values.
12479 Also take precision into account when formatting an integer.
12480
12481 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
12482
12483 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12484
12485 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
12486 (syms_of_keyboard): Defsubr it.
12487
12488 * data.c (swap_in_global_binding): Fix longstanding bug where
12489 store_symval_forwarding was not called with the right second argument,
12490 thus causing objfwd-ing from being dropped.
12491
12492 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
12493
12494 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
12495 (Fx_display_pixel_height, Fx_display_planes)
12496 (Fx_display_color_cells, Fx_server_max_request_size)
12497 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
12498 (Fx_display_visual_class, Fx_display_save_under):
12499 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
12500 (Fx_display_pixel_height, Fx_display_planes)
12501 (Fx_display_color_cells, Fx_server_max_request_size)
12502 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12503 (Fx_display_mm_height, Fx_display_mm_width)
12504 (Fx_display_backing_store, Fx_display_visual_class)
12505 (Fw32_select_font, Fx_display_save_under):
12506 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
12507 (Fx_display_pixel_height, Fx_display_planes)
12508 (Fx_display_color_cells, Fx_server_max_request_size)
12509 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
12510 (Fx_display_save_under): Fix typos in docstrings.
12511
12512 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
12513
12514 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
12515 corresponding to deleted entries; they are an implementation detail.
12516 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
12517 Remove variables.
12518 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
12519 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
12520 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
12521 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
12522 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
12523 (Fw32_define_rgb_color, Fw32_load_color_file)
12524 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
12525 Fix typos in docstrings.
12526 (Fx_server_version): Reflow docstring.
12527 (Fw32_shell_execute): Doc fixes.
12528
12529 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
12530
12531 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
12532 if w32_parse_hot_key returned nil.
12533
12534 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
12537
12538 2007-11-09 Jason Rumney <jasonr@gnu.org>
12539
12540 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
12541
12542 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
12543
12544 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
12545 Remove W32_SCROLL_BAR_CLICK_EVENT.
12546
12547 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
12548 Add MULTIMEDIA_KEY_EVENT.
12549
12550 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
12551 (lispy_multimedia_keys) [WINDOWSNT]: New array.
12552 (make_lispy_event) [WINDOWSNT]: Use it to translate
12553 MULTIMEDIA_KEY_EVENT.
12554
12555 * w32term.h (WM_APPCOMMAND): Define if not already.
12556 (GET_APPCOMMAND_LPARAM): Likewise.
12557
12558 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
12559 WM_APPCOMMAND.
12560
12561 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
12562 (syms_of_w32fns): Export and initialize it.
12563 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
12564
12565 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
12566
12567 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
12568 twice.
12569
12570 * xdisp.c (handle_face_prop): Fix last change.
12571
12572 2007-11-09 Richard Stallman <rms@gnu.org>
12573
12574 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
12575 not just for after-strings and before-strings.
12576 Call face_for_overlay_string and pass the overlay to it.
12577 (handle_display_prop): Determine whether property came from an overlay.
12578 Pass OVERLAY arg to handle_single_display_spec.
12579 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
12580 (load_overlay_strings): Fill in it->string_overlays.
12581 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
12582
12583 * xfaces.c (face_for_overlay_string): Function renamed from
12584 face_at_buffer_position_no_overlays, and add arg OVERLAY.
12585
12586 * dispextern.h (struct it): New elt string_overlays.
12587 New elt from_overlay, also in stack.
12588 Rearrange a few elements.
12589 (face_for_overlay_string): Decl renamed from
12590 face_at_buffer_position_no_overlays, and add argument.
12591
12592 2007-11-09 Richard Stallman <rms@gnu.org>
12593
12594 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
12595 to get the base face for an overlay string.
12596
12597 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
12598
12599 * xfaces.c (face_at_buffer_position_no_overlays): New function.
12600
12601 * xdisp.c (handle_stop): Move some code out of loop.
12602
12603 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12604
12605 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
12606 Fix conversion from Lisp object to ATSUFontID.
12607
12608 2007-11-09 Jason Rumney <jasonr@gnu.org>
12609
12610 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
12611
12612 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12613
12614 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
12615 Don't assume regions are aligned to page boundary.
12616 (print_load_command_name): Add LC_UUID if defined.
12617
12618 2007-11-09 Richard Stallman <rms@gnu.org>
12619
12620 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
12621
12622 2007-11-07 Jason Rumney <jasonr@gnu.org>
12623
12624 * s/windows95.h: Remove.
12625
12626 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
12627
12628 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
12629 abort with a message on unhandled store_type values.
12630
12631 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
12632
12633 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
12634 Remove HAVE_X11R5 and HAVE_X11R4.
12635
12636 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
12637
12638 * Makefile.in: Remove references to sunfns.c and sunfns.o.
12639
12640 2007-11-01 Johan Bockgård <bojohan@gnu.org>
12641
12642 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
12643 Don't set s->stippled_p here, since it has already been set by
12644 x_set_glyph_string_gc from x_draw_glyph_string.
12645
12646 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
12647
12648 * sunfns.c: Remove file.
12649
12650 * m/sun386.h:
12651 * m/sun2.h:
12652 * m/sparc.h: Remove Sun windows code.
12653
12654 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12655
12656 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
12657 (init_keyboard): Set current_kboard's window-system to nil.
12658 (tty_read_avail_input): Typo.
12659 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
12660
12661 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12662
12663 * s/usg5-4.h:
12664 * s/usg5-3.h:
12665 * s/ptx.h:
12666 * m/is386.h:
12667 * m/ibmps2-aix.h:
12668 * Makefile.in: Remove all mentions of X10.
12669
12670 * dispnew.c (syms_of_display): Don't mention version 10.
12671
12672 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
12673
12674 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
12675 ($(BLD)/abbrev.$(O)): Remove.
12676
12677 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12678
12679 Rewrite abbrev.c in Elisp.
12680 * image.c (Qcount): Don't declare as extern.
12681 (syms_of_image): Initialize and staticpro `Qcount'.
12682 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
12683 * emacs.c (main): Don't call syms_of_abbrev.
12684 * Makefile.in (obj): Remove abbrev.o.
12685 (abbrev.o): Remove.
12686 * abbrev.c: Remove.
12687
12688 2007-10-26 Martin Rudalics <rudalics@gmx.at>
12689
12690 * window.c (window_min_size_2): Don't count header-line.
12691
12692 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12693
12694 * frame.h (struct frame): Move all bit fields after the first bit
12695 field to take advantage of the available space. Group all the
12696 chars together to reduce wasted space due to padding.
12697
12698 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
12699
12700 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
12701
12702 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
12703 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
12704 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
12705 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
12706 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
12707 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
12708 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
12709 (last_marked, mark_object_loop_halt): Make static.
12710
12711 * frame.c (syms_of_frame) <delete-frame-functions>:
12712 Fix typo in docstring.
12713
12714 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
12715
12716 * w32.c (init_environment): Fix tiny memory leak.
12717 (w32_get_resource): Remove unused variable `ok'.
12718
12719 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 Make `window-system' into a keyboard-local variable (rather than
12722 frame-local as done originally by multi-tty).
12723
12724 * keyboard.h (struct kboard): Add Vwindow_system.
12725 * keyboard.c (init_kboard): Set a default for Vwindow_system.
12726 (mark_kboards): Mark Vwindow_system.
12727
12728 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
12729 (init_display): Don't set the obsolete `window-system' frame-param.
12730
12731 * xterm.c (x_term_init):
12732 * w32term.c (w32_create_terminal):
12733 * term.c (init_tty): Set Vwindow_system.
12734 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
12735 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
12736
12737 * xfns.c (Fx_create_frame, x_create_tip_frame):
12738 * w32fns.c (Fx_create_frame, x_create_tip_frame):
12739 * macfns.c (Fx_create_frame):
12740 Don't set the obsolete `window-system' frame-param.
12741
12742 * frame.h (Qwindow_system): Remove.
12743 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
12744 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
12745
12746 2007-10-24 Richard Stallman <rms@gnu.org>
12747
12748 * frame.c (x_figure_window_size): For fullscreen case,
12749 set USPosition | PPosition without clobbering rest of window_prompting.
12750
12751 * keyboard.c (Fcurrent_idle_time): Doc fix.
12752
12753 * print.c (Fwith_output_to_temp_buffer): Doc fix.
12754
12755 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12756
12757 * process.c (unwind_request_sigio): Only define if __ultrix__.
12758
12759 * callproc.c (child_setup): Remove spurious *.
12760
12761 * lisp.h (Fget_text_property): Declare.
12762 (have_menus_p): Declare it here rather than in sys-dep header files.
12763 * macterm.h (have_menus_p):
12764 * msdos.h (have_menus_p):
12765 * xterm.h (have_menus_p): Remove.
12766
12767 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12768 (Fmake_variable_frame_local): Just check the variable's const-ness
12769 rather than checking nil or t.
12770
12771 2007-10-22 Jason Rumney <jasonr@gnu.org>
12772
12773 * w32fns.c: Include math.h.
12774 (w32_abort): Declaration moved to nt/config.nt.
12775
12776 * s/ms-w32.h (HAVE_STDLIB_H): Define.
12777 (abort): Redefinition moved to nt/config.nt.
12778
12779 * m/windowsnt.h: Remove.
12780
12781 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
12782
12783 * emacs.c (Fdump_emacs): Fix typo in message.
12784 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
12785 <installation-directory>: Reflow docstring.
12786
12787 2007-10-22 Juri Linkov <juri@jurta.org>
12788
12789 * minibuf.c: Allow minibuffer default to be a list of default values.
12790 With empty input use the first element of this list as returned default.
12791 (string_to_object)
12792 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
12793 (read_minibuf): If defalt is cons, set histstring to its car.
12794 (Fread_string): If default_value is cons, set val to its car.
12795 (Fread_buffer): If def is cons, use its car.
12796 (Fcompleting_read): If defalt is cons, set val to its car.
12797
12798 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
12799
12800 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
12801
12802 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
12803
12804 * doc.c (Fdocumentation): Check for advice in all cases.
12805
12806 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
12807
12808 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
12809
12810 2007-10-19 Richard Stallman <rms@gnu.org>
12811
12812 * doc.c (Fdocumentation): Check for and handle an advised function.
12813
12814 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
12815
12816 * process.c (Fset_process_filter): Doc fix.
12817
12818 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12819
12820 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
12821 which caused key-translation-map to applied repeatedly (thus breaking
12822 double-mode).
12823
12824 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * xselect.c (x_own_selection, x_handle_selection_clear)
12827 (x_clear_frame_selections):
12828 * w32menu.c (list_of_panes, list_of_items):
12829 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
12830 * textprop.c (validate_plist, interval_has_all_properties)
12831 (interval_has_some_properties, interval_has_some_properties_list)
12832 (add_properties, text_property_list):
12833 * process.c (Fget_buffer_process, list_processes_1, status_notify):
12834 * minibuf.c (Fassoc_string):
12835 * macselect.c (x_own_selection, x_clear_frame_selections)
12836 (Fx_disown_selection_internal):
12837 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
12838 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
12839
12840 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
12841
12842 * process.c: Link to libs for calling res_init() if available.
12843 (Fmake_network_process): Call res_init() before getaddrinfo or
12844 gethostbyname, if possible.
12845
12846 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 * lread.c (read1): Set pvectype for char_tables.
12849
12850 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
12851 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
12852 Add type checks.
12853 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
12854
12855 * alloc.c (free_misc): Use XMISCTYPE.
12856 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
12857
12858 2007-10-17 Glenn Morris <rgm@gnu.org>
12859
12860 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
12861 (syms_of_minibuf): Add Qcompletion_ignore_case.
12862 * dired.c (Qcompletion_ignore_case): Change to external.
12863 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
12864 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
12865 (Fread_file_name): Use it rather than intern'ing.
12866
12867 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
12868 (Fread_coding_system): Ignore case of user input.
12869
12870 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12871
12872 * xdisp.c (handle_display_prop): Ignore display specs after
12873 replacing one when string text is being replaced.
12874 (handle_single_display_spec): Pretend as if characters with display
12875 property haven't been consumed only when buffer text is being replaced.
12876
12877 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 * xfns.c (Fx_create_frame, Fx_display_list):
12880 * window.c (window_fixed_size_p, enlarge_window)
12881 (shrink_window_lowest_first):
12882 * macterm.c (init_font_name_table):
12883 * macfns.c (Fx_create_frame, Fx_display_list):
12884 * lread.c (close_load_descs):
12885 * keyboard.c (read_char_x_menu_prompt):
12886 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
12887 * coding.c (code_convert_region_unwind): Test the type of an object
12888 rather than just !NILP before extracting data from it.
12889
12890 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
12891
12892 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
12893 (XMISCANY): New macro.
12894 (XMISCTYPE): Use it.
12895 (struct Lisp_Misc_Any): New type.
12896 (union Lisp_Misc): Use it.
12897 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
12898 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
12899 (find_symbol_value, set_internal, default_value, Fset_default)
12900 (Fmake_variable_buffer_local, Fmake_local_variable)
12901 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
12902 (Flocal_variable_if_set_p, Fvariable_binding_locus):
12903 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
12904 * alloc.c (allocate_buffer): Set the size and tag.
12905 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
12906 Use XMISCANY.
12907 (die): Follow the GNU convention for error messages.
12908 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
12909 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
12910 tag any more.
12911 (set_buffer_internal_1):
12912 * frame.c (store_frame_param):
12913 * eval.c (specbind):
12914 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
12915
12916 * doc.c (Fsnarf_documentation): Simplify.
12917
12918 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
12919
12920 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
12921 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
12922
12923 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12924
12925 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
12926
12927 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
12928
12929 * eval.c (do_autoload): Don't save autoloads.
12930
12931 * data.c (Ffset): Save autoload of the function being set.
12932
12933 2007-10-07 John Paul Wallington <jpw@pobox.com>
12934
12935 * xfns.c (x_create_tip_frame): Set the `display-type' frame
12936 parameter before setting up faces.
12937
12938 2007-10-13 Eli Zaretskii <eliz@gnu.org>
12939
12940 * ccl.c (Fregister_code_conversion_map):
12941 * keyboard.c (append_tool_bar_item): Reformat last change.
12942
12943 * lisp.h (eabs): Rename from `abs'. All callers changed.
12944
12945 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
12946
12947 * buffer.c (add_overlay_mod_hooklist):
12948 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
12949 * fontset.c (make_fontset):
12950 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
12951 (append_tool_bar_item):
12952 * macmenu.c (grow_menu_items):
12953 * w32menu.c (grow_menu_items):
12954 * xmenu.c (grow_menu_items): Use larger_vector.
12955
12956 2007-10-13 Eli Zaretskii <eliz@gnu.org>
12957
12958 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
12959 selected frame'' on MSDOS).
12960
12961 2007-10-12 Martin Rudalics <rudalics@gmx.at>
12962
12963 * frame.c (Qexplicit_name): New variable.
12964 (x_report_frame_params): Report it in parameter alist.
12965 (syms_of_frame): Intern and staticpro it.
12966
12967 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
12968
12969 * macfns.c (x_create_tip_frame): Set terminal for frame.
12970
12971 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * frame.c (Qenvironment): Remove.
12974 (syms_of_frame) <Qenvironment>: Don't initialize.
12975 (Fdelete_frame): Don't treat the `environment' param specially.
12976 * frame.h (Qenvironment): Don't declare.
12977 * callproc.c (set_initial_environment): Don't set unused frame param.
12978
12979 * frame.c (Fframe_with_environment): Remove.
12980 (syms_of_frame) <Sframe_with_environment>: Don't declare.
12981
12982 * lisp.h (Fframe_with_environment): Don't declare.
12983
12984 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
12985
12986 * indent.c (indent_tabs_mode, last_known_column)
12987 (last_known_column_modified): Make static.
12988 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
12989
12990 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
12991
12992 * puresize.h (BASE_PURESIZE): Increase to 1170000.
12993
12994 2007-10-09 Jason Rumney <jasonr@gnu.org>
12995
12996 * w32term.c (x_set_window_size): Disable code that attempts to tell
12997 Lisp code about a size change before it actually happens.
12998
12999 2007-10-09 Richard Stallman <rms@gnu.org>
13000
13001 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
13002 return HANDLED_RETURN.
13003
13004 2007-10-08 Martin Rudalics <rudalics@gmx.at>
13005
13006 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
13007 when there's an unread command event.
13008
13009 * frame.c (focus_follows_mouse): Move here from frame.el to allow
13010 window autoselection act appropriately when leaving selected frame.
13011 (syms_of_frame): Initialize focus_follows_mouse.
13012 * frame.h (focus_follows_mouse): Extern it.
13013 * macterm.c (XTread_socket): When focus_follows_mouse is nil
13014 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
13015 * msdos.c (dos_rawgetc): Likewise.
13016 * w32term.c (w32_read_socket): Likewise.
13017 * xterm.c (handle_one_xevent): Likewise.
13018 * xdisp.c (syms_of_xdisp): In doc-string of
13019 mouse-autoselect-window mention focus-follows-mouse.
13020
13021 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13022
13023 * macterm.c (mac_load_query_font): Fix missing return value.
13024 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
13025 Add BLOCK_INPUT.
13026
13027 2007-10-08 Richard Stallman <rms@gnu.org>
13028
13029 * xdisp.c (get_window_cursor_type): Implement documented behavior
13030 for cursor-in-non-selected-windows = t.
13031
13032 2007-10-08 Jason Rumney <jasonr@gnu.org>
13033
13034 * w32.c (w32_get_resource): Always close registry keys.
13035
13036 2007-10-08 Jason Rumney <jasonr@gnu.org>
13037
13038 * makefile.w32-in (LIBS): Add COMCTL32.
13039
13040 * w32fns.c (globals_of_w32fns): Init common controls.
13041
13042 2007-10-08 Richard Stallman <rms@gnu.org>
13043
13044 * image.c (our_memory_buffer): Rename from omfib_buffer.
13045
13046 2007-10-08 Richard Stallman <rms@gnu.org>
13047
13048 * buffer.c (Foverlays_at): Doc fix.
13049
13050 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
13051
13052 * fns.c (Fplist_put): Preserve uneven tail data.
13053
13054 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
13055
13056 * termhooks.h (enum event_kind): Remove trailing comma.
13057
13058 * frame.h (enum): Remove trailing comma.
13059
13060 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
13061
13062 * w32proc.c (delete_child): Don't terminate threads of zombies.
13063
13064 2007-10-08 Martin Rudalics <rudalics@gmx.at>
13065
13066 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
13067
13068 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
13069 last-repeatable-command.
13070 (init_kboard): Initialize Vlast_repeatable_command.
13071 (command_loop_1): Set it to real_this_command unless that was
13072 bound to an input event.
13073 (mark_kboards): Mark it.
13074
13075 2007-10-08 Richard Stallman <rms@gnu.org>
13076
13077 * eval.c (condition-case): Doc fix.
13078
13079 2007-10-08 Masatake YAMATO <jet@gyve.org>
13080
13081 * xfaces.c (tty_supports_face_attributes_p): Fix code
13082 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
13083 was copied and not edited.
13084
13085 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 Add new `input-decode-map' keymap and use it for terminal
13088 escape sequences.
13089 * keyboard.h (struct kboard): Add Vinput_decode_map.
13090 Remove Vlocal_key_translation_map.
13091 * keyboard.c (read_key_sequence): Add support for input-decode-map.
13092 (init_kboard): Init input-decode-map.
13093 Replace local-key-translation-map back with key-translation-map.
13094 (syms_of_keyboard): Declare input-decode-map.
13095 Remove local-key-translation-map. Update docstrings.
13096 (mark_kboards): Mark Vinput_decode_map.
13097 Don't mark Vlocal_key_translation_map.
13098 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
13099 Replace local-key-translation-map back with key-translation-map.
13100 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
13101 Bind in input-decode-map rather than function-key-map.
13102
13103 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
13104 This was made redundant by the previous introduction of XSETPVECTYPE.
13105
13106 2007-10-09 Richard Stallman <rms@gnu.org>
13107
13108 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
13109
13110 2007-09-29 Richard Stallman <rms@gnu.org>
13111
13112 * eval.c (internal_condition_case_2, internal_condition_case_1)
13113 (internal_condition_case): Reenable abort if x_catching_errors ()
13114 to see if that really happens and why.
13115
13116 2007-10-06 Andreas Schwab <schwab@suse.de>
13117
13118 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
13119
13120 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13121
13122 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
13123
13124 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
13127
13128 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * window.h (struct window):
13131 * window.c (struct save_window_data, struct saved_window):
13132 * termhooks.h (struct terminal):
13133 * process.h (struct Lisp_Process):
13134 * frame.h (struct frame):
13135 * buffer.h (struct buffer):
13136 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
13137 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
13138 The size field of (pseudo)vectors is now unsigned.
13139 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
13140
13141 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
13142 Turn `count' into an integer.
13143
13144 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
13145 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
13146 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
13147 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
13148 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
13149
13150 * alloc.c (allocate_pseudovector): New fun.
13151 (ALLOCATE_PSEUDOVECTOR): New macro.
13152 (allocate_window, allocate_terminal, allocate_frame)
13153 (allocate_process): Use it.
13154 (mark_vectorlike): New function.
13155 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
13156 (mark_terminals): Use it.
13157 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
13158 (Fmake_byte_code): Use XSETPVECTYPE.
13159
13160 * frame.c (Fframe_parameters): Minor simplification.
13161
13162 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
13163
13164 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
13165
13166 * buffer.c (Fget_buffer_create, init_buffer_once):
13167 * lread.c (defsubr):
13168 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
13169
13170 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
13171 defined differently in the m/*.h files.
13172 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
13173 (XSETPVECTYPE): New macro.
13174 (XSETPSEUDOVECTOR): Use it.
13175
13176 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
13177 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
13178
13179 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
13180 * lread.c (defvar_per_buffer):
13181 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
13182
13183 * window.c (candidate_window_p): Only consider as visible frames that
13184 are on the same terminal.
13185
13186 * m/ibms390x.h (MARKBIT): Remove unused macro.
13187
13188 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
13189
13190 * lread.c (Fload): Fix typo in docstring.
13191
13192 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
13193
13194 * floatfns.c (Fexpt): Manually check for overflows, so that a power
13195 of a non-zero value can't yield zero.
13196
13197 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * term.c (term_clear_mouse_face, term_mouse_highlight)
13200 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
13201
13202 * print.c (safe_debug_print): Use XHASH.
13203
13204 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
13205 Lisp elements such as tags.
13206 (XHASH): New macro.
13207 (EQ): Use it.
13208 (SREF, SSET, STRING_COPYIN): Use SDATA.
13209 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
13210
13211 * alloc.c (mark_terminal): Remove left-over declaration.
13212 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
13213 (allocate_vectorlike): Remove type argument. Adjust callers.
13214 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
13215 Only handle the one remaining MEM_TYPE_VECTORLIKE.
13216
13217 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
13218 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
13219 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
13220 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
13221 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
13222 Use them.
13223
13224 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
13225 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
13226 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
13227
13228 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
13229
13230 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
13231 loaded by default.
13232
13233 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
13236 on this tty.
13237 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
13238
13239 * term.c (mouse_face_window): Rename from Qmouse_face_window.
13240 Update all users.
13241 (handle_one_term_event): Use Gpm_DrawPointer.
13242 (Fgpm_mouse_start): Rename from Fterm_open_connection.
13243 Signal errors instead of returning nil. Always return nil.
13244 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
13245 Make it a noop if gpm-mouse was not activated.
13246 (syms_of_term): Update names.
13247
13248 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
13251 (init_sys_modes): Check that gpm_tty is the current tty.
13252
13253 * alloc.c (allocate_terminal): Set the vector size to only count the
13254 lisp fields. Initialize those to nil.
13255 (mark_object): Don't treat terminals specially.
13256 (mark_terminal): Remove.
13257 (mark_terminals): Use mark_object instead.
13258
13259 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
13260 the GC to the beginning.
13261
13262 * indent.h:
13263 * indent.c: Use EMACS_INT for ints coming from Elisp data.
13264
13265 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
13266
13267 2007-09-25 Jason Rumney <jasonr@gnu.org>
13268
13269 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
13270
13271 * w32console.c (create_w32cons_output): Remove.
13272
13273 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
13274
13275 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
13276 (reset_sys_modes): Use reset_terminal_modes_hook.
13277
13278 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * eval.c (do_autoload): Don't output any message.
13281
13282 2007-09-24 Juri Linkov <juri@jurta.org>
13283
13284 * emacs.c (standard_args): Change priority of "--no-splash"
13285 from 40 to 3. Add "--no-desktop" with the same priority.
13286
13287 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
13288
13289 * alloc.c (gc_sweep): Check cons cell mark bits word by word
13290 and optimize the case where they are all 1.
13291
13292 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
13293
13294 * lisp.h (abs): Define if not defined.
13295 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
13296 Don't define `abs', since it's defined in lisp.h.
13297
13298 2007-09-22 Eli Zaretskii <eliz@gnu.org>
13299
13300 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
13301 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
13302 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
13303 (init_tty): Use DEV_TTY instead of "/dev/tty".
13304 [WINDOWSNT]: No need to protect from NAME arg being null.
13305
13306 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13307
13308 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
13309 up the tty state.
13310
13311 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13312
13313 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
13314 (gpm_tty): Change its type.
13315 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
13316 (gpm_tty): Change its type and initialize it.
13317 (Fterm_open_connection): Check the frame is indeed a tty.
13318 Use the new gpm_tty.
13319 (Fterm_close_connection): Use the new gpm_tty.
13320 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
13321 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
13322
13323 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
13324
13325 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
13326 underline_color, to draw strike-through.
13327
13328 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13329
13330 * lisp.h (allocate_terminal): Declare.
13331
13332 * window.c (candidate_window_p): Consider frames that are being placed
13333 by the user as somewhere between visible and iconified.
13334 (window_loop): Prefer windows on the current frame.
13335 (Fselect_window): Move the use of select-frame to the beginning so we
13336 can just delegate all the work (it'll call us back anyway).
13337
13338 * frame.c (Qdisplay_environment_variable):
13339 * frame.h (Qdisplay_environment_variable): Delete.
13340
13341 * .gdbinit (xbacktrace): Print the arg's address rather than the value
13342 of the first arg, since that value may be a union.
13343
13344 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
13345 parameter rather than Qdisplay_environment_variable. If all else
13346 fails, look for DISPLAY in initial-environment.
13347
13348 2007-09-21 Glenn Morris <rgm@gnu.org>
13349
13350 * Makefile.in (emacstool): Remove target.
13351 (lisp, shortlisp): Remove termdev.elc.
13352
13353 2007-09-21 Markus Triska <markus.triska@gmx.at>
13354
13355 * xterm.c (x_delete_display): Compile session management conditionally.
13356
13357 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * callproc.c (getenv_internal_1): New function.
13360 (getenv_internal): Use it.
13361 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
13362
13363 * terminal.c (get_terminal): Don't accept ints to represent terminals.
13364 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
13365 (Fset_terminal_parameter): Work with dead terminals as well.
13366 (Fmodify_terminal_parameters): Remove.
13367
13368 * terminal.c (get_terminal): Handle terminals.
13369 Make sure the terminal returned is live.
13370 (create_terminal): Use allocate_terminal.
13371 (mark_terminals): Move to alloc.c.
13372 (delete_terminal): Use terminal->name as liveness status.
13373 NULL out fields after freeing their contents.
13374 Don't deallocate the object.
13375 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
13376 rather than an int.
13377 (Fterminal_live_p): Accept non-integer arguments.
13378 (Fterminal_list): Return terminal objects rather than an ints.
13379
13380 * alloc.c (enum mem_type): New member for `terminal' objects.
13381 (allocate_terminal): New function.
13382 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
13383 Handle terminals.
13384 (mark_terminal): New fun.
13385 (mark_terminals): Move from terminal.c.
13386
13387 * term.c (get_tty_terminal): Don't treat output_initial specially.
13388 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
13389 (delete_tty): Use terminal->name as liveness status.
13390
13391 * termhooks.h (struct terminal): Make it into a pseudovector.
13392 Remove `deleted' replaced by checking `name's nullness.
13393
13394 * print.c (print_object): Handle terminals.
13395
13396 * lisp.h (enum pvec_type): New `terminal' pseudovector.
13397 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
13398
13399 * frame.c (make_terminal_frame):
13400 * keyboard.c (tty_read_avail_input):
13401 * w32term.c (x_delete_terminal):
13402 * xfns.c (Fx_create_frame, x_create_tip_frame):
13403 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
13404
13405 2007-09-20 Glenn Morris <rgm@gnu.org>
13406
13407 * process.c (Fmake_network_process): Doc fix.
13408
13409 2007-09-19 Jason Rumney <jasonr@gnu.org>
13410
13411 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
13412
13413 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
13414
13415 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
13416 Fix a C warning regarding variable constness.
13417
13418 * xterm.c (handle_one_xevent): Fix a C warning.
13419
13420 2007-09-18 Jason Rumney <jasonr@gnu.org>
13421
13422 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
13423
13424 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
13425
13426 * gtkutil.c (gdpy_def): New variable.
13427 (xg_initialize): Initialize gdpy_def.
13428 (xg_display_close): If no other display exists, set gdpy_def to a
13429 new connection.
13430
13431 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
13432
13433 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
13434 when we have no file name for the icon.
13435 (xg_tool_bar_expose_callback): Remove.
13436 (xg_create_tool_bar): Don't connect expose signal to
13437 xg_tool_bar_expose_callback.
13438 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
13439
13440 2007-09-16 Andreas Schwab <schwab@suse.de>
13441
13442 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
13443 values instead of zapping them.
13444
13445 2007-09-14 Glenn Morris <rgm@gnu.org>
13446
13447 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
13448 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
13449 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
13450 scope and rename to omfib_buffer for clarity.
13451 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
13452
13453 2007-09-14 Kenichi Handa <handa@m17n.org>
13454
13455 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
13456
13457 2007-09-13 Jason Rumney <jasonr@gnu.org>
13458
13459 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
13460
13461 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
13462
13463 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
13464 (mac_term_init): Call here instead, passing rif.
13465
13466 2007-09-13 Glenn Morris <rgm@gnu.org>
13467
13468 * s/hpux.h: No longer define `static' as nothing.
13469
13470 2007-09-13 Johan Bockgård <bojohan@gnu.org>
13471
13472 * callint.c (Fcall_interactively): Remove unused var `fun'.
13473
13474 2007-09-12 Romain Francoise <romain@orebokech.com>
13475
13476 * window.c (prefer_window_split_horizontally, display_buffer):
13477 Revert 2007-09-08 change.
13478
13479 2007-09-12 Glenn Morris <rgm@gnu.org>
13480
13481 * alloca.c: Remove file.
13482 * Makefile.in (alloca): Do not undef.
13483 (allocaobj, alloca.o): Remove.
13484 (otherobj): Remove allocaobj.
13485 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
13486 * regex.c (C_ALLOCA): Remove all references and code that was only
13487 used when this was defined.
13488 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
13489 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
13490 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
13491
13492 * Makefile.in (SOURCES, unlock, relock): Delete.
13493
13494 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
13495 (menu_grab_callback): All uses changed.
13496
13497 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
13498 (x_reply_selection_request): All uses changed.
13499
13500 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * lread.c (load_warn_old_style_backquotes): Change message to look
13503 better when it appears in the middle of byte-compiler messages.
13504
13505 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
13506
13507 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
13508
13509 * xterm.c (x_create_terminal): Add comment.
13510
13511 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
13512
13513 2007-09-10 Richard Stallman <rms@gnu.org>
13514
13515 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
13516
13517 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
13518
13519 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
13520 (DEFUN): Document `intspec', use it instead of `prompt'.
13521
13522 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
13523
13524 * data.c (Finteractive_form): If the interactive specification starts
13525 with a `(', use it as a Lisp form.
13526
13527 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
13528 name and file modes.
13529
13530 * callint.c (Fcall_interactively): Comment fixes.
13531
13532 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
13535 and compiled functions.
13536
13537 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
13538
13539 * window.c (prefer_window_split_horizontally): New variable.
13540 (display_buffer): Consider splitting window horizontally depending
13541 on prefer_window_split_horizontally.
13542
13543 2007-09-08 Eli Zaretskii <eliz@gnu.org>
13544
13545 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
13546
13547 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13548
13549 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
13550
13551 * frame.c (x_set_frame_parameters): Check number is positive before
13552 using XFASTINT.
13553
13554 * window.c (freeze_window_start): Don't presume selected_window holds
13555 a window object.
13556 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
13557
13558 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
13559
13560 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
13561
13562 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * window.c (Vsplit_window_preferred_function): New var.
13565 (Fdisplay_buffer): Use it.
13566 (syms_of_window): Export, and initialize it.
13567
13568 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
13569
13570 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
13571
13572 2007-09-06 Glenn Morris <rgm@gnu.org>
13573
13574 * gtkutil.c (menu_grab_callback) <cnt>:
13575 * xselect.c (x_reply_selection_request) <cnt>: Move static
13576 variable to file scope.
13577
13578 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
13581 consistent values of selected_frame and selected_window.
13582
13583 2007-09-04 Jason Rumney <jasonr@gnu.org>
13584
13585 * w32console.c (initialize_w32_display): Zero unused hooks.
13586
13587 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13588
13589 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
13590 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
13591
13592 2007-09-04 Jason Rumney <jasonr@gnu.org>
13593
13594 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
13595 in w32console.c. Set up input. Remove XXX comments that have been
13596 confirmed as correct.
13597
13598 * s/ms-w32.h (MULTI_KBOARD): Define.
13599
13600 * w32console.c (one_and_only_w32cons): Remove.
13601 (initialize_w32_display): Take terminal argument.
13602
13603 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
13604 initialize_w32_display.
13605 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
13606
13607 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
13608
13609 * keyboard.c (discard_mouse_events): Discard it.
13610 (make_lispy_event): Translate it to a lisp event.
13611 (lispy_wheel_names): Add wheel-left and right events.
13612 (syms_of_keyboard): Enlarge wheel_syms.
13613
13614 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
13615 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
13616
13617 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
13618
13619 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
13620 from WM_MOUSEHWHEEL.
13621 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
13622
13623 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
13624 terminal.
13625
13626 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
13627 keyboard for the terminal.
13628
13629 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13630
13631 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
13632 (Vresume_tty_hook): Rename from Vresume_tty_functions.
13633 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
13634 and resume-tty-function to resume-tty-hook.
13635 (Fsuspend_tty, Fresume_tty): Use new names.
13636
13637 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
13638
13639 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
13640 if it starts with "n:".
13641
13642 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
13643
13644 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
13645
13646 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * frame.h:
13649 * frame.c (Qterm_environment_variable): Remove.
13650 (syms_of_frame): Don't init and staticpro it.
13651
13652 * callproc.c (getenv_internal): Remove special case for $TERM.
13653
13654 * callproc.c (Vinitial_environment): New variable.
13655 (set_initial_environment): Initialize it.
13656 (syms_of_callproc): Declare it.
13657 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
13658 TERM under which a process runs is never related to the TERM in which
13659 Emacs is running.
13660
13661 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13662
13663 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
13664 * s/darwin.h: ... do it here.
13665
13666 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13667
13668 * lisp.h (set_initial_environment): Rename from set_global_environment.
13669
13670 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
13671 removed by mistake on the multi-tty branch.
13672
13673 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
13674 (Fmodify_frame_parameters): Return a value.
13675
13676 * image.c (png_load): Comment-out var only used in commented-out code.
13677
13678 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
13679 before passing it to mark_object.
13680
13681 * xfaces.c (internal_resolve_face_name): Return a value.
13682 (internal_resolve_face_name, resolve_face_name_error): Comment out.
13683
13684 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
13685 (x_icon): Comment-out var only used in commented-out code.
13686
13687 2007-08-29 Romain Francoise <romain@orebokech.com>
13688
13689 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
13690 QUIT hasn't been provided.
13691
13692 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13693
13694 * callproc.c (child_setup, getenv_internal): Use the
13695 display-environment-variable and term-environment-variable frame params.
13696 (set_initial_environment): Initialise Vprocess_environment.
13697
13698 * config.in: Disable multi-keyboard support on a mac.
13699
13700 * frame.c (Qterm_environment_variable)
13701 (Qdisplay_environment_variable): New variables.
13702 (syms_of_frame): Intern and staticpro them.
13703 (Fmake_terminal_frame): Disable output method test.
13704
13705 * frame.h: Declare them here.
13706
13707 * macfns.c (x_set_mouse_color): Get rif from the frame.
13708 (x_set_tool_bar_lines): Don't use updating_frame.
13709 (mac_window): Add 2 new parameters for consistency with other systems.
13710 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
13711 frame parameters following what is done in X11 and w32. Don't use
13712 FRAME_MAC_DISPLAY_INFO.
13713 (Fx_open_connection, start_hourglass): Remove window-system check.
13714 (x_create_tip_frame): Get the keyboard from the terminal.
13715
13716 * macmenu.c: Reorder includes.
13717 (Fx_popup_menu): Use terminal specific mouse_position_hook.
13718
13719 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
13720 terminal parameter.
13721 (x_clear_frame): Add a frame parameter.
13722 (note_mouse_movement): Get rif from the frame.
13723 (mac_term_init): Initialize the terminal.
13724 (mac_initialize): Make static and move terminal initialization ...
13725 (mac_create_terminal): ... to this new function.
13726
13727 * macterm.h (struct mac_display_info): Add terminal.
13728 (mac_initialize): Delete declaration.
13729
13730 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
13731
13732 * sysdep.c: Comment out text after #endif.
13733
13734 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
13735 is defined. Better initialize ttys in windows. Use terminal
13736 specific mouse_position_hook.
13737
13738 * termhooks.h (union display_info): Add mac_display_info.
13739
13740 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
13741 Set the default minibuffer frame, window_system and the rest of the
13742 frame parameters following what is done in X11.
13743
13744 * w32term.c (w32_initialize): Make static.
13745
13746 * xselect.c (x_handle_selection_clear): Only access
13747 terminal->kboard when MULTI_KBOARD is defined.
13748
13749 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
13750 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
13751
13752 2007-08-29 Jason Rumney <jasonr@gnu.org>
13753
13754 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
13755 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
13756
13757 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
13758 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
13759
13760 * keyboard.c (restore_kboard_configuration): Only define when
13761 MULTI_KBOARD defined.
13762
13763 * makefile.w32-in: Update dependancies from Makefile.in.
13764 (OBJ1): Add terminal.$(O)
13765
13766 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
13767 Don't define function body.
13768 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
13769
13770 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
13771
13772 * w32.c (request_sigio, unrequest_sigio): Remove.
13773
13774 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
13775 (w32con_clear_frame, w32con_clear_end_of_line)
13776 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
13777 (w32con_delete_glyphs, w32con_set_terminal_window)
13778 (scroll_line, w32_sys_ring_bell): Add frame arg.
13779 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
13780 Add terminal arg.
13781 (PICK_FRAME): Remove.
13782 (w32con_write_glyphs): Use frame specific terminal coding.
13783 (one_and_only_w32cons): New global variable.
13784 (initialize_w32_display): Use it for storing hooks.
13785 (create_w32cons_output): New function.
13786
13787 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
13788 arg a frame.
13789
13790 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
13791 Set window_system.
13792 (x_set_tool_bar_lines): Don't use updating_frame.
13793 (Fx_create_frame): Set terminal and ref count.
13794 (Fx_open_connection): Remove window-system check.
13795
13796 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
13797
13798 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
13799 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
13800 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
13801 Add frame arg.
13802 (x_delete_terminal, w32_create_terminal): New functions.
13803 (w32_term_init): Create a terminal.
13804 (w32_initialize): Move terminal specific initialization to
13805 w32_create_terminal.
13806
13807 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
13808 (w32_clear_rect, w32_clear_area): Use background from frame.
13809 (w32_display_info): Add terminal.
13810 (w32_sys_ring_bell, x_delete_display): Declare here.
13811
13812 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
13813
13814 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
13815
13816 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
13817
13818 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
13819 Fix get_named_tty calls for the controlling tty.
13820
13821 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13822
13823 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
13824
13825 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
13826
13827 * term.c (tty_insert_glyphs): Add missing first parameter.
13828
13829 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
13830
13831 * buffer.c (Fbuffer_list, Fbury_buffer):
13832 Take frame->buried_buffer_list into account.
13833
13834 * cm.c (current_tty): New variable, for cmputc().
13835 (cmputc): Use it.
13836 (cmcheckmagic): Add tty parameter, look up terminal streams there.
13837 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
13838 (cmgoto): Add tty parameter. Pass it on to calccost().
13839 Use emacs_tputs() instead of tputs().
13840
13841 * cm.h (emacs_tputs): New macro to set current_tty, and then call
13842 tputs().
13843 (current_tty): New variable, for cmputc().
13844 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
13845
13846 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
13847 (internal_condition_case, internal_condition_case_1)
13848 (internal_condition_case_2): Don't abort when x_catching_errors.
13849
13850 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
13851 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
13852 prevent crashes caused by bogus longjmps in read_char.
13853
13854 * keymap.h (Fset_keymap_parent): Add EXFUN.
13855
13856 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
13857 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
13858 Remove redundant definition.
13859
13860 * macfns.c (x_set_mouse_color, x_make_gc):
13861 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13862
13863 * w32term.c (x_free_frame_resources):
13864 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13865 (w32_initialize): Use the accessor macros for terminal characteristics.
13866
13867 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
13868 Use the accessor macros for terminal characteristics.
13869 * msdos.c (internal_terminal_init): Use the accessor macros for
13870 terminal characteristics.
13871 (ScreenVisualBell, internal_terminal_init):
13872 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13873
13874 * termopts.h (no_redraw_on_reenter): Declare.
13875
13876 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
13877 (mark_terminals, mark_ttys): Declare.
13878 (Fgarbage_collect): Call them.
13879 (mark_object): Mark buried_buffer_list.
13880
13881 * prefix-args.c: Include stdlib.h for exit.
13882
13883 * syssignal.h: Add comment.
13884
13885 * indent.c: Include stdio.h.
13886
13887 * window.h (Vinitial_window_system): Declare.
13888 (Vwindow_system): Delete declaration.
13889
13890 * fontset.c (Finternal_char_font): Use FRAME_RIF.
13891
13892 * image.c (lookup_image): Don't initialize `c' until the xasserts
13893 have been run.
13894
13895 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
13896 FRAME_FOREGROUND_PIXEL.
13897
13898 * print.c (print_preprocess): Don't lose print_depth levels while
13899 iterating.
13900
13901 * widget.c (update_from_various_frame_slots):
13902 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13903
13904 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
13905 frames.
13906 (window_internal_height): Remove bogus make_number call.
13907 (init_window_once): Call make_terminal_frame with two zero parameters.
13908
13909 * fileio.c (Fread_file_name): Update comment.
13910
13911 * callint.c (Fcall_interactively):
13912 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
13913 Make sure it is correctly unwound.
13914
13915 * xsmfns.c (x_session_close): New function.
13916
13917 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
13918 Delete declarations.
13919
13920 * xterm.h: Remove declaration for x_fully_uncatch_errors.
13921 (x_output): Remove background_pixel and foreground_pixel fields.
13922 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
13923 (x_delete_device, x_session_close): Declare.
13924
13925 * lread.c: Include setjmp.h. Update declaration of `read_char'.
13926 (read_filtered_event): Call `read_char' with a local
13927 `wrong_kboard_jmpbuf'.
13928
13929 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
13930 Don't call single_kboard_state. Use FRAME_RIF.
13931
13932 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
13933 systems.
13934
13935 * lisp.h (set_process_environment): Rename to `set_global_environment'.
13936 (Fframe_with_environment, Fset_input_meta_mode)
13937 (Fset_quit_char): EXFUN.
13938 (x_create_device, tty_output, terminal, tty_display_info): Declare.
13939 (init_sys_modes, reset_sys_modes): Update prototypes.
13940 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
13941
13942 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
13943 Vlocal_key_translation_map, and Vkeyboard_translate_table.
13944 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
13945 Delete declarations.
13946 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
13947 (temporarily_switch_to_single_kboard, tty_read_avail_input):
13948 New declarations.
13949
13950 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
13951 already does that during init_display(). Call syms_of_keymap
13952 before syms_of_keyboard. Call `syms_of_terminal'.
13953 Call set_initial_environment, not set_process_environment.
13954 (shut_down_emacs): Call reset_all_sys_modes() instead of
13955 reset_sys_modes().
13956
13957 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
13958 (internal_resolve_face_name, resolve_face_name_error): New functions.
13959 (resolve_face_name): Protect against loops and errors thrown by Fget.
13960 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
13961 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
13962
13963 * scroll.c: Replace CURTTY() with local variables throughout the
13964 file (where applicable).
13965 (calculate_scrolling, calculate_direct_scrolling)
13966 (scrolling_1, scroll_cost): Use the accessor macros for terminal
13967 characteristics.
13968
13969 * keymap.c (Vfunction_key_map): Remove.
13970 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
13971 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
13972 (Vkey_translation_map): Remove.
13973 (syms_of_keymap): Remove DEFVAR for key-translation-map.
13974 (Fdescribe_buffer_bindings)
13975 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
13976 Update for terminal-local key-translation-map.
13977
13978 * Makefile.in (callproc.o): Update dependencies.
13979 (lisp, shortlisp): Add termdev.elc.
13980 (obj): Add terminal.o.
13981 (terminal.o): Add dependencies.
13982 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
13983 (data.o, fns.o): Add termhooks.h dependency.
13984 (SOME_MACHINE_LISP): Add dnd.elc.
13985 (minibuf.o): Fix typo.
13986 Update dependencies.
13987
13988 * data.c (do_symval_forwarding, store_symval_forwarding)
13989 (find_symbol_value): Use the selected frame's keyboard, not
13990 current_kboard.
13991
13992 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
13993 Vwindow_system.
13994
13995 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
13996 Fmenu_bar_open.
13997 (syms_of_xmenu): Update defsubr.
13998 (mouse_position_for_popup, Fx_popup_menu)
13999 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
14000 (set_frame_menubar, free_frame_menubar)
14001 (create_and_show_popup_menu, xmenu_show, )
14002 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
14003 an X frame.
14004
14005 * xselect.c (x_own_selection): Abort if not an X frame.
14006 (some_frame_on_display): Check if it is an X frame.
14007 (x_handle_selection_clear): Deal with MULTI_KBOARD.
14008
14009 * coding.c: Include frame.h and termhooks.h.
14010 (terminal_coding, keyboard_coding): Delete.
14011 (Fset_terminal_coding_system_internal)
14012 (Fset_keyboard_coding_system_internal)
14013 (Fkeyboard_coding_system)
14014 (Fterminal_coding_system): Add a terminal parameter.
14015 Get terminal_coding from the terminal.
14016 (init_coding_once): Don't call setup_coding_system here.
14017
14018 * dispextern.h (set_scroll_region, turn_off_insert)
14019 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
14020 (tty_clear_end_of_line, tty_setup_colors)
14021 (delete_tty, updating_frame)
14022 (produce_special_glyphs, produce_glyphs, write_glyphs)
14023 (insert_glyphs): Remove.
14024 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
14025 (tty_turn_off_highlight, get_tty_size): Add declaration.
14026 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
14027
14028 * frame.h (enum output_method): Add output_initial.
14029 (struct x_output): Delete.
14030 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
14031 Access foreground_pixel and background_pixel directly from the frame.
14032 (tty_display): Delete.
14033 (struct frame): Add buried_buffer_list, foreground_pixel,
14034 background_pixel and terminal. Delete kboard.
14035 (union output_data): Add tty.
14036 (FRAME_KBOARD): Get the kboard from the terminal.
14037 (FRAME_INITIAL_P): New macro.
14038 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
14039 (Qterm_environment_variable, Qdisplay_environment_variable)
14040 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
14041 New declarations.
14042
14043 * termchar.h (tty_output, tty_display_info): New structures.
14044 (tty_list): Declare.
14045 (FRAME_TTY, CURTTY): New macros.
14046 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
14047 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
14048 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
14049 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
14050
14051 * callproc.c: Include frame.h and termhooks.h, for terminal
14052 parameters.
14053 (add_env): New function.
14054 (child_setup): Use it.
14055 (child_setup, getenv_internal): Handle the new Vprocess_environment.
14056 (getenv_internal): Fix get_terminal_param call.
14057 (Fgetenv_internal, egetenv): Update doc.
14058 (syms_of_callproc): Initialize Vprocess_environment to nil.
14059 Register and initialize them. Remove obsolete defvars. Update doc
14060 strings.
14061 (child_setup): Handle Vlocal_environment_variables.
14062 (getenv_internal): Add terminal parameter.
14063 Handle Vlocal_environment_variables.
14064 (Fgetenv_internal): Add terminal parameter.
14065 (child_setup, getenv_internal, Fgetenv_internal): Store the local
14066 environment in a frame (not terminal) parameter. Update doc strings.
14067 (set_initial_environment): Rename from set_global_environment.
14068 Store Emacs environment in initial frame parameter.
14069
14070 * xdisp.c (redisplay_internal): Update references to
14071 `previous_terminal_frame'.
14072 (display_mode_line, Fformat_mode_line): Replace calls to
14073 `push_frame_kboard' with `push_kboard'.
14074 (get_glyph_string_clip_rects): Add extra parentheses and
14075 braces to prevent compiler warnings.
14076 (calc_pixel_width_or_height): Add xassert to check that the
14077 frame is alive. Don't call `lookup_image' on a termcap frame.
14078 (message2_nolog, message3_nolog, redisplay_internal)
14079 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
14080 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
14081 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
14082 (Fx_display_pixel_width, Fx_display_pixel_height)
14083 (Fx_display_planes, Fx_display_color_cells)
14084 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
14085 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
14086 (Fx_display_backing_store, Fx_display_visual_class)
14087 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
14088 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
14089
14090 * xfns.c (x_set_foreground_color x_set_background_color)
14091 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
14092 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
14093 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
14094 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
14095 terminal that is being deleted.
14096 (Fx_create_frame): Use `store_frame_param' to set `window-system'
14097 frame parameter, and make sure it overrides any user-supplied setting.
14098 (Fx_close_connection, Fx_synchronize): Unify argument names with
14099 the rest of the DEFUNs.
14100
14101 * dispnew.c (Fsend_string_to_terminal): Update call to
14102 `get_tty_terminal'.
14103 (Fredraw_frame, Fsend_string_to_terminal)
14104 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
14105 FRAME_TERMCAP_P and FRAME_TTY.
14106 (window_change_signal): Don't believe width/height values that are
14107 impossibly small.
14108 (Vinitial_window_system): Rename from Vwindow_system.
14109 (termscript, Wcm, rif): Delete.
14110
14111 * termhooks.h (struct terminal): New struct containing the
14112 previously global text display hooks and new members NAME,
14113 DELETED and PARAM_ALIST.
14114 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
14115 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
14116 (FRAME_RIF): New macros.
14117 (get_terminal_param, get_device): New declarations.
14118 (termscript): Delete declaration.
14119
14120 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
14121 (XTflash, x_free_frame_resources, x_scroll_bar_create)
14122 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
14123 FRAME_FOREGROUND_PIXEL.
14124 (x_fully_uncatch_errors): Disable definition.
14125 (x_scroll_bar_expose): Fix reference to foreground pixel.
14126 (XTread_socket): Disable loop on all X displays.
14127 (x_delete_terminal): Don't set terminal->deleted and let
14128 delete_terminal delete the frames on the terminal.
14129 (x_delete_display): Doc update to reflect changes in
14130 delete_terminal.
14131 (x_display_info) <terminal>: Move member earlier in the struct.
14132 (deleting_tty): Remove old variable.
14133 (Fsuspend_tty): Call clear_tty_hooks.
14134 (Fresume_tty, init_tty): Call set_tty_hooks.
14135 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
14136 errors on X frames.
14137 (x_catch_errors_unwind): Abort if x_error_message is NULL.
14138 (handle_one_xevent): Initialize `f' to NULL.
14139 (x_delete_terminal, x_create_terminal): New functions.
14140 (XTset_terminal_modes, XTreset_terminal_modes)
14141 (XTread_socket, x_connection_closed, x_term_init)
14142 (x_term_init, x_delete_display): Add terminal parameter.
14143 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
14144 X connections.
14145
14146 * frame.c: Include termchar.h.
14147 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
14148 (Qwindow_system, Qenvironment, Qterm_environment_variable)
14149 (Qdisplay_environment_variable): New vars.
14150 (Fframep): Deal with output_initial.
14151 (Fframe-live-p): Doc fix.
14152 (Fwindow-system): New function.
14153 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
14154 (make_terminal_frame): Don't create frames on a terminal that is
14155 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
14156 (store_frame_param): Check for found_for_frame before calling XFRAME.
14157 (Fmake_terminal_frame): Handle NULL tty names correctly.
14158 (syms_of_frame): Enhance doc string of `default-frame-alist'.
14159 (Fdelete_frame): Remove unused variable `count'. Don't allow other
14160 frames to refer to a deleted frame in their 'environment parameter.
14161 (Fframe_with_environment): New function.
14162 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
14163 (get_future_frame_param): New function.
14164 (Fmake_terminal_frame): Use it.
14165 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
14166
14167 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
14168 * sysdep.c (reset_sys_modes): Update for renames.
14169
14170 * keyboard.c (tty_read_avail_input): New function.
14171 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
14172 (syms_of_keyboard): Defsubr them.
14173 (Fset_input_meta_mode, Fset_quit_char): New functions.
14174 (Fset_input_mode): Split to above functions.
14175 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
14176 parameter. Use it in call to `read_char'.
14177 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
14178 Set wrong_kboard_jmpbuf correctly in recursive calls.
14179 Use current_kboard to access Vkeyboard_translate_table.
14180 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
14181 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
14182 Update longjmp invocations. Remember the original current_kboard,
14183 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
14184 changes it. Comment out unnecessary calls to
14185 `record_single_kboard_state' and `any_kboard_state'.
14186 Update recursive calls.
14187 (wrong_kboard_jmpbuf): Remove global variable.
14188 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
14189 Handle deleted interrupted_kboards correctly; that is a legal
14190 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
14191 and read_char calls. Abort if interrupted_kboard died in read_char.
14192 (any_kboard_state, single_kboard_state)
14193 (push_frame_kboard): Remove function.
14194 (pop_kboard): Switch out of single_kboard mode if the kboard has
14195 been deleted. Remove unused variable. Help debugging by not
14196 changing current_kboard unnecessarily. Set current_kboard to the
14197 kboard of the selected frame when the stored kboard object has
14198 been deleted before pop_kboard.
14199 (temporarily_switch_to_single_kboard): Change first parameter to a
14200 frame pointer. Throw an error when caller wants to change kboards
14201 while in single_kboard mode. Don't push_kboard if we weren't in
14202 single kboard state. Don't pop_kboard if we popped into any
14203 kboard state.
14204 (restore_kboard_configuration): Abort if pop_kboard changed the
14205 kboard in single_kboard mode. Call pop_kboard only after setting
14206 up single_kboard mode.
14207 (Frecursive_edit): Switch to single_kboard mode only in nested
14208 command loops.
14209 (cmd_error, command_loop, command_loop_1, timer_check):
14210 Comment out unnecessary call to `any_kboard_state' and
14211 `record_single_kboard_state'.
14212 (delete_kboard): Exit single_kboard mode if we have just deleted
14213 that kboard. Use FRAME_KBOARD.
14214 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
14215 `fatal_error_signal'.
14216 (record_single_kboard_state): Don't push_kboard if we weren't in
14217 single kboard state. Don't pop_kboard if we popped into any
14218 kboard state.
14219 (push_frame_kboard): Rename to push_kboard.
14220 (kbd_buffer_get_event): Use FRAME_TERMINAL.
14221 (read_avail_input): Read input from all terminals.
14222 (mark_kboards): Also mark Vkeyboard_translate_table.
14223 (kbd_buffer_store_event_hold): Simplify condition.
14224 (read_key_sequence): Reinitialize fkey and keytran at each replay.
14225 (Vkeyboard_translate_table): Move to struct kboard.
14226 (init_kboard): Initialize Vkeyboard_translate_table.
14227 (syms_of_keyboard): Use DEFVAR_KBOARD to define
14228 Vkeyboard_translate_table. Update doc strings. Update docs of
14229 local-function-key-map and function-key-map.
14230
14231 * terminal.c: New file.
14232
14233 * term.c: Include errno.h.
14234 (Vring_bell_function, device_list, initial_device)
14235 (next_device_id, ring_bell, update_begin, update_end)
14236 (set_terminal_window, cursor_to, raw_cursor_to)
14237 (clear_to_end, clear_frame, clear_end_of_line)
14238 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
14239 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
14240 (syms_of_term): Move their initialization to terminal.c.
14241 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
14242 (Ftty_display_color_cells)
14243 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
14244 (clear_tty_hooks, set_tty_hooks)
14245 (init_tty, maybe_fatal): New functions.
14246 (Ftty_type): Return nil if terminal is not on a tty instead of
14247 throwing an error. Doc update.
14248 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
14249 Doc update. Initialize new subrs and variables.
14250 (delete_tty): Use terminal->deleted.
14251 (tty_set_terminal_modes): Rename from set_terminal_modes.
14252 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
14253 (set_scroll_region): Rename to `tty_set_scroll_region'.
14254 (turn_on_insert): Rename to `tty_turn_on_insert'.
14255 (turn_off_insert): Rename to `tty_turn_off_insert'.
14256 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
14257 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
14258 (toggle_highligh): Rename to `tty_toggle_highlight'.
14259 (background_highlight): Rename to `tty_background_highlight'.
14260 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
14261 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
14262 (tty_set_scroll_region, tty_background_highlight)
14263 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
14264 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
14265 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
14266 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
14267 Add static modifier.
14268 (tty_reset_terminal_modes, tty_set_terminal_window)
14269 (tty_set_scroll_region, tty_background_highlight)
14270 (tty_highlight_if_desired, tty_cursor_to)
14271 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
14272 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
14273 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
14274 renames.
14275
14276 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
14277
14278 * keyboard.c: Qrtl is new.
14279 (parse_tool_bar_item): Handle :rtl keyword.
14280 (syms_of_keyboard): Intern :rtl keyword.
14281
14282 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
14283
14284 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
14285 so no Lisp code is executed.
14286 (file_for_image, find_rtl_image): New functions.
14287 (xg_get_image_for_pixmap): Use file_for_image.
14288 (update_frame_tool_bar): If direction is RTL, use RTL image if
14289 defined. Use Gtk stock images if defined.
14290
14291 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14292
14293 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
14294 for nonexistent or zero-width glyph in composition glyph.
14295
14296 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14297
14298 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
14299
14300 * xdisp.c (Finvisible_p): New function.
14301 (syms_of_xdisp): defsubr it.
14302
14303 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
14304
14305 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
14306 Doc fixes.
14307
14308 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14309
14310 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
14311
14312 2007-08-24 Martin Rudalics <rudalics@gmx.at>
14313
14314 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
14315 whether decoding has modified buffer contents.
14316
14317 2007-08-24 Jason Rumney <jasonr@gnu.org>
14318
14319 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
14320 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
14321 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
14322 (init_svg_functions) [HAVE_NTGUI]: New function.
14323 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
14324 (svg_load_image): Use them.
14325 (svg_load_image) [HAVE_NTGUI]: Implement background.
14326
14327 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14328
14329 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
14330 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
14331 (LIBX): Remove @RSVG_LIBS@.
14332 (LIBES): Add $(RSVG_LIBS).
14333
14334 * image.c (svg_load_image): Blend with specified background if exists.
14335 Use IMAGE_BACKGROUND. Add Mac OS Support.
14336
14337 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
14338 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
14339 Remove macros.
14340 [MAC_OSX] (socket_callback): Do nothing.
14341 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
14342 ReceiveNextEvent.
14343 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
14344 socket_callback.
14345 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
14346
14347 2007-08-22 Glenn Morris <rgm@gnu.org>
14348
14349 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
14350
14351 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
14352
14353 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
14354
14355 * image.c: Add support for SVG images. Some additional comments
14356 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
14357 (svg_image_p): New function to test for SVG image.
14358 (svg_load): New function to load SVG image.
14359 (svg_load_image): New function, helper for svg_load.
14360 (Qsvg): New Lisp_object.
14361 (svg_keyword_index): New enum.
14362 (svg_format): New static `image_keyword' struct.
14363 (svg_type): New static `image_type' struct.
14364 (librsvg/rsvg.h): Include it.
14365
14366 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14367
14368 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
14369
14370 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14371
14372 * lread.c (Qold_style_backquotes): New var.
14373 (syms_of_lread): Init and staticpro it.
14374 (load_warn_old_style_backquotes): New fun.
14375 (Fload): Use them to warn about old style backquotes.
14376 (end_of_file_error, Fload): Remove unused vars.
14377
14378 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
14379
14380 * lread.c (Vold_style_backquotes): New var.
14381 (syms_of_lread): Init and export it to Elisp.
14382 (read1): Set it when we find an old-style (back)quote.
14383
14384 2007-08-22 Jason Rumney <jasonr@gnu.org>
14385
14386 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
14387
14388 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
14389
14390 * puresize.h (BASE_PURESIZE): Increase to 1140000.
14391
14392 2007-08-19 Richard Stallman <rms@gnu.org>
14393
14394 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
14395
14396 2007-08-19 Andreas Schwab <schwab@suse.de>
14397
14398 * alloc.c (pure): Round PURESIZE up.
14399
14400 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
14401
14402 * xterm.c (handle_one_xevent): Remove check that mouse click is in
14403 active frame.
14404
14405 2007-08-16 Richard Stallman <rms@gnu.org>
14406
14407 * eval.c (Fcommandp): Add parens to clarify.
14408
14409 * minibuf.c (Fall_completions): Use enum for type of table.
14410
14411 * emacs.c (USAGE2): Improve text.
14412
14413 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
14414
14415 * term.c (tty_default_color_capabilities): Declare static
14416 variables in file scope, to avoid HPUX compiler problem.
14417
14418 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
14419
14420 * gtkutil.c (update_frame_tool_bar): Use -1 as index
14421 to gtk_toolbar_insert.
14422
14423 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
14426
14427 * insdel.c (reset_var_on_error): New fun.
14428 (signal_before_change, signal_after_change):
14429 Use it to reset (after|before)-change-functions to nil in case of error.
14430 Bind inhibit-modification-hooks to t.
14431 Don't bind (after|before)-change-functions to nil while they run.
14432
14433 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14434
14435 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
14436 filling pixmap with stippled background.
14437
14438 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14439
14440 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
14441 Don't use invisible frame as parent window for repositioning.
14442
14443 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * print.c (new_backquote_output): Rename from old_backquote_output.
14446 (print): Inverse its logic (according to its name) so as to match the
14447 behavior of new_backquote_flag in lread.c.
14448
14449 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14450
14451 * gmalloc.c (posix_memalign): New function.
14452
14453 * macterm.c (frame_highlight, frame_unhighlight): Don't call
14454 ActivateControl/DeactivateControl here.
14455 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
14456 frame-notice-user-settings is non-nil.
14457 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
14458 for kEventParamFMFontStyle.
14459 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
14460 mac_pass_command_to_system and mac_pass_control_to_system here.
14461 (XTread_socket): Call ActivateControl/DeactivateControl here.
14462 (XTread_socket) [TARGET_API_MAC_CARBON]:
14463 Check mac_pass_command_to_system and mac_pass_control_to_system here.
14464 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
14465 for window repositioning.
14466
14467 2007-08-08 Glenn Morris <rgm@gnu.org>
14468
14469 * Replace `iff' in doc-strings and comments.
14470
14471 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
14472
14473 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
14474
14475 2007-08-07 Martin Rudalics <rudalics@gmx.at>
14476
14477 * fileio.c (Finsert_file_contents): Run format-decode and
14478 after_insert_file_functions on entire buffer when REPLACE is
14479 non-nil and inhibit modification_hooks and point_motion_hooks.
14480 For consistency, run after_insert_file_functions iff something
14481 got inserted. Move signal_after_change and update_compositions
14482 after code running after_insert_file_functions. Make sure that
14483 undo_list doesn't record intermediate steps of the decoding process.
14484
14485 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14486
14487 * emacs.c (main)
14488 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
14489 Call malloc_enable_thread on interactive startup.
14490
14491 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
14492 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
14493 [USE_PTHREAD]: Conditionalize with it.
14494 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
14495 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
14496 New functions.
14497
14498 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
14499
14500 * xdisp.c (redisplay_window): When restoring original buffer
14501 position, make sure it is still valid.
14502
14503 * image.c (png_load): Ignore png-supplied background color.
14504
14505 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14506
14507 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
14508 Use kCFAbsoluteTimeIntervalSince1970.
14509
14510 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
14511 New variable.
14512 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
14513 event loop should be quit.
14514 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
14515 Quit dialog event loop if quit_dialog_event_loop is set.
14516
14517 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
14518 (Selection): New typedef. Use instead of ScrapRef.
14519 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
14520 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
14521 (mac_clear_selection): Rename from clear_scrap.
14522 (get_flavor_type_from_symbol): New argument SEL and subsume function of
14523 scrap_has_target_type. All uses changed.
14524 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14525 (mac_selection_has_target_p): New functions.
14526 (mac_put_selection_value): Rename from put_scrap_string.
14527 (mac_get_selection_value): Rename from get_scrap_string.
14528 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
14529 (put_scrap_private_timestamp, scrap_has_target_type)
14530 (get_scrap_private_timestamp): Remove functions.
14531 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
14532 (x_own_selection, x_get_local_selection):
14533 Use mac_valid_selection_value_p.
14534 (x_own_selection): Don't use put_scrap_private_timestamp.
14535 Record OWNERSHIP-INFO into Vselection_alist instead.
14536 (x_get_local_selection): Don't check type if request is local.
14537 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
14538 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
14539
14540 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
14541
14542 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
14543 add comment explaining why.
14544
14545 2007-08-03 Richard Stallman <rms@gnu.org>
14546
14547 * fileio.c (Fvisited_file_modtime): Use make_time.
14548
14549 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
14550
14551 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
14552 build.
14553
14554 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
14557
14558 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
14559
14560 * puresize.h (BASE_PURESIZE): Increase to 1130000.
14561
14562 2007-07-30 Richard Stallman <rms@gnu.org>
14563
14564 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
14565
14566 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
14567
14568 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
14569
14570 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
14571
14572 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
14573 remote default-directory.
14574
14575 * buffer.c (mode-line-format): Update doc string.
14576
14577 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14578
14579 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
14580 scroll bar gap.
14581 (x_scroll_bar_create): Set bar->fringe_extended_p.
14582 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
14583 on frame edge. Check fringe background extension. Don't clear
14584 extended fringe background area.
14585
14586 * w32term.h (struct scroll_bar): New member fringe_extended_p.
14587 (w32_fill_area): Enclose multiple statements with do ... while (0).
14588
14589 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
14590 Extend fringe background to scroll bar gap.
14591 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
14592 Set bar->fringe_extended_p.
14593 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
14594 Put leftmost/rightmost scroll bars on frame edge. Check fringe
14595 background extension. Don't clear extended fringe background area.
14596
14597 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
14598 New member fringe_extended_p.
14599
14600 2007-07-25 Glenn Morris <rgm@gnu.org>
14601
14602 * Relicense all FSF files to GPLv3 or later.
14603
14604 * COPYING: Switch to GPLv3.
14605
14606 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
14607
14608 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
14609
14610 * data.c (Finteractive_form): Check for the presence of an
14611 `interactive-form' symbol property more thoroughly.
14612
14613 * data.c (Finteractive_form): Use an `interactive-form' property if
14614 present, analogous to the function-documentation property.
14615
14616 2007-07-24 Jason Rumney <jasonr@gnu.org>
14617
14618 * w32fns.c (x_real_positions): Get real position from OS instead of
14619 calculating it.
14620
14621 2007-07-23 Jason Rumney <jasonr@gnu.org>
14622
14623 * filelock.c (current_lock_owner): Allow for @ sign in username.
14624
14625 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
14626
14627 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
14628 remote default-directory.
14629
14630 * buffer.c (mode-line-format): Describe above case in doc string.
14631
14632 2007-07-20 Eli Zaretskii <eliz@gnu.org>
14633
14634 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
14635 Define if not defined.
14636
14637 2007-07-18 Jason Rumney <jasonr@gnu.org>
14638
14639 * w32proc.c (w32_executable_type): Handle 64 bit executables.
14640
14641 2007-07-18 Richard Stallman <rms@gnu.org>
14642
14643 * data.c (Fsetq_default): Doc fix.
14644
14645 * eval.c (Fsetq): Doc fix.
14646
14647 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
14648
14649 * coding.c (Ffind_operation_coding_system):
14650 * eval.c (For, Fand): Doc fixes.
14651 Reported by Johan Bockgård.
14652
14653 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
14654
14655 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
14656
14657 * xterm.h: Declare x_ewmh_activate_frame.
14658
14659 * xterm.c (x_ewmh_activate_frame): New function.
14660 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
14661
14662 2007-07-17 Martin Rudalics <rudalics@gmx.at>
14663
14664 * window.c (Fdisplay_buffer): If largest or LRU window is the
14665 only window, split it even if it is not eligible for splitting.
14666 This restores the original behavior broken by the 2007-07-15
14667 change.
14668
14669 2007-07-17 Glenn Morris <rgm@gnu.org>
14670
14671 * abbrev.c (abbrev_check_chars): New function.
14672 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
14673 Call abbrev_check_chars to check abbrev characters are word
14674 constituents. Doc fix.
14675
14676 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
14677
14678 * process.c (Fstart_process, Fmake_network_process)
14679 (read_process_output): Fix up last changes.
14680
14681 2007-07-16 Eli Zaretskii <eliz@gnu.org>
14682
14683 * makefile.w32-in (clean): Don't delete *~.
14684
14685 2007-07-16 Andreas Schwab <schwab@suse.de>
14686
14687 * window.c (Fdisplay_buffer): Use NILP.
14688 (Fset_window_scroll_bars): Likewise.
14689
14690 2007-07-15 Martin Rudalics <rudalics@gmx.at>
14691
14692 * window.c (window_min_size_2): New function.
14693 (window_min_size_1, size_window, Fdisplay_buffer)
14694 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
14695 windows without mode- or header-lines when window-min-height is
14696 too small.
14697 (size_window): Reset nodelete_p after testing it, following an
14698 earlier note by Kim F. Storm.
14699 (display_buffer): Do not set split_height_threshold to twice the
14700 value of window_min_height to avoid changing the value of a
14701 customizable variable. Rather explicitly check whether the
14702 height of the window that shall be splitted is at least as large
14703 as split_height_threshold.
14704 (Fwindow_full_width_p): New defun.
14705 (syms_of_window): Defsubr it.
14706
14707 * window.h: Add EXFUN for Fwindow_full_width_p.
14708
14709 2007-07-14 Jason Rumney <jasonr@gnu.org>
14710
14711 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
14712
14713 2007-07-14 Richard Stallman <rms@gnu.org>
14714
14715 * eval.c (maybe_call_debugger): New function.
14716 (find_handler_clause): Use maybe_call_debugger.
14717 Call it when the handler says `debug'.
14718 Eliminate DEBUGGER_VALUE_PTR.
14719 (Fsignal): Eliminate debugger_value.
14720 (Qdebug): New variable.
14721 (syms_of_eval): Initialize it.
14722
14723 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
14724
14725 * eval.c (Fprogn):
14726 * keyboard.c (Ftrack_mouse):
14727 * print.c (Fwith_output_to_temp_buffer):
14728 * window.c (Fsave_window_excursion): Doc fix.
14729
14730 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14731
14732 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
14733
14734 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * process.h (struct Lisp_Process): Turn slots infd, outfd,
14737 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
14738 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
14739 read_output_delay, and read_output_skip from Lisp_Objects to ints.
14740 Remove unused encoding_carryover.
14741 * process.c: Adjust all functions accordingly.
14742
14743 2007-07-12 Richard Stallman <rms@gnu.org>
14744
14745 * term.c: Include unistd.h only if HAVE_UNISTD_H.
14746
14747 2007-07-11 Jason Rumney <jasonr@gnu.org>
14748
14749 * makefile.w32-in (LIBS): Include OLE32.
14750
14751 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
14752 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
14753
14754 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
14755
14756 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
14757 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
14758 from a Lisp_Object into a bare pointer.
14759 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14760 Adjust the code correspondingly.
14761
14762 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
14763
14764 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
14765 (term_show_mouse_face): Remove unused var `j'.
14766 (handle_one_term_event): Remove unused vars `i' and `j'.
14767 Don't cast return value of ttyname since it's not necessary.
14768
14769 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
14770
14771 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
14772 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
14773
14774 * fns.c (map_char_table): Use an array of int for `indices' rather than
14775 an array of Lisp_Objects (which are only ever integers anyway).
14776 (Fmap_char_table): Update caller.
14777 * lisp.h: Update prototype.
14778 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
14779 * fontset.c (Ffontset_info):
14780 * casetab.c (set_case_table): Update callers.
14781
14782 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
14783
14784 * keymap.c (struct accessible_keymaps_data)
14785 (struct where_is_internal_data): New structures.
14786 (accessible_keymaps_1, where_is_internal_1): Use them to change
14787 interface to adhere to the one used by map_keymap.
14788 (Faccessible_keymaps, where_is_internal): Use map_keymap.
14789 (accessible_keymaps_char_table, where_is_internal_2): Remove.
14790
14791 * keymap.h (map_keymap_function_t): More informative prototype.
14792
14793 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
14794
14795 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
14796 (looking_at_1): Don't change search_regs and last_thing_searched
14797 if `inhibit-changing-match-data' is non-nil.
14798 (string_match_1, search_buffer, set_search_regs): Likewise.
14799 (syms_of_search): Add Lisp level definition for
14800 `inhibit-changing-match-data' and set it to nil.
14801 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
14802 start and end of the match, instead of using values in search_regs.
14803
14804 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14805
14806 * minibuf.c (Fcompleting_read): New value `confirm-only'
14807 for `require-match'.
14808
14809 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
14810
14811 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
14812 part of the 2007-06-27 change to syms_of_fileio.
14813
14814 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14815
14816 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
14817 Check WINDOWP before using XWINDOW. Consolidate return statements.
14818
14819 2007-06-27 Richard Stallman <rms@gnu.org>
14820
14821 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
14822
14823 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
14824
14825 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
14826
14827 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14828
14829 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
14830 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
14831 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
14832 (_free_internal, memalign): Use them.
14833 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
14834 Initialize to PTHREAD_MUTEX_INITIALIZER.
14835 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
14836 (morecore_nolock): Rename from morecore. All uses changed.
14837 Use only nolock versions of internal allocation functions.
14838 (_malloc_internal_nolock, _realloc_internal_nolock)
14839 (_free_internal_nolock): New functions created from
14840 _malloc_internal, _realloc_internal, and _free_internal.
14841 (_malloc_internal, _realloc_internal, _free_internal): Use them.
14842 Copy hook value to automatic variable before its use.
14843 (memalign): Copy hook value to automatic variable before its use.
14844
14845 2007-06-26 Kenichi Handa <handa@m17n.org>
14846
14847 * coding.c (Ffind_operation_coding_system): Docstring improved.
14848 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
14849
14850 2007-06-25 David Kastrup <dak@gnu.org>
14851
14852 * keymap.c (Fcurrent_active_maps): Add `position' argument.
14853 (Fwhere_is_internal): Adjust call to `current-active-maps' to
14854 cater for additional parameter.
14855
14856 * keymap.h: Adjust number of parameters to `current-active-maps'.
14857
14858 * doc.c (Fsubstitute_command_keys): Adjust call of
14859 `current-active-maps'.
14860
14861 2007-06-25 David Kastrup <dak@gnu.org>
14862
14863 * callint.c (Fcall_interactively): Make the parsing of interactive
14864 specs somewhat more readable.
14865
14866 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14867
14868 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
14869 to scroll bar gap also when bitmap fills fringe. Draw only foreground
14870 if extended background has already been filled.
14871
14872 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14873
14874 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
14875 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
14876
14877 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
14878 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
14879 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
14880 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
14881 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
14882 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
14883 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
14884 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
14885 Run timers during dialog popup.
14886 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
14887
14888 2007-06-21 Jason Rumney <jasonr@gnu.org>
14889
14890 * image.c (convert_mono_to_color_image): Swap fore and background.
14891
14892 2007-06-20 Jason Rumney <jasonr@gnu.org>
14893
14894 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
14895 (w32_free_bdf_font): Unmap memory not handle.
14896
14897 2007-06-20 Sam Steingold <sds@gnu.org>
14898
14899 * gmalloc.c (__morecore): Fix the declaration to comply with the
14900 definition.
14901
14902 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
14903
14904 * w32term.c (w32_delete_display): Remove leftover declaration.
14905 (w32_define_cursor, w32_initialize): Make static.
14906
14907 * w32.c (_wsa_errlist): Fix typo in error message.
14908 (init_environment): Ignore any environment variable from the
14909 registry having a null value.
14910
14911 2007-06-20 Glenn Morris <rgm@gnu.org>
14912
14913 * Makefile.in (LIBGIF): Default to -lgif.
14914
14915 2007-06-17 Jason Rumney <jasonr@gnu.org>
14916
14917 * w32menu.c (add_menu_item): Don't use multibyte string functions on
14918 unicode strings.
14919
14920 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
14921
14922 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
14923 Fix typo in docstring.
14924
14925 2007-06-16 Eli Zaretskii <eliz@gnu.org>
14926
14927 * w32menu.c (add_menu_item): Escape `&' characters in menu items
14928 and their keybindings.
14929
14930 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
14931
14932 * composite.c (update_compositions): Fix last fix.
14933
14934 2007-06-14 Jason Rumney <jasonr@gnu.org>
14935
14936 * w32.c (get_process_times_fn): New function pointer.
14937 (globals_of_w32): Intialize it if present in kernel32.dll.
14938 (w32_get_internal_run_time): New function.
14939
14940 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
14941
14942 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
14943
14944 * composite.c (update_compositions): Check the validness of
14945 compositions.
14946
14947 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14948
14949 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
14950 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
14951
14952 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
14953 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
14954
14955 * macgui.h (USE_MAC_TOOLBAR): New define.
14956
14957 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
14958 Return immediately unless popup is activated.
14959
14960 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
14961 background to scroll bar gap.
14962 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
14963 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
14964 scroll bars on frame edge. Check fringe background extension.
14965 Don't clear extended fringe background area.
14966 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
14967 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
14968 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
14969 [USE_MAC_TOOLBAR]: New macros.
14970 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
14971 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
14972 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
14973 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
14974 [USE_MAC_TOOLBAR]: New functions.
14975 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
14976 manually if previous repositioning has failed.
14977 (mac_handle_keyboard_event): Use precomputed event kind.
14978 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
14979 as tool bar item click. Handle mouse movement over tool bar items.
14980
14981 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
14982 toolbar_win_gravity.
14983 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
14984 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
14985 Add externs.
14986
14987 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
14988 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
14989
14990 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
14991
14992 * image.c (search_image_cache): Remove unused variable.
14993
14994 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
14995
14996 * xfns.c, xmenu.c: Link to xaw3d if available.
14997
14998 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14999
15000 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
15001 frame_foreground and frame_background.
15002
15003 * image.c (lookup_image): Save frame foreground and background colors.
15004 (search_image_cache): Check if saved and current frame colors match.
15005
15006 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15007
15008 * regex.c (regex_compile): Remove the `regnum' counter.
15009 Use bufp->re_nsub instead. Add support for \(?N:RE\).
15010
15011 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * term.c: Include intervals.h to declare Fget_text_property.
15014
15015 2007-06-10 Jason Rumney <jasonr@gnu.org>
15016
15017 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
15018
15019 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
15020
15021 * callint.c (Fcall_interactively):
15022 * editfns.c (Fdelete_and_extract_region):
15023 * fileio.c (Fread_file_name):
15024 * fns.c (Fmapconcat):
15025 * keyboard.c (cmd_error_internal):
15026 * keymap.c (Fkey_description):
15027 * lread.c (openp):
15028 * minibuf.c (read_minibuf):
15029 * search.c (wordify):
15030 * sunfns.c (sel_read):
15031 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
15032 * xfns.c (x_default_scroll_bar_color_parameter):
15033 * xmenu.c (menu_help_callback):
15034 * xselect.c (Fx_get_atom_name):
15035 * xterm.c (x_term_init): Use empty_unibyte_string.
15036
15037 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
15038
15039 * alloc.c (init_strings): Initialize canonical empty strings.
15040 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
15041 canonical empty string when the requested size is 0.
15042
15043 * emacs.c (empty_unibyte_string): Rename from empty_string.
15044 (empty_multibyte_string): New canonical empty string.
15045 (syms_of_emacs): Don't initialize empty_string.
15046
15047 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
15048 string, if appropriate.
15049 (empty_unibyte_string, empty_multibyte_string): New externs.
15050 (empty_string): Remove extern.
15051
15052 * lread.c (syms_of_lread): Use empty_unibyte_string.
15053
15054 2007-06-07 Jason Rumney <jasonr@gnu.org>
15055
15056 * s/ms-w32.h: Don't define HAVE_TZNAME.
15057
15058 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
15059
15060 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15061
15062 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
15063
15064 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
15065 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
15066
15067 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
15068 Don't call next handler.
15069 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
15070 Remove argument. Install handler to application.
15071 (set_frame_menubar): Don't change deep_p.
15072 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
15073 FRAME_OUTER_TO_INNER_DIFF_Y.
15074 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
15075 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
15076 [HAVE_DIALOGS]: New macros.
15077 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
15078 Use them.
15079 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
15080
15081 * macselect.c [MAC_OSX] (install_service_handler): Rename from
15082 init_service_handler. All callers changed. Return OSStatus value.
15083
15084 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
15085 All callers changed so as not to call SetPortWindowPort.
15086 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
15087 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
15088 mac_draw_string_common.
15089 (mac_draw_image_string_qd): Likewise.
15090 (mac_draw_string_common): Use them. Add INLINE.
15091 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
15092 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
15093 GetGlobalMouse.
15094 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
15095 and FRAME_OUTER_TO_INNER_DIFF_Y.
15096 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
15097 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
15098 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
15099 repositioning window to mac_handle_window_event.
15100 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
15101 saving window location to mac_handle_window_event
15102 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
15103 (install_menu_target_item_handler): Remove argument in extern.
15104 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
15105 Also accept command events.
15106 (do_keystroke): New function created from XTread_socket.
15107 (init_command_handler): Remove functions.
15108 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
15109 and save window location by kEventWindowShowing and kEventWindowHiding
15110 handlers here. Don't call next handler for window state change and
15111 focus events.
15112 (mac_handle_application_event, mac_handle_keyboard_event)
15113 [TARGET_API_MAC_CARBON]: New functions.
15114 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
15115 kEventWindowShowing and kEventWindowHiding events. Move installation
15116 of mouse, font, text input and menu target item handlers to
15117 install_application_handler.
15118 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
15119 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15120 New function.
15121 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15122 Register it.
15123 (XTread_socket) [TARGET_API_MAC_CARBON]:
15124 Consolidate SendEventToEventTarget calls.
15125 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
15126 Move application activation handler to mac_handle_application_event.
15127 Move keyboard handler to mac_handle_keyboard_event.
15128 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
15129 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
15130 init_command_handler. Call install_application_handler.
15131
15132 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
15133 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
15134
15135 2007-06-07 Glenn Morris <rgm@gnu.org>
15136
15137 * emacs.c (main): Use `emacs-copyright' in --version output.
15138
15139 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
15140
15141 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
15142
15143 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15144
15145 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
15146
15147 * macgui.h: Replace WindowPtr with WindowRef.
15148
15149 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
15150 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
15151 Replace ControlHandle with ControlRef.
15152 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
15153
15154 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
15155 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
15156 Replace ControlHandle with ControlRef.
15157 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
15158 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
15159
15160 * macterm.h (struct scroll_bar): Rename member control_handle_low
15161 and control_handle_high to control_ref_low and control_ref_high.
15162 All uses changed.
15163 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
15164 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
15165 respectively. All uses changed.
15166 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
15167 (install_window_handler, remove_window_handler): Replace WindowPtr
15168 with WindowRef in externs.
15169
15170 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
15171
15172 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
15173
15174 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
15175
15176 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
15177
15178 * frame.c (Fmouse_position, Fmouse_pixel_position):
15179 Condition on HAVE_GPM too.
15180
15181 * term.c (term_mouse_highlight): Remove unused variables.
15182 (Fterm_open_connection): Set gpm_zerobased to 1.
15183 (term_mouse_movement, term_mouse_click, handle_one_term_event):
15184 Use zero based co-ordinates.
15185 (handle_one_term_event): Report a drag as mouse movement too.
15186
15187 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
15188
15189 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
15190
15191 * image.c (search_image_cache): New function. Require background
15192 color match if background color is unspecified in the image spec.
15193 (uncache_image, lookup_image): Use it.
15194
15195 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
15196
15197 * window.c (Fshrink_window): Reflow docstring.
15198
15199 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
15200
15201 * Version 22.1 released.
15202
15203 2007-06-01 Richard Stallman <rms@gnu.org>
15204
15205 * xfns.c (x_encode_text): Add GCPRO.
15206
15207 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15208
15209 * xfns.c (x_set_name_internal): Save encoded name before
15210 x_encode_text in case string data is relocated.
15211
15212 2007-05-31 Richard Stallman <rms@gnu.org>
15213
15214 * buffer.c (syms_of_buffer): Doc fix.
15215
15216 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
15217
15218 * sysdep.c (init_sys_modes): Add rather than replace with
15219 O_NONBLOCK.
15220
15221 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
15222 term_mouse_moveto.
15223
15224 * termhooks.h (term_mouse_moveto): New extern.
15225
15226 * term.c (mouse_face_window): Rename...
15227 (Qmouse_face_window): ...to this.
15228 (term_show_mouse_face, term_clear_mouse_face)
15229 (term_mouse_highlight): Use Qmouse_face_window.
15230 (term_mouse_moveto): New function.
15231 (term_mouse_position): Make it work.
15232 (syms_of_term): Uncomment assignment to mouse_position_hook.
15233 Staticpro Qmouse_face_window.
15234
15235 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15236
15237 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
15238 around current_column call.
15239
15240 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
15241
15242 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
15243 * xdisp.c (next_element_from_buffer):
15244 * window.c (delete_window):
15245 * term.c (term_mouse_highlight):
15246 * msdos.c (getdefdir):
15247 * macterm.c (mac_create_bitmap_from_bitmap_data)
15248 (init_font_name_table):
15249 * fns.c (Fsxhash):
15250 * data.c (Fmake_local_variable):
15251 * ccl.c (ccl_driver): Likewise.
15252
15253 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15254
15255 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
15256 Call mac_wakeup_from_rne on window size change.
15257
15258 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
15259
15260 * image.c (uncache_image): Fix typo.
15261
15262 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
15263
15264 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
15265
15266 2007-05-22 Richard Stallman <rms@gnu.org>
15267
15268 * xterm.c (x_connection_closed): Remove NO_RETURN.
15269
15270 2007-05-22 Martin Rudalics <rudalics@gmx.at>
15271
15272 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
15273
15274 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
15275
15276 * image.c (uncache_image): New function.
15277 (Fimage_refresh): New function.
15278
15279 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
15280
15281 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
15282
15283 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
15284
15285 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
15286 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
15287
15288 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
15289
15290 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
15291 conditional on [HAVE_GPM_H].
15292
15293 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * syntax.c (skip_chars): Update syntax-table only after we checked that
15296 the new location is valid.
15297
15298 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15299
15300 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
15301 mac_get_window_bounds.
15302
15303 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
15304
15305 * Makefile.in (LIBGPM): Allow it to be set from configure.
15306 If set then link Emacs with it.
15307
15308 * config.in: Regenerate.
15309
15310 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
15311 New externs.
15312
15313 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
15314 Include gpm.h.
15315 (handle_one_term_event, term_gpm): New externs.
15316
15317 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
15318 and allow it to be interrupted by SIGIO.
15319
15320 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
15321 (wait_reading_process_output): Wait on gpm_fd too.
15322 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
15323 (add_gpm_wait_descriptor_called_flag): New variable.
15324 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
15325
15326 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
15327 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
15328 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
15329 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
15330 (make_lispy_event): Add case GPM_CLICK_EVENT.
15331 (read_avail_input): Handle mouse input.
15332
15333 * term.c (write_glyphs_with_face): New function.
15334 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
15335 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
15336 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
15337 (mouse_face_face_id, term_gpm, pos_x, pos_y)
15338 (last_mouse_x, last_mouse_y): New variables.
15339 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
15340 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
15341 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
15342 (Fterm_close_connection): New functions.
15343 (term_init): Initialise mouse_face_window.
15344
15345 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
15346
15347 * xdisp.c (redisplay_window): If first window line is a
15348 continuation line, recompute the new window start instead of
15349 recentering.
15350
15351 2007-05-18 Glenn Morris <rgm@gnu.org>
15352
15353 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
15354 Suggested by Alfred M. Szmidt <ams@gnu.org>.
15355
15356 2007-05-17 Glenn Morris <rgm@gnu.org>
15357
15358 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
15359
15360 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15361
15362 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
15363 dead key repeat and up events.
15364
15365 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
15366
15367 * image.c (pbm_load): Check image size for monochrome pbm.
15368
15369 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
15370
15371 * xterm.c (XTread_socket): Revert last change.
15372
15373 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
15374
15375 * image.c (pbm_load): Correctly check image size for greyscale pbm.
15376
15377 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
15378
15379 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15380
15381 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
15382 mixup (YAILOM).
15383
15384 2007-05-07 Andreas Schwab <schwab@suse.de>
15385
15386 * keymap.c (Flookup_key): Fix typo in last change.
15387
15388 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15389
15390 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
15391 mapping for unibyte strings.
15392
15393 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15394
15395 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
15396 (Fx_popup_dialog) [MAC_OSX]: Likewise.
15397
15398 2007-04-29 Richard Stallman <rms@gnu.org>
15399
15400 * insdel.c (replace_range): For undo, record insertion first.
15401
15402 2007-04-29 Andreas Schwab <schwab@suse.de>
15403
15404 * lisp.h (VECSIZE): Use OFFSETOF.
15405
15406 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15407
15408 * xdisp.c (try_window_reusing_current_matrix): Fix number of
15409 disabled lines.
15410
15411 2007-04-28 Richard Stallman <rms@gnu.org>
15412
15413 * lread.c (read_escape): In a string, \s is always space.
15414
15415 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
15416
15417 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
15418
15419 * gtkutil.c (xg_update_menubar, create_menus): Create empty
15420 submenu for menu bar items.
15421
15422 See ChangeLog.10 for earlier changes.
15423
15424 ;; Local Variables:
15425 ;; coding: utf-8
15426 ;; add-log-time-zone-rule: t
15427 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
15428 ;; End:
15429
15430 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
15431
15432 This file is part of GNU Emacs.
15433
15434 GNU Emacs is free software: you can redistribute it and/or modify
15435 it under the terms of the GNU General Public License as published by
15436 the Free Software Foundation, either version 3 of the License, or
15437 (at your option) any later version.
15438
15439 GNU Emacs is distributed in the hope that it will be useful,
15440 but WITHOUT ANY WARRANTY; without even the implied warranty of
15441 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15442 GNU General Public License for more details.
15443
15444 You should have received a copy of the GNU General Public License
15445 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15446
15447 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40