* config.in: Regenerate.
[bpt/emacs.git] / src / ChangeLog
1 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * config.in: Regenerate.
4 * s/ms-w32.h (subprocesses): Define unconditionally.
5 * s/template.h (subprocesses): Update comment.
6 * s/vms.h (subprocesses):
7 * s/usg5-4.h (subprocesses):
8 * s/hpux10-20.h (subprocesses):
9 * s/gnu-linux.h (subprocesses):
10 * s/cygwin.h (subprocesses):
11 * s/bsd-common.h (subprocesses):
12 * s/aix4-2.h (subprocesses):
13 * s/darwin.h (subprocesses): Do not define, defined by default now.
14
15 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
16 Remove all references.
17 (temacs): Add GNUStep specific ld flags.
18
19 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
20 similarly to what X does.
21
22 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
23
24 * nsfns.m (x-list-fonts): Remove.
25 (syms_of_nsfns): Drop the x-list-fonts declaration.
26 * nsterm.m: Get rid of remaining "//" comments.
27
28 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
29
30 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
31
32 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
33 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
34 (Fns_own_selection_internal, Fx_disown_selection_internal)
35 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
36
37 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
38 ... */' style of docstrings. Doc fixes.
39
40 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
41
42 * terminfo.c (UP, BC, PC): Undo previous change.
43
44 * nsfns.m: Rename ns prefixed functions/variables to the
45 corresponding x versions. Update references.
46
47 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
50
51 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
52
53 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
54 Remove forwarding functions.
55 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
56 non-static.
57 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
58 non-static.
59 (ns_frame_parm_handlers): Use the new names.
60 (syms_of_nsfns): Move to the end of file.
61
62 * nsterm.m (syms_of_nsterm): Move to the end of file.
63
64 * dispnew.c (init_display): Remove code for X10.
65
66 2008-07-22 Jason Rumney <jasonr@gnu.org>
67
68 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
69 bare drive.
70
71 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
72
73 * nsgui.h:
74 * nsfont.m:
75 * nsmenu.m:
76 * nsterm.m: Change PENDINGS to FIXME / TODO / XXX.
77
78 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
79
80 * nsterm.m (syms_of_nsterm): Remove debugging println.
81
82 2008-07-22 David Reitter <david.reitter@gmail.com>
83
84 * nsfns.m (do_applescript, F_do_applescript): NS version of the
85 Carbon implementation of the same functionality: execute arbitrary
86 AppleScript code.
87
88 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
89
90 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
91 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
92 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
93 (Fx_display_mm_height, Fx_display_mm_width)
94 (Fx_display_backing_store, Fx_display_visual_class)
95 (Fx_display_save_under, Fx_open_connection)
96 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
97 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
98 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
99 (Fx_display_pixel_width, Fx_display_pixel_height)
100 (Fx_display_usable_bounds, Fx_display_planes)
101 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
102 ... */' style of docstrings.
103
104 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
105
106 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
107 on this platform.
108 (mips):
109 * m/iris4d.h (mips): Do not define.
110 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
111
112 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
113
114 * image.c:
115 * nsfns.m:
116 * nsselect.m:
117 * nsterm.h:
118 * nsterm.m: Rename ns prefixed functions/variables to the
119 corresponding x versions. Update references.
120
121 * m/ibms390x.h (NO_REMAP): Do not undefine.
122
123 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
124
125 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
126
127 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
128 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
129 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
130 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
131 (Fns_display_mm_height, Fns_display_mm_width)
132 (Fns_display_backing_store, Fns_display_visual_class)
133 (Fns_display_save_under, Fns_open_connection)
134 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
135 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
136 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
137 (Fns_display_pixel_width, Fns_display_pixel_height)
138 (Fns_display_usable_bounds, Fx_display_planes)
139 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
140
141 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
142
143 * print.c (print_object): Check print_depth before searching for
144 circularities.
145
146 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
147
148 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
149 only sprintf.
150
151 2008-07-21 Kenichi Handa <handa@m17n.org>
152
153 * ftfont.c (adjust_anchor): Check if DetalValue is not NULL.
154
155 2008-07-20 Andreas Schwab <schwab@suse.de>
156
157 * syntax.c (find_start_pos, find_start_value)
158 (find_start_value_byte, find_start_begv, find_defun_start)
159 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer
160 positions.
161
162 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
163
164 * s/sol2-3.h: Insert contents of s/sol2.h.
165 (LD_SWITCH_SYSTEM): Remove redundant definition.
166 * s/sol2.h: Remove, unused.
167
168 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
169
170 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for
171 HSV,AHSV.
172
173 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
174
175 * Makefile.in (ns_appdir): Fix typo in find command.
176
177 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
178
179 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
180
181 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
182 added not supported anymore.
183
184 * s/usg5-4-2.h (LIBS_SYSTEM):
185 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
186
187 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
188 * s/lynxos.h (GETPGRP_NO_ARG):
189 * s/hpux10-20.h (NO_SIOCTL_H):
190 * s/gnu.h (GETPGRP_NO_ARG):
191 * s/gnu-linux.h (NO_SIOCTL_H):
192 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
193 * s/cygwin.h (GETPGRP_NO_ARG):
194 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
195 (C_DEBUG_SWITCH): Remove duplicate definition.
196
197 * m/ibms390.h: Remove boilerplate comments.
198
199 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
200
201 * process.c (HAVE_SERIAL): Consolidate ifdefs.
202 (wait_reading_process_output): Remove code for SunOS, platform not
203 supported anymore. Use SOLARIS2 instead of sun.
204
205 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
206
207 * font.c (font_open_by_name): Under NS, default lface height to zero.
208 (font_open_for_lface): Under NS, set size based on frame fontsize.
209 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
210 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
211
212 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
213
214 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
215 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
216 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
217 YES/NO.
218 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
219 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
220 * Makefile.in (clean): Clear out build destination dir.
221
222 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
223
224 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
225 xterm, xselect.
226 * lisp.h: Remove declaration of hash_remove.
227 * nsgui.h: Remove redefinitions of hash_remove.
228 * fns.c (hash_remove): Rename to hash_remove_from_table.
229
230 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
231
232 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
233 strdup() the family UTF8String before modifying it. Patch due to
234 Seiji Zenitani.
235
236 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
237
238 * nsfns.m (ns_set_background_color): Apply patch from Chong Yidong to
239 fix crash.
240 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
241 NS_FACE_BACKGROUND with 0 instead of nil.
242 * nsfont.m (nsfont_draw): Same.
243
244 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
245
246 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
247
248 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
249
250 * puresize.h (BASE_PURESIZE): Increase to 1240000.
251
252 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
253
254 * gtkutil.c: Include <config.h> instead of "config.h".
255
256 * lisp.h (Foverlay_buffer): Add EXFUN.
257
258 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
259 child process to complete child_setup. Undo 2005-09-21 change.
260
261 * s/darwin.h: Mention setsid after vfork.
262
263 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
264
265 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
266 Depend on macgui.h.
267
268 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
269 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
270
271 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
272 and f19.
273 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
274
275 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
276 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
277 Remove enumerators.
278
279 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
280 Check if FACE_FROM_ID returns NULL.
281
282 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
283
284 * w32inevt.c (change_frame_size): Remove extern declaration.
285 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
286 change_frame_size.
287
288 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
289
290 * getloadavg.c: Revert last change (2008-07-15).
291
292 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
293
294 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
295 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
296 from configure.
297
298 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
299
300 * s/sol2.h:
301 * s/sol2-4.h: Reorganize conditionals.
302
303 * ecrt0.c: Remove code depending on m68000, not used anymore.
304
305 * fns.c (hash_remove): Make static.
306 * lisp.h (hash_remove): Don't prototype.
307
308 * m/ibmrs6000.h:
309 * m/ibms390x.h:
310 * m/macppc.h: Remove boilerplate comments.
311
312 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
313 Solaris, which does not need them.
314
315 * m/vax.h: Remove comments about unsupported systems.
316
317 * s/darwin.h: Reorganize ifdefs.
318
319 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
320
321 * config.in:
322 * dispextern.h:
323 * frame.c:
324 * image.c:
325 * nsfns.m:
326 * nsfont.m:
327 * nsgui.h:
328 * nsmenu.m:
329 * nsterm.h:
330 * nsterm.m:
331 * s/darwin.h:
332 * xdisp.c: Change most cases of PENDING to TODO, some to FIXME or XXX.
333
334 2008-07-17 Andreas Schwab <schwab@suse.de>
335
336 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
337
338 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 Use SDATA. Follow coding convention of placing operators at
341 beginning of next line rather than end of previous line, and placing
342 spaces around infix operators.
343
344 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
345 in case it was defined already.
346 USE @GNUSTEP_MAKEFILES@ rather than envvars.
347 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
348 ns_default.
349 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
350 Lisp_Objects.
351 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
352 (ns_defined_color, ns_color_to_lisp): Declare.
353 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
354 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
355 it's accepted even with USE_LISP_UNION_TYPE.
356 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
357 (update_frame_tool_bar): Remove apparently obsolete tests for
358 non-integerness of f->tool_bar_lines.
359 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
360 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
361 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
362 (nsfont_open): Don't confuse NULL for Qnil.
363 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
364 * menu.h (find_and_call_menu_selection):
365 * menu.c (find_and_call_menu_selection): Use just int for vector size.
366 (find_and_return_menu_selection): Always return something.
367 * frame.h: Include dispextern.h for Display_Info.
368 (display_x_get_resource): Declare.
369
370 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
371
372 * syntax.c: Remove stdio.h include accidentally introduced in
373 Emacs.app commit.
374 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
375 NS_IMPL_COCOA.
376 * keyboard.c (handle_async_input, input_available_signal): Remove
377 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
378
379 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
382 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
383 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
384 Use SDATA.
385
386 * keymap.c: Remove all NS-specific code.
387 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
388 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
389 where_is_preferred_modifier, return a different value depending on how
390 preferred is the binding.
391 (where_is_internal): Adjust accordingly.
392 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
393 Adjust to new preferred_sequence_p.
394 (syms_of_keymap): Declare `where-is-preferred-modifier'.
395 * keyboard.c (parse_solitary_modifier): Not static any more.
396 * keyboard.h (parse_solitary_modifier): Declare.
397
398 2008-07-16 Andreas Schwab <schwab@suse.de>
399
400 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
401 of easymenu.
402
403 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
404
405 * xdisp.c (move_it_in_display_line): Account for word wrap, so
406 that we don't move off the line.
407
408 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * keyboard.c (Qsuper): Remove.
411 (parse_menu_item): Don't call where_is_internal specially for NS.
412
413 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
414
415 * s/gnu-linux.h: Remove boilerplate comments.
416
417 * m/alpha.h (__ELF__): Consolidate conditions.
418
419 * m/m68k.h (linux): Use GNU_LINUX instead.
420 Remove boilerplate comments.
421
422 * m/intel386.h: Undo reactoring from previous change.
423 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
424 too, remove dead code.
425 (linux): Use GNU_LINUX instead.
426
427 2008-07-16 Jason Rumney <jasonr@gnu.org>
428
429 * w32gui.h: Repeat 26 June changes lost by last change.
430
431 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
432
433 * systty.h: Remove code for Aix on 386, unsupported platform.
434
435 * s/ms-w32.h: Remove boilerplate comments.
436 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
437
438 * s/gnu-linux.h (TERM): Remove support.
439 (HAVE_SYSVIPC): Remove, unused.
440 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
441 for this system.
442
443 * process.c: Remove support for IRIS, unused.
444 Remove support for TERM, not relevant anymore.
445
446 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
447 used with the definition.
448
449 * s/aix4-2.h (static): Do not undef.
450
451 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
452 only used on Aix.
453 (HAVE_SYSVIPC): Remove, unused.
454
455 * m/hp800.h (CANNOT_DUMP): Do not undef.
456
457 * m/alpha.h: Fix comment.
458
459 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
460 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
461 used by this configuration.
462 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
463 * unexec.c: Remove code depending on HPUX and
464 USG_SHARED_LIBRARIES, not used with this file. Remove code
465 depending on IRIS, unused. Remove if 0-ed code.
466
467 * s/template.h: Remove comments about static.
468
469 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
470 Remove if 0-ed code.
471 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
472 were the same as the default.
473 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
474 Remove boilerplate comments.
475 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
476 (HAVE_SYSVIPC): Remove, unused.
477 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
478
479 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
480 Remove boilerplate comments.
481 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
482 Remove boilerplate comments.
483 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
484 Remove boilerplate comments.
485 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
486
487 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
488 USG systems which do not use DATA_SEG_BITS.
489 Refactor code. Remove boilerplate comments.
490
491 * m/ibms390.h:
492 * m/m68k.h:
493 * s/bsd-common.h:
494 * s/cygwin.h:
495 * s/darwin.h:
496 * s/freebsd.h:
497 * s/gnu.h:
498 * s/msdos.h: Remove boilerplate comments.
499
500 * m/iris4d.h: Remove boilerplate comments and code for systems that
501 do not use this file.
502 (IRIS_4D): Remove, unused.
503
504 * m/mips.h: Remove boilerplate comments and code for systems that
505 do not use this file.
506 (SIGN_EXTEND_CHAR):
507 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
508 * unexmips.c: Remove file, unused.
509
510 * editfns.c (Fuser_full_name): Replace the only use of
511 USER_FULL_NAME with its value.
512 * config.in: Regenerate.
513
514 2008-07-16 David Reitter <david.reitter@gmail.com>
515
516 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
517 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
518
519 2008-07-16 Glenn Morris <rgm@gnu.org>
520
521 * emacs.c (system-type): Doc fix.
522
523 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
526 If the cache doesn't work, let's fix it, rather than work around it.
527
528 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
529
530 * Makefile.in: Correct additions for nsfont.o in last commit.
531 * nsfont.m: New file (forgot last commit).
532
533 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
534
535 Changes and additions for NeXTstep windowing system (Cocoa and
536 GNUstep) support.
537
538 * Makefile.in:
539 * config.in: Support defines and build commands for NS port.
540 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
541 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
542 * callproc.c (set_initial_environment): Initialize
543 Vprocess_environment under CANNOT_DUMP (fixes crash when
544 batch-compiling for bootstrap, due to Chris Hall).
545 * dispextern.h: Include nsgui.h and add needed typedefs under NS
546 windowing.
547 (struct face): Add synth_ital field.
548 * dispnew.c: Include nsterm.h when compiling under NS windowing.
549 (init_display): Initialize Vinitial_window_system to "ns" when so
550 compiled.
551 * emacs.c: Include GSConfig.h when compiling under GNUstep.
552 (display_arg): Use under NS.
553 (main): Under NS, allocate autorelease pool and handle command line
554 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
555 (standard_args): Add NS-specific args.
556 (shut_down_emacs): Shut down NS terminal if compiled under NS.
557 * font.c (DEFAULT_ENCODING): New variable.
558 (font_find_for_lface): Use it.
559 (syms_of_font): Load syms_of_nsfont under NS.
560 * font.h: Declare nsfont_driver when compiled under NS.
561 * fontset.c: When compiling under NS, include nsterm.h.
562 (fontset_from_font): Autoconstruct fontset under NS.
563 * frame.c (various): Under NS, include nsterm.h, add Qns window system
564 symbol, document and use it.
565 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
566 patch to fix crash due to different init order, due to Chris Hall and
567 Yamamoto Mitsuharu.
568 (do_switch_frame): When for_deletion under Cocoa, add
569 Fraise_frame(Qnil).
570 (x_set_frame_parameters): Ensure font attribute changes are picked up.
571 (x_get_arg): Allow "yes" and "no" as boolean values.
572 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
573 Qright under Cocoa.
574 (focus-follows-mouse): Default to 0 under NS.
575 * frame.h (enum output_method): Add output_ns.
576 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
577 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
578 (FRAME_WINDOW_P): NS-specific definition.
579 * fringe.c (max_used_fringe_bitmap): Make public.
580 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
581 (getloadavg): Use NeXT code under descendant OS's.
582 * image.c (includes and header section, x_create_bitmap_from_data)
583 (x_create_bitmap_from_file, free_bitmap_record, image_background)
584 (image_background_transparent, x_clear_image_1)
585 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
586 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
587 (x_to_xcolors, x_from_xcolors, x_disable_image)
588 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
589 other GUIs, including XPM support using code originally written for
590 Carbon GUI.
591 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
592 using NS API.
593 (image_ascent): Use font metrics macros instead of direct struct field
594 access.
595 * keyboard.c (includes): Add nsterm.h when compiling under NS.
596 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
597 Also, handle NS as GTK for menu bar purposes.
598 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
599 toolkit where they differ.
600 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
601 use cachelist, still needed under NS.
602 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
603 (struct widget_value): Define it here for menu.c.
604 * keymap.c (includes): Include modifier internals.
605 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
606 NS.
607 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
608 support for preferring sequences using certain modifiers, specified by
609 the FIRSTONLY argument.
610 * lisp.h (hash_remove): Rename to avoid name clash when compiling
611 under NS GNUstep implementation.
612 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
613 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
614 * menu.c: Include nsterm.h under NS.
615 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
616 (free_menubar_widget_tree_value, update_submenu_strings)
617 (find_and_call_menu_selection): Treat NS as X and NT.
618 (find_and_return_menu_selection): New function, used for popup menus.
619 * nsgui.h:
620 * nsterm.h:
621 * nsfns.m:
622 * nsimage.m:
623 * nsmenu.m:
624 * nsselect.m:
625 * nsterm.m: New files.
626 * process.c (wait_reading_process_output): Under NS, call ns_select()
627 instead of plain select().
628 * syntax.c (char_quoted): Under NS, avoid a crash when called near
629 beginning of buffer.
630 * sysselect.h (init_process): Rename when compiling under Cocoa to
631 avoid name conflict.
632 * termhooks.h (display_info): Add ns_display_info to union.
633 * terminal.c (Fterminal_live_p): Add ns to terminal types.
634 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
635 COCOA environment.
636 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
637 unexec() signature. (Note, this will dump, but the resulting file
638 crashes; unexosx is used instead; keeping around for reference and
639 possible aid in getting dump working under GNUstep.)
640 * w32gui.h (button_type, widget_value): Remove definitions (now in
641 keyboard.h).
642 * window.c: Include nsterm.h when compiling under NS.
643 * xdisp.c (includes): Include nsterm.h when compiling under NS.
644 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
645 other GUI windowing systems.
646 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
647 GTK.
648 (x_consider_frame_title): Under NS, set icon type and frame
649 modified-state indicator; use ns_set_name_as_filename() when using
650 formatted title.
651 (update_window_cursor): Make public when compiling under NS.
652 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
653 (hourglass_atimer, Vhourglass_delay
654 * xfaces.c (header section, init_frame_faces, clear_font_table)
655 (defined_color, unload_color, x_face_list_fonts)
656 (prepare_face_for_display): Add NS support parallel to other GUIs.
657 Emulate GCs like other non-X GUIs.
658 (split_font_name): Don't lowercase font name under NS.
659 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
660 under NS.
661 * s/darwin.h: Add support for compilation under NS.
662
663 2008-07-15 Jason Rumney <jasonr@gnu.org>
664
665 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
666 (w32_show_hourglass): Rename from show_hourglass.
667 (w32_hide_hourglass): Rename from hide_hourglass.
668 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
669 (Vhourglass_delay): Declare extern.
670 (hourglass_started): Remove.
671
672 * xdisp.c (Vhourglass_delay): Remove static.
673 (hourglass_started, start_hourglass, cancel_hourglass):
674 Don't include these versions on WINDOWSNT.
675
676 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
677
678 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
679 variables (formerly in xfns.c).
680 (show_hourglass, hide_hourglass): New prototypes (same).
681 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
682 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
683 in xfns.c).
684 (syms_of_xdisp): Declare/initialize display-hourglass,
685 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
686 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
687 formerly in xfns.c.
688 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
689 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
690 (start_hourglass, cancel_hourglass): Remove.
691 (show_hourglass, hide_hourglass): Remove prototypes and static
692 modifiers.
693 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
694 hourglass_atimer, hourglass_shown_p declaration/initialization.
695 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
696 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
697 (start_hourglass, cancel_hourglass): Remove.
698 (show_hourglass, hide_hourglass): Remove prototypes and static
699 modifiers.
700 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
701 hourglass_atimer, hourglass_shown_p declaration/initialization.
702 * w32fns.c (display_hourglass_p, Vhourglass_delay)
703 (DEFAULT_HOURGLASS_DELAY): Remove.
704 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
705 hourglass_shown_p declaration/initialization.
706
707 2008-07-14 Jason Rumney <jasonr@gnu.org>
708
709 * w32fns.c (w32_get_arg): Remove wrapper function.
710 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
711 directly.
712 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
713
714 2008-07-14 Kenichi Handa <handa@m17n.org>
715
716 * xfont.c (xfont_open): Add workaround for X's bug.
717
718 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
719
720 * fontset.c: Include <stdio.h> unconditionally.
721
722 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
723
724 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
725 for filtering.
726
727 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
728
729 * s/vms.h: Use __GNUC__ instead of _GNUC_.
730
731 * m/macppc.h:
732 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
733
734 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
735 (SPECIAL_EMACS_INT):
736 * m/ia64.h (SPECIAL_EMACS_INT):
737 * m/amdx86-64.h (SPECIAL_EMACS_INT):
738 * s/gnu.h (NLIST_STRUCT):
739 * aix4-2.h (X11R5_INHIBIT_I18N):
740 * s/gnu-linux.h (LINUX):
741 * s/msdos.h (HAVE_FACES):
742 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
743
744 * systty.h:
745 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
746 anymore.
747
748 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
749
750 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
751 always defined as int.
752
753 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
754 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
755 * s/gnu-linux.h (HAVE_WAIT_HEADER):
756 * s/freebsd.h (HAVE_WAIT_HEADER):
757 * s/bsd-common.h (HAVE_UNION_WAIT):
758 * s/aix4-2.h (HAVE_WAIT_HEADER):
759 * m/mips.h (HAVE_UNION_WAIT):
760 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
761 (COFF, static): Do not define, they are undefined later in the file.
762
763 * process.c (update_status): Don't use a union.
764 (status_convert):
765 (sigchld_handler): Use int instead of WAITTYPE.
766
767 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
768
769 * indent.c (Fvertical_motion): Restore hscroll before moving to
770 goal column.
771
772 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
773
774 * lisp.h: Remove left over code.
775
776 2008-07-11 Andreas Schwab <schwab@suse.de>
777
778 * lisp.h: Fix logic in last change.
779
780 * menu.h: New file.
781 * menu.c: Include it.
782 * xmenu.c: Likewise.
783 * Makefile.in: Update dependencies.
784
785 2008-07-11 Kenichi Handa <handa@m17n.org>
786
787 * fontset.c (fontset_from_font): Cancel the previous change.
788
789 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
790
791 * lisp.h:
792 * w32heap.c:
793 * emacs.c:
794 * alloc.c: Replace all references of NO_UNION_TYPE with
795 USE_LISP_UNION_TYPE.
796
797 * m/xtensa.h (NO_UNION_TYPE):
798 * m/vax.h (NO_UNION_TYPE):
799 * m/template.h (NO_UNION_TYPE):
800 * m/sparc.h (NO_UNION_TYPE):
801 * m/mips.h (NO_UNION_TYPE):
802 * m/macppc.h (NO_UNION_TYPE):
803 * m/m68k.h (NO_UNION_TYPE):
804 * m/iris4d.h (NO_UNION_TYPE):
805 * m/intel386.h (NO_UNION_TYPE):
806 * m/ibms390x.h (NO_UNION_TYPE):
807 * m/ibms390.h (NO_UNION_TYPE):
808 * m/ibmrs6000.h (NO_UNION_TYPE):
809 * m/ia64.h (NO_UNION_TYPE):
810 * m/hp800.h (NO_UNION_TYPE):
811 * m/arm.h (NO_UNION_TYPE):
812 * m/amdx86-64.h (NO_UNION_TYPE):
813 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
814 defining it the same.
815
816 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
817
818 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
819
820 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
821
822 * src/fileio.c:
823 * src/sysdep.c
824 * src/systty.h:
825 * src/m/ibmrs6000.h:
826 * src/m/iris4d.h:
827 * src/s/aix4-2.h:
828 * src/s/freebsd.h:
829 * src/s/gnu-linux.h:
830 * src/s/hpux10-20.h:
831 * src/s/hpux11.h:
832 * src/s/netbsd.h:
833 * src/s/sol2-3.h:
834 * src/s/sol2-4.h:
835 * src/s/sol2.h:
836 * src/s/usg5-4.h:
837 * src/s/vms.h: Remove references to unused variables.
838
839 2008-07-10 Andreas Schwab <schwab@suse.de>
840
841 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
842 pattern before matching the generic family.
843
844 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
845
846 * unexec.c:
847 * s/vms.h:
848 * s/usg5-4-2.h:
849 * s/sol2-5.h:
850 * s/freebsd.h:
851 * s/darwin.h: Remove dead code.
852
853 * m/template.h:
854 * m/sparc.h:
855 * m/mips.h:
856 * m/m68k.h:
857 * m/iris4d.h:
858 * m/intel386.h:
859 * m/ibms390x.h:
860 * m/ibms390.h:
861 * m/ia64.h:
862 * m/hp800.h:
863 * m/arm.h:
864 * m/amdx86-64.h: Remove dead code and references to unused
865 and compiler defined symbols.
866
867 * unexmips.c:
868 * unexelf.c: Remove references to desupported systems.
869
870 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
871
872 * m/powermac.h: Remove boilerplate comments.
873 (NO_REMAP): Remove unused definition.
874
875 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
876 define them.
877
878 2008-07-10 Kenichi Handa <handa@m17n.org>
879
880 * xfont.c (xfont_open): Log the reason of failure.
881
882 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * fontset.c (fontset_get_font_group):
885 * font.c (font_check_otf): Specify argument types.
886
887 2008-07-09 Kenichi Handa <handa@m17n.org>
888
889 * coding.c (detect_coding_utf_8): Set detect_info->found only when
890 non-ASCII char is found.
891
892 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
893 (reorder_font_vector): Change the arg preferred_family to font.
894 Prefer the spec matching with font.
895 (fontset_get_font_group): New function.
896 (fontset_find_font): Change the format of an element of a realized
897 fontset. Use fontset_get_font_group.
898 (fontset_font): Try the current fontset, the default fontset, the
899 fallbacks of the current fonset, and the fallbacks of the default
900 fontset in this order.
901 (face_for_char): Delete the shortcut to use the current font.
902 (fontset_from_font): Don't set fonts for Latin in the fontset.
903
904 * font.h (font_make_object, font_match_p): Adjust prototypes.
905
906 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
907
908 * font.c (font_make_object): New arg entity and pixelsize.
909 (font_check_otf_features, font_check_otf): New functions.
910 (font_match_p): Check :lang, :script, and :otf properties.
911
912 * xfont.c (xfont_open): Adjust it for the change of
913 font_make_object.
914 (xfont_text_extents): Fix initial setting of metrics.
915
916 * ftfont.c (struct ftfont_info): New member index, delete member
917 fc_charset_idx. Make the member order compatible with struct
918 xftfont_info.
919 (fc_charset_table): Change charset names to registry names.
920 (ftfont_pattern_entity): Delete the args registry and
921 fc_charset_idx. Change the value of :font-entity property
922 to (FONTNAME . INDEX). Always set :registry property to
923 `iso10646-1'.
924 (struct ftfont_cache_data): New struct.
925 (ftfont_lookup_cache): New arg for_face.
926 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
927 (ftfont_driver): Set the member otf_capability.
928 (ftfont_get_charset): Adjust it for the change of
929 fc_charset_table.
930 (OTF_TAG_SYM): New macro.
931 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
932 for the change of fc_charset_table.
933 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
934 ftfont_pattern_entity. Add FC_INDEX to objset.
935 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
936 and ftfont_pattern_entity.
937 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
938 font_make_object, struct ftfont_info.
939 (ftfont_has_char): Use ftfont_get_fc_charset.
940 (ftfont_otf_features, ftfont_otf_capability): New functions.
941 (ftfont_shape): Use ftfont_get_otf.
942 (ftfont_text_extents): Fix initial setting of metrics.
943
944 * xftfont.c (struct xftfont_info): New member ft_size. Make the
945 member order compatible with struct ftfont_info.
946 (xftfont_open): Add FC_CHARSET to the pattern. Set
947 xftfont_info->ft_size. Don't unlock the face. Check BDF
948 properties if appropriate.
949 (xftfont_close): Unlock the face.
950 (xftfont_anchor_point, xftfont_shape): Deleted.
951 (syms_of_xftfont): Don't set members anchor_point and shape of
952 xftfont_driver.
953
954 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
955 font_make_object.
956
957 * w32font.c (w32font_open): Adjust it for the change of
958 font_make_object.
959 (w32font_open_internal): Don't set properties of font_object here.
960
961 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
962
963 * macfns.c (x_create_tip_frame):
964 * w32fns.c (x_create_tip_frame):
965 * xfns.c (x_create_tip_frame): Pass parameter argument to
966 face-set-after-frame-default.
967
968 * xfaces.c (Finternal_merge_in_global_face): Save merged
969 attributes for the default face back into the face vector.
970
971 2008-07-08 Andreas Schwab <schwab@suse.de>
972
973 * fontset.h: Declare fontset_from_font. Don't declare
974 new_fontset_from_font and fontset_from_font_name.
975 * xterm.c: Include "fontset.h".
976 * Makefile.in (xterm.o): Update dependencies.
977
978 2008-07-08 Glenn Morris <rgm@gnu.org>
979
980 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
981 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
982
983 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
984
985 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
986 (x_set_frame_parameters): Don't bind it.
987
988 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
989
990 * w32fns.c (map_w32_filename): Declare extern.
991
992 2008-07-07 Jason Rumney <jasonr@gnu.org>
993
994 * w32term.c (WS_EX_LAYERED): Define if not already.
995
996 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
997
998 * xfaces.c (set_font_frame_param): Don't try to set the font
999 parameter if it is still unspecified in the lface.
1000
1001 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
1004 face if it didn't already exist.
1005
1006 * xdisp.c (try_window_id): Give up if word-wrapping is on.
1007
1008 2008-07-05 Andreas Schwab <schwab@suse.de>
1009
1010 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
1011
1012 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
1013
1014 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
1015 word-wrapping.
1016 (IT_DISPLAYING_WHITESPACE): New macro.
1017 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
1018 when word-wrapping. Simplify word-wrapping logic. Use correct
1019 pixel positions when saving copies of the iterator.
1020 (display_line): Use proper wrap point if the last character on a
1021 line was preceded by whitespace.
1022
1023 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
1026
1027 2008-07-04 Kenichi Handa <handa@m17n.org>
1028
1029 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
1030
1031 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
1032
1033 2008-07-02 Jason Rumney <jasonr@gnu.org>
1034
1035 * xfns.c (syms_of_xfns): Only define x-select-font when both
1036 HAVE_FREETYPE and USE_GTK
1037
1038 * xdisp.c (next_element_from_display_vector): Move assignment out
1039 of if statement.
1040
1041 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
1042
1043 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
1044
1045 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
1046 (syms_of_fileio): Initialize and export them.
1047 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
1048
1049 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
1050 (Fsystem_move_file_to_trash): New function.
1051 (syms_of_w32fns): Export it to lisp.
1052
1053 2008-07-01 Jason Rumney <jasonr@gnu.org>
1054
1055 * w32font.c (w32font_text_extents): Don't count overhang as part
1056 of width.
1057
1058 2008-06-30 Miles Bader <miles@gnu.org>
1059
1060 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
1061 Add `avoid_cursor_p' field.
1062
1063 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
1064 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
1065 (append_glyph, append_composite_glyph, produce_image_glyph)
1066 (append_stretch_glyph): Initialize avoid_cursor_p.
1067 (get_it_property): Rename from `get_line_height_property'.
1068 (x_produce_glyphs): Use get_it_property.
1069 (handle_line_prefix, push_display_prop): New functions.
1070 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
1071 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
1072 New variables.
1073 (syms_of_xdisp): Initialize them.
1074
1075 2008-06-30 Kenichi Handa <handa@m17n.org>
1076
1077 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
1078 XftDefaultSubstitute (they are called in XftFontMatch).
1079 (xftfont_open): Fix args to ftfont_font_format.
1080
1081 * ftfont.c (fc_charset_table): New member lang.
1082 (ftfont_resolve_generic_family): New arg pattern.
1083 (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
1084 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
1085 (ftfont_open): Fix args to ftfont_font_format.
1086 (ftfont_font_format): New arg filename.
1087
1088 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
1089
1090 * xfaces.c (Finternal_merge_in_global_face): If default face was
1091 modified, realize it again. Update the font face attribute.
1092
1093 2008-06-29 Jason Rumney <jasonr@gnu.org>
1094
1095 * w32term.c (x_set_frame_alpha): Fix logic.
1096
1097 2008-06-29 Kenichi Handa <handa@m17n.org>
1098
1099 * fontset.c (Finternal_char_font): Return font-object instead of
1100 font-name.
1101
1102 * composite.c (get_composition_id): Fix the width calculation for TAB.
1103
1104 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * indent.c (Fvertical_motion): Properly handle float column arg.
1107
1108 2008-06-28 Jason Rumney <jasonr@gnu.org>
1109
1110 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
1111 (pfnSetLayeredWindowAttributes): New function pointer.
1112 (w32_initialize): Initialize it when supported.
1113 (x_set_frame_alpha): New function.
1114
1115 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
1116 (w32_frame_parm_handlers): Set alpha handler.
1117
1118 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
1119
1120 2008-06-27 Jason Rumney <jasonr@gnu.org>
1121
1122 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
1123 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
1124 (w32_to_x_charset, x_to_w32_charset)
1125 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
1126 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
1127 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
1128 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
1129 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
1130 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
1131 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
1132 (Qw32_charset_unicode): Remove.
1133 (syms_of_w32fns): Update for above changes.
1134
1135 * w32font.c (w32_to_x_charset, x_to_w32_charset)
1136 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
1137 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
1138 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
1139 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
1140 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
1141 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
1142 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
1143 (syms_of_w32font): Update for above changes.
1144
1145 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
1146
1147 * s/usg5-4.h: Fix previous change: keep the correct branch of a
1148 removed #if.
1149 (USG_SHARED_LIBRARIES): Remove duplicate definition.
1150
1151 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
1152 Eli Zaretskii <eliz@gnu.org>
1153
1154 * makefile.w32-in (LOCAL_FLAGS):
1155 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
1156
1157 * sysdep.c (_spawnlp, _getpid):
1158 Declare with explicit _cdecl instead of _CRTAPI1.
1159
1160 * editfns.c (Fget_internal_run_time):
1161 Check for WINDOWSNT with #ifdef, not #if.
1162
1163 2008-06-26 Jason Rumney <jasonr@gnu.org>
1164
1165 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
1166
1167 * w32term.c (x_draw_glyph_string_foreground)
1168 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
1169 Use FONT_HANDLE macro.
1170 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
1171
1172 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
1173 (uniscribe_encode_char): Use FONT_HANDLE macro.
1174
1175 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
1176 (w32font_text_extents): Use precast w32_font.
1177 (w32font_close): Free cached metrics.
1178 (w32font_open_internal): Allocate space for name on stack.
1179
1180 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
1181
1182 * xdisp.c (extend_face_to_end_of_line): Fix last change.
1183
1184 2008-06-26 Jason Rumney <jasonr@gnu.org>
1185
1186 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
1187 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
1188
1189 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
1192
1193 2008-06-26 Jason Rumney <jasonr@gnu.org>
1194
1195 * w32bdf.c, w32bdf.h: Remove obsolete files.
1196
1197 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
1198
1199 * w32gui.h: Don't include w32bdf.h.
1200 (XCharStruct, enum w32_char_font_type, W32FontStruct):
1201 Remove obsolete font support.
1202
1203 * w32font.h (struct w32font_info): Remove compat_w32_font.
1204 Add hfont member.
1205 (FONT_COMPAT): Remove obsolete macro.
1206
1207 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
1208 (w32font_encode_char, w32font_text_extents): Use new hfont member.
1209 (w32font_open_internal): Remove compat code. Set new hfont member.
1210 (Fx_select_font): Use new hfont member.
1211
1212 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
1213 (uniscribe_encode_char): Use new hfont member.
1214
1215 * w32term.c (x_draw_glyph_string_foreground)
1216 (x_draw_composite_glyph_string_foreground): Use new hfont member.
1217 (x_draw_glyph_string): Use metrics in w32font_info.
1218
1219 2008-06-26 Kenichi Handa <handa@m17n.org>
1220
1221 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
1222
1223 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1224
1225 * unexnext.c:
1226 * m/ews4800.h:
1227 * m/hp9000s300.h:
1228 * m/ibm370aix.h:
1229 * m/mips-siemens.h:
1230 * m/ncr386.h:
1231 * m/next.h:
1232 * m/pmax.h:
1233 * m/powerpcle.h:
1234 * m/tandem-s2.h:
1235 * s/386bsd.h:
1236 * s/bsd386.h:
1237 * s/bsd4-1.h:
1238 * s/bsd4-2.h:
1239 * s/bsdos2-1.h:
1240 * s/bsdos2.h:
1241 * s/bsdos3.h:
1242 * s/bsdos4.h:
1243 * s/nextstep.h:
1244 * s/ultrix4-3.h:
1245 * s/usg5-0.h:
1246 * s/usg5-2-2.h:
1247 * s/usg5-2.h:
1248 * s/usg5-4-3.h:
1249 * s/ux4800.h:
1250 * s/uxpds.h:
1251 * s/uxpv.h: Remove support for obsolete systems.
1252 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
1253 Remove, insert contents in s/hpux-10.20.h
1254 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
1255 Remove, insert contents in s/aix-4.2.h
1256 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
1257 * s/bsd4-3.h: Rename to ..
1258 * s/bsd-common.h: ... this.
1259 * src/data.c:
1260 * src/doc.c:
1261 * src/ecrt0.c:
1262 * src/emacs.c:
1263 * src/fileio.c:
1264 * src/floatfns.c:
1265 * src/keyboard.c:
1266 * src/mem-limits.h:
1267 * src/print.c:
1268 * src/process.c:
1269 * src/sysdep.c:
1270 * src/syssignal.h:
1271 * src/systty.h:
1272 * src/syswait.h:
1273 * src/term.c:
1274 * src/unexec.c:
1275 * src/unexelf.c:
1276 * src/unexhp9k800.c:
1277 * src/m/hp800.h:
1278 * src/m/ibmrs6000.h:
1279 * src/m/mips.h:
1280 * src/m/vax.h:
1281 * src/s/darwin.h:
1282 * src/s/freebsd.h:
1283 * src/s/gnu.h:
1284 * src/s/ms-w32.h:
1285 * src/s/msdos.h:
1286 * src/s/netbsd.h:
1287 * src/s/template.h: Remove references to obsolete variables.
1288
1289 * Makefile.in: Add dependencies for all unexec files.
1290 (admindir): Remove unused variable.
1291 (UNEXEC_SRC): Remove references.
1292
1293 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * xfns.c (x_default_font_parameter): If Xft is available, first
1296 try Monospace-12 for the default font.
1297
1298 2008-06-25 Jason Rumney <jasonr@gnu.org>
1299
1300 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
1301
1302 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
1305
1306 * buffer.c (syms_of_buffer): Remove default-word-wrap.
1307
1308 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
1309
1310 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
1311 <scroll-conservatively>: Fix typo in docstring.
1312
1313 * xselect.c (Fx_send_client_event): Doc fix.
1314
1315 2008-06-25 Kenichi Handa <handa@m17n.org>
1316
1317 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
1318
1319 * font.c (font_parse_fcname): Remove unused variables.
1320 (font_sort_entites): Delete the arg SPEC. Caller changed.
1321 Fix for the case of ! best_only.
1322 (font_delete_unmatched): Check DPI and AVGWIDTH too.
1323
1324 * lisp.h (Fstring_to_unibyte): EXFUN it.
1325
1326 * character.h (str_to_unibyte): Extern it.
1327
1328 * character.c (str_to_unibyte): New function.
1329
1330 * fns.c (Fstring_to_unibyte): New function.
1331 (syms_of_fns): Defsubr it.
1332
1333 2008-06-24 Kenichi Handa <handa@m17n.org>
1334
1335 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
1336 DPI too.
1337 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
1338
1339 2008-06-24 Andreas Schwab <schwab@suse.de>
1340
1341 * Makefile.in (${lispsource}loaddefs.el): Rename from
1342 ../lisp/loaddefs.el.
1343 (bootstrap-clean): Do what distclean does but don't remove
1344 Makefile.
1345 (distclean): Depend on bootstrap-clean and remove Makefile.
1346
1347 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * buffer.h (struct buffer): New member word_wrap.
1350
1351 * buffer.c (syms_of_buffer): New variables default-word-wrap and
1352 word-wrap.
1353 (init_buffer_once): Initialize them.
1354
1355 * dispextern.h (struct it): Replace bool truncate_lines_p with a
1356 line_wrap enum possessing three possible values.
1357
1358 * termopts.h: Replace truncate_partial_width_windows with
1359 Vtruncate_partial_width_windows.
1360
1361 * dispnew.c (direct_output_for_insert): Avoid direct output when
1362 inserting a space with word wrap on.
1363
1364 * indent.c (compute_motion): Obey integer values of
1365 truncate-partial-width-windows.
1366
1367 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
1368 replacing truncate_partial_width_windows.
1369 (init_iterator): If Vtruncate_partial_width_windows is an integer,
1370 truncate only if the window width is below that integer.
1371 (start_display, resize_mini_window, produce_stretch_glyph)
1372 (display_string, move_it_in_display_line_to): Use line_wrap.
1373 (back_to_previous_visible_line_start, reseat_1): Reset
1374 string_from_display_prop_p.
1375 (display_line): Extend default face to end of line when wrapping.
1376
1377 2008-06-24 Kim F. Storm <storm@cua.dk>
1378
1379 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
1380 to wrap continued lines at word boundaries.
1381
1382 2008-06-24 Jason Rumney <jasonr@gnu.org>
1383
1384 * font.c (Ffont_face_attributes): Multiply pixel size before point
1385 conversion to avoid multiplying rounding error.
1386
1387 2008-06-23 Jason Rumney <jasonr@gnu.org>
1388
1389 * w32term.c (x_draw_glyph_string_background)
1390 (x_draw_glyph_string): Remove old bdf font code.
1391
1392 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
1393
1394 2008-06-22 Kenichi Handa <handa@m17n.org>
1395
1396 * font.c (font_find_for_lface): Try the adstyle specified in
1397 the property of LFACE_FONT of LFACE (if any).
1398
1399 2008-06-21 Seiji Zenitani <zenitani@mac.com>
1400 Ryo Yoshitake <ryo@shiftmode.net>
1401
1402 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
1403
1404 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1405
1406 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
1407 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
1408 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
1409 (witness-emacs): Remove.
1410 (lisp, shortlisp): Move loaddefs.el earlier.
1411 (mostlyclean): Forget about witness-emacs.
1412
1413 2008-06-22 Glenn Morris <rgm@gnu.org>
1414
1415 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
1416 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
1417
1418 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * Makefile.in (PRECOMP): Remove.
1421 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
1422 (witness-emacs): Run `compile-first'.
1423 (.el.elc): Use the new compile-onefile target.
1424
1425 2008-06-21 Kenichi Handa <handa@m17n.org>
1426
1427 * xftfont.c (xftfont_open): Handle QCembolden only when
1428 FC_EMBOLDEN is defined.
1429
1430 2008-06-21 Andreas Schwab <schwab@suse.de>
1431
1432 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
1433 (.el.elc): Likewise.
1434
1435 2008-06-21 Miles Bader <miles@gnu.org>
1436
1437 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
1438 build dir, not the lisp source dir.
1439
1440 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
1443 (bootstrapclean): Remove.
1444 (.el.elc): New rule.
1445 (PRECOMP): New var.
1446 (../lisp/subdirs.el): Remove.
1447 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
1448 (witness-emacs): New target.
1449 (mostlyclean): Remove witness-emacs as well.
1450 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
1451 Add witness-emacs dependency.
1452
1453 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
1454
1455 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
1456 defined by the font.
1457
1458 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
1461 (bootstrap-clean): New target that keeps TAGS around.
1462 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
1463 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
1464
1465 2008-06-20 Jason Rumney <jasonr@gnu.org>
1466
1467 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
1468 Remove obsolete font code.
1469
1470 * w32font.c (font_matches_spec): Use csb bitfield from font signature
1471 to determine language support.
1472
1473 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * sysdep.c (cfsetspeed): New fun extracted from the code.
1476 (cfmakeraw): Move before first use.
1477
1478 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
1479
1480 * sysdep.c (cfmakeraw): Provide fallback implementation.
1481 (serial_configure): Provide fallback implementation of cfsetspeed.
1482
1483 2008-06-20 Kenichi Handa <handa@m17n.org>
1484
1485 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
1486 the pattern.
1487
1488 * fontset.c (fontset_from_font): Copy font_spec before changing
1489 the elements.
1490
1491 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
1492
1493 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
1496 for explicit `font' parameters.
1497
1498 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
1499
1500 2008-06-19 Kenichi Handa <handa@m17n.org>
1501
1502 * frame.c: Include <ctype.h>.
1503 (x_set_font_backend): Allow spacing characters in the X resource
1504 for FontBackend.
1505
1506 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * w32fns.c, xfns.c (Qfont_param): New var.
1509 (syms_of_w32fns): Initialize it.
1510 (x_default_font_parameter): Record explicit `font' into
1511 `font-parameter'.
1512
1513 2008-06-18 Kenichi Handa <handa@m17n.org>
1514
1515 * font.c (font_parse_xlfd): Fix previous change.
1516 (font_parse_fcname): Don't use :fc-unknown-spec.
1517 (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
1518 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
1519 (font_add_log): Prepend the driver name to the resulting fonts.
1520
1521 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
1522 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
1523 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
1524
1525 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
1526 (QCembolden): New variables.
1527 (syms_of_xftfont): DEFSYM them.
1528 (xftfont_open): Call XftFontMatch. Don't trust the result of
1529 XftTextExtents8 if the pixel_size is less than 5.
1530
1531 2008-06-18 Andreas Schwab <schwab@suse.de>
1532
1533 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
1534 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
1535
1536 2008-06-18 Jason Rumney <jasonr@gnu.org>
1537
1538 * w32font.c (w32font_list, w32font_match): Add logging.
1539
1540 * w32uniscribe (uniscribe_list, uniscribe_match): Add logging.
1541
1542 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
1543
1544 * font.c (font_parse_fcname): Store divider characters for
1545 unknown-spec list. For known key symbols, intern using correct
1546 symbol name.
1547
1548 2008-06-17 Kenichi Handa <handa@m17n.org>
1549
1550 * xfaces.c (realize_default_face): If the frame is not on window
1551 system, set the fontset of face to nil.
1552
1553 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1554
1555 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
1556
1557 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
1558
1559 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
1560 (build_font_name_from_vector): Delete externs.
1561
1562 * xfaces.c (struct font_name): Don't declare.
1563
1564 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
1567
1568 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
1571
1572 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * font.c (Ffont_spec): Fix usage in docstring.
1575 (Ffont_face_attributes): Doc fix.
1576
1577 2008-06-16 Andreas Schwab <schwab@suse.de>
1578
1579 * font.c (Ffont_face_attributes): Fix definition.
1580
1581 2008-06-16 Jason Rumney <jasonr@gnu.org>
1582
1583 * font.h (font_style_symbolic_from_value): Remove.
1584
1585 * font.c (font_style_symbolic_from_value): Remove.
1586 (font_style_symbolic): Revert to pre 2008-06-13 version.
1587
1588 * w32font.c (w32_to_fc_weight): New function.
1589 (w32font_full_name, logfont_to_fcname): Use it.
1590
1591 2008-06-16 Kenichi Handa <handa@m17n.org>
1592
1593 * font.c (font_check_object): Delete it.
1594 (font_clear_cache): Check if a font-object is alive.
1595 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
1596 font-object to nil.
1597 (font_close_object): Don't check FONT_CLOSE_OBJECT.
1598 (font_at): Don't call font_check_object.
1599 (Ffont_get): Return a symbol for :weight, :slant, and :width.
1600
1601 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
1602
1603 * puresize.h (BASE_PURESIZE): Increase to 1230000.
1604
1605 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
1608
1609 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * font.c (font_parse_fcname): Only one decimal point.
1612 (font_unparse_fcname): Handle data in family and foundry indices
1613 as symbols, not strings.
1614 (font_unparse_gtkname, Ffont_face_attributes): New functions.
1615
1616 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
1617
1618 * font.h (font_unparse_gtkname): Add prototype.
1619
1620 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1621
1622 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
1623
1624 2008-06-15 Andreas Schwab <schwab@suse.de>
1625
1626 * font.c (font_update_drivers): Fix crash when no drivers match.
1627
1628 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
1631 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
1632
1633 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
1636
1637 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * process.c (Fserial_process_configure, Fprocess_send_eof):
1640 Use EQ to compare Lisp_Objects.
1641
1642 2008-06-13 Jason Rumney <jasonr@gnu.org>
1643
1644 * w32fns.c (Fw32_select_font): Remove old font API function.
1645
1646 * w32font.c (logfont_to_fcname): New function.
1647 (Fx_select_font): New font dialog function compatible with
1648 GTK/fontconfig version.
1649
1650 * font.c (font_style_symbolic_from_value): New function.
1651 (font_style_symbolic): Use it.
1652
1653 * font.h (font_style_symbolic_from_value): Declare new function.
1654
1655 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
1656
1657 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
1658 <font-width-table>: Fix typos in docstrings.
1659
1660 2008-06-13 Daniel Engeler <engeler@gmail.com>
1661
1662 These changes add serial port access.
1663 * process.c: Add HAVE_SERIAL.
1664 (Fdelete_process, Fprocess_status, Fset_process_buffer)
1665 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
1666 (list_processes_1, select_wrapper, Fstop_process)
1667 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
1668 (status_notify): Modify to handle serial processes.
1669 [HAVE_SERIAL] (Fserial_process_configure)
1670 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
1671 New functions.
1672 * process.h (struct Lisp_Process): Add `type'.
1673 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
1674 New functions.
1675 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
1676 serial ports.
1677 (serial_open, serial_configure) New functions.
1678 * w32.h: Add FILE_SERIAL.
1679 (struct _child_process): Add ovl_read, ovl_write.
1680
1681 2008-06-13 Kenichi Handa <handa@m17n.org>
1682
1683 * dispextern.h (enum lface_attribute_index): New member
1684 LFACE_FOUNDRY_INDEX.
1685
1686 * font.c (font_score): Delete arg alternate_families. Check only
1687 weight, slant, width, and size. Ignore the difference of alias
1688 style symbols.
1689 (font_sort_entites): Adjust for the above change. Reflect the
1690 order of font-driver to scores.
1691 (font_list_entities): Don't check alternate_familes here.
1692 (font_clear_prop): Handle foundry.
1693 (font_update_lface): Don't parse "foundry-family" form here.
1694 Handle FONT_FOUNDRY_INDEX.
1695 (font_find_for_lface): Likewise. Handle alternate families here.
1696 If registry is nil, try iso8859-1 and ascii-0.
1697 (font_open_for_lface): Pay attention to size in ENTITY.
1698 (font_open_by_name): Simplify by calling font_load_for_lface.
1699 (free_font_driver_list): Delete it.
1700 (font_update_drivers): Preserve the order of backends.
1701 (syms_of_font): Setting of sort_shift_bits adjusted for the change
1702 of font_score and font_sort_entites.
1703 (font_update_sort_order): Likewise.
1704
1705 * xfaces.c (LFACE_FOUNDRY): New macro.
1706 (check_lface_attrs): Check foundry.
1707 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
1708 (merge_face_vectors): Check foundry.
1709 (merge_face_ref): Likewise.
1710 (Finternal_set_lisp_face_attribute): Likewise.
1711 (x_update_menu_appearance): Likewise.
1712 (Finternal_get_lisp_face_attribute): Likewise.
1713 (lface_hash): Likewise.
1714 (lface_same_font_attributes_p): Likewise.
1715 (x_supports_face_attributes_p): Likewise.
1716 (tty_supports_face_attributes_p): Likewise.
1717 (Finternal_set_alternative_font_family_alist): Intern strings.
1718 (Finternal_set_alternative_font_registry_alist): Downcase strings.
1719 (realize_default_face): Set LFACE_FOUNDRY (lface).
1720
1721 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
1722 font-driver at first.
1723
1724 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
1725
1726 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1727
1728 * lread.c (Fload): Use xfree, not free on saved_doc_string.
1729
1730 2008-06-12 Jim Meyering <meyering@redhat.com>
1731
1732 Make unexec_free handle NULL the same way free does.
1733 * unexmacosx.c (unexec_free): Ignore a NULL argument.
1734
1735 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * character.h (CHAR_TO_BYTE_SAFE): New macro.
1738 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
1739 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
1740 (WEAK_ALIAS): Simplify.
1741 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
1742 when searching a unibyte buffer.
1743
1744 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * xfns.c (Fx_select_font): Rename from x-font-dialog.
1747
1748 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * w32font.c: Include ctype.h.
1751
1752 2008-06-11 Jason Rumney <jasonr@gnu.org>
1753
1754 * w32font.c (w32font_encode_char): Detect missing glyphs that are
1755 misreported as space.
1756 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
1757 as aliases for registry iso10646-1.
1758
1759 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * buffer.c (clone_per_buffer_values): Skip `name'.
1762
1763 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * font.c (font_parse_fcname): Fix last change; accept decimal
1766 points in font size.
1767
1768 2008-06-10 Jason Rumney <jasonr@gnu.org>
1769
1770 * w32uniscribe.c (add_opentype_font_name_to_list):
1771 Skip non unicode fonts.
1772
1773 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * xfns.c (Fx_font_dialog): New function.
1776
1777 * gtkutil.c (xg_dialog_response_cb): Rename from
1778 xg_file_response_callback.
1779 (pop_down_dialog): Rename from pop_down_file_dialog.
1780 (xg_get_file_name): Callers changed.
1781 (xg_get_font_name): New function.
1782
1783 * gtkutil.h (xg_get_font_name): Insert prototype.
1784
1785 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
1788 x_underline_minimum_display_offset.
1789 (syms_of_xdisp): Declare it here rather than in xterm.c.
1790 * dispextern.h (underline_minimum_offset): Declare it.
1791 * w32term.c (x_draw_glyph_string): Use it.
1792 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
1793 (syms_of_xterm): Don't declare it any more.
1794 (x_draw_glyph_string): Adjust to the new name.
1795
1796 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
1797
1798 * xterm.c (x_underline_minimum_display_offset): New var.
1799 (x_draw_glyph_string): Use it.
1800 (syms_of_xterm): Declare it.
1801
1802 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
1803
1804 * font.c (font_parse_fcname): Accept GTK-style font names too.
1805
1806 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * dired.c (file_name_completion): Don't return t if the match is exact
1809 but with different capitalization.
1810 * minibuf.c (Ftry_completion): Simplify.
1811
1812 * window.c (Vwindow_point_insertion_type): New var.
1813 (set_window_buffer): Use it.
1814 (syms_of_window): Init and export it to Lisp.
1815
1816 2008-06-10 Kenichi Handa <handa@m17n.org>
1817
1818 * font.h (font_intern_prop): Prototype adjusted.
1819
1820 * font.c (font_intern_prop): New arg force_symbol.
1821 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
1822 Adjust for the change of font_intern_prop.
1823
1824 * ftfont.c (ftfont_pattern_entity):
1825 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
1826 (w32_registry):
1827 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
1828 the change of font_intern_prop.
1829
1830 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
1831
1832 * w32menu.c (digest_single_submenu): Declare extern.
1833
1834 2008-06-09 Jason Rumney <jasonr@gnu.org>
1835
1836 * w32term.c (x_make_frame_visible): Use alternate restore flags.
1837
1838 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
1839 (parse_single_submenu): Remove.
1840 (digest_single_submenu): Remove.
1841 (syms_of_w32menu): Don't initialise variables that have moved
1842 to menu.c.
1843 (set_frame_menubar): Sync with version in xmenu.c.
1844 (w32_menu_show): Sync with xmenu_show in xmenu.c.
1845
1846 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
1847 Make static again.
1848
1849 2008-06-09 Jason Rumney <jasonr@gnu.org>
1850
1851 Changes to w32 files related to the move of common menu code
1852 to menu.c on 2008-06-08 by Chong Yidong.
1853
1854 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
1855 defs to w32gui.h.
1856 (single_keymap_panes, push_menu_item, push_menu_pane):
1857 Make globally visible.
1858
1859 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
1860 (local_free, malloc_widget_value, free_widget_value)
1861 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
1862 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
1863 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
1864 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
1865 (menu_items, menu_items_allocated, menu_items_used)
1866 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
1867 (init_menu_items, finish_menu_items, discard_menu_items)
1868 (grow_menu_items, push_submenu_start, push_submenu_end)
1869 (push_left_right_boundary, push_menu_pane, push_menu_item)
1870 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
1871 (free_menubar_widget_tree_value, parse_single_submenu)
1872 (update_submenu_strings): Remove functions.
1873 (xmalloc_widget_value): Remove and declare extern.
1874
1875 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
1876 (OBJ1): Build it.
1877
1878 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
1879 (local_heap, local_alloc, local_free, malloc_widget_value)
1880 (free_widget_value): Define here.
1881
1882 2008-06-09 Kenichi Handa <handa@m17n.org>
1883
1884 * font.h (Qascii_0): Extern it.
1885
1886 * font.c (Qascii_0): New variable.
1887 (syms_of_font): DEFSYM it.
1888 (font_open_by_name): If the registry "iso8859-1" fails, try also
1889 "ascii-0".
1890
1891 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
1892
1893 2008-06-08 Kenichi Handa <handa@m17n.org>
1894
1895 * .gdbinit (xfont): New command.
1896
1897 2008-06-08 Andreas Schwab <schwab@suse.de>
1898
1899 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
1900 * Makefile.in (menu.o): Update dependencies.
1901
1902 * Makefile.in (obj): Always add menu.o.
1903 * emacs.c (main): Always call syms_of_menu.
1904 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
1905
1906 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
1907
1908 * Makefile.in: Compile menu.c.
1909
1910 * lisp.h: Declare syms_of_menu.
1911
1912 * emacs.c (main): Call syms_of_menu.
1913
1914 * keyboard.h: Relocate platform-independent menu definitions from
1915 xmenu.c.
1916
1917 * menu.c: New file. Relocate platform-independent menu
1918 definitions from xmenu.c. Suggested by Adrian Robert.
1919
1920 * xmenu.c: Remove platform-independent menu definitions.
1921 (menu_items menu_items_inuse, menu_items_allocated)
1922 (menu_items_used, menu_items_n_panes)
1923 (menu_items_submenu_depth): Move to keyboard.h.
1924 (init_menu_items, finish_menu_items, unuse_menu_items)
1925 (discard_menu_items, restore_menu_items, save_menu_items)
1926 (grow_menu_items, push_submenu_start, push_submenu_end)
1927 (push_left_right_boundary, push_menu_pane, push_menu_item)
1928 (keymap_panes, single_keymap_panes, single_menu_item)
1929 (list_of_panes, list_of_items, find_and_call_menu_selection)
1930 (xmalloc_widget_value, free_menubar_widget_value_tree)
1931 (parse_single_submenu, digest_single_submenu)
1932 (update_submenu_strings): Move to menu.c.
1933
1934 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
1937
1938 2008-06-06 Miles Bader <miles@gnu.org>
1939
1940 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
1941 face, not frame default.
1942
1943 2008-06-05 Martin Rudalics <rudalics@gmx.at>
1944
1945 * window.c (pop_up_windows, pop_up_frames)
1946 (display_buffer_reuse_frames, Vpop_up_frame_function)
1947 (Vdisplay_buffer_function, Veven_window_heights)
1948 (Vspecial_display_buffer_names, Vspecial_display_regexps)
1949 (Vspecial_display_function, Vsame_window_buffer_names)
1950 (Vsame_window_regexps, split_height_threshold)
1951 (Vsplit_window_preferred_function): Move those vars to window.el.
1952 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
1953 (Fdisplay_buffer): Move those functions to window.el.
1954 (syms_of_window): Remove corresponding declarations.
1955 (display_buffer): New function.
1956 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
1957 * dispnew.c (Flast_nonminibuf_frame): New function.
1958 * buffer.c (Fpop_to_buffer): Move to window.el.
1959
1960 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
1963
1964 2008-06-05 Kenichi Handa <handa@m17n.org>
1965
1966 * coding.c (detect_coding): Fix previous change.
1967 (detect_coding_system): Likewise.
1968
1969 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
1972
1973 * keymap.c (Vminibuffer_local_filename_must_match_map):
1974 Rename from Vminibuffer_local_must_match_filename_map.
1975 (syms_of_keymap):
1976 * minibuf.c (Fcompleting_read): Adjust accordingly.
1977 * commands.h: Rename declaration as well.
1978
1979 2008-06-05 Kenichi Handa <handa@m17n.org>
1980
1981 * font.c (Ffont_spec): Don't use font_parse_family_registry for
1982 family name.
1983 (Ffont_put): Likewise.
1984
1985 * fontset.c (fontset_find_font): Call font_open_for_lface with the
1986 current font-spec.
1987
1988 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
1989 is unspecified.
1990
1991 * xfaces.c (realize_x_face): If the font-related face attributes
1992 are the same as those of default face, realize a new fontset from
1993 default->fontset.
1994 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
1995
1996 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
1999 (move_it_in_display_line): New wrapper.
2000
2001 * window.c (window_scroll_pixel_based_preserve_x)
2002 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
2003 (window_scroll_pixel_based, window_scroll_line_based):
2004 Use them to preserve column positions.
2005 (syms_of_window): Initialize them.
2006
2007 * indent.c (Fvertical_motion): Extend first arg to allow passing an
2008 (HPOS . VPOS) pair.
2009
2010 * dispextern.h (move_it_in_display_line): Declare.
2011
2012 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
2013
2014 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
2015 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
2016 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
2017
2018 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * window.c (Fset_window_parameter): Doc fix.
2021 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
2022
2023 2008-06-04 Joakim Verona <joakim@verona.se>
2024
2025 * window.h (struct window): Add new member window_parameters.
2026
2027 * window.c (Fwindow_parameters, Fwindow_parameter)
2028 (Fset_window_parameter): New defuns.
2029 (syms_of_window): Defsubr the new defuns.
2030 (make_window): Initialize window_parameters to nil.
2031
2032 2008-06-04 John Paul Wallington <jpw@pobox.com>
2033
2034 * eval.c (Fdefmacro): Doc fix.
2035
2036 2008-06-04 Kenichi Handa <handa@m17n.org>
2037
2038 * coding.c (detect_coding): Fix handling of coding->head_ascii.
2039 Be sure to call setup_coding_system when we find a proper coding system.
2040 (detect_coding_system): Fix handling of coding->head_ascii.
2041
2042 2008-06-03 Andreas Schwab <schwab@suse.de>
2043
2044 * font.c (font_prop_validate_spacing): Fix last change.
2045
2046 2008-06-03 Kenichi Handa <handa@m17n.org>
2047
2048 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
2049 (font_parse_fcname): Fix handling of unknown key.
2050
2051 * xfont.c (xfont_list): Try an alias.
2052
2053 * charset.c (char_charset): Return NULL if the arg charset_list is
2054 specified and C doesn't belong to any of them.
2055
2056 2008-06-02 Chip Coldwell <coldwell@redhat.com>
2057
2058 * font.c (font_pixel_size): Don't take cdr of an integer.
2059
2060 2008-06-02 Jim Meyering <meyering@redhat.com>
2061
2062 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
2063 * alloc.c (xfree): Return right away for a NULL arg.
2064 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
2065 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
2066 * mac.c (create_apple_event_from_event_ref): Likewise.
2067 (create_apple_event_from_drag_ref, cfstring_create_normalized):
2068 Likewise.
2069 * doprnt.c (doprnt1): Likewise.
2070 * frame.c (frame): Likewise.
2071 * keyboard.c (wipe_kboard): Likewise.
2072 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
2073 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
2074 * term.c (tty_default_color_capabilities, maybe_fatal)
2075 (delete_tty): Likewise.
2076 * w16select.c (string): Likewise.
2077 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
2078 * w32bdf.c (w32_free_bdf_font): Likewise.
2079 * w32fns.c (w32_unload_font): Likewise.
2080 * w32font.c (w32font_close): Likewise.
2081 * window.c (size_window): Likewise.
2082 * xselect.c (receive_incremental_selection): Likewise.
2083 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
2084 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
2085 * w32.c (stat): Likewise.
2086
2087 Remove useless if-before-free tests.
2088 * editfns.c (Fset_time_zone_rule): Likewise.
2089 * lread.c (nosuffix): Likewise.
2090 * ralloc.c (get_bloc): Likewise.
2091 * regex.c (reg_free): Likewise.
2092 * xftfont.c (xftfont_open, xftfont_close): Likewise.
2093 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
2094 * xsmfns.c (smc_save_yourself_CB): Likewise.
2095
2096 2008-06-02 Kenichi Handa <handa@m17n.org>
2097
2098 * font.c (font_find_for_lface): Handle float font size.
2099 (font_open_for_lface): Likewise.
2100
2101 * xfaces.c (x_supports_face_attributes_p): Check face->font before
2102 comparing the properties.
2103
2104 2008-06-01 Jason Rumney <jasonr@gnu.org>
2105
2106 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
2107 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
2108 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
2109 Don't add empty script list.
2110 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
2111
2112 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2113
2114 * Makefile.in (dot, dotdot): Remove, update users.
2115 ".." has been used elsewhere in the file for a long time.
2116 (LIBXT_STATIC): Remove conditional based on unused variable.
2117
2118 2008-06-01 Miles Bader <miles@gnu.org>
2119
2120 * xfaces.c (Vface_remapping_alist): New variable.
2121 (syms_of_xfaces): Initialize it.
2122 (enum named_merge_point_kind): New type.
2123 (struct named_merge_point): Add `named_merge_point_kind' field.
2124 (push_named_merge_point): Make cycle detection respect different
2125 named-merge-point kinds.
2126 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
2127 Remove face-name alias resolution.
2128 (lface_from_face_name): New definition using
2129 `lface_from_face_name_no_resolve'.
2130 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
2131 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
2132 (get_lface_attributes): New definition that layers face-remapping on
2133 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
2134 (lookup_basic_face): New function.
2135 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
2136 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
2137 `get_lface_attributes'.
2138 (face_at_buffer_position): Use `lookup_basic_face' to lookup
2139 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
2140 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
2141
2142 * xdisp.c (init_iterator): Pass base_face_id through
2143 `lookup_basic_face' when we actually use it as a face-id.
2144 (handle_single_display_prop): Use `lookup_basic_face' to lookup
2145 DEFAULT_FACE_ID.
2146
2147 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
2148 lookup the initial face-id.
2149
2150 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
2151
2152 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
2153
2154 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
2155 (Fremove_text_properties): Fix typos in docstrings.
2156
2157 2008-05-31 Kenichi Handa <handa@m17n.org>
2158
2159 * font.c (font_list_entities): Fix the car part of data to be
2160 stored in the cache.
2161
2162 * ftfont.c (ftfont_font_format): Don't use strcasestr.
2163
2164 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
2167 Add a `test' argument so another predicate than `equal' can be used.
2168 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
2169 (map_char_table): Remove unused vars `c' and `i'.
2170 * lisp.h (Foptimize_char_table): Adjust declaration.
2171 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
2172
2173 2008-05-30 Kenichi Handa <handa@m17n.org>
2174
2175 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
2176 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
2177 defined.
2178
2179 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
2182 (Fmake_variable_frame_local): Disallow mixing buffer-local and
2183 frame-local settings for the same variable.
2184
2185 2008-05-30 Kenichi Handa <handa@m17n.org>
2186
2187 * fontset.c (Ffont_info): Move to font.c.
2188 (syms_of_fontset): Delete defsubr of Sfont_info.
2189
2190 * font.c (font_style_to_value, font_score): Delete casting of the
2191 args to xstcasecmp.
2192 (register_font_driver): Increment num_font_drivers only when
2193 registering the driver globally.
2194 (Ffont_info): Move from fontset.c. Handle a font object too.
2195 (syms_of_font): Defsubr Sfont_info.
2196
2197 2008-05-29 Kenichi Handa <handa@m17n.org>
2198
2199 * coding.h (enum define_coding_utf8_arg_index): New enum.
2200 (enum coding_attr_index): Change coding_attr_utf_16_bom to
2201 coding_attr_utf_bom.
2202 (enum utf_bom_type): Rename from utf_16_bom_type.
2203 (struct utf_16_spec): Adjust for the above change.
2204 (struct coding_system): Add utf_8_bom in `spec' union.
2205
2206 * coding.c (CODING_UTF_8_BOM): New macro.
2207 (enum coding_category): Delete coding_category_utf_8, add
2208 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
2209 coding_category_utf_8_sig.
2210 (CATEGORY_MASK_UTF_8): Delete it.
2211 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
2212 (CATEGORY_MASK_UTF_8_SIG): New macros.
2213 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
2214 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
2215 CATEGORY_MASK_UTF_8_SIG.
2216 (CATEGORY_MASK_UTF_8): New macro.
2217 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
2218 (detect_coding_utf_8): Check BOM.
2219 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
2220 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
2221 (encode_coding_utf_16): Likewise.
2222 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
2223 (detect_coding, detect_coding_system): Handle utf-8-auto.
2224 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
2225 (syms_of_coding): Fix setting up of Vcoding_category_table.
2226
2227 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * process.c (Faccept_process_output): If `millisec' is non-nil,
2230 `seconds' default to 0.
2231 (wait_reading_process_output): Also return non-nil if we read output
2232 from a non-running process.
2233
2234 2008-05-29 Jason Rumney <jasonr@gnu.org>
2235
2236 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
2237 `raster' specified.
2238 (add_font_entity_to_list): Allow non-opentype truetype fonts back
2239 in the uniscribe backend, but disallow any font that has no
2240 unicode subrange support.
2241
2242 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
2245 Fix typos in docstrings.
2246
2247 2008-05-29 Kenichi Handa <handa@m17n.org>
2248
2249 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
2250 (Fx_family_fonts): Set frame correctly.
2251
2252 2008-05-28 Jason Rumney <jasonr@gnu.org>
2253
2254 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
2255
2256 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
2259 calling build_annotations.
2260
2261 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
2262
2263 * coding.c (Fdecode_coding_region, Fencode_coding_region)
2264 (Fencode_coding_string):
2265 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
2266 <latin-extra-code-table>: Fix typos in docstrings.
2267 (syms_of_coding) <coding-system-alist>: Doc fix.
2268 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
2269
2270 2008-05-28 Kenichi Handa <handa@m17n.org>
2271
2272 * fontset.c (Ffont_info): Don't call font_close_object.
2273
2274 * font.c (font_parse_family_registry): Use Ffont_put to validate
2275 foundry and family.
2276 (font_delete_unmatched): Don't check spacing.
2277 (font_list_entities): Add spacing to the spec to list fonts.
2278
2279 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
2280 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
2281
2282 * coding.c (encode_coding_raw_text): Fix previous change.
2283 (encode_coding_object): When the dst_object is a buffer and is
2284 different from src_object, move gap to PT.
2285
2286 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
2289
2290 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * coding.c (encode_coding_raw_text): Set coding->produced_char for
2293 all branches. Compute it differently.
2294
2295 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
2296
2297 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
2298
2299 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
2300 into "else if () ... else ...".
2301
2302 2008-05-27 Jason Rumney <jasonr@gnu.org>
2303
2304 * w32font.c (w32font_open_internal): Determine if glyph indices
2305 are likely to work here.
2306
2307 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
2310 draw overlap glyphs with appropriate highlighting.
2311
2312 2008-05-27 Kenichi Handa <handa@m17n.org>
2313
2314 * xfont.c (xfont_open): Fix calculation of font->average_width.
2315
2316 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * casefiddle.c (casify_object): Try to guess better whether the
2319 argument is a byte or a char.
2320
2321 2008-05-26 Andreas Schwab <schwab@suse.de>
2322
2323 * xselect.c (x_reply_selection_request): Properly handle format == 32.
2324 Always send multiples of format size.
2325
2326 * xterm.c (x_set_frame_alpha): Fix type mismatch.
2327
2328 2008-05-26 Jason Rumney <jasonr@gnu.org>
2329
2330 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
2331 (compute_metrics): Don't set failure if we just cleared the cache.
2332 (w32_weight_table): Remove unused variable.
2333 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
2334 backwards compatibility.
2335
2336 2008-05-25 Kenichi Handa <handa@m17n.org>
2337
2338 * w32term.c (x_draw_glyph_string):
2339 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
2340
2341 * xfaces.c: Delete unused function prototypes.
2342 (xstrlwr, font_frame): Delete them.
2343 (clear_face_cache): Delete unused variable.
2344
2345 * xftfont.c (xftfont_open): Delete unused variable.
2346 If underline_thickness is not 1, adjust underline_position.
2347
2348 * ftxfont.c (ftxfont_open): Delete unused variable.
2349
2350 * fontset.c (face_for_char): Optimize for the case of no charset
2351 property.
2352
2353 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
2354 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
2355 (otf_open, font_otf_capability, generate_otf_features)
2356 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
2357 Comment out by surrounding "#if 0" and "#endif" for the moment.
2358 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
2359 (syms_of_font): Codes for accessing above commented out.
2360
2361 2008-05-24 Eli Zaretskii <eliz@gnu.org>
2362
2363 * w32proc.c: Include dispextern.h.
2364
2365 * w32.c: Include dispextern.h.
2366
2367 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
2368
2369 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
2370 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
2371 Fix typos in docstrings.
2372
2373 2008-05-23 Jason Rumney <jasonr@gnu.org>
2374
2375 * xsmfns.c: Remove includes that are already included by config.h.
2376
2377 2008-05-23 Kenichi Handa <handa@m17n.org>
2378
2379 * charset.c (Qemacs, charset_emacs): New variables.
2380 (char_charset): Fix for non-Unicode characters.
2381 (syms_of_charset): Define charset_emacs.
2382
2383 * w32term.c (x_draw_glyph_string): Be sure to update
2384 s->underline_thickness and s->underline_position. Be sure to draw
2385 underline within the current line area.
2386
2387 * xterm.c (x_draw_glyph_string): Be sure to update
2388 s->underline_thickness and s->underline_position. Be sure to draw
2389 underline within the current line area.
2390
2391 * fontset.c: Delete unused variables and add casting for char *
2392 throughout the file.
2393 (fontset_font): Try the fallback fonts of the current fontset
2394 before consulting the default fontset.
2395
2396 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
2397
2398 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
2399
2400 2008-05-22 Jason Rumney <jasonr@gnu.org>
2401
2402 * font.c: Don't include strings.h.
2403
2404 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
2405
2406 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
2407 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
2408 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
2409 to call xstrcasecmp.
2410
2411 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
2412
2413 * fontset.c (fs_query_fontset): Use xstrcasecmp.
2414
2415 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
2416
2417 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
2418
2419 2008-05-22 Kenichi Handa <handa@m17n.org>
2420
2421 * puresize.h (BASE_PURESIZE): Increase to 1220000.
2422
2423 * font.c (font_prop_validate_style): Adjust for the format
2424 change of font_style_table.
2425
2426 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
2427 two args.
2428
2429 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
2430 two args.
2431
2432 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * minibuf.c (keys_of_minibuf): Delete.
2435 * lisp.h (keys_of_minibuf): Delete.
2436 * emacs.c (main): Don't call keys_of_minibuf.
2437
2438 2008-05-22 Kenichi Handa <handa@m17n.org>
2439
2440 * ftfont.c (ftfont_resolve_generic_family): Rename from
2441 ftfont_list_generic_family. Return a single family for each
2442 generic family.
2443 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
2444 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
2445 Call font_add_log.
2446 (ftfont_match): Call font_add_log.
2447
2448 * font.h (Ffont_xlfd_name): EXFUN adjusted.
2449 (FONT_DEBUG): Define it.
2450 (font_add_log): Extern it.
2451 (font_assert): Rename from xassert.
2452
2453 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
2454 (xfont_list_family): Call font_add_log.
2455 (xfont_match): Likewise.
2456 (memq_no_quit): Delete.
2457
2458 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
2459 call of Ffont_xlfd_name.
2460
2461 * xfaces.c (struct table_entry, slant_table, weight_table)
2462 (swidth_table): Move to font.c.
2463
2464 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
2465 xassert are changed to font_assert. Delete many unused variables.
2466 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
2467 New variables.
2468 (struct table_entry): Move from xfaces.c and modified.
2469 (weight_table, slant_table, width_table): Move from xfaces.c and
2470 contents adjusted for the change of struct table_entry.
2471 (font_style_to_value, font_style_symbolic): Adjust for the
2472 format change of font_style_table.
2473 (font_parse_family_registry): Don't overwrite existing foundry and
2474 family of font_spec.
2475 (font_score): Fix calculation of diff for sizes.
2476 (font_sort_entites): Call font_add_log.
2477 (font_delete_unmatched): Return a newly created list.
2478 (font_list_entities): Fix previous change. Call font_add_log.
2479 (font_matching_entity, font_open_entity, font_close_entity):
2480 Call font_add_log.
2481 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
2482 (Finternal_set_font_style_table): Delete.
2483 (BUILD_STYLE_TABLE): New macro.
2484 (build_style_table): New function.
2485 (Vfont_log, font_log_env_checked): New variables.
2486 (font_add_log): New function.
2487 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
2488 Declare Lisp variables "font-weight-table", "font-slant-table",
2489 "font-width-table", and "font-log". Initialize font_style_table.
2490
2491 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
2492
2493 * xterm.c (x_set_frame_alpha): Move declarations before statements.
2494
2495 2008-05-21 Seiji Zenitani <zenitani@mac.com>
2496 Ryo Yoshitake <ryo@shiftmode.net>
2497
2498 * frame.c (Qalpha): Add a new frame parameter `alpha'.
2499 (Vframe_alpha_lower_limit): New variable.
2500 (x_set_alpha): New function.
2501
2502 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
2503
2504 * xfns.c (x-create-frame, Qalpha):
2505 Initialize the frame parameter `alpha'.
2506 * xterm.c (OPAQUE, OPACITY): New.
2507 (x_set_frame_alpha): New function.
2508 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
2509
2510 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
2511 * w32fns.c (w32_frame_parm_handlers): Likewise.
2512
2513 2008-05-20 Jason Rumney <jasonr@gnu.org>
2514
2515 * w32font.c (add_font_entity_to_list): Don't add non-opentype
2516 truetype fonts to opentype list.
2517
2518 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
2519
2520 * fontset.c (Ffontset_info): Doc fix.
2521 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
2522 <ignore-relative-composition>: Fix typos in docstrings.
2523
2524 * font.c (syms-of-font) <font-encoding-alist>:
2525 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
2526 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
2527 (Ffont_otf_alternates): Doc fixes.
2528
2529 2008-05-20 Kenichi Handa <handa@m17n.org>
2530
2531 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
2532 font.h through out the file.
2533 (FONT_DRIVERS): Rename from FONTOBJ.
2534 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
2535 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
2536
2537 * emacs.c (main): Call syms_of_font unconditionally.
2538
2539 * font.h (find_font_encoding): Extern it.
2540
2541 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
2542 fontset.c.
2543 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
2544 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
2545 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
2546 only when HAVE_WINDOW_SYSTEM is defined.
2547 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
2548 when HAVE_WINDOW_SYSTEM is defined.
2549
2550 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
2551 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
2552
2553 * xfaces.c: Include font.h unconditionally.
2554 (merge_face_ref, merge_face_vectors)
2555 (Finternal_set_lisp_face_attribute): Cancel the previous change.
2556
2557 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
2560 indirect_variable.
2561 * eval.c (lisp_indirect_variable): New fun.
2562 (Fuser_variable_p): Use it.
2563
2564 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * lisp.h (indirect_variable):
2567 * data.c (indirect_variable, let_shadows_buffer_binding_p):
2568 Use Lisp_Symbol pointers rather than Lisp_Object.
2569 Adjust callers.
2570 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
2571 To this end, change calling-convention.
2572
2573 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
2574 if some non-hidden buffers are selected by string&pred.
2575
2576 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * process.c (wait_reading_process_output): Always check status
2579 when in batch mode.
2580
2581 2008-05-19 Kenichi Handa <handa@m17n.org>
2582
2583 * font.c (font_list_entities): Fix handling of cache.
2584 (font_matching_entity): Likewise.
2585
2586 * ftfont.c (cs_iso8859_1): Delete.
2587 (ft_face_cache): New variable.
2588 (struct ftfont_info): New member fc_charset_idx.
2589 (ftfont_build_basic_charsets): Delete.
2590 (fc_charset_table): New variable.
2591 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
2592 . FC_CHARSET_IDX) as :font-entity property in the font entity.
2593 Callers changed.
2594 (ftfont_lookup_cache, ftfont_get_charset): New functions.
2595 (ftfont_spec_pattern): New argument fc_charset_idx.
2596 Check registry more rigidly. Change callers.
2597 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
2598 change of :font-entity property of the font.
2599
2600 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
2601 property of the font.
2602
2603 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
2604
2605 * coding.c (Fcoding_system_p): Rename argument to match docstring.
2606 (Funencodable_char_position, Fcheck_coding_systems_region)
2607 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
2608 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
2609 (Ffind_operation_coding_system, Fset_coding_system_priority)
2610 (Fcoding_system_eol_type): Doc fixes.
2611
2612 2008-05-17 Glenn Morris <rgm@gnu.org>
2613
2614 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
2615
2616 2008-05-16 Eli Zaretskii <eliz@gnu.org>
2617
2618 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
2619 and st_gid.
2620
2621 * frame.c (Fdelete_frame): Don't call font_update_drivers if
2622 HAVE_WINDOW_SYSTEM is not defined.
2623
2624 * xfaces.c (merge_face_ref, merge_face_vectors)
2625 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
2626 HAVE_WINDOW_SYSTEM is defined.
2627 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
2628
2629 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
2632
2633 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2634
2635 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
2636
2637 2008-05-15 Kenichi Handa <handa@m17n.org>
2638
2639 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
2640 preference.
2641
2642 2008-05-15 Glenn Morris <rgm@gnu.org>
2643
2644 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
2645
2646 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * fns.c (init_fns): Don't initialize weak_hash_tables here.
2649 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
2650
2651 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
2652
2653 2008-05-15 Kenichi Handa <handa@m17n.org>
2654
2655 * ftfont.c (ftfont_list): Downcase family name to check generic
2656 families.
2657
2658 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
2659 font-spec for QCfont value.
2660
2661 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
2662 buffer. Check the return value of it.
2663
2664 2008-05-14 Jason Rumney <jasonr@gnu.org>
2665
2666 * w32term.c (w32_get_glyph_overhangs): Remove.
2667 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
2668
2669 2008-05-14 Kenichi Handa <handa@m17n.org>
2670
2671 * font.c (font_prop_validate): Make nil a valid value.
2672 (font_clear_cache): Check if the cached vector of entities is nil
2673 or not.
2674
2675 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2676
2677 * emacs.c (main_thread): Conditionalize on
2678 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
2679 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
2680
2681 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
2682 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
2683 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
2684
2685 2008-05-14 Kenichi Handa <handa@m17n.org>
2686
2687 * coding.c (detect_coding_iso_2022): Ignore a coding category that
2688 has no corresponding coding system.
2689
2690 2008-05-14 Jason Rumney <jasonr@gnu.org>
2691
2692 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
2693
2694 * w32font.h (w32font_open_internal): Update declaration.
2695
2696 * w32font.c (w32font_open_internal): Change last argument from
2697 w32font_info struct to font object. Fill in font object from
2698 font_entity. Get Outline metrics if possible. Use them to
2699 calculate underline position and thickness. Use xlfd name as name
2700 property. Don't set codepage.
2701 (w32font_open): Pass font_object to w32font_open_internal. Don't
2702 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
2703 (w32font_draw): Use s->font.
2704 (clear_cached_metrics): Don't clear non-existent blocks.
2705
2706 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
2707 font was not found.
2708 (x_draw_glyph_string): Use underline position and thickness from font.
2709
2710 * w32uniscribe.c (uniscribe_open): Pass font_object to
2711 w32font_open_internal.
2712
2713 2008-05-14 Kenichi Handa <handa@m17n.org>
2714
2715 These changes are to delete all legacy font-handling codes, and
2716 make Emacs use only font-backends.
2717
2718 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
2719 (frame.o, image.o, print.o): Depend on $(FONTSRC).
2720
2721 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
2722
2723 * charset.h (Vcharset_non_preferred_head)
2724 (Vcurrent_iso639_language): Extern them.
2725
2726 * charset.c (Vcharset_non_preferred_head): New variable.
2727 (Vcurrent_iso639_language): New variable.
2728 (syms_of_charset): Declare it as a Lisp variable.
2729 (char_charset): Don't check non preferred charsets. As a last
2730 resort, return charset_unicode.
2731 (Fset_charset_priority): Update Vcharset_non_preferred_head.
2732
2733 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
2734 conditionals. Don't check enable_font_backend. Delete all codes
2735 used only when USE_FONT_BACKEND is not defined.
2736
2737 * dispextern.h (struct glyph_string): Change type of `font' to
2738 `struct font *'.
2739 (struct glyph_string): New member underline_position and
2740 underline_thickness.
2741 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
2742 (struct face): Change type of `font' to `struct font *'. Remove
2743 members `font_name', `font_info_id'.
2744 (per_char_metric, encode_char): Delete externs.
2745 (calc_pixel_width_or_height): Adjust the prototype.
2746
2747 * emacs.c (enable_font_backend): Delete extern.
2748 (main): Don't set enable_font_backend. Don't check the command
2749 line argument "-disable-font-backend".
2750
2751 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
2752 (enum font_property_index): New members FONT_DPI_INDEX,
2753 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
2754 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
2755 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
2756 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
2757 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
2758 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
2759 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
2760 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
2761 (struct font_spec, struct font_entity): New structs.
2762 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
2763 (struct font): Many members from old "struct font_info" moved to
2764 here. Members font and entity deleted.
2765 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
2766 the new font-related objects.
2767 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
2768 (CHECK_FONT_GET_OBJECT): Likewise.
2769 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
2770 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
2771 (struct font_driver): New members case_sensitive anc check. Type
2772 of the member list and open changed.
2773 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
2774 (font_symbolic_width, font_find_object, font_get_spec)
2775 (font_set_lface_from_name): Delete extern.
2776 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
2777
2778 * font.c: Include <strings.h>.
2779 (enable_font_backend): Delete it.
2780 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
2781 (CHECK_VALIDATE_FONT_SPEC): Delete it.
2782 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
2783 (null_string): Delete it.
2784 (null_vector): Make it static.
2785 (font_family_alist): Delete it.
2786 (Qnormal): Extern it.
2787 (QCextra, QClanguage): Delete it.
2788 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
2789 (font_make_spec, font_make_entity, font_make_object)
2790 (font_intern_prop): Renamed from intern_downcase. Don't downcase
2791 the string. Callers changed.
2792 (font_pixel_size): Adjusted for the format change of font-related
2793 objects.
2794 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
2795 (font_style_to_value, font_style_symbolic): New function.
2796 (build_font_family_alist): Delete it.
2797 (font_registry_charsets): Use Fassoc_string instead of
2798 assq_no_quit.
2799 (font_prop_validate_symbol): Don't return null_string.
2800 (font_prop_validate_style): Adjusted for the change of
2801 style-related values in a font vector.
2802 (font_property_table): Delete entries for QClanguage and
2803 QCantialias, add entries for QCavgwidth.
2804 (get_font_prop_index): Delete the 2nd argument FROM.
2805 (font_prop_validate): Arguments changed.
2806 (font_put_extra): Adjusted for the change of font-related objects.
2807 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
2808 (font_parse_fcname, font_unparse_fcname)
2809 (font_prepare_composition): Likewise.
2810 (font_parse_family_registry): Renamed from font_merge_old_spec.
2811 (otf_open): Delete the 1st arg entity.
2812 (font_otf_capability): Adjusted for the above change.
2813 (font_score): New arg alternate_families. Adjusted for the change
2814 of font-related objects.
2815 (font_sort_entites): New arg best_only.
2816 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
2817 Delete them.
2818 (font_match_p): Check alternate families.
2819 (font_find_object): Delete it.
2820 (font_check_object): New function.
2821 (font_clear_cache): Adjusted for the change of font-related objects.
2822 (font_delete_unmatched): New arg.
2823 (font_list_entities): Call font_driver->list with a spec that
2824 doesn't specify style-related properties.
2825 (font_matching_entity): Arguments changed. Caller changed.
2826 (font_open_entity): Adjusted for the change of font-related objects.
2827 (font_close_object, font_has_char, font_encode_char)
2828 (font_get_name, font_get_spec): Likewise.
2829 (font_spec_from_name, font_clear_prop, font_update_lface):
2830 New functions.
2831 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
2832 (font_prepare_for_face, font_done_for_face, font_open_by_name)
2833 (font_at): Adjusted for the change of font-related objects.
2834 (font_range): New function.
2835 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
2836 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
2837 (Fcopy_font_spec, Fmerge_font_spec): New function.
2838 (Ffont_family_list): Renamed from list-families.
2839 (Finternal_set_font_style_table): Arguments changed.
2840 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
2841 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
2842 change of font-related objects.
2843 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
2844
2845 * fontset.h (struct font_info): Delete it. Most members go to
2846 struct font.
2847 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
2848 (enum FONT_SPEC_INDEX): Delete it.
2849 (font_info, list_fonts_func, load_font_func, query_font_func)
2850 (set_frame_fontset_func, find_ccl_program_func)
2851 (get_font_repertory_func, new_fontset_from_font_name): Delete
2852 externs.
2853 (fontset_from_font_name): Extern it.
2854 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
2855 (FONT_INFO_FROM_FACE): Deleted.
2856 (face_for_font): Adjust prototype.
2857
2858 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
2859 conditionals. Don't check enable_font_backend. Delete all codes
2860 used only when USE_FONT_BACKEND is not defined.
2861 (get_font_info_func, list_font_func, load_font_func)
2862 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
2863 (get_font_repertory_func): Delete them.
2864 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
2865 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
2866 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
2867 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
2868 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
2869 (fontset_compare_rfontdef): New function.
2870 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
2871 ront-defs by qsort. Adjusted for the change of font-group vector.
2872 (load_font_get_repertory): Deleted.
2873 (fontset_find_font): Use new macros to ref/set elements of
2874 font-def and rfont-def.
2875 (fontset_font): Fix the timing of remembering that no font for C.
2876 (free_face_fontset): Do nothing if the face has no fontset.
2877 (face_suitable_for_char_p): Use new macros to ref/set elements of
2878 rfont-def.
2879 (face_for_char): Likewise. Call face_for_char with font_object.
2880 (fs_load_font): Delete. Delete #pragma surrounding it.
2881 (fs_query_fontset): Use strcasecmp instead of strcmp.
2882 (generate_ascii_font_name): Adjusted for the format change of
2883 font-spec.
2884 (Fset_fontset_font): Likewise. Use new macros to set elements of
2885 font-def.
2886 (Fnew_fontset): Use font_unparse_xlfd to generate
2887 FONTSET_ASCII (fontset).
2888 (new_fontset_from_font_name): Deleted.
2889 (fontset_from_font): Renamed from new_fontset_from_font. Check if
2890 a fontset is already created for the font. FIx updating of
2891 Vfontset_alias_alist.
2892 (fontset_ascii_font): Deleted.
2893 (Ffont_info): Adjusted for the format change of font-spec.
2894 (Finternal_char_font): Likewise.
2895 (Ffontset_info): Likewise.
2896 (syms_of_fontset): Don't check load_font_func.
2897
2898 * fns.c (internal_equal): Handle PREV_FONT.
2899
2900 * frame.h: Delete USE_FONT_BACKEND conditional.
2901
2902 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
2903 conditionals. Don't check enable_font_backend. Delete all codes
2904 used only when USE_FONT_BACKEND is not defined.
2905 (x_set_font): Call x_new_font, not x_new_fontset2.
2906 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
2907 already set for the frame.
2908
2909 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
2910 a font-entity by font_make_entity. Use font_intern_prop instead
2911 of intern_downcase. Use FONT_SET_STYLE to set a style-related
2912 font property. If a font is scalable, set avgwidth property to 0.
2913 Set font-entity property by font_put_extra.
2914 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
2915 (ffont_driver): Adjusted for the change of struct font_driver.
2916 (ftfont_spec_pattern): New function.
2917 (ftfont_list): Return a list, not vector.
2918 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
2919 (ftfont_list_family): Don't downcase names.
2920 (ftfont_free_entity): Deleted.
2921 (ftfont_open): Return a font-ojbect. Adjusted for the change of
2922 struct font. Get underline_thickness and underline_position from
2923 font property. Don't update dpyinfo->smallest_font_height and
2924 dpyinfo->smallest_char_width.
2925 (ftfont_close): Don't free `struct font'.
2926 (ftfont_has_char): Adjusted for the format change of font-entity.
2927 (ftfont_encode_char, ftfont_text_extents): Likewise.
2928
2929 * ftxfont.c (ftxfont_list): Return a list, not vector.
2930 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
2931 struct font. Get underline_thickness and underline_position from
2932 font property. Don't update dpyinfo->smallest_font_height and
2933 dpyinfo->smallest_char_width.
2934 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
2935 (ftxfont_draw): Adjusted for the change of struct font.
2936
2937 * image.c (image_ascent): Don't include "charset.h". Include
2938 "character.h" and "font.h".
2939
2940 * lisp.h (enum pvec_type): New member PREV_FONT.
2941 (Fassoc_string): EXFUN it.
2942
2943 * print.c: Include font.h.
2944 (print_object): Handle font-related objects.
2945
2946 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
2947 conditionals. Don't check enable_font_backend. Delete all codes
2948 used only when USE_FONT_BACKEND is not defined.
2949 (handle_auto_composed_prop): Do nothing if it->f is not on a
2950 window system. Check how many following characters can be
2951 displayed by the same font.
2952 (calc_pixel_width_or_height): Type of the 4th arg is changed to
2953 'struct font *'.
2954 (get_char_face_and_encoding): Assign the whole encoding task to
2955 the `encode-char' method of a font driver.
2956 (fill_composite_glyph_string): Adjusted for the change of `struct
2957 face' and `struct glyph_string'.
2958 (fill_glyph_string): Likewise.
2959 (get_per_char_metric): Arguments changed.
2960 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
2961 and `struct glyph_string'.
2962 (produce_stretch_glyph, calc_line_height_property)
2963 (x_produce_glyphs): Likewise.
2964
2965 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
2966 conditionals. Don't check enable_font_backend. Delete all codes
2967 used only when USE_FONT_BACKEND is not defined. Use
2968 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
2969 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
2970 (Qp): Extern them.
2971 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
2972 Deleted.
2973 (struct font_name): Deleted.
2974 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
2975 (compare_fonts_by_sort_order): New function.
2976 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
2977 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
2978 Deleted.
2979 (Fx_family_fonts): Use font_list_entities, and sort fonts by
2980 compare_fonts_by_sort_order.
2981 (Fx_font_family_list): Call Ffont_family_list.
2982 (face_numeric_value, face_numeric_weight, face_numeric_slant)
2983 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
2984 (face_symbolic_slant, face_symbolic_swidth)
2985 (split_font_name_into_vector, build_font_name_from_vector)
2986 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
2987 (font_rescale_ratio, split_font_name, build_font_name)
2988 (free_font_names, sort_fonts, x_face_list_fonts)
2989 (face_font_available_p, sorted_font_list, cmp_font_names)
2990 (font_list_1, concat_font_list, font_list, remove_duplicates):
2991 Deleted.
2992 (Fx_list_fonts): Use Ffont_list.
2993 (LFACE_AVGWIDTH): Deleted.
2994 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
2995 by FONTP.
2996 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
2997 (set_lface_from_font_name): Delete it.
2998 (set_lface_from_font): Renamed from
2999 set_lface_from_font_and_fontset. Caller changed. Don't set
3000 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
3001 for face.
3002 (merge_face_vectors): Copy font-spec if necessary.
3003 Clear properties of the font-spec if necessary.
3004 (merge_face_ref): Clear properties of the font-spec if necessary.
3005 (Finternal_set_lisp_face_attribute): Likewise.
3006 (set_font_frame_param): Use font_load_for_lface to load a
3007 font-object, and call Fmodify_frame_parameters with it.
3008 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
3009 font name by Ffont_xlfd_name.
3010 (Finternal_lisp_face_attribute_values): Don't check QCweight,
3011 QCslant, and QCwidth.
3012 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
3013 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
3014 Compare fonts by EQ.
3015 (lookup_non_ascii_face): Deleted.
3016 (face_for_font): The 2nd argument changed.
3017 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
3018 Check atomic font properties by case insensitive.
3019 (realize_non_ascii_face): Set face->overstrike correctly.
3020 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
3021 (dump_realized_face): Get font name from
3022 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
3023
3024 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
3025 conditionals. Don't check enable_font_backend. Delete all codes
3026 used only when USE_FONT_BACKEND is not defined.
3027 (xic_create_xfontset): Original code deleted and renamed from
3028 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
3029 (x_make_gc): Don't set GCFont in GCs.
3030 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
3031 opened by "fixed".
3032 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
3033 find_ccl_program_func, query_font_func, set_frame_fontset_func,
3034 get_font_repertory_func.
3035
3036 * xfont.c: Include <stdlib.h> and "ccl.h".
3037 (struct xfont_info): New structure.
3038 (xfont_query_font): Deleted.
3039 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
3040 moved from xterm.c.
3041 (xfont_driver): Adjusted for the change of struct font_driver.
3042 (compare_font_names): New function.
3043 (xfont_list_pattern): Sort font names case insensitively. Make
3044 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
3045 (xfont_list): Return a list, not vector.
3046 (xfont_match): If the font doesn't have QCname property, generate
3047 a name from the other font properties.
3048 (xfont_open): Return a font-ojbect. Adjusted for the change of
3049 struct font. Get underline_thickness and underline_position from
3050 font property. Don't update dpyinfo->smallest_font_height and
3051 dpyinfo->smallest_char_width.
3052 (xfont_close): Don't free struct font.
3053 (xfont_prepare_face): Adjusted for the change of struct font.
3054 (xfont_done_face): Deleted.
3055 (xfont_has_char): Adjusted for the change of struct font.
3056 (xfont_encode_char, xfont_draw): Likewise.
3057 (xfont_check): New function.
3058
3059 * xftfont.c (xftfont_list): Adjusted for the change of `list'
3060 callback function.
3061 (xftfont_match): Adjusted for the fontmat change of font-entity.
3062 (xftfont_open): Adjusted for the format change of font-entity and
3063 font-object. Adjusted for the change of struct font. Return a
3064 font-object. Don't update dpyinfo->smallest_font_height and
3065 dpyinfo->smallest_char_width.
3066 (xftfont_close): Block input while calling XftFontClose.
3067 (xftfont_prepare_face): Don't block input while calling
3068 xftfont_get_colors. Adjusted for the change of struct font.
3069 (xftfont_shape): Return value of error case fixed.
3070
3071 * xrdb.c (x_load_resources): Don't setup a fontset resource.
3072
3073 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
3074 conditionals.
3075 (FONT_WIDTH): Return (f)->max_width.
3076 (struct x_display_info): Delete member `font'.
3077 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
3078 (x_find_ccl_program, x_get_font_repertory): Delete externs.
3079 (struct x_output): Change type of `font' to `struct font *'.
3080
3081 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
3082 conditionals. Don't check enable_font_backend. Delete all codes
3083 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
3084 (x_per_char_metric, x_encode_char): Deleted.
3085 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
3086 (x_compute_glyph_string_overhangs): Adjusted for the change of
3087 `struct face'.
3088 (x_draw_glyph_string_foreground)
3089 (x_draw_composite_glyph_string_foreground): Likewise.
3090 (x_draw_glyph_string): Likewise. Use font->underline_position and
3091 font->underline_thickness.
3092 (x_new_font): Renamed from x_new_fontset2.
3093 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
3094 (x_check_font): Call `check' method of a font driver.
3095 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
3096 (x_query_font, x_get_font_repertory): Deleted.
3097 (x_find_ccl_program): Renamed and moved to xfont.c.
3098 (x_redisplay_interface): Adjusted for the change of `struct
3099 redisplay_interface'.
3100
3101 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
3102 conditionals. Don't check enable_font_backend. Delete all codes
3103 used only when USE_FONT_BACKEND is not defined. Surround non-used
3104 code by "#ifdef OLD_FONT" and "endif".
3105 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
3106
3107 * w32font.h (struct w32font_info): New member.
3108 (FONT_COMPAT): New macro.
3109 (w32font_open_internal): Prototype adjusted.
3110
3111 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
3112 OLD_FONT" and "endif".
3113
3114 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
3115 conditionals. Don't check enable_font_backend. Delete all codes
3116 used only when USE_FONT_BACKEND is not defined.
3117 (w32font_open): Return a font-object. Make a font-object by
3118 font_make_object. Adjusted for the change of struct w32font_info.
3119 (w32font_close): Don't free struct font. Adjusted for the change
3120 of struct w32font_info.
3121 (w32font_encode_char, w32font_text_extents, w32font_draw):
3122 Adjusted for the change of struct w32font_info.
3123 (w32font_draw): Likewise.
3124 (w32font_list_internal): Return a list, not vector.
3125 (w32font_open_internal): Change the 4th arg to font-object.
3126 Adjusted for the change of struct w32font_info and font-object format.
3127 (add_font_name_to_list): Don't downcase names.
3128 (w32_enumfont_pattern_entity): Make a font-entity by
3129 font_make_entity. Adjusted for the format change of font-entity.
3130 Use FONT_SET_STYLE to set a style-related font property. If a
3131 font is scalable, set avgwidth property to 0. Set font-entity
3132 property by font_put_extra.
3133 (font_matches_spec): Adjusted for the format change of font-entity.
3134 (w32_weight_table, w32_decode_weight): New variables.
3135 (w32_encode_weight): New function.
3136 (fill_in_logfont): Adjusted for the format change of font-spec.
3137 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
3138 weight value.
3139 (w32font_driver): Adjusted for the change of struct font_driver.
3140
3141 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
3142 conditionals. Don't check enable_font_backend. Surround non-used
3143 code by "#ifdef OLD_FONT" and "endif".
3144 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
3145 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
3146
3147 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
3148 conditionals. Don't check enable_font_backend. Delete all codes
3149 used only when USE_FONT_BACKEND is not defined. Surround non-used
3150 code by "#ifdef OLD_FONT" and "endif".
3151
3152 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
3153 (uniscribe_open): Return value changed to font-object.
3154 Adjusted for the format change of font-object.
3155 (uniscribe_otf_capability): Adjusted for the change of struct font.
3156 (add_opentype_font_name_to_list): Don't downcase names.
3157 (uniscribe_font_driver): Adjusted for the change of struct
3158 font_driver.
3159
3160 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * dispnew.c (update_frame_1): Check if tty output is still valid
3163 before flushing it.
3164
3165 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
3166
3167 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
3168 to Gtk+ menus.
3169
3170 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * dired.c (file_name_completion): Tweak the code so as to always do it
3173 in a single pass. Tighten the scope of some variables.
3174
3175 * dired.c (Qdefault_directory): New var.
3176 (file_name_completion): Use it instead of Fexpand_file_name.
3177 (syms_of_dired): Initialize it.
3178
3179 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * fileio.c (double_dollars): Remove dead code.
3182
3183 2008-05-10 Eli Zaretskii <eliz@gnu.org>
3184
3185 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
3186 Mention w32-get-true-file-attributes in doc string.
3187
3188 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
3189
3190 2008-05-09 Glenn Morris <rgm@gnu.org>
3191
3192 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
3193 2008-04-23.
3194
3195 2008-05-09 Eli Zaretskii <eliz@gnu.org>
3196
3197 Support for reporting owner and group of each file on MS-Windows:
3198 * dired.c (stat_uname, stat_gname): New functions, with special
3199 implementation for w32.
3200 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
3201
3202 * w32.c: Rename the_passwd_* to dflt_passwd_*.
3203 (dflt_group_name): New static variable.
3204 (dflt_group): Rename from the_group.
3205 (init_user_info): Init dflt_group fields. Get user's group name
3206 from LookupAccountSid.
3207 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
3208 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
3209 New initialization states.
3210 (globals_of_w32): Initialize them to zero. Initialize the default
3211 group name to "None".
3212 (GetFileSecurity_Name): New global var, the name of the function
3213 to call for GetFileSecurity.
3214 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
3215 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
3216 (get_file_security, get_security_descriptor_owner)
3217 (get_security_descriptor_group, is_valid_sid)
3218 (get_file_security_desc, get_rid, get_name_and_id)
3219 (get_file_owner_and_group): New functions.
3220 (stat): Use get_file_security_desc and get_file_owner_and_group to
3221 report the owner and primary group of each file. Don't ignore the
3222 high 32 bits of file's size, now that st_size is 64-bit wide.
3223 Fix test when to get true file attributes.
3224 (init_user_info): Use get_rid instead of equivalent inline code.
3225 (fstat): Don't ignore the high 32 bits of file's size.
3226
3227 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * image.c (png_load): Use correct bit-depth for setting background
3230 color.
3231
3232 2008-05-08 Eli Zaretskii <eliz@gnu.org>
3233
3234 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
3235 epa-hook.elc.
3236
3237 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
3238
3239 * font.c (Ffont_match_p): Don't use `iff' in docstring.
3240
3241 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3242
3243 * macfns.c (Fx_create_frame): Make a copy of frame parameters
3244 because the original parameters are in pure storage now.
3245 (mac_window): Remove unused params. Update callers.
3246
3247 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * lread.c (substitute_object_recurse): Use lower-level primitives.
3250 Don't signal errors when traversing sub-char-tables.
3251 Don't loop over all the possible characters when traversing char-tables.
3252
3253 * print.c (print_preprocess): Add sub-char-tables to the print-table,
3254 just like we do in print.c.
3255
3256 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3257
3258 * minibuf.c (Ftry_completion): Remove code left over from when we used
3259 scmp instead of Fcompare_strings.
3260
3261 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
3264
3265 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3266
3267 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
3268 Create bitmap context in native byte order.
3269
3270 * macterm.c (XDrawLine)
3271 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
3272 context in native byte order.
3273
3274 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3275
3276 * config.in: Regenerate.
3277
3278 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
3279 New definitions for Image I/O support.
3280 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
3281 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
3282 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
3283 (mac_data_provider_release_data, image_load_image_io)
3284 [USE_MAC_IMAGE_IO]: New functions.
3285 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
3286 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
3287 (init_image_func_pointer) [MAC_OSX]: Remove function.
3288 (image_load_quartz2d) [MAC_OSX]: Check availability of
3289 CGImageCreateWithPNGDataProvider at compile time.
3290 Use lowercase `false' for boolean constant.
3291 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
3292 Use image_load_image_io.
3293 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
3294 Don't check MyCGImageCreateWithPNGDataProvider.
3295 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
3296 Don't call init_image_func_pointer.
3297
3298 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
3299
3300 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
3301 Make variable non-static.
3302 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
3303 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
3304
3305 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
3306 (RED_FROM_ULONG): Mask off higher bits.
3307 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
3308
3309 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
3310 Include AvailabilityMacros.h.
3311 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
3312 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
3313
3314 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * chartab.c (Fset_char_table_range): If range is t, really set all
3317 chars to that value.
3318
3319 2008-05-03 Eli Zaretskii <eliz@gnu.org>
3320
3321 * dired.c (Ffile_attributes): Don't allow the device number become
3322 negative.
3323
3324 2008-05-02 Daiki Ueno <ueno@unixuser.org>
3325
3326 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
3327
3328 2008-05-02 Juri Linkov <juri@jurta.org>
3329
3330 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
3331 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
3332 DEFAULT argument as a list of default values in docstrings.
3333
3334 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
3335
3336 * puresize.h (BASE_PURESIZE): Increase to 1210000.
3337
3338 2008-05-01 Martin Rudalics <rudalics@gmx.at>
3339
3340 * dispnew.c (change_frame_size_1): Preserve small windows when
3341 shrinking frames by calling set_window_height|width with third
3342 arg 2.
3343
3344 * window.h (struct window): Replace field too_small_ok by field
3345 resize_proportionally.
3346
3347 * window.c (make_window): Initialize resize_proportionally.
3348 (enlarge_window): Temporarily set resize_proportionally to make
3349 sure that shrink_windows does scale the window proportionally.
3350 (shrink_windows): When window has resize_proportionally set try
3351 to shrink it proportionally by stealing from other windows.
3352 (struct saved_window, Fset_window_configuration)
3353 (compare_window_configurations): Handle resize_proportionally.
3354 (WINDOW_TOTAL_SIZE): New macro.
3355 (window_min_size, shrink_windows, size_window): Use it.
3356 (check_min_window_sizes): Remove. Invalid values of
3357 window-min-height|width are handled by window_min_size_2 now.
3358 (size_window, Fsplit_window, enlarge_window)
3359 (adjust_window_trailing_edge, grow_mini_window): Don't call
3360 check_min_window_sizes.
3361 (window_min_size_2, window_min_size_1, window_min_size):
3362 New argument safe_p for retrieving "safe" minimum sizes.
3363 (Fdisplay_buffer, Fsplit_window, enlarge_window)
3364 (adjust_window_trailing_edge, grow_mini_window):
3365 Adjust arguments of window_min_size... functions.
3366 (shrink_windows): Argument min_size removed. New argument
3367 safe_p allows shrinking windows to their safe minimum sizes.
3368 Calculate minimum size and decide whether a window shall be
3369 deleted for each window individually.
3370 (size_window): When nodelete_p equals 2, tell shrink_windows to
3371 delete windows only if their new minimum size is no more safe.
3372 (shrink_window_lowest_first): Call window_min_size_1 to make
3373 sure to preserve modeline of bottom-most window when resizing
3374 the minibuffer.
3375 (Fset_window_configuration, Fcurrent_window_configuration)
3376 (compare_window_configurations): Do not handle
3377 window-min-height|width any more.
3378 (syms_of_window): Clarify window-min-height|width doc-strings.
3379
3380 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3381
3382 * dired.c (file_name_completion): Fix up the encoding/decoding issue
3383 some more. Copy some of the code from Ftry_completions.
3384 Remove special case code that dates back to initial revision when the
3385 slash was only added when necessary and that can't trigger nowadays.
3386
3387 2008-04-27 Kenichi Handa <handa@m17n.org>
3388
3389 * font.c (font_prop_validate): Signal `error' instead of `font'.
3390
3391 2008-04-29 Jason Rumney <jasonr@gnu.org>
3392
3393 * w32fns.c (Fw32_battery_status): New defun.
3394 (syms_of_w32fns): Defsubr it.
3395
3396 2008-04-28 Andreas Schwab <schwab@suse.de>
3397
3398 * dired.c (file_name_completion): Fix another mixing of encoded
3399 and decoded names.
3400
3401 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
3402
3403 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
3404
3405 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
3406
3407 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
3408
3409 2008-04-27 Andreas Schwab <schwab@suse.de>
3410
3411 * dired.c (file_name_completion): Fix inappropriate mixing of
3412 encoded and decoded names.
3413
3414 * xterm.c (XTread_socket): Fix use of uninitialized variable.
3415
3416 * puresize.h (BASE_PURESIZE): Increase to 1200000.
3417
3418 2008-04-26 Eli Zaretskii <eliz@gnu.org>
3419
3420 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
3421 2008-03-31, it's not needed anymore with `struct stat' definition
3422 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
3423 for the same reasons.
3424
3425 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
3426
3427 * m/sparc.h: Additional redefinitions for GNU/Linux.
3428
3429 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3430
3431 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
3432 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
3433 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
3434 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
3435 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
3436 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
3437 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3438 Likewise.
3439
3440 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
3441 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
3442 (mac_ax_number_of_characters): Add externs.
3443 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
3444 [USE_MAC_TSM]: Likewise.
3445 (mac_handle_text_input_event) [MAC_OSX]:
3446 Handle kEventTextInputOffsetToPos for no active input area case.
3447 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
3448 (mac_handle_document_access_event)
3449 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
3450 (install_application_handler) [MAC_OSX]: Register handlers for
3451 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
3452 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3453 Register mac_handle_document_access_event.
3454
3455 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
3456 Make functions non-static.
3457
3458 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3459
3460 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
3461 (read_file_name_completion_ignore_case, insert_default_directory)
3462 (Qdefault_directory): Move to minibuffer.el.
3463 (Fread_file_name): Call the new `read-file-name' instead.
3464
3465 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3466
3467 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
3468 Make function non-static.
3469 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
3470 Remove function.
3471 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
3472 Move to mactoolbox.c.
3473 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
3474
3475 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
3476 (mac_rect_make): New macro.
3477
3478 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
3479 instead of float.
3480 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
3481 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
3482 (XSetBackground) [USE_CG_DRAWING]: Likewise.
3483 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
3484 CGRectMake.
3485 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
3486 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
3487 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
3488 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
3489 instead of WindowRef in argument type.
3490 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
3491 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
3492 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
3493 instead of DISPLAY. All uses changed.
3494 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
3495 (x_calc_absolute_position): Simplify so as not to use
3496 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
3497
3498 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
3499 instead of WindowRef in argument type.
3500 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
3501 [TARGET_API_MAC_CARBON]: Remove externs.
3502 (create_apple_event, mac_event_parameters_to_lisp)
3503 [TARGET_API_MAC_CARBON]: Add externs.
3504
3505 * mactoolbox.c (Vmac_ts_script_language_on_focus)
3506 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
3507 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
3508 is clicked.
3509 (x_activate_menubar): Remove extern for saved_menu_event_location.
3510 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
3511 Move from mac.c.
3512
3513 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3514
3515 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
3516 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
3517
3518 2008-04-23 Jason Rumney <jasonr@gnu.org>
3519
3520 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
3521 attributes only for local files.
3522
3523 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
3524 default to Qlocal.
3525
3526 2008-04-22 Juri Linkov <juri@jurta.org>
3527
3528 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
3529 read-buffer-to-switch instead of using the letter "B".
3530
3531 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * fileio.c (Qdefault_directory): New variable.
3534 (Fread_file_name): Use it to pass `dir' to the completion functions.
3535
3536 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
3539
3540 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * keyboard.c (Vpre_help_message): Remove.
3543 (show_help_echo): Remove default C code.
3544
3545 * dired.c (directory_files_internal, file_name_completion):
3546 Only call ENCODE_FILE if the string is indeed decoded.
3547
3548 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * Makefile.in (TOOLKIT_DEFINES): Remove.
3551 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
3552
3553 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3554
3555 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
3556 (mactoolbox.o): New target.
3557
3558 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
3559 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
3560
3561 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
3562 Use mac_set_frame_window_background instead of XSetWindowBackground.
3563 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
3564 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
3565 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
3566 instead of SetWindowTitleWithCFString.
3567 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
3568 Move function to mactoolbox.c.
3569 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
3570 Use mac_set_window_modified instead of SetWindowModified.
3571 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
3572 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
3573 (Fx_focus_frame): Use mac_front_non_floating_window instead of
3574 FrontNonFloatingWindow. Use mac_activate_window instead of
3575 ActivateWindow. Use mac_active_non_floating_window instead of
3576 ActiveNonFloatingWindow.
3577 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
3578 Use mac_show_hourglass and mac_hide_hourglass.
3579 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
3580 instead of GetGlobalMouse.
3581 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
3582 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
3583 Use mac_bring_window_to_front instead of BringToFront.
3584 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
3585 mactoolbox.c.
3586 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
3587 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
3588 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
3589 mactoolbox.c.
3590
3591 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
3592 (XtPointer): Move typedef from macmenu.c.
3593 (enum button_type): Move enum from macmenu.c.
3594 (widget_value): Move typedef from macmenu.c.
3595 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
3596 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
3597 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
3598 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
3599 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
3600 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
3601 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
3602 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
3603 (Selection): Move typedef from macselect.c.
3604 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
3605 macterm.c.
3606 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
3607 (mac_is_window_collapsed, mac_bring_window_to_front)
3608 (mac_send_window_behind, mac_hide_window, mac_show_window)
3609 (mac_collapse_window, mac_front_non_floating_window)
3610 (mac_active_non_floating_window, mac_activate_window)
3611 (mac_move_window_structure, mac_move_window, mac_size_window)
3612 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
3613
3614 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
3615 (enum mac_menu_kind): Move enum to mactoolbox.c.
3616 (min_menu_id): Move variable to mactoolbox.c.
3617 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
3618 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
3619 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
3620 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
3621 [TARGET_API_MAC_CARBON]: Likewise.
3622 (XtPointer): Move typedef to macgui.h.
3623 (enum button_type): Move enum to macgui.h.
3624 (widget_value): Move typedef to macgui.h.
3625 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
3626 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
3627 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
3628 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
3629 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
3630 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
3631 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
3632 (popup_activated_flag): Make variable non-static.
3633 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
3634 (add_menu_item, fill_menu, dispose_menus):
3635 Move functions to mactoolbox.c.
3636 (restore_show_help_function, menu_target_item_handler)
3637 (install_menu_target_item_handler, mac_handle_dialog_event)
3638 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
3639 [TARGET_API_MAC_CARBON]: Likewise.
3640 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
3641 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
3642 (find_and_call_menu_selection, name_is_separator): Make function
3643 non-static.
3644 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
3645 to mactoolbox.c.
3646 (set_frame_menubar): Don't call install_menu_quit_handler.
3647 (menu_item_selection): New variable.
3648 (mac_menu_show): Use create_and_show_popup_menu.
3649 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
3650 selection but set variable menu_item_selection. All uses changed.
3651 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
3652 Call install_menu_quit_handler. Move to mactoolbox.c.
3653
3654 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
3655 (Selection): Move typedef to macgui.h.
3656 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
3657 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
3658 Make variables non-static.
3659 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
3660 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
3661 Make functions non-static.
3662 (Vmac_service_selection) [MAC_OSX]: Likewise.
3663 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
3664 (mac_valid_selection_target_p, mac_clear_selection)
3665 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
3666 (mac_put_selection_value, mac_selection_has_target_p)
3667 (mac_get_selection_value, mac_get_selection_target_list)
3668 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
3669 Move functions to mactoolbox.c.
3670 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
3671 Likewise.
3672 (copy_scrap_flavor_data, mac_handle_service_event)
3673 (install_service_handler) [MAC_OSX]: Likewise.
3674 (syms_of_macselect) <Vmac_dnd_known_types>:
3675 Use mac_dnd_default_known_types.
3676
3677 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
3678 Move to mactoolbox.c.
3679 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
3680 (Fx_selection_owner_p): Add EXFUN.
3681 (install_window_handler, remove_window_handler, XSetWindowBackground):
3682 Remove externs.
3683 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
3684 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
3685 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
3686 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
3687 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
3688 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
3689 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
3690 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
3691 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
3692 (create_and_show_popup_menu, mac_get_selection_from_symbol)
3693 (mac_valid_selection_target_p, mac_clear_selection)
3694 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
3695 (mac_put_selection_value, mac_selection_has_target_p)
3696 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
3697 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
3698 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
3699 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
3700 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
3701 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
3702 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
3703 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
3704 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
3705
3706 * mactoolbox.c: New file.
3707
3708 2008-04-18 Jason Rumney <jasonr@gnu.org>
3709
3710 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
3711
3712 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * character.c (Fmultibyte_char_to_unibyte):
3715 Return latin1 chars unchanged.
3716
3717 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
3718 relocated if it points to `name'.
3719
3720 2008-04-17 Kenichi Handa <handa@m17n.org>
3721
3722 * data.c (Faset): Allow setting a multibyte character in an
3723 ASCII-only unibyte string.
3724
3725 * lisp.h (STRING_SET_MULTIBYTE): New macro.
3726
3727 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
3730 done in config.h.
3731
3732 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
3733
3734 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
3735 (Fchar_direction): Add usage in the docstring.
3736
3737 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * keyboard.c (read_key_sequence): Remove always-true checks.
3740
3741 2008-04-14 Jason Rumney <jasonr@gnu.org>
3742
3743 * w32font.c (w32font_open_internal): Set max_bounds.descent in
3744 compatibility struct, for better underline positioning.
3745
3746 2008-04-13 David Hansen <david.hansen@gmx.net>
3747
3748 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
3749 string.
3750
3751 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3752
3753 * m/hp800.h (XUINT, XSET): Remove.
3754
3755 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
3756
3757 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
3758 previous change.
3759
3760 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
3763 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
3764
3765 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * keymap.h (map_keymap_canonical): Declare.
3768 * xmenu.c (single_keymap_panes): Use it.
3769
3770 2008-04-11 Glenn Morris <rgm@gnu.org>
3771
3772 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
3773 set the target's value to that of the alias.
3774
3775 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * term.c (set_tty_color_mode): Left over typo.
3778
3779 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
3780
3781 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
3782 only after check for file name handler functions. Signal, when
3783 native functionality is not supported.
3784 (syms_of_fileio): Declare it unconditionally.
3785
3786 2008-04-10 Jason Rumney <jasonr@gnu.org>
3787
3788 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
3789 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
3790
3791 * w32.c (logon_network_drive): Also logon to remote drives that
3792 are mapped to drive letters.
3793
3794 2008-04-10 Glenn Morris <rgm@gnu.org>
3795
3796 * xdisp.c (truncate-partial-width-windows): Doc fix.
3797
3798 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
3801 Move functions to minibuffer.el.
3802 (syms_of_fileio): Don't declare them.
3803
3804 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
3807 (syms_of_minibuf): Remove its initialization.
3808
3809 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
3810
3811 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
3812
3813 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
3814
3815 2008-04-09 Jason Rumney <jasonr@gnu.org>
3816
3817 * makefile.w32-in (distclean): Delete makefile too.
3818 (maintainer-clean): New target.
3819
3820 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
3821
3822 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
3823 for new font backend and composite cases.
3824
3825 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3826
3827 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
3828 Most of the code moved to run_timers.
3829 (do_pending_atimers): Call run_timers.
3830 (run_timers): New function.
3831
3832 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
3833 run atimers.
3834
3835 * process.c (wait_reading_process_output): The same as above.
3836
3837 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * minibuf.c (last_exact_completion): Remove variable.
3840 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
3841 (complete_and_exit_1, complete_and_exit_2)
3842 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
3843 (Fdisplay_completion_list, display_completion_list_1)
3844 (Fminibuffer_completion_help, Fself_insert_and_exit)
3845 (Fexit_minibuffer, Fminibuffer_message): Move functions to
3846 minibuffer.el.
3847 (syms_of_minibuf): Remove corresponding initializations.
3848
3849 * keyboard.c (Qdeactivate_mark): New var.
3850 (command_loop_1): Use it to call `deactivate-mark'.
3851 (syms_of_keyboard): Initialize it.
3852
3853 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
3854 to another frame.
3855 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
3856 Don't call set_tty_color_mode.
3857 (store_frame_param): Reset previous_frame rather than call
3858 set_tty_color_mode.
3859 * term.c (set_tty_color_mode): Rewrite.
3860 * dispextern.h (set_tty_color_mode): New type.
3861 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
3862
3863 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
3866 for generic chars, which do not exist any more in emacs-unicode.
3867
3868 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
3869
3870 * coding.c (detect_coding_emacs_mule)
3871 (Ffind_operation_coding_system): Fix typo.
3872
3873 2008-04-08 Jason Rumney <jasonr@gnu.org>
3874
3875 * w32uniscribe.c (SNAME): Extract only symbol name.
3876
3877 * w32font.h (struct w32_metric_cache): New struct.
3878 (w32font_info): Use it.
3879 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
3880 (CACHE_BLOCKSIZE): New constants.
3881
3882 * w32font.c (Qja, Qko, Qzh): New symbols.
3883 (syms_of_w32font): Initialise them.
3884 (font_matches_spec): Use them to filter by language.
3885 (recompute_cached_metrics): Remove function.
3886 (compute_metrics, clear_cached_metrics): New functions.
3887 (w32font_encode_char): Use them to manage metric cache.
3888 (w32font_text_extents): Cache metrics for all glyphs on demand.
3889 Delay converting glyph indices to WORD until needed.
3890 (w32font_open_internal): Initialize metric cache to empty.
3891 (registry_to_w32_charset): Charset should always be a symbol.
3892 (fill_in_logfont, list_all_matching_fonts): Family should
3893 always be a symbol.
3894
3895 2008-04-06 Jason Rumney <jasonr@gnu.org>
3896
3897 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
3898 Give up if glyph indices not supported. Use uniscribe obtained
3899 ABC widths for individual metrics. Map glyph clusters back to
3900 characters using fClusterStart flag. Return number of glyphs
3901 produced, not chars processed.
3902 (uniscribe_shape): Map char at FROM to current glyph.
3903
3904 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3905
3906 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
3907 Use SetMenuItemHierarchicalMenu.
3908
3909 2008-04-05 Jason Rumney <jasonr@gnu.org>
3910
3911 * image.c (pbm_load): Allow color values up to 65535.
3912 Throw an error if max_color_idx is outside the supported range.
3913 Report an error when image size is invalid.
3914 Read two bytes at a time when raw images have max_color_idx above 255.
3915
3916 2008-04-05 Eli Zaretskii <eliz@gnu.org>
3917
3918 * w32.c (readdir): If FindFirstFile/FindNextFile return in
3919 cFileName a file name that includes `?' characters, use the 8+3
3920 alias in cAlternateFileName instead.
3921
3922 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
3923
3924 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
3925 append "CCL: Quitted" when the CCL program is quitted.
3926 (setup_ccl_program): Initialize ccl->quit_silently to zero.
3927
3928 * ccl.h (struct ccl_program): New member quit_silently.
3929
3930 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * search.c (compile_pattern_1): Treat non-nil and non-string of
3933 search-spaces-regexp as nil.
3934
3935 * minibuf.c (Fassoc_string): Tweak docstring.
3936
3937 2008-04-05 Eli Zaretskii <eliz@gnu.org>
3938
3939 * dired.c (Ffile_attributes): Support inode numbers wider than 32
3940 bits. Remove ugly WINDOWSNT-specific kludge introduced on
3941 2008-03-14 to force inode be positive.
3942
3943 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
3944 _S_* ones, since we now use our own sys/stat.h.
3945 (stat, fstat): Don't mangle the inode number.
3946 (init_user_info): Don't restrict UID and GID to 0-60000 range.
3947
3948 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * frame.h (struct frame): Give one more bit to `visible' since we use
3951 values larger than 1 to indicate obscured frames on ttys.
3952
3953 * keymap.c (Qkeymap_canonicalize): New var.
3954 (Fmap_keymap_internal): New fun.
3955 (describe_map): Use keymap-canonicalize.
3956
3957 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
3958 (Fundo_boundary): Set them.
3959 (syms_of_undo): Initialize them.
3960 (record_point): Use them instead of last_point_position*.
3961 (last_undo_buffer): Change type.
3962
3963 2008-04-04 Jason Rumney <jasonr@gnu.org>
3964
3965 * w32font.c (w32font_text_extents): Use font's ascent and descent.
3966 (recompute_cached_metrics): Don't set ascent and descent per char.
3967
3968 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
3969 (uniscribe_check_otf): Add GC protection before consing.
3970 Rearrange loop for counting features.
3971
3972 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3973
3974 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
3975 buffer with byte-size of source buffer.
3976
3977 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
3978
3979 * callint.c (Fcall_interactively): Handle temporary region even
3980 when shift-select-mode is off.
3981
3982 2008-04-03 Jason Rumney <jasonr@gnu.org>
3983
3984 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
3985
3986 2008-04-03 Kenichi Handa <handa@m17n.org>
3987
3988 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
3989 (CATEGORY_MASK_UTF_16): Likewise.
3990 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
3991 binary file.
3992 (detect_coding): Add null-byte detection for a binary file.
3993 (detect_coding_system): Likewise.
3994
3995 2008-04-03 Jason Rumney <jasonr@gnu.org>
3996
3997 * w32uniscribe.c: New file.
3998
3999 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
4000
4001 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
4002
4003 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
4004 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
4005 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
4006 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
4007 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
4008 (Qphonetic): New symbols.
4009 (syms_of_w32font): Initialize them.
4010 (font_supported_scripts): Use them.
4011 (w32font_list_family): List all charsets.
4012 (w32font_text_extents, recompute_cached_metrics): Fix metric
4013 calculations.
4014 (w32_enumfont_pattern_entity): Make full_type a DWORD.
4015 Give opentype fonts their own format.
4016 (font_matches_spec): New arguments backend and logfont.
4017 Handle :otf spec for uniscribe backend.
4018 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
4019 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4020
4021 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
4022 font backend.
4023 (globals_of_w32fns): Initialize uniscribe font backend.
4024
4025 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
4026 dependencies.
4027 (w32uniscribe.$(O)): New file to build.
4028 (FONT_OBJ): Include w32uniscribe.$(O).
4029 (LIBS): Add uniscribe libraries.
4030
4031 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
4032
4033 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * callint.c (Vshift_select_mode): New var.
4036 (Finteractive): Document new ^ spec.
4037 (Fcall_interactively): Call handle-shift-selection if the ^ spec
4038 is present.
4039
4040 * keyboard.c (Vthis_command_keys_shift_translated): New var.
4041 (command_loop_1): Avoid running the direct display versions of
4042 forward-char and backward-char if shift-selection may occur.
4043 (read_key_sequence): Set Vthis_command_keys_shift_translated if
4044 shift-translation takes place.
4045
4046 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
4047 avoid clobbering by define-minor-mode.
4048
4049 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
4050 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
4051
4052 * syntax.c (Fforward_word): Add ^ interactive spec.
4053
4054 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
4055 (Fscroll_right): Add ^ interactive spec.
4056
4057 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
4060
4061 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
4062
4063 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
4064
4065 2008-03-31 Juri Linkov <juri@jurta.org>
4066
4067 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
4068
4069 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
4070
4071 * gtkutil.c (xg_set_geometry): Fix indentation.
4072 (xg_resize_outer_widget): Remove.
4073 (x_wm_size_hint_off): Fix indentation.
4074 (xg_frame_set_char_size): Call flush_and_sync after
4075 gtk_window_resize.
4076 (x_wm_set_size_hint): Pass NULL as geometry window to
4077 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
4078 Add menu bar and tool bar height to base height.
4079 (xg_update_frame_menubar, free_frame_menubar)
4080 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
4081 (update_frame_tool_bar, free_frame_tool_bar):
4082 Change xg_resize_outer_widget to xg_frame_set_char_size.
4083
4084 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
4085
4086 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
4087 (Fdbus_call_method): New parameter TIMEOUT.
4088 (dbus-send-signal): Optimize UNGCPRO call.
4089
4090 2008-03-29 Juri Linkov <juri@jurta.org>
4091
4092 * window.c (Fdisplay_buffer): Move call to
4093 Vsplit_window_preferred_function out of conditions that check
4094 if window is eligible for vertical splitting.
4095 When Vsplit_window_preferred_function is non-nil, call it and use
4096 its non-nil return value as window. Otherwise, continue doing
4097 vertical splitting using Fsplit_window with arg horflag=nil.
4098 (syms_of_window) <Vsplit_window_preferred_function>: Change the
4099 default value from `split-window' to nil.
4100
4101 2008-03-29 Juri Linkov <juri@jurta.org>
4102
4103 * callint.c (Fcall_interactively): Revert 2008-03-16 change
4104 for interactive code letters 'b' and 'B'.
4105
4106 2008-03-29 Eli Zaretskii <eliz@gnu.org>
4107
4108 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
4109 multibyte string.
4110
4111 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * keyboard.c (pending_funcalls): New var.
4114 (timer_check): Run it.
4115 (syms_of_keyboard): Initialize it.
4116 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
4117 (Vdelete_terminal_functions): New vars.
4118 (syms_of_terminal): Initialize them.
4119 (Fdelete_terminal): Run delete-terminal-functions.
4120 * xdisp.c (safe_eval): Rewrite.
4121 (safe_call2): New fun.
4122 * frame.c (Qdelete_frame_functions): New var.
4123 (syms_of_frame): Initialize it.
4124 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
4125 * lisp.h (safe_call2, pending_funcalls): Declare.
4126
4127 2008-03-28 Andreas Schwab <schwab@suse.de>
4128
4129 * indent.c (Fmove_to_column): Move declaration before statements.
4130
4131 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
4134 (struct frame): Use bit fields for boolean vars.
4135
4136 * process.c (server_accept_connection): Simplify naming.
4137 (emacs_get_tty_pgrp): Use SDATA.
4138
4139 * coding.c (decode_coding_object): Fix last change.
4140
4141 2008-03-27 Jason Rumney <jasonr@gnu.org>
4142
4143 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
4144
4145 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
4146
4147 * charset.c (Fdefine_charset_internal): Change the way of
4148 registering charsets in Vcharset_order_list.
4149 (syms_of_charset): Make the charset `eight-bit' supplementary.
4150
4151 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
4152
4153 * regex.c (EXTEND_BUFFER): Change order of pointer addition
4154 operations, to avoid having the difference between pointers
4155 overflow.
4156
4157 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * indent.c (check_display_width): New fun.
4160 (scan_for_column): Use it.
4161
4162 * data.c (syms_of_data): Mark most-positive-fixnum and
4163 most-negative-fixnum as constants.
4164
4165 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
4166
4167 * indent.c (scan_for_column): Extract from current_column_1.
4168 Merge with the same code from Fmove_to_column.
4169 (current_column_1, Fmove_to_column): Use it.
4170
4171 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * keymap.c (map_keymap_internal): New fun.
4174 (map_keymap): Use it.
4175 (Fmap_keymap_internal): New fun.
4176 (Fmap_keymap): Remove left-out test from before make_save_value.
4177
4178 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
4179
4180 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
4181 Use XCAR/XCDR.
4182
4183 * process.h (struct Lisp_Process): Remove filter_multibyte.
4184 * process.c (QCfilter_multibyte): Remove.
4185 (setup_process_coding_systems): Don't use filter_multibyte.
4186 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
4187 (read_process_output): Don't adjust multibyteness to filter_multibyte.
4188 (Fset_process_filter_multibyte): Change the coding-system to
4189 approximate the previous behavior.
4190 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
4191 coding-system.
4192
4193 * coding.c (decode_coding_object): When not decoding into a buffer,
4194 obey the coding system's preference of (uni|multi)byte.
4195
4196 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
4199 every char is changed and has a different byte-length.
4200 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
4201 Fix int -> EMACS_INT.
4202
4203 2008-03-23 David Hansen <david.hansen@gmx.net>
4204
4205 * dbusbind.c (xd_read_message): Remove extra copying of message
4206 strings. Check for NULL `interface' or `member'.
4207
4208 2008-03-22 Eli Zaretskii <eliz@gnu.org>
4209
4210 * w32.c (readdir): If FindFirstFile/FindNextFile return in
4211 cFileName a file name that includes `?' characters, use the 8+3
4212 alias in cAlternateFileName instead.
4213
4214 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
4217
4218 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
4221 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
4222 work on current_buffer only instead (that was already the case
4223 for some of the code anyway).
4224 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
4225 (temp_set_point, temp_set_point_both): Use EMACS_INT.
4226 (SET_PT, SET_PT_BOTH): Adjust.
4227 * intervals.h (set_point, temp_set_point, set_point_both)
4228 (temp_set_point_both): Remove redundant declarations.
4229
4230 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * fileio.c (Finsert_file_contents):
4233 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
4234 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
4235 when buffer != current_buffer anyway.
4236
4237 2008-03-20 Andreas Schwab <schwab@suse.de>
4238
4239 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
4240 as default.
4241
4242 2008-03-19 Jason Rumney <jasonr@gnu.org>
4243
4244 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
4245 (syms_of_w32fns): Initialize them.
4246 (HOURGLASS_ID): New constant.
4247 (x_window_to_frame): Don't check hourglass_window.
4248 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
4249 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
4250 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
4251 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
4252 Only change the cursor if hourglass is not active.
4253 (Fx_create_frame): Initialize frame's current_cursor.
4254 (hourglass_atimer): Remove.
4255 (hourglass_started): New function.
4256 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
4257 (show_hourglass): Adapt to w32, changing argument to frame.
4258
4259 * w32term.h (struct w32_output): Remove hourglass_window.
4260 Add current_cursor.
4261
4262 * eval.c (call_debugger, Fsignal):
4263 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
4264 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
4265 (Fexecute_extended_command, cancel_hourglass_unwind):
4266 * minibuf.c (read_minibuf):
4267 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
4268
4269 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * window.c (run_funs): New fun.
4272 (run_window_configuration_change_hook): Use it to run the buffer-local
4273 and the global part of the hook.
4274
4275 * xdisp.c (format_mode_line_unwind_data): Add window argument.
4276 (unwind_format_mode_line): Restore selected window.
4277 (x_consider_frame_title, Fformat_mode_line): Set selected window.
4278
4279 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * editfns.c (Fchar_equal): Check they are valid characters.
4282
4283 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
4284
4285 2008-03-17 Andreas Schwab <schwab@suse.de>
4286
4287 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
4288 against a charset.
4289
4290 * lisp.h (Fbuffer_list): Declare.
4291
4292 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
4293
4294 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
4295 handlebox_widget is != 0.
4296
4297 2008-03-16 Juri Linkov <juri@jurta.org>
4298
4299 * callint.c (Fcall_interactively): For interactive code letters
4300 'b' and 'B' put the buffer list into the list of default "future"
4301 values of the minibuffer.
4302
4303 2008-03-16 Andreas Schwab <schwab@suse.de>
4304
4305 * keyboard.c (read_key_sequence): Fix downcasing of letters with
4306 modifiers.
4307
4308 * regex.c (re_match_2_internal): Correct matching of a charset
4309 against latin-1 characters.
4310
4311 2008-03-16 Kenichi Handa <handa@m17n.org>
4312
4313 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
4314 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
4315 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
4316 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
4317 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
4318 CHAR_STRING_ADVANCE.
4319 (produce_chars): Fix for the case that the source and the
4320 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
4321 instead of CHAR_STRING_ADVANCE.
4322 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
4323 STRING_CHAR_ADVANCE.
4324
4325 2008-03-15 Andreas Schwab <schwab@suse.de>
4326
4327 * regex.c (re_match_2_internal): Correct matching of eight bit
4328 characters in unibyte strings.
4329
4330 2008-03-15 Martin Rudalics <rudalics@gmx.at>
4331
4332 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
4333 at end of range when it coincides with the end of the buffer.
4334
4335 2008-03-14 Eli Zaretskii <eliz@gnu.org>
4336
4337 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
4338
4339 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
4340
4341 2008-03-14 Jason Rumney <jasonr@gnu.org>
4342
4343 * editfns.c (initial_tz): New variable.
4344 (syms_of_editfns): Initialize it.
4345 (Fset_time_zone_rule): Set it when first called.
4346 Use it when TZSTRING is nil.
4347
4348 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
4349 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
4350 (monitor_from_point_fn, get_monitor_info_fn): New globals.
4351 (globals_of_w32fns): Initialize them.
4352 (compute_tip_xy): Use them to position tooltips.
4353
4354 2008-03-14 Glenn Morris <rgm@gnu.org>
4355
4356 * emacs.c (main): Revert previous change.
4357 (standard_args): Revert -internal-script back to -scriptload,
4358 and remove the long-option form.
4359
4360 2008-03-13 Glenn Morris <rgm@gnu.org>
4361
4362 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
4363 Remove option -enable-font-backend.
4364
4365 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
4368
4369 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4370
4371 * xterm.c (x_connection_closed): For GTK: If this is the last
4372 terminal just exit without closing the display.
4373
4374 2008-03-11 Jason Rumney <jasonr@gnu.org>
4375
4376 * w32font.c (w32font_full_name): Use floor to round.
4377
4378 2008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
4379
4380 * sound.c (alsa_configure): Declare vol at beginning of block.
4381
4382 * fontset.c (Ffontset_info): Remove extra semicolon.
4383
4384 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
4387 size of resulting string.
4388
4389 2008-03-10 Jason Rumney <jasonr@gnu.org>
4390
4391 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
4392
4393 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4394
4395 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
4396 Don't pretend as if characters with display property haven't been
4397 consumed for string-replacing-string case.
4398
4399 2008-03-08 Kim F. Storm <storm@cua.dk>
4400
4401 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
4402 (get_next_display_element, next_element_from_string)
4403 (next_element_from_ellipsis, next_element_from_buffer): Use it.
4404
4405 2008-03-08 Andreas Schwab <schwab@suse.de>
4406
4407 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
4408
4409 2008-03-06 Jason Rumney <jasonr@gnu.org>
4410
4411 * w32font.c (w32_registry): Take font_type argument. Use ANSI
4412 when charset not specified. Only translate ANSI to unicode when
4413 font_type is truetype.
4414 (w32font_coverage_ok): New function.
4415 (add_font_entity_to_list): Use it to filter unsuitable fonts.
4416
4417 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4418
4419 * lread.c (Fread_char): Resolve modifiers.
4420 (Fread_char_exclusive): Likewise.
4421
4422 * character.c (char_resolve_modifier_mask): New function.
4423 (char_string): Use char_resolve_modifier_mask.
4424 (Fchar_resolve_modifiers): New function.
4425 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
4426 function.
4427
4428 2008-03-04 Jason Rumney <jasonr@gnu.org>
4429
4430 * makefile.w32-in: Always include w32font.c in the build.
4431 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
4432
4433 2008-03-04 Andreas Schwab <schwab@suse.de>
4434
4435 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
4436 (versionclean): Likewise.
4437
4438 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
4439
4440 * .cvsignore: Add oo.
4441
4442 2008-03-03 Andreas Schwab <schwab@suse.de>
4443
4444 * coding.c (decode_coding_object): Inhibit gap shrinking while
4445 decoding in place.
4446
4447 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4448
4449 * w32term.c: Remove unused include "gnu.h".
4450 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
4451
4452 * gnu.h: Rename to ...
4453 * emacs-icon.h: ... this.
4454 * xterm.c: Use emacs-icon.h instead of gnu.h.
4455 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
4456
4457 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
4458
4459 * w32font.c: Include math.h.
4460
4461 2008-03-03 Jason Rumney <jasonr@gnu.org>
4462
4463 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
4464 Compute options separately.
4465 (w32font_open_internal): Set glyph_idx before caching metrics.
4466
4467 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
4468 Define if system headers don't.
4469 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
4470 (w32font_encode_char): Don't declare here.
4471
4472 * w32font.c (Quniscribe, QCformat): New symbols.
4473 (syms_of_w32font): Define them.
4474 (w32font_has_char): Indicate uncertainty.
4475 (w32font_encode_char): Encode as glyph point. Make static.
4476 (recompute_cached_metrics): New function.
4477 (w32font_open_internal): Use it. Set font to use glyph points
4478 initially. Set format based on type of font.
4479 (w32font_text_extents, w32font_draw): Optionally use glyph points.
4480 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
4481 on it. Set format based on information available here.
4482 (add_font_entity_to_list): Identify backend based on opentype_only.
4483
4484 2008-03-02 Andreas Schwab <schwab@suse.de>
4485
4486 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
4487
4488 * coding.c (decode_coding_big5, produce_chars):
4489 Fix typos in last change.
4490
4491 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
4492
4493 * gnu.h: New icon.
4494
4495 2008-03-02 Kenichi Handa <handa@m17n.org>
4496
4497 * coding.c (decode_coding_utf_8): When eol-type of CODING is
4498 `dos', don't decode '\r' if that is the last in the source.
4499 (decode_coding_utf_16, decode_coding_emacs_mule)
4500 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4501 (decode_coding_raw_text, decode_coding_charset): Likewise.
4502 (produce_chars): Don't decode EOL here. Use EMACS_INT.
4503
4504 2008-03-01 Jason Rumney <jasonr@gnu.org>
4505
4506 * w32font.c (w32font_full_name): Report point size for scalable fonts.
4507
4508 2008-03-01 Kim F. Storm <storm@cua.dk>
4509
4510 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
4511
4512 2008-03-01 Jason Rumney <jasonr@gnu.org>
4513
4514 * w32font.c (w32font_full_name): New function.
4515 (w32font_open_internal): Use it.
4516
4517 2008-03-01 Kim F. Storm <storm@cua.dk>
4518
4519 * dispnew.c (line_draw_cost): Fix invalid glyph check.
4520
4521 2008-03-01 Jason Rumney <jasonr@gnu.org>
4522
4523 * font.c (font_unparse_fcname): Increase len when style is a symbol.
4524
4525 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
4526
4527 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
4528 xg_frame_resized when the event is for the edit widget.
4529
4530 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
4531
4532 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
4533 set_char_size.
4534 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
4535 operations on widgets here. Just set frame size if needed.
4536 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
4537 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
4538 (x_wm_set_size_hint): Set size hints on the edit widget only, not
4539 the whole frame.
4540 (xg_create_tool_bar): Move attachement of the tool bar to
4541 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
4542 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
4543
4544 2008-03-01 Jason Rumney <jasonr@gnu.org>
4545
4546 * w32fns.c (w32_msg_pump): Disable debug code.
4547
4548 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4549
4550 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
4551
4552 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * xdisp.c (next_overlay_string): Don't set
4555 overlay_strings_at_end_processed_p if we're currently reading from
4556 a display string.
4557
4558 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * xdisp.c (get_overlay_strings_1): Fix typo.
4561
4562 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * xdisp.c (get_overlay_strings_1): Add missing argument type.
4565
4566 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4567
4568 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
4569
4570 * xdisp.c (display_mode_element): Cancel the previous change.
4571 (decode_mode_spec): Likewise.
4572 (handle_auto_composed_prop): Don't make composition if it->string
4573 is a string.
4574
4575 2008-02-27 Kim F. Storm <storm@cua.dk>
4576
4577 * lisp.h (GLYPH): Change type from int to struct with separate char
4578 and face_id members.
4579 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
4580 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
4581 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
4582 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
4583 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
4584 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
4585 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
4586 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
4587 handle new Lisp glyph code encoding, either an integer or a cons.
4588
4589 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
4590 (GLYPH_ALIAS): Delete.
4591 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
4592 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
4593 (GLYPH_FROM_CHAR): Replace macro by ...
4594 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
4595
4596 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
4597 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
4598 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
4599 (GLYPH_INVALID_P): New macro.
4600 (spec_glyph_lookup_face): Update prototype.
4601
4602 * dispnew.c (line_draw_cost): Adapt to new glyph type.
4603 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
4604 new glyph code encoding.
4605 (spec_glyph_lookup_face): No return value; update passed glyph instead.
4606 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
4607
4608 * xdisp.c (get_next_display_element, next_element_from_display_vector):
4609 Adapt to new glyph type and new glyph code encoding.
4610
4611 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
4612
4613 * indent.c (current_column, current_column_1, Fmove_to_column)
4614 (compute_motion): Adapt to new glyph code encoding.
4615
4616 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
4617
4618 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * process.c (wait_reading_process_output): Check for window
4621 changes caused by timers.
4622 Suggested by Johan Bockgård.
4623
4624 2008-02-27 Glenn Morris <rgm@gnu.org>
4625
4626 * emacs.c (USAGE1): Add `--disable-font-backend'.
4627
4628 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
4631 is made to the buffer.
4632
4633 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
4636 (face_at_string_position):
4637 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
4638 (face_at_string_position):
4639 * xdisp.c (display_string, next_overlay_change):
4640 * buffer.h (overlays_at):
4641 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
4642 Update callers.
4643
4644 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
4645
4646 * editfns.c (Fformat): Doc fix.
4647
4648 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
4651 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
4652 (Ffont_otf_alternates, Fquery_font): Doc fixes.
4653
4654 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * buffer.c (Fbuffer_swap_text): New function.
4657 (syms_of_buffer): Defsubr it.
4658
4659 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
4660
4661 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
4662
4663 2008-02-25 Jason Rumney <jasonr@gnu.org>
4664
4665 * w32font.c (w32font_draw): Draw one character at a time when padding.
4666
4667 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
4670 Handle a nil arg. Use run_window_configuration_change_hook.
4671 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
4672 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
4673 Use run_window_configuration_change_hook.
4674
4675 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4676
4677 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
4678 1-pixel width.
4679
4680 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4681
4682 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
4683 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
4684 if the glyph in the font is zero pixel with.
4685
4686 * dispextern.h (struct glyph_string): New member padding_p.
4687
4688 * w32font.c (w32font_draw): Pay attention to s->padding_p.
4689
4690 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
4691
4692 * xfont.c (xfont_draw): Pay attention to s->padding_p.
4693
4694 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
4695
4696 * font.c: If the font driver doesn't have `shape' function, return Qnil.
4697
4698 2008-02-25 Jason Rumney <jasonr@gnu.org>
4699
4700 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
4701
4702 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 Allow fine-grained image-cache flushing.
4705 * dispextern.h (struct image): Add `dependencies' field.
4706 (clear_image_caches): Change arg to Lisp_Object.
4707 * image.c (make_image): Initialize `dependencies' field.
4708 (clear_image_cache): Change arg to allow fine-grained flushing.
4709 Perform the flush even if image-cache-eviction-delay is nil.
4710 (clear_image_caches): Change arg to Lisp_Object.
4711 (Fclear_image_cache): Expand meaning of the argument.
4712 (mark_image): Mark `dependencies' field.
4713 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
4714 (lface_hash): Use XHASH rather than XFASTINT.
4715 (face_at_buffer_position): Fix int -> EMACS_INT position.
4716 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
4717 (select_frame_for_redisplay): Remove code duplication.
4718 (redisplay_internal): Adapt arg to call to clear_image_caches.
4719
4720 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4721
4722 * s/vms4-0.h:
4723 * s/vms4-2.h:
4724 * s/vms4-4.h:
4725 * s/vms5-5.h: Remove, unused.
4726
4727 * s/irix5-2.h:
4728 * s/irix6-0.h:
4729 * s/riscos5.h:
4730 * s/mach-bsd4-3.h:
4731 * m/mips4.h: Remove files for obsolete systems.
4732
4733 * Makefile.in:
4734 * filelock.c:
4735 * unexmips.c:
4736 * m/hp9000s300.h:
4737 * m/iris4d.h:
4738 * s/aix3-1.h:
4739 * s/hpux.h:
4740 * s/msdos.h:
4741 * s/usg5-0.h:
4742 * s/usg5-2-2.h:
4743 * s/usg5-2.h:
4744 * s/usg5-3.h: Remove references to obsolete variables.
4745
4746 * s/irix5-0.h: Remove, move all the contents ...
4747 * s/irix6-5.h: ... here. Simplify.
4748 * config.in: Regenerate.
4749
4750 2008-02-24 Jason Rumney <jasonr@gnu.org>
4751
4752 * w32term.c (x_draw_glyph_string_background): Clear the background
4753 manually when cleartype is in use.
4754 (x_draw_glyph_string_foreground): Draw text transparently when
4755 cleartype is in use.
4756
4757 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
4758 a font into it unless we have to.
4759
4760 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
4763 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
4764
4765 2008-02-18 Jason Rumney <jasonr@gnu.org>
4766
4767 * w32fns.c (Fw32_shell_execute): Encode parameters.
4768
4769 2008-02-09 Eli Zaretskii <eliz@gnu.org>
4770
4771 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
4772
4773 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
4774
4775 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
4776
4777 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
4778
4779 * xterm.c (x_set_offset): Don't change the gravity if
4780 CHANGE_GRAVITY is -1.
4781
4782 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * fileio.c (auto_save_error_occurred): New var.
4785 (auto_save_error): Set it.
4786 (Fdo_auto_save): Don't overwrite the error message if an auto-save
4787 error occurred.
4788
4789 2008-02-23 Eli Zaretskii <eliz@gnu.org>
4790
4791 * w32.c (globals_of_w32): Add initializations for
4792 g_b_init_get_sid_sub_authority and
4793 g_b_init_get_sid_sub_authority_count.
4794
4795 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
4798 (font_parse_xlfd): Use them for sanity check.
4799 (Finternal_set_font_style_table): Make sure the table is bijective.
4800
4801 Consolidate the image_cache to the terminal struct.
4802 * termhooks.h (P_): Remove redundant def.
4803 (struct terminal): New field `image_cache'.
4804 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
4805 of FRAME_X_IMAGE_CACHE.
4806 * xterm.h (struct x_display_info): Remove image_cache field.
4807 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
4808 * w32term.h (struct w32_display_info): Remove image_cache field.
4809 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
4810 * macterm.h (struct mac_display_info): Remove image_cache field.
4811 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
4812 * xterm.c (x_term_init):
4813 * w32term.c (w32_term_init):
4814 * macterm.c (mac_term_init): Set the image_cache in the terminal.
4815 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
4816 Remove declarations.
4817 (clear_image_caches, mark_image_cache): New declarations.
4818 * xfaces.c (clear_face_cache):
4819 * xdisp.c (redisplay_internal): Use clear_image_caches.
4820 * image.c (clear_image_cache): Don't check that a frame is on
4821 a window-system before checking if it shares the same cache.
4822 (clear_image_caches): New function.
4823 (Fclear_image_cache): Use it.
4824 (mark_image): Move from allo.c.
4825 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
4826 * alloc.c (mark_image, mark_image_cache): Move to image.c.
4827 (mark_object): Don't call mark_image_cache for frames.
4828 (mark_terminals): Call mark_image_cache.
4829
4830 * lisp.h (Fdelete_terminal): Declare.
4831
4832 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
4833 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
4834 wrong_type_argument.
4835
4836 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
4837
4838 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4839 malayalam.el, and tamil.el. Add sinhala.el.
4840
4841 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * xterm.c (x_connection_closed): Consolidate identical tests.
4844 (x_delete_terminal): Don't crash if called via x_connection_closed.
4845
4846 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
4847
4848 * xdisp.c (decode_mode_spec): New arg string.
4849 (display_mode_element): Adjust for the above change.
4850
4851 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * callint.c (Fcall_interactively): Use AREF.
4854
4855 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
4858
4859 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
4860
4861 * xfns.c (Fx_show_tip): Set string to " " if empty.
4862
4863 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
4864
4865 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
4866 with Qt.
4867
4868 2008-02-17 Kenichi Handa <handa@m17n.org>
4869
4870 * ftfont.c (ftfont_shape): Return Lispy number.
4871
4872 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
4873 for GCs.
4874 (Finternal_set_font_selection_order): Call font_update_sort_order
4875 only when enable_font_backend is set.
4876 (realize_x_face): Set face->font_info to that of default face only
4877 when enable_font_backend is set.
4878
4879 * xdisp.c (handle_composition_prop): Set it->c to the fist
4880 characte of the composed region.
4881 (fill_composite_glyph_string): Set base_face->font_info to
4882 s->font_info. Get a face for ascii from base_face->ascii_face.
4883 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
4884 with a face already decided.
4885 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
4886 non-negative.
4887 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
4888 call font_prepare_composition unconditionally.
4889
4890 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
4891
4892 * xterm.h (struct x_display_info): New member font.
4893
4894 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
4895 (x_set_mouse_face_gc, x_new_font): Likewise.
4896 (x_term_init): Setup display_info->font.
4897 (x_delete_terminal): Free display_info->font.
4898
4899 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
4900
4901 * ftxfont.c (ftxfont_default_fid): Delete it.
4902 (ftxfont_open): Set xfont->fid to 0.
4903 (ftxfont_end_for_frame): Clear data specific to the frame and the
4904 font-driver.
4905
4906 * xftfont.c (xftfont_default_fid): Delete it.
4907 (xftfont_open): Set xfont->fid to 0.
4908
4909 * fontset.c (FONTSET_OBJLIST): New macro.
4910 (fontset_find_font): Update font-object list of the fontset.
4911 (free_realized_fontset): New function.
4912 (free_face_fontset): Call free_realized_fontset.
4913 (Ffont_info): Call font_close_object only when enable_font_backend
4914 is set.
4915
4916 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
4917 [HAVE_NTGUI]: Include w32term.h.
4918 [MAC_OS]: Include macterm.ch.
4919 (font_otf_ValueRecord): Use make_number.
4920 (font_finish_cache): Fix handling of reference count.
4921 (font_clear_cache): Update num_fonts.
4922 (font_open_entity): Update smallest_char_width and
4923 smallest_font_height of the frame.
4924 (font_close_object): Update num_fonts.
4925 (Fclear_font_cache): Fix finding the target cache data.
4926
4927 2008-02-16 Glenn Morris <rgm@gnu.org>
4928
4929 * fontset.c (Finternal_char_font): Fix compilation warning.
4930
4931 2008-02-16 Eli Zaretskii <eliz@gnu.org>
4932
4933 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
4934 instead of char arrays. Enlarge the size of array passed to
4935 get_token_information.
4936
4937 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
4938 warnings.
4939
4940 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
4941
4942 * .gdbinit: Don't set `args', it breaks gdb --args.
4943
4944 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
4947 within a narrowed buffer.
4948
4949 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
4950
4951 * coding.c (decode_coding_object, encode_coding_object):
4952 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
4953
4954 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * coding.c (coding_set_destination): Use BEG_BYTE rather than
4957 hardcoding 1.
4958 (detect_coding_system):
4959 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
4960 (string_char_to_byte, string_byte_to_char, insert_from_gap):
4961 * insdel.c (insert_from_gap):
4962 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
4963 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
4964 (string_to_multibyte):
4965 * character.c (chars_in_text, multibyte_chars_in_text):
4966 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
4967
4968 * character.h (FETCH_STRING_CHAR_ADVANCE)
4969 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
4970 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
4971 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
4972
4973 * casefiddle.c (casify_region): Only call after-change and composition
4974 functions on the part of the region that was changed.
4975
4976 * keyboard.c (read_avail_input):
4977 * frame.c (Fdelete_frame): Call Fdelete_terminal.
4978
4979 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
4982 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
4983
4984 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
4985
4986 * w32menu.c (push_submenu_start, push_submenu_end)
4987 (push_left_right_boundary, push_menu_pane, push_menu_item):
4988 * keyboard.c (read_key_sequence): Don't pass args with side effects
4989 to AREF, it fails when compiling with -DENABLE_CHECKING.
4990
4991 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
4992
4993 * Makefile.in (${lispsource}international/charprop.el):
4994 Delete this target.
4995
4996 * search.c (boyer_moore): Fix incorrect synching of the trunk and
4997 emacs-unicode-2.
4998
4999 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * terminal.c (Fdelete_terminal): Clean up the `force' path.
5002
5003 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * frame.c (Qnoelisp): New symbol.
5006 (syms_of_frame): Initialize it.
5007 (Fdelete_frame): Use it to distinguish a mere `force' passed from
5008 someharmles Elisp code, from a strong `force' from x_connection_closed.
5009 * frame.h (Qnoelisp): Declare.
5010 * xterm.c (x_connection_closed): Pass `noelisp'.
5011
5012 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
5013 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
5014 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
5015 rather than `int' for the type of `type'.
5016
5017 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5018
5019 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
5020
5021 * Makefile.in (GNUC): Remove support for gcc-1.x.
5022
5023 2008-02-10 Richard Stallman <rms@gnu.org>
5024
5025 * lisp.h (ASET): Use AREF, not ASLOT.
5026
5027 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5028
5029 * lisp.h (ASET): Check bounds.
5030
5031 2008-02-10 Glenn Morris <rgm@gnu.org>
5032
5033 * buffer.c (mode-name): Doc fix.
5034
5035 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5036
5037 * Makefile.in:
5038 * emacs.c:
5039 * gmalloc.c:
5040 * keyboard.c:
5041 * lisp.h:
5042 * m/ibm370aix.h:
5043 * process.c:
5044 * regex.c:
5045 * s/hpux.h:
5046 * sysdep.c:
5047 * sysselect.h:
5048 * systty.h:
5049 * unexec.c:
5050 * w32term.c:
5051 * xsmfns.c:
5052 * xterm.c: Remove code that deals with obsolete variables.
5053
5054 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
5055
5056 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
5057 nothing else needs it anymore.
5058
5059 2008-02-09 Eli Zaretskii <eliz@gnu.org>
5060
5061 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
5062 instead of unibyte_char_to_multibyte.
5063
5064 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5065
5066 * s/gnu-linux.h: Remove commented out code.
5067
5068 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
5069
5070 * Makefile.in: Update what RMS says about using autoconf.
5071 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
5072 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
5073 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
5074 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
5075
5076 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * keymap.c (Fkey_description): Move side effect outside of macro call.
5079
5080 * xfaces.c (Finternal_make_lisp_face):
5081 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
5082
5083 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
5084 (syms_of_fontset): Use ASET.
5085
5086 * fns.c (concat): Move side effect outside of macro call.
5087 (hash_clear): Use ASET.
5088
5089 2008-02-08 Richard Stallman <rms@gnu.org>
5090
5091 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
5092 If FORCE, and frame has a surrogate minibuffer for another frame,
5093 delete the other frame first.
5094
5095 2008-02-07 Timo Savola <timo.savola@iki.fi>
5096
5097 * xterm.c (x_detect_focus_change): Handle embed client message.
5098 (handle_one_xevent): Ditto.
5099 (handle_one_xevent): If embedded and we get a button press/release,
5100 request focus.
5101 (xembed_set_info, xembed_send_message): New functions.
5102 (x_make_frame_visible): Call xembed_set_info if embedded.
5103 (x_make_frame_invisible): Call xembed_set_info if embedded.
5104 (x_term_init): Initialize Xatom_XEMBED.
5105 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
5106 (x_iconify_frame): Ditto.
5107
5108 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
5109 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
5110 (enum xembed_modifier, enum xembed_accelerator): New.
5111 (xembed_set_info, xembed_send_message): Declare.
5112 (FRAME_X_EMBEDDED_P): New.
5113
5114 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
5115 gtk_plug_new.
5116
5117 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
5118 window ID of a frame.
5119 (x_window): Reparent frame if embedded.
5120 (Fx_create_frame): Don't set border width if embedded.
5121
5122 * emacs.c (USAGE3): Add --parent-id.
5123 (standard_args): Ditto.
5124
5125 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
5126
5127 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
5128
5129 2008-02-07 Jim Meyering <meyering@redhat.com>
5130
5131 Use "do...while (0)", not "if (1)...else" in macro definitions.
5132 The latter provokes a warning from gcc about the empty else, when
5133 followed by ";". Also, without that trailing semicolon, it would
5134 silently swallow up any following statement.
5135 * syntax.h (SETUP_SYNTAX_TABLE)
5136 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
5137 * buffer.h (DECODE_POSITION): Likewise.
5138 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
5139 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
5140 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
5141 (FETCH_CHAR_ADVANCE): Likewise.
5142 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
5143
5144 2008-02-07 Jim Meyering <meyering@redhat.com>
5145
5146 * lread.c [lint]: Don't include <sys/inode.h>.
5147
5148 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * xselect.c (x_handle_dnd_message):
5151 * xmenu.c (digest_single_submenu, xmenu_show):
5152 * xdisp.c (with_echo_area_buffer_unwind_data)
5153 (format_mode_line_unwind_data, unwind_format_mode_line)
5154 (display_menu_bar):
5155 * eval.c (Ffetch_bytecode):
5156 * doc.c (store_function_docstring):
5157 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
5158 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
5159 * buffer.c (add_overlay_mod_hooklist): Use ASET.
5160
5161 2008-02-07 Kenichi Handa <handa@m17n.org>
5162
5163 * ftxfont.c (ftxfont_open): Don't set
5164 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
5165
5166 * ftfont.c (ftfont_open): Fix previous change.
5167
5168 2008-02-06 Jason Rumney <jasonr@gnu.org>
5169
5170 * w32font.c (w32font_text_extents): Fill in lbearing metric.
5171 Use cached metrics for ASCII characters.
5172 (w32font_open_internal): Don't set font's owning_frame.
5173 Cache metrics for ASCII characters.
5174
5175 * w32font.h (struct w32font_info): Add ascii_metrics.
5176 Remove owning_frame.
5177
5178 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
5179
5180 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
5181 to negative value.
5182
5183 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
5184
5185 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
5186
5187 * charset.c (syms_of_charset): Set QCtest and Qeq.
5188
5189 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * process.c (Fstart_process):
5192 * callproc.c (Fcall_process): Handle the case where
5193 Funhandled_file_name_directory returns nil.
5194
5195 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
5196 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
5197 * font.c (check_gstring): Use them and AREF to access the vector before
5198 we know it's really a gstring.
5199 (Ffont_shape_text): Fix typo.
5200 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
5201
5202 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
5203 Declare.
5204
5205 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
5206
5207 2008-02-05 Jason Rumney <jasonr@gnu.org>
5208
5209 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
5210 Set smallest_font_height and smallest_char_width in display info.
5211
5212 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5213
5214 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
5215
5216 2008-02-05 Miles Bader <miles@gnu.org>
5217
5218 * xfaces.c (get_lface_attributes, merge_named_face)
5219 (lookup_named_face, lookup_derived_face, realize_named_face):
5220 Revert 2008-02-01 change by cyd@stupidchicken.com.
5221
5222 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
5223
5224 * fontset.c (Ffontset_info): Handle the case of inhibitting the
5225 fallback fonts.
5226 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
5227
5228 2008-02-04 Jason Rumney <jasonr@gnu.org>
5229
5230 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
5231 set full_name.
5232 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5233
5234 2008-02-03 Jason Rumney <jasonr@gnu.org>
5235
5236 * makefile.w32-in (OBJ1): Include font.o here.
5237 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
5238
5239 2008-02-02 Jason Rumney <jasonr@gnu.org>
5240
5241 * makefile.w32-in (temacs): Bump EMHEAP to 21.
5242
5243 2008-02-01 Jason Rumney <jasonr@gnu.org>
5244
5245 * s/cygwin.h: Define VIRT_ADDR_VARIES.
5246
5247 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
5248
5249 2008-02-01 Andreas Schwab <schwab@suse.de>
5250
5251 * Makefile.in (shortlisp, lisp): Update for rename of
5252 ../lisp/language/myanmar.el.
5253
5254 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
5255
5256 * xfaces.c (get_lface_attributes): Delete function.
5257 (merge_named_face, lookup_named_face, lookup_derived_face)
5258 (realize_named_face): Call lface_from_face_name directly, and use
5259 the fact that merge_face_vectors does not alter its FROM argument.
5260
5261 2008-02-01 Jason Rumney <jasonr@gnu.org>
5262
5263 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
5264 input in the default locale. Handle non-Unicode multibyte input.
5265
5266 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5267
5268 * fontset.c (reorder_font_vector): Exclude nil elements from the
5269 font group. Don't try multiple fonts.
5270 (fontset_font): Adjust for the above change.
5271 (Finternal_char_font): Return nil if the found font doesn't
5272 contain the character ch.
5273
5274 * Makefile.in (lisp, shortlisp): Add cham.el.
5275
5276 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5277
5278 * font.h (FONTP): Make it return 1 also for a font-object.
5279
5280 * .gdbinit (xfontset): New function.
5281
5282 * font.c (font_find_for_lface): Check if the character C is
5283 supported or not only for the first font.
5284
5285 * fontset.c (reorder_font_vector): Fix typo.
5286 (fontset_find_font): Don't add a font-spec specifying a script.
5287 Use 0 (not Qt) for the indication of empty font-group. Change the
5288 format of RFONT-DEF. Return Qt if no font in the font-group
5289 support the character.
5290 (fontset_font): Adjust for the above change. If no font was
5291 found the character, remember that.
5292 (face_for_char): Adjust for the change of RFONT-DEF.
5293 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
5294 no font for the target.
5295 (Finternal_char_font): Adjust for the change of RFONT-DEF.
5296
5297 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5298
5299 * font.c (font_load_for_face): Handle the case that the font in
5300 face->lface is a string.
5301
5302 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5303
5304 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
5305
5306 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5307
5308 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
5309 Fix previous change. If the frame is not on a window system,
5310 signal an error.
5311
5312 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5313
5314 * coding.c (decode_coding_object, encode_coding_object): Adjust
5315 marker positions after conversion.
5316
5317 * lisp.h (struct Lisp_Marker): New member need_adjustment.
5318
5319 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5320
5321 * font.c (font_find_for_lface): Fix the handling of the return
5322 value of font_has_char.
5323 (Ffont_shape_text): Fix previous change.
5324
5325 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
5326 (fontset_ref_and_range): Delete it.
5327 (fontset_find_font): Call char_table_ref_and_range instead of
5328 FONTSET_REF_AND_RANGE.
5329 (make_fontset): Don't setup font groups of Latin here.
5330 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
5331 (new_fontset_from_font): Make the specified font the default for
5332 all Latin characters.
5333
5334 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5335
5336 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
5337 is on a window system before accessing the fontset of the frame.
5338
5339 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5340
5341 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
5342
5343 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
5344 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
5345
5346 * font.c (Ffont_shape_text): If the font driver doesn't have a
5347 shaper function, make zero-width glyphs to have at least one-pixel
5348 width. Fix setting of `to' field of glyphs.
5349
5350 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5351
5352 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
5353 glyphs.
5354
5355 * font.h (struct font_driver): Improve docstring of member `shape'.
5356
5357 2008-02-01 Kenichi Handa <handa@m17n.org>
5358
5359 * composite.c (syms_of_composite): Fix docstring of
5360 auto-composition-function.
5361
5362 * font.h (LGLYPH_SIZE): New macro.
5363
5364 * font.c (Ffont_fill_gstring): Stop filling when a character not
5365 supported by the font is found.
5366 (Ffont_shape_text): When a shape callback function returns nil,
5367 try at most two more times with larger gstring.
5368 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
5369
5370 * xdisp.c (handle_auto_composed_prop): Change the argument to
5371 auto-composition-function.
5372
5373 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
5374 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
5375 Lispy glyph and store it in the lgstring.
5376
5377 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
5378
5379 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
5380
5381 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5382
5383 * font.c (Ffont_shape_text): Avoid unnecessary composition.
5384
5385 * fontset.c (Vfont_encoding_charset_alist): New variable.
5386 (syms_of_fontset): DEFVAR it.
5387 (reorder_font_vector, fontset_find_font): Optimize for the case of
5388 no need of reordering.
5389 (face_for_char): Map the charset property by
5390 Vfont_encoding_charset_alist.
5391
5392 2008-02-01 Jason Rumney <jasonr@gnu.org>
5393
5394 * w32font.c (logfonts_match): Don't check adstyle here.
5395 (font_matches_spec): Check here against physical font instead.
5396 (add_font_entity_to_list): Avoid some substitutions.
5397
5398 * font.c (font_parse_fcname): Default weight and slant to normal.
5399 (font_score): Prefer normal fonts if weight or slant unspecified.
5400 (font_score) [WINDOWSNT]: Scale weight difference down to closer
5401 match freetype scores.
5402
5403 2008-02-01 Jason Rumney <jasonr@gnu.org>
5404
5405 * w32font.c (w32font_text_extents): Don't use the frame stored in the
5406 font, as it may have been deleted.
5407 (w32_enumfont_pattern_entity): Map generic family to adstyle using
5408 most common hyphenless variation.
5409 (logfonts_match): Check generic family.
5410 (font_matches_spec): Don't check generic family here.
5411 (fill_in_logfont): Set generic family based on adstyle.
5412
5413 * w32font.h (w32font_get_cache): Update declaration.
5414
5415 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5416
5417 * ftfont.c (ftfont_get_cache): Adjust the argument type.
5418
5419 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
5420 If none of the new drivers are available, call font_update_drivers
5421 with the old drivers.
5422
5423 * w32font.c (w32font_get_cache): Adjust the argument type.
5424
5425 * xfont.c (xfont_get_cache): Adjust the argument type.
5426
5427 * font.h (struct font_driver): Change argument type of get_cache.
5428
5429 * xftfont.c (xftfont_start_for_frame): Delete prototype.
5430
5431 * font.c (Ffont_get): Fix arguments to Fassoc.
5432 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
5433 (font_clear_cache): New function.
5434 (font_list_entities, font_matching_entity): Use font_get_cache.
5435 (font_update_drivers): Call font_clear_cache when finishing a driver.
5436
5437 * fontset.c (fontset_find_font): Fix previous change.
5438
5439 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5440
5441 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
5442 dpyinfo->font_table.
5443 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
5444 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
5445
5446 * font.c (font_at): Handle the case that the arg C is negative.
5447 Handle the unibyte case.
5448 (Ffont_at): Call font_at with the arg C -1.
5449
5450 * xdisp.c (handle_auto_composed_prop): Don't get a character at
5451 the position here, and call font_at with the arg C -1.
5452 Don't check the range of the existing composition at the point.
5453
5454 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5455
5456 * fontset.c (fontset_add): New args charset_id and family.
5457 Change caller.
5458 (load_font_get_repertory, fontset_find_font): Assume that
5459 font_spec is always a font-spec object.
5460 (Fset_fontset_font): Always store a font-spec object in a fontset.
5461
5462 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
5463 instead of get_property_and_range.
5464
5465 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5466
5467 * xftfont.c (struct xftfont_info): Delete the member ft_face.
5468 (xftfont_open): Don't keep locking face.
5469 (xftfont_close): Don't unlock face.
5470 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
5471
5472 * fontset.c (fontset_find_font): Don't prefer a font of
5473 supplementary charset.
5474
5475 2008-02-01 Kenichi Handa <handa@m17n.org>
5476
5477 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
5478 script, langsys_tag to langsys, new member script.
5479 (OTF_TAG_STR): Terminate by '\0'.
5480 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
5481 listing to the script specified in that property. Fix arg to
5482 OTF_check_features.
5483
5484 2008-02-01 Jason Rumney <jasonr@gnu.org>
5485
5486 * w32font.h: New file.
5487
5488 * w32font.c: Include it.
5489 (struct w32font_info): Add owning_frame field. Move to w32font.h.
5490 (w32font_open): Set owning_frame.
5491 (w32font_text_extents): Use owning_frame.
5492 (struct font_callback_data): Add opentype_only field.
5493 (add_font_entity_to_list): Use it to filter fonts.
5494 Don't check against full name.
5495 (w32font_list_internal): New function.
5496 (w32font_list): Use it.
5497 (w32font_match_internal): New function.
5498 (w32font_match): Use it.
5499 (w32font_open_internal): New function.
5500 (w32font_open): Use it.
5501 (w32font_get_cache, w32font_close, w32font_has_char)
5502 (w32font_encode_char, w32font_text_extents, w32font_draw):
5503 Make non-static.
5504
5505 * makefile.w32-in (w32font.o): Depend on w32font.h.
5506
5507 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5508
5509 * charset.c (Fdefine_charset_internal): Record a supplementary
5510 charset at the tail of Vcharset_order_list.
5511
5512 * font.c (Ffont_shape_text): Fix the return value.
5513
5514 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
5515
5516 * xdisp.c (handle_auto_composed_prop): Fix previous change.
5517
5518 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5519
5520 * ftfont.c (struct OpenTypeSpec): New struct.
5521 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
5522 (ftfont_get_open_type_spec): New function.
5523 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
5524
5525 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
5526
5527 2008-02-01 Jason Rumney <jasonr@gnu.org>
5528
5529 * w32font.c (add_font_entity_to_list): Compare only the beginning
5530 of full name.
5531
5532 2008-02-01 Kenichi Handa <handa@m17n.org>
5533
5534 * xdisp.c (handle_auto_composed_prop): Simplify the code.
5535 Never return HANDLED_RECOMPUTE_PROPS.
5536
5537 2008-02-01 Kenichi Handa <handa@m17n.org>
5538
5539 * font.c (font_gstring_produce): Delete it.
5540
5541 * composite.h (COMPOSITION_METHOD):
5542 Handle COMPOSITION_WITH_GLYPH_STRING.
5543
5544 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5545
5546 * xfont.c (Qx): Delete.
5547 (syms_of_xfont): Don't initialize Qx.
5548
5549 * composite.h (enum composition_method):
5550 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
5551
5552 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5553
5554 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
5555 (choose_face_font): Accept new form of font-spec.
5556
5557 * frame.h (font_driver_list): Declare it unconditionally.
5558 (struct frame): Define members font_driver_list and font_data_list
5559 unconditionally.
5560
5561 * fontset.c: Include "font.h" unconditionally.
5562 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
5563 (Fset_fontset_font): Accept a font-spec object.
5564
5565 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
5566 PIXEL_SIZE part a wild card.
5567
5568 * dispextern.h (struct glyph_string): Define members clip and
5569 num_clips unconditionally.
5570 (struct face): Define members font_info and extra unconditionally.
5571
5572 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
5573 ftfont_info only when HAVE_LIBOTF is defined.
5574
5575 2008-02-01 Andreas Schwab <schwab@suse.de>
5576
5577 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
5578 and end.
5579
5580 2008-02-01 Jason Rumney <jasonr@gnu.org>
5581
5582 * w32font.c (w32font_driver): Add new fields.
5583
5584 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5585
5586 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
5587 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
5588 (LIBES): Add @M17N_FLT_CFLAGS@.
5589
5590 * composite.c (compose_text): Don't treat the new style
5591 composition specially.
5592
5593 * emacs.c (main): Call syms_of_font unconditionally.
5594
5595 * font.h (FONT_ENTITY_NOT_LOADABLE)
5596 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
5597 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
5598 (struct font_driver): New member shape.
5599 (font_registry_charsets): Extern it.
5600 (font_find_for_lface, font_prepare_composition): Adjust prototype.
5601 (font_otf_capability, font_drive_otf): Delete their externs.
5602
5603 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
5604 (font_charset_alist, font_registry_charsets): Move from xfont.c
5605 and rename.
5606 (font_prop_validate_otf): New function.
5607 (font_property_table): Register it for QCotf.
5608 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
5609 (font_drive_otf): Delete.
5610 (font_prepare_composition): New arg F. Adjust for the change of
5611 lispy gstring.
5612 (font_find_for_lface): New arg C.
5613 (font_load_for_face): Adjust for the change of font_find_for_lface.
5614 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
5615 lispy gstring.
5616 (Ffont_shape_text): New function.
5617 (Fopen_font): If the font size is not given, use 12-pixel.
5618 (Ffont_at): New arg STRING.
5619 (syms_of_font): Initalize font_charset_alist.
5620 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
5621 conditionally.
5622
5623 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
5624 fonts of the same font-spec. Change the format of RFONT-DEF.
5625 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
5626 Adjust for the change of RFONT-DEF.
5627 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
5628
5629 * ftfont.h: New file.
5630
5631 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
5632 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
5633 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
5634 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
5635 font_otf_capability and font_drive_otf, set ftfont_shape.
5636 (ftfont_list): Adjust for the change of :otf property value.
5637 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
5638 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
5639 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
5640 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
5641 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
5642 (otf_gstring, gstring, m17n_flt_initialized): New variables.
5643
5644 * w32term.c (x_draw_composite_glyph_string_foreground):
5645 Adjust for the change of lispy gstring.
5646
5647 * xdisp.c (handle_composition_prop): Adjust for the change of
5648 lispy gstring. Call a function for auto-composition with the
5649 third arg it->window.
5650 (fill_composite_glyph_string): Adjust for the change of lispy string.
5651 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
5652
5653 * xfaces.c (set_font_frame_param): Adjust for the change of
5654 font_find_for_lface.
5655
5656 * xfont.c (x_font_charset_alist): Move to font.c and rename.
5657 (xfont_registry_charsets): Likewise. Change caller.
5658 (syms_of_xfont): Don't handle x_font_charset_alist.
5659
5660 * xftfont.c: Include "ftfont.h".
5661 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
5662 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
5663 (xftfont_close) [HAVE_LIBOTF]: Close otf.
5664 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
5665 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
5666 Set xftfont_driver.shape to xftfont_shape.
5667
5668 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
5669 the change of lispy gstring.
5670
5671 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5672
5673 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
5674
5675 2008-02-01 Jason Rumney <jasonr@gnu.org>
5676
5677 * w32font.c (w32font_draw): Fill background manually.
5678
5679 2008-02-01 Jason Rumney <jasonr@gnu.org>
5680
5681 * font.c (Qfontp): Remove unused symbol.
5682 (QCantialias): New symbol.
5683 (syms_of_font): Define it.
5684 (font_property_table): Set a validator for QCantialias.
5685
5686 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
5687 Define if not already.
5688 (QCfamily): Share with xfaces.c.
5689 (Qstandard, Qsubpixel, Qnatural): New symbols.
5690 (syms_of_w32font): Define them. Don't define QCfamily here.
5691 (w32_antialias_type, lispy_antialias_type): New functions.
5692 (w32_enumfont_pattern_entity): New arg requested_font.
5693 Set antialias parameter if non-default was requested.
5694 (fill_in_logfont): Fill in lfQuality if :antialias specified.
5695
5696 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5697
5698 * lread.c (read1): Undo the previous change.
5699
5700 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
5701
5702 * frame.c (Fdelete_frame): Call font_update_drivers only when
5703 USE_FONT_BACKEND is defined.
5704
5705 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5706
5707 * font.h (struct font_bitmap): New member bits_per_pixel.
5708 (struct font_driver): New members start_for_frame and end_for_frame.
5709 (struct font_data_list): New struct.
5710 (font_put_frame_data, font_get_frame_data): Extern them.
5711
5712 * frame.h (struct frame): New member font_data_list.
5713
5714 * font.c (font_update_drivers): Call driver->start_for_frame and
5715 driver->end_for_frame at proper timings.
5716 (font_put_frame_data, font_get_frame_data): New functions.
5717 (Ffont_spec): Add usage in the docstring.
5718
5719 * frame.c (make_frame): Initialize f->font_data_list to NULL.
5720 (Fdelete_frame): Call font_update_drivers.
5721
5722 * xftfont.c (struct xftface_info): Delete the member xft_draw.
5723 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
5724 (xftfont_get_xft_draw): New function.
5725 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
5726 (xftfont_end_for_frame): New function.
5727 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
5728
5729 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
5730 Change argument. Cache GCs in the per-frame data.
5731 (struct ftxfont_frame_data): New struct.
5732 (ftxfont_draw_bitmap): New arg gc_fore and flush.
5733 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
5734 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
5735 (ftxfont_end_for_frame): New function.
5736 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
5737
5738 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
5739
5740 2008-02-01 Kenichi Handa <handa@m17n.org>
5741
5742 * xselect.c (Vselection_coding_system)
5743 (Vnext_selection_coding_system): Delete them.
5744 (syms_of_xselect): Don't declare selection-coding-system and
5745 next-selection-coding-system. They are declared in select.el.
5746
5747 2008-02-01 Jason Rumney <jasonr@gnu.org>
5748
5749 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
5750
5751 * w32fns.c: Include imm.h.
5752 (get_composition_string_fn, get_ime_context_fn): New optional
5753 system functions.
5754 (globals_of_w32fns): Load them from imm32.dll.
5755 (ignore_ime_char): New flag.
5756 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
5757 WM_IME_ENDCOMPOSITION messages.
5758
5759 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
5760 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
5761
5762 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5763
5764 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
5765 (READCHAR_REPORT_MULTIBYTE): New macro.
5766 (readchar): New 2nd arg MULTIBYTE.
5767 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
5768 Make symbol's name multibyte according to the multibyteness of the
5769 source.
5770
5771 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5772
5773 * xfaces.c (face_for_overlay_string): Call lookup_face with
5774 correct arguments (fix of synching with the trunk).
5775
5776 2008-02-01 Kenichi Handa <handa@m17n.org>
5777
5778 * font.c (font_prop_validate_symbol, font_prop_validate_style)
5779 (font_prop_validate_non_neg, font_prop_validate_spacing):
5780 Delete argument prop_index.
5781 (font_property_table): Change arguments to validater. Change Callers.
5782 (font_lispy_object): Delete.
5783 (font_at): Use font_find_object instead fo font_lispy_object.
5784
5785 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5786
5787 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
5788 and file names.
5789
5790 2008-02-01 Jason Rumney <jasonr@gnu.org>
5791
5792 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
5793 (font_matches_spec): Remove debug output.
5794 (add_font_entity_to_list): Avoid using substituted fonts.
5795
5796 2008-02-01 Jason Rumney <jasonr@gnu.org>
5797
5798 * doc.c (Fsnarf_documentation):
5799 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
5800
5801 2008-02-01 Miles Bader <miles@gnu.org>
5802
5803 * dispextern.h (struct glyph_row): Only define "clip" field if
5804 HAVE_WINDOW_SYSTEM is defined.
5805
5806 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 Fix up multi-tty merge.
5809
5810 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
5811 and indentation.
5812
5813 * xfaces.c (free_realized_face, clear_face_gcs):
5814 Include font_done_for_face in the input_blocked section, just in case.
5815
5816 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
5817 (get_char_face_and_encoding): Undo last change and remove the *other*
5818 duplicate definition (i.e. keep the one that's better scoped and that
5819 includes code for the font-backend).
5820
5821 * terminal.c (create_terminal): Default keyboard_coding to
5822 `no-conversion' and terminal_coding to `undecided'.
5823
5824 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
5825
5826 * fontset.c (free_realized_fontsets): Check that the table entry does
5827 contain a fontset before trying to compare it to `base'.
5828
5829 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
5830 syms_of_charset, and syms_of_coding earlier because init_window_once
5831 now needs Vcoding_system_hash_table to be setup.
5832
5833 * coding.h (default_buffer_file_coding): Remove.
5834
5835 * coding.c (default_buffer_file_coding): Remove.
5836 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
5837 than ->symbol, and use the terminal-local coding system.
5838 (syms_of_coding): Don't setup the coding-systems that are not
5839 terminal-local.
5840 (Fdefine_coding_system_internal): Use XCAR/XCDR.
5841
5842 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
5843 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
5844
5845 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
5846 in chartab.c and were re-added here by mistake.
5847 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
5848
5849 * doc.c (Fsnarf_documentation):
5850 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
5851 src to etc.
5852
5853 * ChangeLog.10: Add mistakenly removed entry.
5854
5855 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
5856
5857 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
5858
5859 2008-02-01 Miles Bader <miles@gnu.org>
5860
5861 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
5862 Add extra args to FACE_FOR_CHAR.
5863
5864 2008-02-01 Kenichi Handa <handa@m17n.org>
5865
5866 * keymap.c (where_is_internal_1): If key is a cons, store the copy
5867 in sequence.
5868
5869 * chartab.c (map_sub_char_table, map_char_table): If the range
5870 contains just one character, call the function with that character
5871 even if the depth is not 3.
5872
5873 2008-02-01 Jason Rumney <jasonr@gnu.org>
5874
5875 * w32font.c (w32font_text_extents): Calculate metrics for the
5876 whole string.
5877
5878 2008-02-01 Jason Rumney <jasonr@gnu.org>
5879
5880 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
5881
5882 2008-02-01 Jason Rumney <jasonr@gnu.org>
5883
5884 * w32term.c (x_set_glyph_string_clipping): Use
5885 get_glyph_string_clip_rects.
5886 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
5887 Adjust for the change of struct glyph_string.
5888
5889 * w32font.c (w32font_draw): Do clipping here.
5890
5891 2008-02-01 Kenichi Handa <handa@m17n.org>
5892
5893 * xftfont.c (xftfont_draw): Adjust for the change of struct
5894 glyph_string.
5895
5896 * xterm.c (x_set_glyph_string_clipping): Use
5897 get_glyph_string_clip_rects.
5898 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
5899 Adjust for the change of struct glyph_string.
5900
5901 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
5902 the resulting clip(s}.
5903 (expose_overlaps): Add arg r. Change callers. Set it to
5904 row->clip temporarily.
5905 (expose_window): Redraw rows overlapping the exposed area.
5906
5907 * dispextern.h (struct glyph_row): New member clip.
5908 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
5909 clip_height, new member clip, and num_clips.
5910
5911 2008-02-01 Kenichi Handa <handa@m17n.org>
5912
5913 * data.c (Fchar_or_string_p): Fix docstring.
5914
5915 2008-02-01 Kenichi Handa <handa@m17n.org>
5916
5917 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
5918 create a temporal XftDraw object.
5919
5920 2008-02-01 Kenichi Handa <handa@m17n.org>
5921
5922 * font.c (Ffontp): Fix docstring.
5923
5924 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
5925 strong evidence of ISO-2022.
5926
5927 2008-02-01 Kenichi Handa <handa@m17n.org>
5928
5929 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
5930 SYNTAX_ENTRY_FOLLOW_PARENT.
5931
5932 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
5935 its type.
5936 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
5937 Update to the new type of weak_hash_tables and next_weak.
5938
5939 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
5940 a plain C pointer to Lisp_Hash_Table.
5941
5942 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
5943 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
5944 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
5945 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
5946 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
5947 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
5948 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
5949 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
5950 (GC_EQ): Remove since they've been identical to their non-GC_
5951 alter-egos ever since the markbit was eradicated.
5952
5953 * alloc.c:
5954 * buffer.c:
5955 * buffer.h:
5956 * data.c:
5957 * fileio.c:
5958 * filelock.c:
5959 * fns.c:
5960 * frame.h:
5961 * lisp.h:
5962 * macterm.c:
5963 * print.c:
5964 * process.c:
5965 * w32fns.c:
5966 * w32menu.c:
5967 * w32term.c:
5968 * xfns.c:
5969 * xmenu.c:
5970 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
5971
5972 2008-02-01 Kenichi Handa <handa@m17n.org>
5973
5974 * chartab.c (map_sub_char_table): Make it work for the top-level
5975 char-table. Fix handling of parent char-table.
5976 (map_char_table): Adjust for the above change.
5977
5978 2008-02-01 Jason Rumney <jasonr@gnu.org>
5979
5980 * w32font.c (Qgdi): Rename from Qw32.
5981
5982 2008-02-01 Jason Rumney <jasonr@gnu.org>
5983
5984 * w32bdf.c (get_quoted_string): Make function static.
5985
5986 2008-02-01 Kenichi Handa <handa@m17n.org>
5987
5988 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
5989 bigger ascent and descent than those of the font, use them as
5990 font's ascent and descent.
5991
5992 2008-02-01 Kenichi Handa <handa@m17n.org>
5993
5994 * Makefile.in (${lispsource}international/charprop.el): Move this
5995 target within "#ifdef HAVE_UNIDATA" and "#endif".
5996
5997 2008-02-01 Kenichi Handa <handa@m17n.org>
5998
5999 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
6000 (shortlisp): Add ../lisp/language/tai-viet.el.
6001
6002 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
6003
6004 * Makefile.in (${lispsource}international/charprop.el): Depend on
6005 temacs${EXEEXT}.
6006
6007 2008-02-01 Jason Rumney <jasonr@gnu.org>
6008
6009 * w32font.c (w32font_close): Delete the GDI font object.
6010
6011 * w32menu.c: Include character.h.
6012
6013 * w32proc.c: Likewise.
6014
6015 * w32select.c: Likewise.
6016
6017 * makefile.w32-in (w32proc.o): Depend on character.h.
6018
6019 2008-02-01 Jason Rumney <jasonr@gnu.org>
6020
6021 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
6022
6023 * w32menu.c (syms_of_w32menu): Likewise.
6024
6025 * w32proc.c (syms_of_ntproc): Likewise.
6026
6027 * w32select.c (syms_of_w32select): Likewise.
6028
6029 * w32term.c (syms_of_w32term): Likewise.
6030
6031 2008-02-01 Jason Rumney <jasonr@gnu.org>
6032
6033 * w32font.c (w32font_draw): Delete brush after using it.
6034
6035 2008-02-01 Jason Rumney <jasonr@gnu.org>
6036
6037 * w32font.c (w32font_open): Don't set font_idx.
6038 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
6039 to font settings.
6040 (w32font_draw): Fill background explicitly.
6041
6042 2008-02-01 Jason Rumney <jasonr@gnu.org>
6043
6044 * w32term.c (w32_initialize): Don't call w32font_initialize.
6045
6046 * w32font.c (w32font_info): Remove subranges.
6047 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
6048 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
6049 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
6050 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
6051 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
6052 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
6053 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
6054 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
6055 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
6056 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
6057 New symbols.
6058 (font_callback_data): New struct.
6059 (w32font_list, w32font_match): Use it.
6060 (w32font_open): Don't populate subranges.
6061 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
6062 (w32font_encode_char): Always return unicode code-point as-is.
6063 (w32font_text_extents): Supply a tranformation matrix to
6064 GetGlyphOutline. Never look up by glyph index. Avoid looping
6065 twice. Use unicode version of GetTexExtentPoint32 instead of
6066 glyph index version.
6067 (set_fonts_frame): Remove.
6068 (w32_enumfont_pattern_entity): Add frame parameter, use it to
6069 set frame parameter. Use backward compatible fake foundries.
6070 Save generic family in extra slot under QCfamily. Make width slot
6071 constant. Save QCspacing value. Save list of scripts instead of
6072 binary subranges.
6073 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
6074 (add_font_entity_to_list): Use font_callback_data struct. Filter
6075 unwanted fonts.
6076 (add_one_font_entity_to_list): Use font_callback_data struct.
6077 (w32_registry): Default to iso10646_1.
6078 (fill_in_logfont): Use dpi from extra slot. Don't bother with
6079 string font registries. Don't fill in font name if it is a generic
6080 family name, fill family instead. Use spacing, family and script
6081 extra info to fill pitch, family and charset fields.
6082 (list_all_matching_fonts): Use font_callback_data struct.
6083 (unicode_range_for_char): Remove.
6084 (font_supported_scripts): New function.
6085 (w32font_initialize): Remove.
6086 (syms_of_w32font): Update which symbols are defined.
6087
6088 2008-02-01 Jason Rumney <jasonr@gnu.org>
6089
6090 * font.c (font_pixel_size): Reverse assq_no_quit args.
6091
6092 * w32term.h (FONT_WIDTH): Report max width, not average.
6093 (FONT_MAX_WIDTH): Remove.
6094 (FONT_AVG_WIDTH): New macro.
6095
6096 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
6097 redefinition of FONT_WIDTH.
6098
6099 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
6100 (w32_cache_char_metrics): Use FONT_WIDTH.
6101
6102 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
6103
6104 2008-02-01 Jason Rumney <jasonr@gnu.org>
6105
6106 * w32font.c (w32font_open): Make lfHeight negative.
6107
6108 * w32fns.c (x_default_font_parameter): Use new style font name.
6109 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
6110
6111 2008-02-01 Jason Rumney <jasonr@gnu.org>
6112
6113 * w32font.c (QCsubranges): New symbol.
6114 (w32font_open, w32font_has_char): Get subranges from subproperty
6115 of extra.
6116 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
6117 (syms_of_w32font): Define :subranges symbol.
6118
6119 * font.c (font_put_extra): Expose externally.
6120
6121 * font.h (font_put_extra): Move declaration from font.c.
6122
6123 * font.c (Ffont_get): Use font driver to determine otf capability.
6124 (adjust_anchor): Check if driver defines anchor_point before using.
6125
6126 * w32font.c (w32font_open): Handle size, height and pixel_size better.
6127 (w32font_draw): Use options.
6128 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
6129 Fix detection of truetype fonts.
6130 (registry_to_w32_charset): Handle charsets other than iso8859-1
6131 expressed as lisp symbols.
6132 (w32_registry): Express charset as lisp symbol.
6133 (fill_in_logfont): Reverse pixel and point height logic.
6134 Don't set width here. Set quality to default.
6135
6136 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
6137 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
6138
6139 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
6140 Remove redundant loop and allocation.
6141
6142 * makefile.w32-in (font.o, w32font.o): New objects.
6143 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
6144 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
6145
6146 * xdisp.c (fill_composite_glyph_string): Make the first arg to
6147 STORE_XCHARB a valid l-value.
6148
6149 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
6150 calculations for non-Truetype fonts.
6151 (x_draw_glyph_string): Sync with xterm.c.
6152 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
6153 Remove redundant code.
6154 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
6155
6156 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
6157 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
6158
6159 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
6160 (x_to_w32_charset, w32_to_x_charset): Expose externally.
6161
6162 * w32font.c: New file for w32 font backend.
6163
6164 2008-02-01 Kenichi Handa <handa@m17n.org>
6165
6166 * term.c: Don't include "buffer.h" twice.
6167
6168 2008-02-01 Kenichi Handa <handa@m17n.org>
6169
6170 * character.c (Funibyte_string): New function.
6171 (syms_of_character): Defsubr it.
6172
6173 2008-02-01 Jason Rumney <jasonr@gnu.org>
6174
6175 * w32term.c [USE_FONT_BACKEND]:
6176 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
6177 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
6178 (x_draw_glyph_string, x_draw_glyph_string_foreground)
6179 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
6180 (x_free_frame_resources): Sync with xterm.c.
6181
6182 2008-02-01 Andreas Schwab <schwab@suse.de>
6183
6184 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
6185 char-table size.
6186
6187 2008-02-01 Kenichi Handa <handa@m17n.org>
6188
6189 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
6190
6191 2008-02-01 Kenichi Handa <handa@m17n.org>
6192
6193 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
6194 font_otf_gpos, add font_drive_otf.
6195
6196 * fontset.c (fontset_find_font): Pay attention to font size
6197 specified for a font.
6198 (reorder_font_vector): Check contents of font_def.
6199
6200 * font.c (struct otf_list): Delete it.
6201 (otf_list): Make it a lisp variable.
6202 (otf_open): Use lispy otf_list.
6203 (generate_otf_features): Rename from parse_gsub_gpos_spec.
6204 (check_otf_features): New function.
6205 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
6206 New functions.
6207 (font_drive_otf): New function merging font_otf_gsub and
6208 font_otf_gpos.
6209 (font_open_for_lface): New arg spec. Change argument order.
6210 (font_load_for_face): Adjust for the change of font_open_for_lface.
6211 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
6212 Ffont_otf_gpos.
6213 (syms_of_font): Staticpro otf_list. Delete defsubr of
6214 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
6215
6216 * xfaces.c (set_font_frame_param): Adjust for the change of
6217 font_open_for_lface.
6218
6219 * font.h (font_open_for_lface): Adjust prototype.
6220 (struct font_driver): Delete members otf_gsub and otf_gpos, add
6221 member otf_drive.
6222 (font_otf_gsub, font_otf_gpos): Delete externs.
6223 (font_drive_otf): Extern it.
6224
6225 2008-02-01 Kenichi Handa <handa@m17n.org>
6226
6227 * font.c (font_at): If the window W is not on a window system,
6228 return Qnil.
6229
6230 * coding.c (produce_chars, encode_coding): Don't call
6231 insert_from_gap if no characters to produce.
6232
6233 2008-02-01 Kenichi Handa <handa@m17n.org>
6234
6235 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
6236 Fclear_face_cache.
6237
6238 * xfaces.c (face_for_font): Check also face->font==font->font.font.
6239
6240 2008-02-01 Miles Bader <miles@gnu.org>
6241
6242 * emacs.c (main): Change default value of `enable_font_backend' to 1.
6243 Parse "--disable-font-backend" option.
6244 (standard_args): Add "--disable-font-backend" option.
6245
6246 2008-02-01 Kenichi Handa <handa@m17n.org>
6247
6248 * fontset.c (fontset_find_font): New function.
6249 (fontset_font): Use fontset_find_font.
6250 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
6251 Register the specified font for all Latin characters.
6252 (new_fontset_from_font): Register the specified font for all Latin
6253 characters.
6254 (dump_fontset): For a realized fontset, include the base fontset
6255 name in the returned vector.
6256
6257 2008-02-01 Kenichi Handa <handa@m17n.org>
6258
6259 * character.h (CHAR_STRING): Cast C to unsigned on calling
6260 char_string.
6261
6262 * character.c (char_string): Type of arg C changed to unsigned.
6263 Signal an error if C is an invalid character code.
6264
6265 * editfns.c (general_insert_function, Fchar_to_string):
6266 Use CHARACTERP, not INTEGERP.
6267
6268 2008-02-01 Kenichi Handa <handa@m17n.org>
6269
6270 * character.h (MIN_MULTIBYTE_LEADING_CODE)
6271 (MAX_MULTIBYTE_LEADING_CODE): New macros.
6272
6273 * regex.c (analyse_first): Fix for multibyte characters in "case
6274 charset:" and "case categoryspec:".
6275
6276 2008-02-01 Andreas Schwab <schwab@suse.de>
6277
6278 * Makefile.in (LIBES): Move standard libraries to the end.
6279
6280 2008-02-01 Kenichi Handa <handa@m17n.org>
6281
6282 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
6283 nonzero, don't shrink the buffer nextb.
6284
6285 * buffer.h (struct buffer_text): New member inhibit_shrinking.
6286
6287 * coding.c (coding_alloc_by_making_gap): New arg offset.
6288 (alloc_destination): Call coding_alloc_by_making_gap with the arg
6289 offset.
6290 (decode_coding_iso_2022): Update coding->safe_charsets.
6291 (decode_coding_gap): Temporarily set
6292 current_buffer->text->inhibit_shrinking to 1.
6293
6294 2008-02-01 Kenichi Handa <handa@m17n.org>
6295
6296 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
6297 indexing into elements of s->cmp and s->char2b.
6298
6299 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6300
6301 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
6302
6303 2008-02-01 Kenichi Handa <handa@m17n.org>
6304
6305 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
6306 target_multibyte instead of multibyte.
6307 (re_match_2_internal): Call bcmp_translate with target_multibyte.
6308 (bcmp_translate): Change the argument name from multibyte to
6309 target_multibyte.
6310
6311 2008-02-01 Kenichi Handa <handa@m17n.org>
6312
6313 These changes are to compile a regexp into a pattern that can be
6314 used both for multibyte and unibyte targets.
6315
6316 * Makefile.in (search.o): Depend on charset.h.
6317
6318 * character.c (multibyte_char_to_unibyte_safe): New function.
6319
6320 * search.c: Include "charset.h".
6321 (compile_pattern_1): Delete argument multibyte. Don't set
6322 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
6323 (compile_pattern): Don't compare cp->buf.target_multibyte.
6324 Compare cp->buf.charset_unibyte.
6325 (compile_pattern): Set cp->buf.target_multibyte.
6326
6327 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
6328
6329 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
6330
6331 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
6332 multibyte. Change callers.
6333 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
6334 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
6335 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
6336 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
6337 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
6338 (regex_compile): Make the compiled pattern usable both for
6339 multibyte and unibyte targets.
6340 (analyse_first): Make the fastmap usable both for multibyte and
6341 unibyte targets.
6342 (TRANSLATE_VIA_MULTIBYTE): Delete.
6343 (re_match_2_internal): Pay attention to the case that the
6344 multibyteness of bufp and target may be different.
6345
6346 2008-02-01 Kenichi Handa <handa@m17n.org>
6347
6348 * xdisp.c (x_produce_glyphs): When a font is not found, make the
6349 empty box occupy at least one column width.
6350
6351 2008-02-01 Miles Bader <miles@gnu.org>
6352
6353 * Makefile.in: Remove redundant HAVE_XFT clause.
6354
6355 2008-02-01 Kenichi Handa <handa@m17n.org>
6356
6357 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
6358
6359 2008-02-01 Kenichi Handa <handa@m17n.org>
6360
6361 * fontset.c (Finternal_char_font): Fix for the case of POSITION
6362 being nil.
6363
6364 2008-02-01 Kenichi Handa <handa@m17n.org>
6365
6366 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
6367
6368 2008-02-01 Kenichi Handa <handa@m17n.org>
6369
6370 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
6371
6372 2008-02-01 Kenichi Handa <handa@m17n.org>
6373
6374 * search.c (simple_search): Fix previous change.
6375
6376 2008-02-01 Kenichi Handa <handa@m17n.org>
6377
6378 * xftfont.c (ftfont_font_format): Extern declaration.
6379
6380 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
6381
6382 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
6383 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
6384
6385 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
6386 (ftfont_font_format): Fix previous change.
6387
6388 * font.h (Ffont_xlfd_name): EXFUN it.
6389
6390 * font.c (font_parse_xlfd): Fix the array size of `f'.
6391 (register_font_driver): Use EQ to compare driver->type.
6392
6393 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
6394 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
6395 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
6396
6397 2008-02-01 Kenichi Handa <handa@m17n.org>
6398
6399 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
6400 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
6401
6402 2008-02-01 Kenichi Handa <handa@m17n.org>
6403
6404 * xfont.c (xfont_open): Set font->format.
6405
6406 * xftfont.c (xftfont_open): Set font->format.
6407
6408 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
6409 (ftfont_list): Include FC_FONTFORMAT in FcObject.
6410 (ftfont_open): Set font->format.
6411 (ftfont_font_format): New function.
6412
6413 * font.h (struct font): New memeber format.
6414
6415 * font.c (Qopentype): New variable.
6416 (syms_of_font): Defsym it.
6417 (Fquery_font): Change the format of the last element of the return
6418 value.
6419
6420 2008-02-01 Kenichi Handa <handa@m17n.org>
6421
6422 * xfns.c (xic_create_xfontset): Try the default fontset name as a
6423 last resort.
6424
6425 2008-02-01 Kenichi Handa <handa@m17n.org>
6426
6427 * coding.c (detect_coding_charset): Fix detection of multi-byte
6428 charset.
6429
6430 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
6431
6432 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
6433
6434 2008-02-01 Kenichi Handa <handa@m17n.org>
6435
6436 * xdisp.c (get_next_display_element): Set it->face_id for the
6437 first component of a composition.
6438 (x_produce_glyphs): Check if the font is changed or not for composition.
6439
6440 2008-02-01 Kenichi Handa <handa@m17n.org>
6441
6442 * fontset.c (Qlatin): New variable.
6443 (syms_of_fontset): Define it as a lisp symbol.
6444 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
6445
6446 2008-02-01 Kenichi Handa <handa@m17n.org>
6447
6448 * font.c (font_unparse_fcname): Pay attention to the case that
6449 some of font property is a null string.
6450
6451 2008-02-01 Kenichi Handa <handa@m17n.org>
6452
6453 * term.c: Include "composite.h".
6454 (encode_terminal_code): Output all components of composition.
6455 Check the size of encode_terminal_src.
6456 (produce_glyphs): For composition, call produce_composite_glyph.
6457 (append_composite_glyph, produce_composite_glyph): New functions.
6458
6459 * xdisp.c (x_produce_glyphs): In handling composition, if a font
6460 is not found, get font_info from the current ascii face.
6461
6462 2008-02-01 Kenichi Handa <handa@m17n.org>
6463
6464 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
6465 buffer-file-name to Qnil before calling insert_from_buffer.
6466
6467 * font.c (font_unparse_fcname): Pay attention to the case that
6468 foundry is a null string.
6469
6470 2008-02-01 Kenichi Handa <handa@m17n.org>
6471
6472 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
6473
6474 * font.c (Qunicode_sip): New variable.
6475 (syms_of_font): Declare it as a Lisp symbol.
6476
6477 * font.h (Qunicode_sip): Extern it.
6478
6479 2008-02-01 Kenichi Handa <handa@m17n.org>
6480
6481 * composite.c (get_composition_id): Pay attention to TAB component.
6482
6483 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
6484 TAB. Adjust for the change of s->char2b which always points to
6485 the first elememnt of allocated memory.
6486
6487 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
6488
6489 * xdisp.c (handle_composition_prop): Set it->c to the first
6490 non-TAB component.
6491 (fill_composite_glyph_string): Change argument.
6492 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
6493 (x_produce_glyphs): Fix handling of left/right padding.
6494
6495 2008-02-01 Kenichi Handa <handa@m17n.org>
6496
6497 * coding.c (detect_coding_system): Fix for handling off
6498 inhibit_iso_escape_detection. Fix for the case that no coding
6499 system is defined for a specific coding category.
6500
6501 2008-02-01 Kenichi Handa <handa@m17n.org>
6502
6503 * font.c (font_matching_entity): Delete unused local var.
6504
6505 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
6506 opening a font.
6507
6508 * fileio.c (Finsert_file_contents): On recovering a file, assume
6509 Unix-like eol.
6510 (choose_write_coding_system): On auto-saving a file, force
6511 Unix-like eol.
6512
6513 * coding.c (setup_coding_system): Fix setting of
6514 coding->common_flags based on eol_type.
6515 (coding_inherit_eol_type): If PARENT is not nil, be sure to
6516 inherit from it.
6517
6518 2008-02-01 Kenichi Handa <handa@m17n.org>
6519
6520 * alloc.c (NSTATICS): Increas to 0x600.
6521
6522 2008-02-01 Kenichi Handa <handa@m17n.org>
6523
6524 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
6525 (ftfont_list): Don't check :name property.
6526 (ftfont_match): New function.
6527 (ftfont_pattern_entity): If the pattern doesn't contain
6528 FC_SPACING, don't assuce FC_MONO.
6529
6530 * font.h (struct font_driver): New member `match'.
6531 (font_update_drivers): Adjust prototype.
6532
6533 * font.c (font_parse_fcname, font_parse_name): Don't change :name
6534 property of FONT.
6535 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
6536 them unconditionally.
6537 (font_matching_entity): New function.
6538 (font_open_by_name): Try font_matching_entity if exact match is
6539 not found.
6540 (font_update_drivers): Delete the arg FONT. Return a list of
6541 actually used backends. Don't free faces, font caches here.
6542 Don't store data in frame parameters. Don't call x_set_font.
6543 (Ffont_spec): Store :name property as is.
6544 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
6545 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
6546 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
6547 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
6548 Call font->driver->otf_gsub instead of font_otf_gsub.
6549
6550 * frame.c (x_set_font_backend): Do more works that were done in
6551 font_update_drivers before.
6552
6553 * xfont.c (xfont_match): New function.
6554 (xfont_driver): Set xfont_driver.match to xfont_match.
6555 (xfont_draw): Set font in GC if necessary.
6556
6557 * ftxfont.c (ftxfont_match): New function.
6558 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
6559
6560 * xftfont.c (xftfont_match): New function.
6561 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
6562
6563 2008-02-01 Kenichi Handa <handa@m17n.org>
6564
6565 * font.h (struct font): New member scalable.
6566 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
6567 (font_otf_gsub): Adjust prototype.
6568
6569 * font.c (font_otf_capability): Fix handling of the default langsys.
6570 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
6571 Check the contents of SPEC.
6572 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
6573 (check_gstring): New function.
6574 (REPLACEMENT_CHARACTER): New macro.
6575 (font_otf_gsub): New arg alternate_subst. Be sure to set all
6576 glyph codes of GSTRING.
6577 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
6578 (font_prepare_composition): Set cmp->glyph_len.
6579 (font_open_entity): Set font->scalable.
6580 (Ffont_get): Handle :otf property.
6581 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
6582 functions.
6583 (Fquery_font): Use font->font.full_name.
6584 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
6585 Sfont_otf_alternates.
6586
6587 * ftfont.c (ftfont_open): Set font->font.full_name and
6588 font->font.name properly. Fix calculation of font->font.height
6589 and font->min_width.
6590
6591 * ftxfont.c (ftxfont_create_gcs): New function.
6592 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
6593 (ftxfont_draw_backgrond): Fix filling region.
6594 (ftxfont_default_fid): New function.
6595 (ftxfont_open): Set xfotn->fid to the return value of
6596 ftxfont_default_fid.
6597 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
6598 (ftxfont_done_face): Free only GCs that are created by
6599 ftxfont_create_gcs.
6600 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
6601
6602 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
6603 Clip to src->width, etc (not src->clip_XXX).
6604
6605 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
6606 FontBackend frame parameter.
6607
6608 2008-02-01 Kenichi Handa <handa@m17n.org>
6609
6610 * font.h (struct font_driver_list): New member `on'.
6611 (Fclear_font_cache): EXFUN it.
6612 (font_update_drivers): Extern it.
6613
6614 * font.c (font_unparse_fcname): Fix typo (swidth->width).
6615 (font_list_entities): Check driver_list->on.
6616 (register_font_driver): Initalize `on' member to 0.
6617 (font_update_drivers): New function.
6618 (Fclear_font_cache): Check driver_list->on.
6619
6620 * frame.h (Qfont_backend): Extern it.
6621 (x_set_font_backend): Extern it.
6622
6623 * frame.c (Qfont_backend): New variable.
6624 (frame_parms): New element for font-backend.
6625 (x_set_font_backend): New function.
6626
6627 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
6628 FontBackend frame parameter.
6629 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
6630 x_set_font_backend.
6631
6632 * xfont.c (xfont_list): Don't try listing by :name property if the
6633 name is not for XLFD.
6634
6635 2008-02-01 Kenichi Handa <handa@m17n.org>
6636
6637 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
6638 (LGLYPH_SET_TO): New macros.
6639 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
6640 element of G is vector or not.
6641 (font_at): Extern it.
6642
6643 * font.c: Include window.h.
6644 (font_lispy_object): New function.
6645 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
6646 end of valid glyph.
6647 (font_close_object): Fix getting (struct font *).
6648 (font_at): New function.
6649 (Ffont_get): If FONT is a font-object, get entity from it.
6650 (Ffont_make_gstring): Initialize elements of glyphs with nil.
6651 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
6652 range check.
6653 (Ffont_at): New function.
6654 (syms_of_font): Defsubr Sfont_at.
6655
6656 * xdisp.c (it_props): Move the entry for Qauto_composed to just
6657 before the entry for Qcomposition.
6658 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
6659 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
6660 the font in gstring.
6661 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
6662 LGLYPH_FORM (g) to detect the end of valid glyph.
6663 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
6664 we are composing with gstring.
6665
6666 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
6667 Check if adjustment is vector or not.
6668
6669 * Makefile.in (font.o): Make it depends on window.h.
6670
6671 2008-02-01 Kenichi Handa <handa@m17n.org>
6672
6673 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
6674 adjustment is vector or not.
6675
6676 2008-02-01 Miles Bader <miles@gnu.org>
6677
6678 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
6679
6680 2008-02-01 Kenichi Handa <handa@m17n.org>
6681
6682 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
6683 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
6684 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
6685
6686 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
6687 (DEVICE_DELTA): Fix typo.
6688 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
6689 LGLYPH format.
6690
6691 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
6692 the change of LGLYPH format.
6693
6694 2008-02-01 Kenichi Handa <handa@m17n.org>
6695
6696 * ftfont.c (ftfont_list): Fix typo.
6697 (ftfont_build_basic_charsets): Don't include letters with diacritics.
6698
6699 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
6700
6701 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
6702
6703 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
6704 xftface_info is non-NULL.
6705
6706 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
6707
6708 * ftfont.c (ftfont_list): Move misplaced #endif.
6709
6710 2008-02-01 Kenichi Handa <handa@m17n.org>
6711
6712 * ftfont.c (ftfont_list): Pay attention to the case that
6713 FC_CAPABILITY is not defined.
6714
6715 2008-02-01 Kenichi Handa <handa@m17n.org>
6716
6717 * xftfont.c (xftfont_open): Set charset related members to -1.
6718
6719 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
6720 QCname.
6721 (ftfont_open): Set charset related members to -1.
6722
6723 * fontset.c (Votf_script_alist): New variable.
6724 (syms_of_fontset): Initialize it.
6725 (fontset_font): Delete unused variable.
6726
6727 * fontset.h (Votf_script_alist): Extern it.
6728
6729 * font.c (font_find_for_lface): Optimize code.
6730
6731 * font.h (font_close_object, font_merge_old_spec): Extern them.
6732
6733 2008-02-01 Kenichi Handa <handa@m17n.org>
6734
6735 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
6736 (syms_of_font): Initialize them.
6737 (font_pixel_size): Allow float value in dpi.
6738 (font_prop_validate_type): Delete.
6739 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
6740 Change caller.
6741 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
6742 (font_prop_validate_extra): Delete.
6743 (font_prop_validate_spacing): New function.
6744 (font_property_table): Add elements for all known properties.
6745 (get_font_prop_index): Rename from check_font_prop_name. New
6746 argument FROM. Change caller.
6747 (font_prop_validate): Validate all known properties.
6748 (font_put_extra): Delete argument force. Change caller.
6749 (font_expand_wildcards): Make it static. Fix the way of shrinking
6750 the possible range.
6751 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
6752 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
6753 Change caller.
6754 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
6755 (font_parse_fcname): Delete argument merge. Fix parsing of point
6756 size. Don't validate properties values here. Change caller.
6757 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
6758 (font_open_by_name): Delete unused variable.
6759 (Ffont_spec): Likewise. Validate property values.
6760 (Ffont_match_p): New function.
6761
6762 * font.h (QCscalable): Extern it.
6763 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
6764
6765 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
6766
6767 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
6768 (xfont_list_pattern): New function.
6769 (xfont_list): Use xfont_list_pattern.
6770
6771 2008-02-01 Kenichi Handa <handa@m17n.org>
6772
6773 * font.h (Flist_fonts): EXFUN it.
6774
6775 2008-02-01 Jason Rumney <jasonr@gnu.org>
6776
6777 * w32term.c (w32_initialize): Add back smoothing_type and
6778 smoothing_enabled definitions.
6779
6780 2008-02-01 Kenichi Handa <handa@m17n.org>
6781
6782 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
6783 s->face->font on determining underline position.
6784
6785 2008-02-01 Kenichi Handa <handa@m17n.org>
6786
6787 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
6788 (font_has_char): Accept font-object too.
6789 (font_find_for_lface): Try at first with a size specified in face.
6790
6791 2008-02-01 Kenichi Handa <handa@m17n.org>
6792
6793 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
6794 font_open_by_name.
6795
6796 2008-02-01 Kenichi Handa <handa@m17n.org>
6797
6798 * font.h (QCspacing, QCdpi): Extern them.
6799 (enum font_spacing): New enum.
6800 (FONT_PIXEL_SIZE_QUANTUM): New macro.
6801
6802 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
6803 (QCspacing, QCdpi): New variables.
6804 (syms_of_font): Initialize them.
6805 (font_pixel_size): New function.
6806 (font_put_extra): New function.
6807 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
6808 in FONT_EXTRA.
6809 (font_parse_fcname): Handle enumenrated values (e.g. bold).
6810 Fix handling font size. Add QCname property that contains only
6811 unknown properties.
6812 (font_score): Change argument. Change caller. Pay attention to
6813 FONT_PIXEL_SIZE_QUANTUM.
6814 (font_sort_entites, font_list_entities, font_find_for_lface)
6815 (font_open_for_lface, font_open_by_name): Fix handling of font size.
6816 (Ffont_spec): Add QCname property that contains only unknown properties.
6817
6818 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
6819 include weight in listing pattern, instead check weight of each
6820 listed font. Don't include scalable in pattern. Pay attention to
6821 FONT_PIXEL_SIZE_QUANTUM.
6822
6823 2008-02-01 Kenichi Handa <handa@m17n.org>
6824
6825 * font.c (font_parse_fcname): Fix parsing of point-size.
6826 (font_unparse_fcname): Produce symbolic names for style properties.
6827 (font_list_entities): Handle float size correctly.
6828 (font_open_by_name): Prefer `normal' property values if the name
6829 doesn't specify them.
6830
6831 * fontset.c (Finternal_char_font): Use font_get_name, not
6832 Ffont_xlfd_name.
6833
6834 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
6835 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
6836 pattern. Don't force scalable.
6837
6838 * xftfont.c (xftfont_open): For generating a name, start from
6839 96-byte buffer.
6840
6841 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
6842
6843 * frame.h (x_new_fontset2): Fix prototype.
6844
6845 2008-02-01 Kenichi Handa <handa@m17n.org>
6846
6847 * font.h (struct font_driver): Delete member parse_name.
6848 (font_match_p, font_get_spec, font_parse_fcname)
6849 (font_unparse_fcname): Extern them.
6850 (font_get_name): Adjust prototype.
6851
6852 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
6853 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
6854 (font_expand_wildcards): Fix handling ENCODING field. Avoid
6855 unnecessary checks for weight, slant, and swidth.
6856 (font_parse_fcname): New function.
6857 (font_unparse_fcname): New function.
6858 (font_parse_name): New function.
6859 (font_match_p): New function.
6860 (font_get_name): Change return value to Lisp string.
6861 (font_get_spec): New function.
6862 (Qunspecified, Qignore_defface): Don't extern them.
6863 (font_find_for_lface): Assume that LFACE is fully specified.
6864 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
6865 object, use it for FACE.
6866 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
6867 driver->parse_name.
6868 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
6869
6870 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
6871 prototype.
6872
6873 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
6874 argument F. Don't call Fnew_fontset. Instead, directly call
6875 make_fontset.
6876
6877 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
6878
6879 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
6880 of x_new_fontset2.
6881
6882 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
6883 (Qsans__serif): New variables.
6884 (ftfont_generic_family_list): New variable.
6885 (syms_of_ftfont): Initialize the above variables.
6886 (ftfont_pattern_entity): Delete argument NAME.
6887 (ftfont_list_generic_family): New function.
6888 (ftfont_parse_name): Delete this function.
6889 (ftfont_list): Try generic family only when FcFontList found no font.
6890 (ftfont_list_family): Fix args to FcObjectSetBuild.
6891
6892 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
6893 object in attrs[LFACE_FONT_INDEX].
6894 (set_lface_from_font_name): Cancel all changes for font-backend.
6895 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
6896 function.
6897 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
6898 font object in QCfont attribute.
6899 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
6900 (realize_default_face) [USE_FONT_BACKEND]: Call
6901 set_lface_from_font_and_fontset.
6902
6903 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
6904 "fixed", and signal error here if no suitable font was found.
6905
6906 * xfont.c (xfont_parse_name): Delete this function.
6907
6908 * xftfont.c (xftfont_open): Change coding style of error
6909 handling. Generate fontconfig's fontname pattern.
6910
6911 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
6912 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
6913
6914 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
6915 Both args FONTSET and FONT_OBJECT must be existing ones.
6916
6917 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6918
6919 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
6920
6921 2008-02-01 Kenichi Handa <handa@m17n.org>
6922
6923 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
6924
6925 * font.h (struct font): Fix typo.
6926
6927 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
6928 XLFD_XXX_INDEX.
6929 (enum xlfd_field_mask): New enum.
6930 (intern_font_field): Changed argument. Change caller. If digits
6931 are followed by non-digits, return a symbol.
6932 (font_expand_wildcards): New function.
6933 (font_parse_xlfd): Fix wildcard handling.
6934 (Ffont_spec): If :name is specified, reflect the info in the other
6935 properties.
6936
6937 * ftfont.c (ftfont_pattern_entity): Fix typo.
6938 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
6939 locale.
6940
6941 2008-02-01 Kenichi Handa <handa@m17n.org>
6942
6943 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
6944
6945 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
6946 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
6947 registry doesn't specify encoding part.
6948 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
6949 (font_open_by_name): At first try parsing the name.
6950 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
6951 as Lisp symbols.
6952
6953 * fontset.c (reorder_font_vector): Pay attention to the case that
6954 the 3rd element of font_def is nil.
6955 (fontset_font): For the default fontset, append one more fontset
6956 elements for a script-based font specification. Don't add script
6957 attribute on finding a font.
6958 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
6959 font name.
6960 (fontset_ascii_font): If a font can't be opened, return nil.
6961
6962 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
6963 (ftfont_pattern_entity): New function.
6964 (ftfont_get_cache): Assume that freetype_font_cache is already
6965 initialized.
6966 (ftfont_list): Handle the case that a file is specified in font
6967 name. Use ftfont_pattern_entity to generate entities.
6968 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
6969 (syms_of_ftfont): Initialize freetype_font_cache.
6970
6971 * xftfont.c (xftfont_open): Make the font name fontconfig's
6972 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
6973 (xftfont_close): Free font->font.name if not NULL.
6974
6975 * xfont.c (xfont_list): If script is specified for a font, return
6976 null_vector.
6977 (xfont_list_family): Declare argument type.
6978
6979 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
6980 name, set LFACE_FONT (lface) to nil.
6981
6982 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
6983 return Qnil.
6984
6985 2008-02-01 Kenichi Handa <handa@m17n.org>
6986
6987 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
6988 (standard_args): Add "-enable-font-backend".
6989
6990 2008-02-01 Kenichi Handa <handa@m17n.org>
6991
6992 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
6993 (struct xftdraw_list, xftdraw_list): Delete them.
6994 (register_xftdraw, check_xftdraw): Delete them.
6995 (xftfont_prepare_face): Don't call register_xftdraw.
6996 (xftfont_done_face): Don't call check_xftdraw.
6997 (xftfont_draw): Get backroudn color only when with_background is
6998 nonzero.
6999
7000 * xfont.c (xfont_encode_char): Fix calculation of char2b.
7001
7002 2008-02-01 Kenichi Handa <handa@m17n.org>
7003
7004 These changes are for the new font handling codes.
7005
7006 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
7007 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
7008 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
7009 (FONTSRC, FONTOBJ): New variables.
7010 (obj): Add $(FONTOBJ).
7011 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
7012 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
7013 @LIBOTF_LIBS@.
7014 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
7015 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
7016
7017 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
7018
7019 * character.h (Vscript_representative_chars): Extern it.
7020
7021 * character.c (Vscript_representative_chars): New variable.
7022 (syms_of_character): Declare it as a Lisp variable.
7023
7024 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
7025 enable_font_backend is nonzero, accept the composition method
7026 COMPOSITION_WITH_GLYPH_STRING.
7027
7028 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
7029 enumeration COMPOSITION_WITH_GLYPH_STRING.
7030
7031 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
7032 members clip_x, clip_y, clip_width, and clip_height.
7033 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
7034
7035 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
7036 --enable-font-backend. Call syms_of_font.
7037
7038 * fns.c (assoc_no_quit): New function.
7039
7040 * fontset.h (FONT_INFO_FROM_FACE): New macro.
7041 (face_for_font, new_fontset_from_font)
7042 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
7043
7044 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
7045 (fontset_font, fontset_ascii, face_for_char)
7046 (make_fontset_for_ascii_face, Ffont_info)
7047 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
7048 is nonzero, use font-backend mechanism.
7049 (find_font_encoding): Make it non-static.
7050 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
7051 New functions.
7052
7053 * frame.h (struct frame): New members resx and resy.
7054 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
7055 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
7056
7057 * frame.c [USE_FONT_BACKEND]: Include "font.h".
7058 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
7059
7060 * lisp.h (assoc_no_quit): Extern it.
7061
7062 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
7063 Through out the file, use FONT_INFO_FROM_FACE instead of
7064 FONT_INFO_FROM_ID, use get_per_char_metric instead of
7065 rif->per_char_metric.
7066 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
7067 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
7068 (get_glyph_face_and_encoding, fill_composite_glyph_string)
7069 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
7070 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
7071 nonzero, use font-backend mechanism.
7072 (get_per_char_metric): New function.
7073
7074 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
7075 (set_lface_from_font_name)
7076 (set_font_frame_param, free_realized_face)
7077 (prepare_face_for_display, clear_face_gcs)
7078 (Finternal_set_font_selection_order, realize_x_face)
7079 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
7080 font-backend mechanism.
7081 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
7082 (load_face_font) [USE_FONT_BACKEND]: Abort.
7083 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
7084 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
7085
7086 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
7087 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
7088 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
7089 nonzero, register all available font drivers. Call
7090 x_default_font_parameter for deciding a font.
7091 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
7092
7093 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
7094 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
7095 (x_set_glyph_string_clipping_exactly)
7096 (x_compute_glyph_string_overhangs)
7097 (x_draw_glyph_string_foreground)
7098 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
7099 (x_free_frame_resources) [USE_FONT_BACKEND]: If
7100 enable_font_backend is nonzero, use font-backend mechanism.
7101 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
7102
7103 2008-02-01 Kenichi Handa <handa@m17n.org>
7104
7105 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
7106 system_eol_type.
7107 (syms_of_coding): Initialize system_eol_type.
7108
7109 * process.c (Fset_process_coding_system): Inherit system's eol
7110 format if necessary.
7111
7112 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7113
7114 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
7115
7116 2008-02-01 Kenichi Handa <handa@m17n.org>
7117
7118 * coding.c (decode_eol): Pay attention to buffer relocation in
7119 del_range_2.
7120 (decode_coding): Call decode_eol before restoring undo_list.
7121
7122 2008-02-01 Kenichi Handa <handa@m17n.org>
7123
7124 * charset.c (Fdefine_charset_internal): Fix setting of
7125 emacs_mule_bytes.
7126
7127 2008-02-01 Kenichi Handa <handa@m17n.org>
7128
7129 * keyboard.c (read_char): Check if C is a character or not before
7130 looking up Vkeyboard_translate_table.
7131
7132 2008-02-01 Kenichi Handa <handa@m17n.org>
7133
7134 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
7135 condition to terminate the loop.
7136
7137 2008-02-01 Kenichi Handa <handa@m17n.org>
7138
7139 * coding.c (produce_composition): Compare charbuf[i] instead of
7140 args[i] against 0.
7141 (Fterminal_coding_system): Use EQ to compare Lisp objects.
7142
7143 2008-02-01 Kenichi Handa <handa@m17n.org>
7144
7145 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
7146 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
7147 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
7148 detect_coding.
7149 (emacs_mule_char): Handle old style (Emacs 20) component character
7150 of a composition.
7151 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
7152 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
7153 composition rule.
7154 (decode_coding_emacs_mule): Handle invalid bytes correctly.
7155
7156 2008-02-01 Kenichi Handa <handa@m17n.org>
7157
7158 * coding.c (encode_coding_ccl): Allocate destination dynamically
7159 when necessary.
7160
7161 2008-02-01 Kenichi Handa <handa@m17n.org>
7162
7163 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
7164 the loop. When quitted, show a proper error message.
7165
7166 2008-02-01 Kenichi Handa <handa@m17n.org>
7167
7168 * xterm.c (x_set_glyph_string_clipping_exactly): Set
7169 src->clip_head and src->clip_tail temporarily instead of src->hl.
7170
7171 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
7172 character sequence.
7173 (Fccl_execute_on_string): Use ASET, not XSET.
7174
7175 2008-02-01 Kenichi Handa <handa@m17n.org>
7176
7177 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
7178
7179 2008-02-01 Kenichi Handa <handa@m17n.org>
7180
7181 * coding.c (decode_coding): Fix the condition of terminating the
7182 decoding loop.
7183
7184 2008-02-01 Kenichi Handa <handa@m17n.org>
7185
7186 * data.c (Faset): On setting a character bigger than 255 in a
7187 unibyte string, signal an error instead of make the string multibyte.
7188
7189 2008-02-01 Kenichi Handa <handa@m17n.org>
7190
7191 * charset.c (map_charset_chars): Fix for ascii-compatible charset
7192 made by a mapping table.
7193
7194 2008-02-01 Kenichi Handa <handa@m17n.org>
7195
7196 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
7197 not.
7198 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
7199 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
7200
7201 * xterm.c (x_draw_composite_glyph_string_foreground): Check
7202 s->face is NULL or not.
7203
7204 2008-02-01 Kenichi Handa <handa@m17n.org>
7205
7206 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
7207 (x_draw_glyph_string): Fix drawing of right_overhang and
7208 left_overhang around/on cursor.
7209
7210 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
7211
7212 2008-02-01 Kenichi Handa <handa@m17n.org>
7213
7214 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
7215
7216 2008-02-01 Kenichi Handa <handa@m17n.org>
7217
7218 * coding.c (Fdefine_coding_system_internal)
7219 (Fdefine_coding_system_alias): Avoid a duplicated element in
7220 Vcoding_system_alist.
7221
7222 2008-02-01 Kenichi Handa <handa@m17n.org>
7223
7224 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
7225
7226 * coding.c (Qcoding_system_define_form): New variable.
7227 (syms_of_coding): Intern and staticpro it.
7228 (Fcoding_system_p): Check Qcoding_system_define_form.
7229 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
7230
7231 * coding.h (CODING_SYSTEM_P): If ID is not available, call
7232 Fcoding_system_p.
7233 (CHECK_CODING_SYSTEM): If ID is not available, call
7234 Fcheck_coding_system.
7235 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
7236 Try also Fcheck_coding_system.
7237
7238 2008-02-01 Kenichi Handa <handa@m17n.org>
7239
7240 * coding.c (code_conversion_restore): GCPRO arg.
7241
7242 2008-02-01 Kenichi Handa <handa@m17n.org>
7243
7244 * character.c (lisp_string_width): Check multibyteness of STRING.
7245
7246 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7247
7248 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
7249 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
7250 (decode_mac_font_name): Use decode_coding_c_string instead of
7251 decode_coding.
7252 (x_load_font): Initialize fontp->fontset to -1. Set
7253 fontp->encoding_type.
7254
7255 2008-02-01 Kenichi Handa <handa@m17n.org>
7256
7257 * search.c (search_buffer): Give up BM search on case-fold-search
7258 if one of a target character has a case-equivalence of different
7259 byte length even if that target charcter is an ASCII.
7260 (simple_search): Fix calculation of byte length of matched text.
7261 (boyer_moore): Fix handling of case-equivalent multibyte characters.
7262
7263 2008-02-01 Kenichi Handa <handa@m17n.org>
7264
7265 * coding.c (decode_coding): Fix handling of invalid bytes.
7266
7267 2008-02-01 Kenichi Handa <handa@m17n.org>
7268
7269 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
7270 Unicode characters.
7271
7272 2008-02-01 Kenichi Handa <handa@m17n.org>
7273
7274 * coding.c (encode_coding_object): If a pre-write-conversion
7275 function makes a new buffer, kill it.
7276
7277 2008-02-01 Kenichi Handa <handa@m17n.org>
7278
7279 * coding.c (QCascii_compatible_p): New variable.
7280 (syms_of_coding): Initialize it.
7281 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
7282 calling string_char.
7283 (record_conversion_result): Add `default:' case.
7284 (coding_charset_list): Delete unused variable `coding_type'.
7285 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
7286 property in the plist of the coding system.
7287 (Fcoding_system_put): Check QCascii_compatible_p.
7288
7289 2008-02-01 Miles Bader <miles@gnu.org>
7290
7291 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
7292 removed calculation of frame `f', as it's now used.
7293
7294 2008-02-01 Kenichi Handa <handa@m17n.org>
7295
7296 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
7297 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
7298 (UNIDATA): New variable.
7299 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
7300 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
7301 $(RUN_TEMACS) unconditionally.
7302
7303 2008-02-01 Kenichi Handa <handa@m17n.org>
7304
7305 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
7306 (admindir): New variable.
7307 ($(lispsource)international/charprop.el): New target.
7308
7309 2008-02-01 Miles Bader <miles@gnu.org>
7310
7311 * character.c (chars-in-region): Remove obsolete function.
7312 (syms_of_character): Remove its initialization.
7313
7314 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
7315
7316 * w32select.c (validate_coding_system)
7317 (setup_windows_coding_system): New functions.
7318 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
7319 setup_windows_coding_system.
7320 (setup_config, Fw32_get_clipboard_data): Use
7321 validate_coding_system.
7322 (Fx_selection_exists): Move call to setup_config to a place
7323 where signals are allowed.
7324
7325 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
7326 (Fcheck_coding_system): Add declarations.
7327
7328 2008-02-01 Kenichi Handa <handa@m17n.org>
7329
7330 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
7331
7332 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7333
7334 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
7335 string as the second argument for x_new_fontset.
7336
7337 2008-02-01 Kenichi Handa <handa@m17n.org>
7338
7339 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
7340 (encode_coding_object): Use safe_call instead of call2.
7341
7342 2008-02-01 Kenichi Handa <handa@m17n.org>
7343
7344 * fontset.c (Fset_fontset_font): Check family element of a given vector.
7345
7346 * Makefile.in (lisp): Include charprop.el.
7347
7348 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7349
7350 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
7351 Not sure if it's unnecessary.
7352
7353 2008-02-01 Steven Tamm <steventamm@mac.com>
7354
7355 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
7356 some possibly unnecessary fontset checking code that crashed
7357 when creating a new frame.
7358
7359 2008-02-01 Kenichi Handa <handa@m17n.org>
7360
7361 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
7362 lookup_face.
7363
7364 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
7365
7366 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
7367
7368 2008-02-01 Kenichi Handa <handa@m17n.org>
7369
7370 * coding.c: Cancel the change done in HEAD on 2008-02-01.
7371 (coding_charset_list): New function.
7372
7373 * coding.h (coding_charset_list): Extern it.
7374
7375 2008-02-01 Kenichi Handa <handa@m17n.org>
7376
7377 * fontset.c (Fset_fontset_font): Call find_font_encoding with
7378 concatenation of family and registry.
7379
7380 2008-02-01 Kenichi Handa <handa@m17n.org>
7381
7382 * character.h (BYTE8_STRING): Fix typo.
7383
7384 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
7385 string to multibyte (sync to HEAD).
7386
7387 * casefiddle.c (casify_region): Handle changes in byte-length
7388 using replace_range_2 (sync to HEAD).
7389
7390 2008-02-01 Andreas Schwab <schwab@suse.de>
7391
7392 * chartab.c (map_char_table): GCPRO table and arg.
7393
7394 2008-02-01 Kenichi Handa <handa@m17n.org>
7395
7396 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
7397 already at limit.
7398
7399 2008-02-01 Kenichi Handa <handa@m17n.org>
7400
7401 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
7402 instead of fast_c_string_match_ignore_case.
7403 (find_font_encoding): Change argument to Lisp_Object. Use
7404 fast_string_match_ignore_case instead of
7405 fast_c_string_match_ignore_case. Change caller.
7406
7407 2008-02-01 Kenichi Handa <handa@m17n.org>
7408
7409 * xdisp.c (get_next_display_element): In unibyte case, decide to
7410 display in octal form by checking a chacter by
7411 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
7412
7413 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
7414
7415 * character.c (unibyte_has_multibyte_table): New variable.
7416
7417 * character.h (unibyte_has_multibyte_table): Extern it.
7418 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
7419
7420 2008-02-01 Kenichi Handa <handa@m17n.org>
7421
7422 * coding.c (encode_coding_iso_2022): Fix handling of charset
7423 annotation.
7424
7425 2008-02-01 Kenichi Handa <handa@m17n.org>
7426
7427 * coding.c (setup_coding_system): If coding_system is nil, use
7428 Qundecided.
7429 (Fterminal_coding_system): Return nil if terminal coding system is
7430 `undecided'.
7431 (syms_of_coding): Define coding-system `undecided' here. Setup
7432 terminal_coding as `undecided'.
7433
7434 2008-02-01 Kenichi Handa <handa@m17n.org>
7435
7436 * xdisp.c (message_dolog, set_message_1): Call
7437 unibyte_char_to_multibyte with arg type int.
7438
7439 * lread.c (read1): Fix reading of a char-table.
7440
7441 * print.c (print_object): Include sub char-table in cicularities
7442 detection.
7443
7444 2008-02-01 Kenichi Handa <handa@m17n.org>
7445
7446 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
7447 cons. Append the found sequences in car of ARGS instead of prepending.
7448
7449 2008-02-01 Kenichi Handa <handa@m17n.org>
7450
7451 * fileio.c (report_file_error): Make a unibyte string from
7452 strerror (errorno).
7453 (Fsubstitute_in_file_name): Fix the arg to
7454 unibyte_char_to_multibyte. It is evaluated twice.
7455
7456 2008-02-01 Kenichi Handa <handa@m17n.org>
7457
7458 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
7459
7460 2008-02-01 Kenichi Handa <handa@m17n.org>
7461
7462 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
7463 BOM is not found.
7464 (detect_coding, detect_coding_system): Optimization for ISO-2022
7465 when no 8-bit data is found.
7466
7467 2008-02-01 Jason Rumney <jasonr@gnu.org>
7468
7469 * w32fns.c (x_to_w32_font): Update to use new coding struct.
7470
7471 2008-02-01 Kenichi Handa <handa@m17n.org>
7472
7473 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
7474 CHARS.
7475
7476 2008-02-01 Steven Tamm <steventamm@mac.com>
7477
7478 * macterm.c (mac_encode_char): Add charset argument and update
7479 to use encoding_type.
7480 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
7481 switch to pure fontset.
7482 (decode_mac_font_name): Temporarily remove decoding.
7483 (x_font_name_to_mac_font_name): Temporarily remove encoding.
7484 (x_load_font): Temporarily remove encoding.
7485
7486 2008-02-01 Kenichi Handa <handa@m17n.org>
7487
7488 * xfaces.c (Fface_font): If frame is not on a window system,
7489 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
7490 refer to face->font.
7491 (split_font_name_into_vector, build_font_name_from_vector)
7492 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
7493 whne HAVE_WINDOW_SYSTEM is defined.
7494
7495 2008-02-01 Kenichi Handa <handa@m17n.org>
7496
7497 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
7498 (x_produce_glyphs): Fix setting of members of cmp in case
7499 cmp->glyph_len is zero.
7500
7501 * fontset.c (Fset_fontset_font): Fix docstring.
7502 (Ffontset_info): Make it backward compatible. New arg ALL.
7503
7504 2008-02-01 Kim F. Storm <storm@cua.dk>
7505
7506 * process.c (read_process_output): Grow decoding_buf when needed;
7507 this could cause a crash in allocate_string and compact_small_strings.
7508
7509 2008-02-01 Kenichi Handa <handa@m17n.org>
7510
7511 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
7512
7513 2008-02-01 Kenichi Handa <handa@m17n.org>
7514
7515 * coding.c (setup_coding_system): Set coding->common_flags
7516 correctly for raw-text.
7517 (consume_chars): On encoding unibyte text by raw-text, don't check
7518 multibyte form.
7519 (encode_coding): On encoding by raw-text, never use translation tables.
7520
7521 * fileio.c (e_write): Short cut for the case of no encoding.
7522
7523 2008-02-01 Kenichi Handa <handa@m17n.org>
7524
7525 * coding.c (detect_coding, detect_coding_system): Delete unused
7526 variables.
7527
7528 2008-02-01 Kenichi Handa <handa@m17n.org>
7529
7530 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
7531 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
7532
7533 2008-02-01 Kenichi Handa <handa@m17n.org>
7534
7535 * coding.c (Ffind_coding_systems_region_internal): Include
7536 raw-text and no-conversion in the result.
7537
7538 2008-02-01 Kenichi Handa <handa@m17n.org>
7539
7540 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
7541 (load_font_get_repertory): Delete unnecessary check of ENCODING of
7542 FONT_DEF.
7543 (font_def_arg, add_arg, from_arg, to_arg): New args.
7544 (set_fontset_font): Change argument.
7545 (Fset_fontset_font): Fix for the case that TARGET is a script
7546 name and charset name.
7547 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
7548
7549 2008-02-01 Kenichi Handa <handa@m17n.org>
7550
7551 * fontset.c (fontset_font): Rename from fontset_face. Change return
7552 value.
7553 (face_suitable_for_char_p, face_for_char): Adjust for the change
7554 of fontset_font.
7555 (make_fontset_for_ascii_face): Fix setting of the fontset element
7556 for ASCII.
7557 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
7558 to get a font name.
7559 (Ffontset_info): Adjust for the change of fontset_font.
7560
7561 * coding.c (emacs_mule_char): Check invalid code more regidly.
7562
7563 * character.h (LEADING_CODE_LATIN_1_MIN)
7564 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
7565
7566 2008-02-01 Kenichi Handa <handa@m17n.org>
7567
7568 * editfns.c (check_translation): New function.
7569 (Ftranslate_region_internal): Handle M:N mapping.
7570
7571 2008-02-01 Kenichi Handa <handa@m17n.org>
7572
7573 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
7574
7575 2008-02-01 Kenichi Handa <handa@m17n.org>
7576
7577 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
7578 goto invalid_code.
7579 (decode_coding_iso_2022): Fix handling of invalid designation.
7580
7581 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
7582 after calling code_conversion_save.
7583
7584 2008-02-01 Kenichi Handa <handa@m17n.org>
7585
7586 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
7587
7588 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
7589
7590 * fontset.c: Include "intervals.h".
7591 (fontset_face): Fix comparing of Lisp_Objects.
7592 (free_face_fontset, new_fontset_from_font_name): Fix
7593 Lisp_Object/int mixup.
7594
7595 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
7596
7597 * coding.c: Add many prototypes for static functions.
7598 (get_translation_table): Allow max_lookup to be NULL.
7599 (decode_coding, Ffind_coding_systems_region_internal)
7600 (Funencodable_char_position, Fcheck_coding_systems_region): Call
7601 get_translation_table with max_lookup NULL.
7602
7603 2008-02-01 Kenichi Handa <handa@m17n.org>
7604
7605 * coding.c (get_translation_table): Declare it as Lisp_Object.
7606 (LOOKUP_TRANSLATION_TABLE): New macro.
7607 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
7608 instead of CHAR_TABLE_REF.
7609
7610 2008-02-01 Kenichi Handa <handa@m17n.org>
7611
7612 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
7613 annotation data format.
7614 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
7615 Change arguments FROM and TO to single argument NCHARS. Change caller.
7616 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
7617 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7618 (decode_coding_ccl, decode_coding_charset): Pay attention to
7619 coding->charbuf_used.
7620 (get_translation): New function.
7621 (produce_chars): New arguments translation_table and last_block.
7622 Translate characters here. Return number of carryover chars.
7623 Change caller.
7624 (produce_composition): New argument pos. Change caller.
7625 Adjust for the change of annotation data format.
7626 (produce_charset, produce_annotation): Likewise.
7627 (decode_coding, encode_coding): Don't call translate_chars.
7628 (consume_chars): New arg translation_table. Change caller.
7629 (translate_chars): Delete.
7630 (syms_of_coding): Make translation-table's number of extra slots 2.
7631
7632 2008-02-01 Kenichi Handa <handa@m17n.org>
7633
7634 * search.c (simple_search): Fix setting this_pos_byte in backward
7635 search.
7636
7637 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
7638 byte sequence.
7639 (detect_coding_ccl): Fix setting of the variable valids.
7640
7641 2008-02-01 Kenichi Handa <handa@m17n.org>
7642
7643 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
7644
7645 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
7646
7647 * editfns.c (Ftranslate_region_internal): Rename from
7648 Ftranslate_region. Accept a char-table in TABLE.
7649 (syms_of_editfns): Defsubr Stranslate_region_internal.
7650
7651 * xfaces.c (set_lface_from_font_name): If a font is specified for
7652 a frame, generate a fontset from the font.
7653 (build_scalable_font_name): If the scalable font is requested for
7654 a specific size, don't change that size.
7655 (try_font_list): Try a scalable font also in the case that a
7656 pattern string is specified.
7657
7658 2008-02-01 Kenichi Handa <handa@m17n.org>
7659
7660 * xfaces.c (Fface_font): New optional arg CHARACTER.
7661
7662 2008-02-01 Kenichi Handa <handa@m17n.org>
7663
7664 * charset.h (CHARSET_OFFSET): New macro.
7665
7666 2008-02-01 Kenichi Handa <handa@m17n.org>
7667
7668 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
7669
7670 * fontset.c (fontset_face): Handle the case that repertory is a
7671 char-table.
7672 (find_font_encoding): Return nil for unknown encoding.
7673 (Fset_fontset_font): Ignore a font of unknown encoding.
7674
7675 2008-02-01 Kenichi Handa <handa@m17n.org>
7676
7677 * keymap.c (describe_vector): Handle default value of a char table.
7678
7679 * fontset.c (fontset_face): Handle fallback fonts correctly.
7680 (Ffontset_info): Return infomation about fallback fonts.
7681
7682 2008-02-01 Kenichi Handa <handa@m17n.org>
7683
7684 * fontset.c (FONTSET_DEFAULT): New macro.
7685 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
7686 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
7687 the case that it is nil.
7688 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
7689 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
7690
7691 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
7692 subset or superset.
7693
7694 2008-02-01 Kenichi Handa <handa@m17n.org>
7695
7696 * emacs.c (main): Call init_charset after syms_of_XXX.
7697
7698 * charset.c (Vcharset_map_directory): Delete.
7699 (Vcharset_map_path): New variable.
7700 (load_charset_map_from_file): Use Vcharset_map_path instead.
7701 (init_charset): Initialize Vcharset_map_path.
7702 (syms_of_charset): Delete declaration of "charset-map-directory",
7703 add declaration of "charset-map-path".
7704
7705 2008-02-01 Kenichi Handa <handa@m17n.org>
7706
7707 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
7708 ASCII only string.
7709
7710 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
7711
7712 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
7713 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
7714
7715 2008-02-01 Kenichi Handa <handa@m17n.org>
7716
7717 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
7718
7719 * coding.c (QCmnemonic, QCdefalut_char)
7720 (QCdecode_translation_table, QCencode_translation_table)
7721 (QCpost_read_conversion, QCpre_write_conversion): New variables.
7722 (get_translation_table): Return a list of translation tables if
7723 necessary.
7724 (decode_coding): Call get_translation_table with ENCODEP 0.
7725 (char_encodable_p): If translation_table is non-nil, always call
7726 translate_char.
7727 (Fdefine_coding_system_internal): Accept list of translation
7728 tables as :encode-translation-table and :decode-translation-table.
7729 (Fcoding_system_put): New function.
7730 (syms_of_coding): Declare new symbols. Defsubr
7731 Scoding_system_put.
7732 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
7733 typically JISX0212.
7734
7735 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
7736 when the charset is superset type.
7737
7738 * character.c (translate_char): Accept list of translation tables.
7739
7740 2008-02-01 Kenichi Handa <handa@m17n.org>
7741
7742 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
7743 (CODING_ATTR_TRANS_TBL): New macro.
7744
7745 * coding.c (get_translation_table): New function.
7746 (translate_chars): Fix the bug of skipping annotation data.
7747 (decode_coding, encode_coding): Utilize get_translation_table.
7748 (char_encodable_p, Funencodable_char_position): Translate char if
7749 necessary.
7750 (Ffind_coding_systems_region_internal)
7751 (Fcheck_coding_systems_region): Setup translation table for encode
7752 in a coding system attribute vector in advance.
7753 (Fdefine_coding_system_internal): Allow a symbol as translation
7754 table. For shift-jis type coding system, allow 4th charset.
7755
7756 2008-02-01 Kenichi Handa <handa@m17n.org>
7757
7758 * coding.c (decode_coding_sjis): Check the first byte rigidly.
7759
7760 * xdisp.c (get_next_display_element): Pass -1 as POS to
7761 FACE_FOR_CHAR if displaying a C-string.
7762
7763 2008-02-01 Kenichi Handa <handa@m17n.org>
7764
7765 * composite.c (get_composition_id): Handle xoff and yoff in a
7766 composition rule.
7767
7768 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
7769 (struct composition): New member lbearing and rbearing.
7770
7771 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
7772 (x_get_glyph_overhangs): Handle a composition glyph.
7773 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
7774
7775 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
7776 composition glyph.
7777
7778 2008-02-01 Kenichi Handa <handa@m17n.org>
7779
7780 * print.c: Include charset.h.
7781 (Vprint_charset_text_property): New variable.
7782 (Qdefault): Extern it.
7783 (PRINT_STRING_NON_CHARSET_FOUND)
7784 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
7785 (print_check_string_result): New variable.
7786 (print_check_string_charset_prop): New function.
7787 (print_prune_charset_plist): New variable.
7788 (print_prune_string_charset): New function.
7789 (print_object): Call print_prune_string_charset if
7790 Vprint_charset_text_property is not t.
7791 (print_interval): Print nothing if itnerval->plist is nil.
7792 (syms_of_print): Declare Vprint_charset_text_property as a lisp
7793 variable. Init and staticpro print_prune_charset_plist.
7794
7795 2008-02-01 Kenichi Handa <handa@m17n.org>
7796
7797 * fontset.c (new_fontset_from_font_name): Use the specified font
7798 for all characters in the new fontset.
7799
7800 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
7801 OBJECT args.
7802
7803 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
7804 OBJECT args for composition too.
7805
7806 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
7807 OBJECT args.
7808
7809 2008-02-01 Kenichi Handa <handa@m17n.org>
7810
7811 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
7812
7813 * fontset.c (reorder_font_vector): Adjust for the change of
7814 FONT_DEF format.
7815 (fontset_face): New arg id. Change caller.
7816 (face_for_char): New args pos and object.
7817 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
7818 (fs_query_fontset): Check NAME by Fassoc too.
7819 (Fset_fontset_font): Allow non-XLFD font name.
7820 (Ffontset_info): Adjust for the change of FONT_DEF format.
7821
7822 * fontset.h (face_for_char): Adjust prototype.
7823
7824 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
7825 (append_space, extend_face_to_end_of_line)
7826 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
7827 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
7828
7829 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
7830 POS and OBJECT args.
7831
7832 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
7833 POS and OBJECT args.
7834
7835 2008-02-01 Jason Rumney <jasonr@gnu.org>
7836
7837 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
7838 of GlobalAlloc'ed memory.
7839
7840 2008-02-01 Kenichi Handa <handa@m17n.org>
7841
7842 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
7843
7844 * charset.h (charset_table_used): Delete extern.
7845
7846 * charset.c (charset_table_used): Make it static.
7847 (map_charset_chars): Fix args to c_function with.
7848
7849 * chartab.c (map_sub_char_table_for_charset): Fix args to
7850 c_function with.
7851
7852 * coding.h (enum coding_result_code): Delete
7853 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
7854
7855 * coding.c (Qinsufficient_source, Qinconsistent_eol)
7856 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
7857 (Vlast_code_conversion_error): New variables.
7858 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
7859 (ONE_MORE_BYTE): Record error if any instead of signaling an
7860 error. If non-ASCII multibyte char is found, return the negative
7861 value of the code. All callers changed to check it.
7862 (ONE_MORE_BYTE_NO_CHECK): Likewise.
7863 (record_conversion_result): New function. Change all codes setting
7864 coding->result to call this function.
7865 (detect_coding_utf_8, decode_coding_utf_8)
7866 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
7867 Don't use the local variable incomplete.
7868 (emacs_mule_char): Change the second arg to `const'.
7869 (decode_coding): Fix of flushing out unprocessed data.
7870 (make_conversion_work_buffer): Fix making of a work buffer.
7871 (decode_coding_object): Return coding->dst_object.
7872
7873 * fontset.c (set_fontset_font): Fix args.
7874
7875 * lisp.h (CHARACTERBITS): Define as 22.
7876
7877 * process.c (send_process): Be sure to set coding->src_multibyte.
7878
7879 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
7880
7881 2008-02-01 Kenichi Handa <handa@m17n.org>
7882
7883 * xdisp.c (handle_auto_composed_prop): Give limit to
7884 Fnext_single_char_property_change.
7885
7886 2008-02-01 Kenichi Handa <handa@m17n.org>
7887
7888 * composite.c (syms_of_composite): Don't make the composition hash
7889 table weak.
7890
7891 * fontset.c (Fset_fontset_font): Fix docstring.
7892
7893 * lisp.h (detect_coding_system): Adjust prototype.
7894
7895 * fileio.c (kill_workbuf_unwind): Delete this function.
7896 (Finsert_file_contents): Adjust the call of detect_coding_system.
7897 Get conversion_buffer by code_conversion_save. Use the macor
7898 CODING_MAY_REQUIRE_DECODING. After decoding, update
7899 coding_system.
7900
7901 * coding.h (make_conversion_work_buffer): Delete extern.
7902 (code_conversion_save): Extern it.
7903
7904 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
7905 (CODING_GET_INFO): Delete argument eol_type. Change callers.
7906 (decode_coding_utf_8): Don't do eol converion.
7907 (detect_coding_utf_16): Check coding->src_chars, not
7908 coding->src_bytes. Add heuristics for those that have no signature.
7909 (decode_coding_emacs_mule, decode_coding_iso_2022)
7910 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
7911 Don't do eol converion.
7912 (adjust_coding_eol_type): Return a new coding system.
7913 (detect_coding): Don't detect eol. Fix for utf-16 detection.
7914 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
7915 each change.
7916 (decode_coding): Pay attention to undo_list. Do eol convesion for
7917 all types of coding-systems (if necessary).
7918 (Vcode_conversion_work_buf_list): Delete it.
7919 (Vcode_conversion_reused_workbuf): Rename from
7920 Vcode_conversion_reused_work_buf.
7921 (Vcode_conversion_workbuf_name): New variable.
7922 (reused_workbuf_in_use): New variable.
7923 (make_conversion_work_buffer): Delete the arg DEPTH.
7924 (code_conversion_restore): Change argument to cons.
7925 (code_conversion_save): Delete the argument BUFFER. Change callers.
7926 (detect_coding_system): New argument src_chars. Change callers.
7927 Fix for utf-16 detection.
7928 (init_coding_once): Don't use ISO_carriage_return.
7929 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
7930 reused_workbuf_in_use.
7931
7932 2008-02-01 Kenichi Handa <handa@m17n.org>
7933
7934 * keymap.c (store_in_keymap): Pay attention to the case that idx
7935 is a cons specifying a character range.
7936
7937 2008-02-01 Kenichi Handa <handa@m17n.org>
7938
7939 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
7940 HANDLED_RECOMPUTE_PROPS.
7941
7942 * coding.c (Fdefine_coding_system_internal): Fix checking of
7943 ascii compatibility.
7944
7945 2008-02-01 Kenichi Handa <handa@m17n.org>
7946
7947 * charset.c (find_charsets_in_text): Delete unused locale variable.
7948 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
7949
7950 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
7951 Resync charset_list to Vemacs_mule_charset_list.
7952
7953 * keymap.c (store_in_keymap): Pay attention to the case that idx
7954 is a cons specifying a character range.
7955
7956 2008-02-01 Kenichi Handa <handa@m17n.org>
7957
7958 * composite.c (update_compositions): Bind inhibit-read-only, etc
7959 to t before calling remove-list-of-text-properties.
7960
7961 * print.c (print_object): Always print ASCII chars as is.
7962
7963 2008-02-01 Kenichi Handa <handa@m17n.org>
7964
7965 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
7966
7967 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
7968 is a char table.
7969
7970 2008-02-01 Kenichi Handa <handa@m17n.org>
7971
7972 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
7973
7974 2008-02-01 Kenichi Handa <handa@m17n.org>
7975
7976 * xfaces.c (set_lface_from_font_name): Fix for the case that
7977 FONTNAME is not fontset name.
7978
7979 2008-02-01 Kenichi Handa <handa@m17n.org>
7980
7981 * fns.c (base64_encode_1): Fix previous change.
7982
7983 2008-02-01 Kenichi Handa <handa@m17n.org>
7984
7985 * fontset.c (set_fontset_font): New function.
7986 (Fset_fontset_font): If a font is specified for a charset, use
7987 map_charset_chars to store the font spec in a fontset.
7988
7989 2008-02-01 Kenichi Handa <handa@m17n.org>
7990
7991 * fontset.c (fontset_face): Create a fallback fontset on demand.
7992 (make_fontset): Don't create a fallback fontset here.
7993 (free_face_fontset): Free a fallback fontset (if any) too.
7994 (n_auto_fontsets): Delete this variable.
7995 (auto_fontset_alist): New variable.
7996 (new_fontset_from_font_name): Check auto_fontset_alist.
7997 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
7998 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
7999 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
8000 Defsubr Sfontset_list_all.
8001
8002 2008-02-01 Kenichi Handa <handa@m17n.org>
8003
8004 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
8005
8006 2008-02-01 Kenichi Handa <handa@m17n.org>
8007
8008 * fontset.c (Fnew_fontset): Check NAME more rigidly.
8009
8010 2008-02-01 Kenichi Handa <handa@m17n.org>
8011
8012 * editfns.c (Fgoto_char): Fix docstring.
8013
8014 2008-02-01 Kenichi Handa <handa@m17n.org>
8015
8016 * insdel.c (insert_from_gap): Adjust intervals correctly.
8017
8018 2008-02-01 Jason Rumney <jasonr@gnu.org>
8019
8020 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
8021 (pfnGetFontUnicodeRanges): New dynamically loaded function.
8022 (w32_initialize): Try to load it.
8023 (x_get_font_repertory): Use it if available.
8024 (w32_encode_char): Add shortcut for unicode output.
8025
8026 * w32fns.c (w32_load_system_font): Default charset to -1.
8027 (x_to_w32_charset): Match all fonts for unicode.
8028 (w32_to_x_charset): New parameter matching. Don't return partial
8029 or wildcard charsets.
8030 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
8031 (w32_codepage_for_font): Return CP_UNICODE for unicode.
8032 (w32_to_x_font): Match charset to real charset.
8033 (enum_font_cb2): Always list unicode versions.
8034
8035 * makefile.w32-in (temacs): Increase EMHEAP.
8036
8037 2008-02-01 Jason Rumney <jasonr@gnu.org>
8038
8039 * w32term.c (w32_encode_char): New charset parameter.
8040 font_info.encoding becomes encoding_type.
8041 (x_get_font_repertory): New function. Warning: stub only!
8042 (x_new_font): Return quickly if font already set.
8043 (x_new_fontset): fontsetname parameter is Lisp_Object.
8044 Use new fs_query_fontset. Try new_fontset_from_font_name.
8045 Use fontset_name for return value.
8046
8047 * w32term.h: Declare x_get_font_repertory.
8048
8049 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
8050 place of find_charset_in_text. Use encode_coding_object in place
8051 of encode_coding.
8052 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
8053 decode_coding.
8054
8055 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
8056 of x_new_fontset.
8057 (w32_load_system_font): Initialize charset as unicode.
8058 font_info.encoding becomes encoding_type.
8059 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
8060 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
8061 (syms_of_w32fns): Set get_font_repertory_func.
8062
8063 * w32console.c: Include character.h. Use terminal_encode_buffer
8064 from term.c.
8065 (write_glyphs): Use new version of encode_terminal_code. Use
8066 encode_coding_object in place of encode_coding.
8067
8068 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
8069 encoding becomes encoding_type.
8070
8071 * term.c (terminal_encode_buffer): Make externally visible.
8072
8073 * makefile.w32-in: Add character.h dependancies.
8074 (character.o, chartab.o): New targets.
8075
8076 2008-02-01 Kenichi Handa <handa@m17n.org>
8077
8078 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
8079 CODING_ID_EOL_TYPE.
8080
8081 2008-02-01 Andreas Schwab <schwab@suse.de>
8082
8083 * coding.c (produce_chars): Revert last change.
8084
8085 2008-02-01 Kenichi Handa <handa@m17n.org>
8086
8087 * charset.h (charset_unicode): Extern it.
8088
8089 * charset.c (string_xstring_p): Check by (C >= 0x100).
8090 (find_charsets_in_text): Change format of the arc CHARSETS. New
8091 arg MULTIBYTE.
8092 (Ffind_charset_region, Ffind_charset_string): Adjust for the
8093 change of find_charsets_in_text.
8094 (Fsplit_char): Fix doc. Never return unknown.
8095
8096 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
8097
8098 * coding.c (Fdefine_coding_system_alias): Update
8099 Vcoding_system_list.
8100
8101 * fontset.c (load_font_get_repertory): Pay attention to the case
8102 that ENCODING of a font is specified by a char-table.
8103
8104 * xterm.c (x_get_font_repertory): Handle the case that the
8105 encoding of font is other than Unicode.
8106
8107 2008-02-01 Kenichi Handa <handa@m17n.org>
8108
8109 * term.c (encode_terminal_code): Don't handle glyph-table. Check
8110 if a character is encodable by the terminal coding system. If
8111 not, produces proper number of `?'s. Update
8112 terminal_encode_buffer and terminal_encode_buf_size if necessary.
8113 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
8114
8115 2008-02-01 Kenichi Handa <handa@m17n.org>
8116
8117 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
8118 variables.
8119 (encode_terminal_code): Change argument. Encode multiple
8120 characters at once. Store the result of encoding in
8121 terminal_encode_buffer.
8122 (write_glyphs, insert_glyphs): Adjust for the change of
8123 encode_terminal_code.
8124 (term_init): Initialize terminal_encode_buffer and
8125 terminal_encode_buf_size.
8126
8127 * coding.c (consume_chars): If coding->src_object is nil, don't
8128 check annotation.
8129
8130 2008-02-01 Kenichi Handa <handa@m17n.org>
8131
8132 * character.c (char_string): Use ASCII_CHAR_P instead of
8133 SINGLE_BYTE_CHAR_P.
8134
8135 2008-02-01 Kenichi Handa <handa@m17n.org>
8136
8137 * xdisp.c (handle_auto_composed_prop): Check if the last
8138 characters of auto-composed region is newly composed with the
8139 following characters.
8140 (handle_composition_prop): Fix checking of point being inside
8141 composition.
8142
8143 2008-02-01 Kenichi Handa <handa@m17n.org>
8144
8145 * fns.c (concat): Don't change multibyteness of the result by
8146 concatenating an 8-bit character.
8147
8148 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
8149 multibyteness of the result when newelt is an 8-bit character.
8150
8151 2008-02-01 Dave Love <fx@gnu.org>
8152
8153 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
8154 EMACS_INT.
8155
8156 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
8157
8158 * xfaces.c (face_numeric_value): Declare dim size_t.
8159 (Finternal_lisp_face_equal_p): Remove unused f.
8160
8161 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
8162 (MATRIX_ROW): Remove unused vars.
8163 (draw_glyphs, x_insert_glyphs, fast_find_position)
8164 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
8165 byte/char counts.
8166
8167 * regex.c (regex_compile): Remove unused var.
8168
8169 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
8170
8171 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
8172 (Faccessible_keymaps, where_is_internal): Remove unused vars.
8173
8174 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
8175
8176 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
8177
8178 * fileio.c (Fwrite_region): Remove unused var.
8179
8180 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
8181 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
8182
8183 * composite.c (Fremove_list_of_text_properties): Declare.
8184
8185 * coding.c (inhibit_pre_post_conversion): Remove (unused).
8186 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
8187 (coding_inherit_eol_type): Remove unused attrs.
8188 (detect_coding): Cast arg of detect_eol.
8189
8190 * charset.c (syms_of_charset): Remove unused var p.
8191 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
8192 byte/char counts.
8193
8194 * casetab.c (set_case_table): Remove unused var.
8195
8196 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
8197 unused vars.
8198
8199 2008-02-01 Dave Love <fx@gnu.org>
8200
8201 * xterm.c (x_bitmap_mask): Declare.
8202
8203 2008-02-01 Dave Love <fx@gnu.org>
8204
8205 * xterm.c (x_term_init): Fix type error.
8206
8207 * lisp.h: Add Funibyte_char_to_multibyte.
8208
8209 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
8210 (Fset_coding_system_priority): Doc fix.
8211
8212 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
8213
8214 * indent.c (check_composition): Make start and end EMACS_INT.
8215
8216 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
8217
8218 * xdisp.c (handle_composition_prop, check_point_in_composition):
8219 Make buffer positions EMACS_INT.
8220
8221 * composite.c (find_composition, run_composition_function)
8222 (update_compositions, Ffind_composition_internal): Make buffer
8223 positions EMACS_INT.
8224
8225 * composite.h (find_composition, update_compositions): Make
8226 position args EMACS_INT.
8227
8228 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
8229
8230 * intervals.c (get_property_and_range):
8231 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
8232
8233 * unexalpha.c: Don't include varargs.h.
8234
8235 2008-02-01 Dave Love <fx@gnu.org>
8236
8237 * coding.h (ENCODE_UTF_8): New.
8238
8239 * Makefile.in (gtkutil.o): Depend on coding.h.
8240
8241 * coding.c (Fset_coding_system_priority): Doc fix.
8242
8243 2008-02-01 Kenichi Handa <handa@m17n.org>
8244
8245 * fileio.c (Finsert_file_contents): Call setup_coding_system in
8246 the case of auto saving.
8247
8248 2008-02-01 Andreas Schwab <schwab@suse.de>
8249
8250 * chartab.c (map_char_table, map_char_table_for_charset): Protect
8251 `range' from GC.
8252
8253 2008-02-01 Kenichi Handa <handa@m17n.org>
8254
8255 * coding.c (decode_coding_sjis): Check bytes more rigidly.
8256
8257 2008-02-01 Kenichi Handa <handa@m17n.org>
8258
8259 * fileio.c (choose_write_coding_system): Return a decided coding system.
8260 (Fwrite_region): Set Vlast_coding_system_used to the return value
8261 of choose_write_coding_system.
8262
8263 2008-02-01 Kenichi Handa <handa@m17n.org>
8264
8265 * charset.c (Fset_charset_priority): Pay attention to duplicated
8266 arguments.
8267
8268 * coding.c (QCcategory): New variable.
8269 (syms_of_coding): Defsym it. Set all elements of
8270 Vcoding_category_table and their symbol values.
8271 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
8272 coding-category-XXX, and coding-category-list.
8273 (Fdefine_coding_system_internal): Add category in the plist.
8274
8275 2008-02-01 Kenichi Handa <handa@m17n.org>
8276
8277 * callproc.c (Fcall_process): Handle carryover correctly.
8278
8279 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
8280 (raw_text_coding_system): Check NILP (coding_system).
8281 (coding_inherit_eol_type): Check NILP (coding_system) and
8282 NILP (parent).
8283 (consume_chars): Fix for the case of raw-text.
8284
8285 * process.c (read_process_output): Handle carryover correctly.
8286
8287 2008-02-01 Dave Love <fx@gnu.org>
8288
8289 * regex.c (re_search_2): Fix last change.
8290
8291 2008-02-01 Kenichi Handa <handa@m17n.org>
8292
8293 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
8294 target_multibyte. Even in a unibyte case, return a converted
8295 multibyte char.
8296 (GET_CHAR_AFTER): New macro.
8297 (PATFETCH): Translate via multibyte char.
8298 (HANDLE_UNIBYTE_RANGE): Delete this macro.
8299 (SETUP_MULTIBYTE_RANGE): New macro.
8300 (regex_compile): Setup compiled code so that its multibyteness
8301 matches that of a target. Fix the handling of "[X-YZ]" using
8302 SETUP_MULTIBYTE_RANGE.
8303 (analyse_first) <charset>: For filling fastmap for all multibyte
8304 characters, don't check by BASE_LEADING_CODE_P.
8305 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
8306 the same as RE_MULTIBYTE_P (bufp) now.
8307 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
8308 (TARGET_CHAR_AND_LENGTH): Delete this macro.
8309 (TRANSLATE_VIA_MULTIBYTE): New macro.
8310 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
8311 It is the same as RE_MULTIBYTE_P (bufp) now.
8312 <exactn>: Translate via multibyte.
8313 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
8314 translate it.
8315 <charset, charset_not>: Fetch a character by
8316 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
8317 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
8318 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
8319 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
8320 by GET_CHAR_AFTER.
8321 (bcmp_translate): Likewise.
8322
8323 * search.c (compile_pattern): Check the member target_multibyte,
8324 not the member multibyte of buf.
8325
8326 * lread.c (read1): While reading a string, set force_singlebyte
8327 and force_multibyte correctly.
8328
8329 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
8330 up of unibyte_to_multibyte_table.
8331
8332 2008-02-01 Kenichi Handa <handa@m17n.org>
8333
8334 * coding.c (setup_coding_system): If coding has
8335 post-read-conversion or pre-write-conversion, set
8336 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
8337 respectively.
8338 (decode_coding_gap): Run post-read-conversion if any.
8339
8340 * fileio.c (Finsert_file_contents): Even if we read into a
8341 unibyte buffer, check if we must decode the result or not.
8342
8343 2008-02-01 Kenichi Handa <handa@m17n.org>
8344
8345 * coding.c (make_conversion_work_buffer): Change the work buffer
8346 name to the same one as that of Emacs 21.
8347
8348 2008-02-01 Kenichi Handa <handa@m17n.org>
8349
8350 * coding.h (make_conversion_work_buffer): Adjust prototype.
8351 (code_conversion_restore): Don't extern it.
8352
8353 * coding.c (detected_mask): Delete unused variable.
8354 (decode_coding_iso_2022): Pay attention to the byte sequence of
8355 CTEXT extended segment, and retain those bytes as is.
8356 (decode_coding_ccl): Delete unused variable `valids'.
8357 (setup_coding_system): Delete unused variable `category'.
8358 (consume_chars): Delete unused variable `category'. Make it work
8359 for non-multibyte case.
8360 (make_conversion_work_buffer): Change argument.
8361 (saved_coding): Delete unused variable.
8362 (code_conversion_restore): Don't check saved_coding->destination.
8363 (code_conversion_save): New function.
8364 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
8365 instead of record_unwind_protect.
8366 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
8367 (detect_coding_system): Delete unused variable `mask'.
8368 (Fdefine_coding_system_internal): Delete unused vaiable id.
8369
8370 * fileio.c (kill_workbuf_unwind): New function.
8371 (Finsert_file_contents): On replacing, call
8372 make_conversion_work_buffer with correct args, and call
8373 record_unwind_protect with the first arg kill_workbuf_unwind.
8374
8375 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
8376
8377 2008-02-01 Kenichi Handa <handa@m17n.org>
8378
8379 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
8380 (fontset_add): Fix for the case that TO is less than TO1.
8381 (Ffontset_info): Don't use fallback fontset on checking the
8382 default fontset.
8383 (dump_fontset): New function for debugging.
8384
8385 * coding.c (Fdefine_coding_system_internal): Fix for the case that
8386 coding_type is Qcharset.
8387
8388 2008-02-01 Kenichi Handa <handa@m17n.org>
8389
8390 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
8391 (map_char_table): Don't inherit the value from the parent on
8392 initializing VAL. Adjust for the above change.
8393
8394 2008-02-01 Kenichi Handa <handa@m17n.org>
8395
8396 * coding.c (Qsignature, Qendian): Delete these variables.
8397 (syms_of_coding): Don't initialize them.
8398 (CATEGORY_MASK_UTF_16_AUTO): New macro.
8399 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
8400 detect_info->found.
8401 (decode_coding_utf_16): Don't detect BOM here.
8402 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
8403 is NOT utf_16_without_bom.
8404 (setup_coding_system): For a coding system of type utf-16, check
8405 if the attribute :endian is Qbig or not (not nil or not), and set
8406 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
8407 (detect_coding): If coding type is utf-16 and BOM detection is
8408 required, detect it.
8409 (Fdefine_coding_system_internal): For a coding system of type
8410 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
8411
8412 2008-02-01 Kenichi Handa <handa@m17n.org>
8413
8414 * coding.c (coding_set_source): Fix for the case that the current
8415 buffer is different from coding->src_object.
8416 (decode_coding_object): Don't use the conversion work buffer if
8417 DST_OBJECT is a buffer.
8418
8419 2008-02-01 Dave Love <fx@gnu.org>
8420
8421 * lread.c (read_emacs_mule_char) [len==2]: Index
8422 emacs_mule_charset correctly.
8423
8424 2008-02-01 Dave Love <fx@gnu.org>
8425
8426 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
8427 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
8428 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
8429 treated specially.)
8430 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
8431 (detected_mask): Remove Big5 bits.
8432
8433 2008-02-01 Kenichi Handa <handa@m17n.org>
8434
8435 The following changes are to make the font rescaling facility
8436 compatible with Emacs 21.
8437
8438 * xfaces.c (Vface_font_rescale_alist): Rename from
8439 Vface_resizing_fonts.
8440 (struct font_name): Rename member resizing_ratio to rescale_ratio.
8441 (font_rescale_ratio): Rename from font_resizing_ratio.
8442 (split_font_name): Set font->rescale_ratio.
8443 (better_font_p): Pay attention to font->rescale_ratio.
8444 (build_scalable_font_name): Likewise. Change RESX, and RESY
8445 fields.
8446 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
8447
8448 2008-02-01 Kenichi Handa <handa@m17n.org>
8449
8450 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
8451 (Qutf_16_le): Remove these variables.
8452 (syms_of_coding): Don't DEFSYM them.
8453 (decode_coding_utf_16): Fix handling of BOM.
8454 (encode_coding_utf_16): Fix handling of BOM.
8455
8456 2008-02-01 Kenichi Handa <handa@m17n.org>
8457
8458 * fileio.c (Finsert_file_contents): On replacing, before decoding
8459 the file into the work buffer, set point of the work buffer to the end.
8460
8461 2008-02-01 Dave Love <fx@gnu.org>
8462
8463 * coding.c (Fcheck_coding_systems_region): Fix type errors.
8464
8465 2008-02-01 Dave Love <fx@gnu.org>
8466
8467 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
8468 and fix C types.
8469
8470 2008-02-01 Kenichi Handa <handa@m17n.org>
8471
8472 * xdisp.c (SKIP_GLYPHS): New macro.
8473 (set_cursor_from_row): Pay attention to string display properties.
8474
8475 * category.c (copy_category_entry): Fix for the case that RANGE
8476 is an integer.
8477
8478 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
8479
8480 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
8481
8482 2008-02-01 Kenichi Handa <handa@m17n.org>
8483
8484 * charset.c (Fcharset_id_internal): New function.
8485 (syms_of_charset): Defsubr it.
8486
8487 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
8488 with the last arg charset_list acquired from coding.
8489 (Fdefine_coding_system_internal): For ccl-based coding system, fix
8490 the attribute coding_attr_ccl_valids.
8491
8492 * coding.h (enum define_coding_ccl_arg_index): Set the first
8493 member coding_arg_ccl_decoder to coding_arg_max.
8494
8495 * ccl.h (ccl_driver): Adjust prototype.
8496
8497 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
8498 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
8499 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
8500 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
8501 last arg Qnil.
8502
8503 2008-02-01 Kenichi Handa <handa@m17n.org>
8504
8505 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
8506 call encode_char.
8507
8508 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
8509
8510 2008-02-01 Dave Love <fx@gnu.org>
8511
8512 * composite.c (syms_of_composite): Make composition_hash_table weak.
8513
8514 2008-02-01 Kenichi Handa <handa@m17n.org>
8515
8516 * dispextern.h (check_face_attributes, generate_ascii_font_name)
8517 (font_name_registry): Don't extern them.
8518 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
8519
8520 * fontset.h (Qfontset): Don't extern it.
8521 (new_fontset_from_font_name): Extern it.
8522
8523 * fontset.c: Give 8 extra slots to fontset objects.
8524 (Qfontset_info): New variable.
8525 (syms_of_fontset): Defsym it.
8526 (FONTSET_FALLBACK): New macro.
8527 (fontset_face): Try also the default fontset.
8528 (make_fontset): Realize a fallback fontset from the default fontset.
8529 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
8530 using split_font_name_into_vector and build_font_name_from_vector.
8531 (Fset_fontset_font): Access the elements of font_spec by enum
8532 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
8533 name by using split_font_name_into_vector.
8534 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
8535 generate a proper font name from the fontset name. Update
8536 Vfontset_alias_alist.
8537 (n_auto_fontsets): New variable.
8538 (new_fontset_from_font_name): New function.
8539 (Ffont_info): Store the information about fonts generated from the
8540 default fontset in the first extra slot of the returned char-table.
8541
8542 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
8543 (font_name_registry): Delete function.
8544 (split_font_name_into_vector): New function.
8545 (build_font_name_from_vector): New function.
8546 (font_list): The argument REGISTRY is now a list of registry names.
8547 (choose_face_font): If we are choosing an ASCII font, and ATTRS
8548 specifies an explicit font name, return the name as is. Make a
8549 list of registy names.
8550
8551 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
8552 of x_new_fontset.
8553 (Fx_create_frame): Don't call x_new_fontset here. Just use
8554 x_list_fonts to check the existence of fonts.
8555
8556 * xterm.h (x_new_fontset): Adjust prototype.
8557
8558 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
8559 string. Use new_fontset_from_font_name to create a fontset from a
8560 font name.
8561
8562 2008-02-01 Kenichi Handa <handa@m17n.org>
8563
8564 * syntax.c (Vfind_word_boundary_function_table): New name for
8565 Vnext_word_boundary_function_table.
8566 (find-word-boundary-function-table): New name for
8567 next-word-boundary-function-table.
8568
8569 2008-02-01 Dave Love <fx@gnu.org>
8570
8571 * Makefile.in: Fix some dependencies.
8572
8573 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
8574 set it to nil before returning.
8575
8576 * composite.c (update_compositions): Fix type error.
8577
8578 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
8579
8580 2008-02-01 Kenichi Handa <handa@m17n.org>
8581
8582 * xterm.c (x_new_font): Optimize for the case that the font is
8583 already set for the frame.
8584
8585 2008-02-01 Kenichi Handa <handa@m17n.org>
8586
8587 * chartab.c (char_table_ascii): Check if the char table contents
8588 is sub-char-table or not.
8589 (char_table_set, char_table_set_range): Fix argument to
8590 char_table_ascii.
8591
8592 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
8593 (detect_coding_utf_8, detect_coding_utf_16)
8594 (detect_coding_emacs_mule, detect_coding_iso_2022)
8595 (detect_coding_sjis, detect_coding_big5)
8596 (detect_coding_ccl, detect_coding_charset): Change argument MASK
8597 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
8598 sequence is valid in this coding system. Change callers.
8599 (MAX_ANNOTATION_LENGTH): New macro.
8600 (ADD_ANNOTATION_DATA): New macro.
8601 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
8602 ADD_ANNOTATION_DATA. Change the format of annotation data.
8603 (ADD_CHARSET_DATA): New macro.
8604 (emacs_mule_char): New argument ID. Change callers.
8605 (decode_coding_emacs_mule, decode_coding_iso_2022)
8606 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
8607 Produce charset annotation data in coding->charbuf.
8608 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
8609 to charset annotation data in coding->charbuf.
8610 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
8611 coding->common_flags if the coding system is iso-2022 based and
8612 uses designation.
8613 (produce_composition): Adjust for the new annotation data format.
8614 (produce_charset): New function.
8615 (produce_annotation): Handle charset annotation.
8616 (handle_composition_annotation, handle_charset_annotation): New
8617 functions.
8618 (consume_chars): Handle charset annotation. Utilize the above two
8619 functions.
8620 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
8621 buffer, get the deleted text as a string and set
8622 coding->src_object to that string.
8623 (detect_coding, detect_coding_system): Use the new struct
8624 coding_detection_info.
8625
8626 * coding.h (struct coding_detection_info): New structure.
8627 (struct coding_system): Adjust prototype of the member `detector'.
8628 (CODING_ANNOTATE_CHARSET_MASK): New macro.
8629
8630 2008-02-01 Kenichi Handa <handa@m17n.org>
8631
8632 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
8633
8634 2008-02-01 Dave Love <fx@gnu.org>
8635
8636 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
8637 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
8638 to new local and nullify apropos_accumulate before returning.
8639 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
8640
8641 2008-02-01 Kenichi Handa <handa@m17n.org>
8642
8643 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
8644 correctly.
8645
8646 2008-02-01 Dave Love <fx@gnu.org>
8647
8648 * fns.c (Flanginfo): Call synchronize_system_time_locale.
8649
8650 2008-02-01 Kenichi Handa <handa@m17n.org>
8651
8652 The following changes are to make character composition happen
8653 automatically on displaying.
8654
8655 * Makefile.in (lisp, shortlisp): Add composite.elc.
8656
8657 * composite.h (Qauto_composed, Vauto_composition_function)
8658 (Qauto_composition_function): Extern them.
8659
8660 * composite.c (Vcomposition_function_table)
8661 (Qcomposition_function_table): Delete variables.
8662 (Qauto_composed, Vauto_composition_function)
8663 (Qauto_composition_function): New variables.
8664 (run_composition_function): Don't call
8665 compose-chars-after-function.
8666 (update_compositions): Clear `auto-composed' text property.
8667 (compose_chars_in_text): Delete this function.
8668 (syms_of_composite): Staticpro Qauto_composed and
8669 Qauto_composition_function. Declare Vauto_composition_function as
8670 a Lisp variable.
8671
8672 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
8673
8674 * xdisp.c (it_props): Add an entry for Qauto_composed.
8675 (handle_auto_composed_prop): New function.
8676
8677 * xselect.c (selection_data_to_lisp_data): Don't call
8678 compose_chars_in_text.
8679
8680 2008-02-01 Dave Love <fx@gnu.org>
8681
8682 * keyboard.c (read_char): Modify checking around use of
8683 Vkeyboard_translate_table.
8684
8685 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
8686 and fix C types.
8687
8688 2008-02-01 Kenichi Handa <handa@m17n.org>
8689
8690 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
8691 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8692 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
8693 the case that the last byte is '\r' correctly.
8694 (decode_coding): Flush out the unprocessed data correctly.
8695 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
8696
8697 2008-02-01 Dave Love <fx@gnu.org>
8698
8699 * xterm.c (XTread_socket): Fix changes for defined keysyms.
8700 Add XK_ISO... case.
8701 (xaw_scroll_callback): Revert last change.
8702
8703 2008-02-01 Kenichi Handa <handa@m17n.org>
8704
8705 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
8706
8707 2008-02-01 Kenichi Handa <handa@m17n.org>
8708
8709 * xfaces.c (Vface_resizing_fonts): New variable.
8710 (struct font_name): New member `resizing_ratio'.
8711 (font_resizing_ratio): New function.
8712 (split_font_name): Set font->resizing_ratio.
8713 (better_font_p): Pay attention to font->resizing_ratio.
8714 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
8715 RESX, and RESY fields.
8716 (try_alternative_families): Try scalable fonts if
8717 Vscalable_fonts_allowed is not Qt.
8718 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
8719
8720 2008-02-01 Dave Love <fx@gnu.org>
8721
8722 * xterm.c (xaw_scroll_callback): Cast correctly.
8723
8724 2008-02-01 Dave Love <fx@gnu.org>
8725
8726 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
8727 (lispy_kana_keys): Comment out.
8728 (make_lispy_event) [XK_kana_A]: Comment out.
8729
8730 * xterm.c (xaw_scroll_callback): Cast call_data.
8731 (XTread_socket): Deal with ASCII keysyms.
8732 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
8733
8734 2008-02-01 Dave Love <fx@gnu.org>
8735
8736 * xterm.c (Vx_keysym_table): New.
8737 (syms_of_xterm): Initialize it.
8738 (XTread_socket): Use it.
8739 From head: Eliminate incorrect optimization that tried to avoid
8740 decoding the output of X*LookupString.
8741 (x_get_font_repertory): Delete charset declaration.
8742
8743 2008-02-01 Kenichi Handa <handa@m17n.org>
8744
8745 * coding.c (detect_coding_charset): If only ASCII bytes are found,
8746 return 0.
8747 (Fdefine_coding_system_internal): Setup
8748 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
8749
8750 2008-02-01 Dave Love <fx@gnu.org>
8751
8752 * coding.c (Fcheck_coding_system): Doc fix.
8753
8754 * editfns.c (Finsert_byte): Return a proper value.
8755
8756 2008-02-01 Kenichi Handa <handa@m17n.org>
8757
8758 * coding.c (decode_coding): Fix args to translate_chars. Pay
8759 attention to Vstandard_translation_table_for_decode.
8760 (encode_coding): Fix args to translate_chars. Pay attention to
8761 Vstandard_translation_table_for_encode.
8762
8763 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
8764 SINGLE_BYTE_CHAR_P.
8765
8766 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
8767 not by SINGLE_BYTE_CHAR_P.
8768
8769 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
8770 SINGLE_BYTE_CHAR_P.
8771
8772 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
8773 SINGLE_BYTE_CHAR_P.
8774
8775 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
8776 by SINGLE_BYTE_CHAR_P.
8777
8778 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
8779 SINGLE_BYTE_CHAR_P.
8780
8781 2008-02-01 Dave Love <fx@gnu.org>
8782
8783 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
8784
8785 2008-02-01 Dave Love <fx@gnu.org>
8786
8787 * fns.c (Flanginfo): Fix typo.
8788
8789 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
8790
8791 2008-02-01 Kenichi Handa <handa@m17n.org>
8792
8793 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
8794 (detect_coding_emacs_mule, detect_coding_iso_2022)
8795 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
8796 incomplete byte sequence. Don't update *mask when correctly detected.
8797 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
8798 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
8799 (detect_coding, detect_coding_system): Adjust for the changes above.
8800
8801 2008-02-01 Kenichi Handa <handa@m17n.org>
8802
8803 * character.c (char_string): Rename from
8804 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
8805 (string_char): Rename from string_char.
8806
8807 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
8808 if C is greater than MAX_3_BYTE_CHAR.
8809 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
8810 string_char instead of string_char_with_unification.
8811
8812 2008-02-01 Dave Love <fx@gnu.org>
8813
8814 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
8815
8816 2008-02-01 Kenichi Handa <handa@m17n.org>
8817
8818 * keymap.c (push_key_description): Pay attention to force_multibyte.
8819
8820 * regex.c (re_search_2): Fix for the case of unibyte buffer.
8821
8822 2008-02-01 Dave Love <fx@gnu.org>
8823
8824 * charset.c (define_charset_internal): Rename `supprementary'.
8825
8826 * Makefile.in (lisp, shortlisp): Remove latin-N.
8827
8828 2008-02-01 Dave Love <fx@gnu.org>
8829
8830 * xfns.c (x_window, x_window): Use use_xim.
8831
8832 * xterm.c (use_xim): Initialize.
8833 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
8834 (x_term_init): Maybe set use_xim.
8835
8836 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
8837
8838 2008-02-01 Kenichi Handa <handa@m17n.org>
8839
8840 * search.c (search_buffer): Fix case-fold-search of multibyte
8841 characters.
8842 (boyer_moore): Rename the last argument to char_high_bits.
8843
8844 2008-02-01 Kenichi Handa <handa@m17n.org>
8845
8846 * xdisp.c (display_string): Fix for the case of zero width glyph.
8847
8848 * xfns.c (x_set_font): Change the error message of the case that
8849 x_new_fontset returns Qt.
8850
8851 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
8852 (Finternal_set_lisp_face_attribute): Use signal_error for the
8853 error of invalid fontset.
8854
8855 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
8856 fontset, return Qt.
8857
8858 2008-02-01 Dave Love <fx@gnu.org>
8859
8860 * unexelf.c (unexec): Make .got handling not SGI-specific.
8861
8862 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
8863
8864 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
8865
8866 * keyboard.c (read_key_sequence): Fix type error.
8867
8868 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
8869 type error.
8870
8871 * fontset.c (fontset_add): Return Lisp_Object.
8872
8873 2008-02-01 Dave Love <fx@gnu.org>
8874
8875 * charset.h (charset_ordered_list_tick): Declare extern.
8876
8877 2008-02-01 Kenichi Handa <handa@m17n.org>
8878
8879 The following changes (and some of 2008-02-01 changes of mine) are
8880 for handling syntax, category, and case conversion for unibyte
8881 characters by converting them to multibyte on the fly. With these
8882 changes, we don't have to setup syntax and case tables for unibyte
8883 characters in each language environment.
8884
8885 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
8886 multibyte if necessary.
8887
8888 * bytecode.c (Fbyte_code): Likewise.
8889
8890 * character.h (LEADING_CODE_LATIN_1_MIN)
8891 (LEADING_CODE_LATIN_1_MAX): New macros.
8892 (unibyte_to_multibyte_table): Extern it.
8893 (unibyte_char_to_multibyte): New macro.
8894 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
8895 (CHAR_LEADING_CODE): New macro.
8896 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
8897
8898 * character.c (unibyte_to_multibyte_table): New variable.
8899 (unibyte_char_to_multibyte): Move to character.h and define as macro.
8900 (multibyte_char_to_unibyte): If C is an eight-bit character,
8901 convert it to the corresponding byte value.
8902
8903 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
8904 not 1, singals an error. Update the elements of
8905 unibyte_to_multibyte_table.
8906 (init_charset_once): Initialize unibyte_to_multibyte_table.
8907 (syms_of_charset): Define the charset `iso-8859-1'.
8908
8909 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
8910 as is without converting it to unibyte. In a unibyte buffer,
8911 convert C to multibyte before checking the syntax.
8912
8913 * lisp.h (unibyte_char_to_multibyte): Delete extern.
8914
8915 * minibuf.c (Fminibuffer_complete_word): Use the macro
8916 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
8917
8918 * regex.h (struct re_pattern_buffer): New member target_multibyte.
8919
8920 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
8921 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
8922 that is zero, convert an eight-bit char to multibyte.
8923 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
8924 non-emacs case.
8925 (PATFETCH): Convert an eight-bit char to multibyte.
8926 (HANDLE_UNIBYTE_RANGE): New macro.
8927 (regex_compile): Setup the compiled pattern for multibyte chars
8928 even if the given regex string is unibyte. Use PATFETCH_RAW
8929 instead of PATFETCH in many places. To handle `charset'
8930 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
8931 only for ASCII chars.
8932 (analyse_first) <exactn>: Simplify because the compiled pattern
8933 is multibyte.
8934 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
8935 <charset>: Use CHAR_LEADING_CODE to get leading codes.
8936 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
8937 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
8938 multibyte always 1.
8939 (re_search_2): In emacs, set the locale variable multibyte to 1,
8940 otherwise to 0. New local variable target_multibyte. Check it
8941 to decide the multibyteness of STR1 and STR2. If
8942 target_multibyte is zero, convert unibyte chars to multibyte
8943 before translating and checking fastmap.
8944 (TARGET_CHAR_AND_LENGTH): New macro.
8945 (re_match_2_internal): In emacs, set the locale variable multibyte
8946 to 1, otherwise to 0. New local variable target_multibyte. Check
8947 it to decide the multibyteness of STR1 and STR2. Use
8948 TARGET_CHAR_AND_LENGTH to fetch a character from D.
8949 <charset, charset_not>: If multibyte is nonzero, check fastmap
8950 only for ASCII chars. Call bcmp_translate with
8951 target_multibyte, not with multibyte.
8952 <begline>: Declare the local variable C as `unsigned'.
8953 (bcmp_translate): Change the last arg name to target_multibyte.
8954
8955 * search.c (compile_pattern_1): Don't adjust the multibyteness of
8956 the regexp pattern and the matching target. Set cp->buf.multibyte
8957 to the multibyteness of the regexp pattern. Set
8958 cp->but.target_multibyte to the multibyteness of the matching target.
8959 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
8960 FETCH_STRING_CHAR_ADVANCE.
8961 (Freplace_match): Convert unibyte chars to multibyte.
8962
8963 * syntax.c (char_quoted, back_comment, scan_words)
8964 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
8965 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
8966 unibyte chars to multibyte.
8967 (skip_chars): Delete the arg syntaxp, and move the code for
8968 handling syntaxes to skip_syntaxes. Change callers.
8969 Fix the case that the multibyteness of STRING and the current
8970 buffer doesn't match.
8971 (skip_syntaxes): New function.
8972 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
8973 SINGLE_BYTE_CHAR_P.
8974
8975 2008-02-01 Kenichi Handa <handa@m17n.org>
8976
8977 * xfaces.c (QCfontset): New variable.
8978 (LFACE_FONTSET): New macro.
8979 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
8980 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
8981 (Finternal_set_lisp_face_attribute)
8982 (Finternal_get_lisp_face_attribute): Handle QCfontset.
8983 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
8984 check also LFACE_FONTSET_INDEX.
8985 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
8986 attrs[LFACE_FONT_INDEX].
8987 (syms_of_xfaces): Intern and staticpro QCfontset.
8988
8989 * dispextern.h (enum lface_attribute_index): New member
8990 LFACE_FONTSET_INDEX.
8991
8992 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
8993
8994 2008-02-01 Kenichi Handa <handa@m17n.org>
8995
8996 * coding.c (coding_set_destination): Fix coding->destination for
8997 the case converting a region.
8998 (encode_coding_utf_8): Encode eight-bit chars as single byte.
8999 (encode_coding_object): Fix coding->dst_pos and
9000 coding->dst_pos_byte for the case converting a region.
9001
9002 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
9003
9004 * character.h (BYTE8_STRING): New macro.
9005
9006 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
9007
9008 2008-02-01 Kenichi Handa <handa@m17n.org>
9009
9010 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
9011 characters by octal form.
9012
9013 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
9014
9015 * buffer.h (_fetch_multibyte_char_len): Delete extern.
9016 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
9017 _fetch_multibyte_char_len.
9018 (FETCH_CHAR_AS_MULTIBYTE): New macro.
9019
9020 * casetab.c (set_canon, set_identity, shuffle): Simplify.
9021
9022 * casefiddle.c (casify_object): Simplify. Handle the case that
9023 the case conversion change the byte length.
9024 (casify_region): Likewise.
9025
9026 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
9027
9028 * character.c (_fetch_multibyte_char_len): Delet this variable.
9029 (syms_of_character): Setup Vprintable_chars.
9030
9031 * editfns.c (Fchar_equal): Fix for the unibyte case.
9032 (Finsert_byte): New function.
9033 (syms_of_editfns): Defsubr it.
9034
9035 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
9036 of direct code 0x3ffff.
9037
9038 * search.c (Freplace_match): Fix for the unibyte case.
9039
9040 2008-02-01 Kenichi Handa <handa@m17n.org>
9041
9042 * lread.c (safe_to_load_p): Fix the logic.
9043
9044 * syntax.c (scan_words): Don't treat characters belonging to
9045 different scripts as constituting a word.
9046
9047 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
9048
9049 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
9050
9051 * emacs.c (main): In the case of --unibyte, instead of aborting on
9052 finding non-empty buffer, make it unibyte.
9053
9054 2008-02-01 Kenichi Handa <handa@m17n.org>
9055
9056 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
9057 to create a fontset.
9058
9059 2008-02-01 Dave Love <fx@gnu.org>
9060
9061 * character.c (Funibyte_char_to_multibyte): Doc fix.
9062
9063 * xfns.c [HAVE_STDLIB_H]: Fix last change.
9064
9065 2008-02-01 Kenichi Handa <handa@m17n.org>
9066
9067 * fontset.c (fontset_add): Make the type `int'.
9068 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
9069
9070 * character.c (unibyte_char_to_multibyte)
9071 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
9072 charset_unibyte, not charset_primary.
9073
9074 * charset.h (charset_unibyte): Extern it instead of charset_primary.
9075
9076 * charset.c (charset_unibyte): Rename from charset_primary.
9077 (Funibyte_charset): Rename from Fprimary_charset.
9078 (Fset_unibyte_charset): Rename from Fset_primary_charset.
9079 (syms_of_charset): Adjust for the above changes.
9080
9081 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
9082 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
9083 it->multibyte_p is zero.
9084
9085 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
9086 Delete extern.
9087
9088 2008-02-01 Kenichi Handa <handa@m17n.org>
9089
9090 * coding.c (Fdefine_coding_system_internal): Fix category setting
9091 for a coding system of type iso-2022.
9092
9093 2008-02-01 Kenichi Handa <handa@m17n.org>
9094
9095 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
9096
9097 2008-02-01 Kenichi Handa <handa@m17n.org>
9098
9099 * syntax.c (Vnext_word_boundary_function_table): New variable.
9100 (next-word-boundary-function-table): Declare it as a Lisp variable
9101 in syms_of_syntax.
9102 (scan_words): Call functions in Vnext_word_boundary_function_table
9103 if any.
9104
9105 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
9106
9107 * fontset.c (fs_load_font): If fontp->charset is not negative,
9108 return fontp without setting its members.
9109
9110 2008-02-01 Dave Love <fx@gnu.org>
9111
9112 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
9113
9114 * m/sparc.h (HAVE_ALLOCA): Delete.
9115
9116 * s/irix6-5.h: Don't include strings.h.
9117 (bcopy, bzero, bcmp): Don't undef.
9118
9119 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
9120
9121 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
9122 (TIOCSIGSEND): Don't test IRIX6.
9123 (bcopy, bzero, bcmp): Define conditionally.
9124
9125 2008-02-01 Kenichi Handa <handa@m17n.org>
9126
9127 * buffer.c (Qas, Qmake, Qto): New variables.
9128 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
9129 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
9130
9131 * callproc.c (Fcall_process): Don't call insert_1_both directly if
9132 we are inserting a process output into a multibyte buffer.
9133
9134 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
9135 multibyte_char_to_unibyte.
9136
9137 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
9138 by the primary charset, make it eight-bit char.
9139 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
9140
9141 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
9142 (charset_8_bit__control, charset_8_bit_graphic)
9143 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
9144 (define_charset_internal): New function.
9145 (syms_of_charset): Call define_charset_internal for pre-defined
9146 charsets.
9147
9148 * charset.h (charset_8_bit): Extern it.
9149
9150 * coding.c (make_conversion_work_buffer): Adjust for the change
9151 of Fset_buffer_multibyte.
9152 (encode_coding_raw_text): Increment p0 in the loop.
9153
9154 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
9155
9156 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
9157 for the change of Fset_buffer_multibyte.
9158
9159 * fns.c (Fstring_to_multibyte): New function.
9160 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
9161
9162 2008-02-01 Dave Love <fx@gnu.org>
9163
9164 * xfns.c (x_put_x_image): Declare args.
9165
9166 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
9167 (try_font_list): Declare an arg.
9168
9169 * xdisp.c (message2_nolog, set_message): Declare an arg.
9170
9171 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
9172
9173 * syntax.c (scan_sexps_forward): Declare an arg.
9174
9175 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
9176 Declare an arg.
9177
9178 * lisp.h (Fnew_fontset): Declare.
9179
9180 * keymap.c (push_key_description): Call CHARACTERP correctly.
9181
9182 * fontset.c (fontset_add): Declare args. Call make_number correctly.
9183 (face_for_char): Delete unused vars.
9184 (Fset_fontset_font): Doc fix. Delete unused vars.
9185
9186 * doc.c (Fsubstitute_command_keys): Delete unused vars.
9187
9188 * composite.c (update_compositions): Declare arg.
9189
9190 * cm.c (calccost, cmgoto): Declare args.
9191
9192 * charset.c: Remove `emacs' conditional. Doc fixes.
9193 (map_char_table_for_charset): Declare.
9194
9195 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
9196
9197 * ccl.c: Remove `emacs' conditional.
9198
9199 2008-02-01 Kenichi Handa <handa@m17n.org>
9200
9201 The following changes are to allow specifying multiple font
9202 patterns for a character range (specified by script or charset).
9203
9204 * Makefile.in (abbrev.o): Depend on syntax.h.
9205 (xfaces.o): Depend on charset.h.
9206
9207 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
9208 SINGLE_BYTE_CHAR_P.
9209
9210 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
9211
9212 * character.h (Vchar_script_table): Extern it.
9213
9214 * character.c (Vscript_alist): Delete.
9215 (Vchar_script_table, Qchar_script_table): New variable.
9216 (syms_of_character): Declare Vchar_script_table as a lisp variable
9217 and initialize it.
9218
9219 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
9220 have property char-table-extra-slots, make no extra slot.
9221
9222 * dispextern.h (struct face): Delete member `charset'.
9223 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
9224 SINGLE_BYTE_CHAR_P.
9225 (choose_face_font, lookup_non_ascii_face, font_name_registry):
9226 Add prototypes.
9227 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
9228 (generate_ascii_font_name): Rename from generate_ascii_font.
9229
9230 * fontset.h (get_font_repertory_func): New prototype.
9231 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
9232 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
9233
9234 * fontset.c (Qprepend, Qappend): New variables.
9235 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
9236 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
9237 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
9238 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
9239 (fontset_ref_and_range, fontset_add, reorder_font_vector)
9240 (load_font_get_repertory): New functions.
9241 (fontset_set): Delete.
9242 (fontset_face): New arg FACE. Return face ID, not face.
9243 Complete re-write to handle new fontset structure. Change caller.
9244 (free_face_fontset): Use ASET istead of AREF (X) = Y.
9245 (face_for_char): Don't call lookup_face.
9246 (make_fontset_for_ascii_face): New arg FACE.
9247 (fs_load_font): New arg CHARSET_ID. Don't check
9248 Vfont_encoding_alist here.
9249 (find_font_encoding): New function.
9250 (list_fontsets): Use STRINGP, not ! NILP.
9251 (accumulate_script_ranges): New function.
9252 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
9253 re-written to handle new fontset structure.
9254 (Ffontset_font): Return a copy of element.
9255 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
9256 docstring of font-encoding-alist.
9257
9258 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
9259 (Fset_fotset_font): Fix arguments to 5.
9260
9261 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
9262
9263 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
9264 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
9265 (highlight_trailing_whitespace): Adjust for the change of
9266 lookup_named_face.
9267
9268 * xfaces.c: Include charset.h.
9269 (load_face_font): Delete argument C. Change caller.
9270 (generate_ascii_font_name): Rename from generate_ascii_font.
9271 (font_name_registry): New function.
9272 (cache_face): Store ascii faces before non-ascii faces in buckets.
9273 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
9274 Lookup only ascii faces.
9275 (lookup_non_ascii_face): New function.
9276 (lookup_named_face): Delete argument C. Change caller.
9277 (lookup_derived_face): Delete argument C. Change caller.
9278 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
9279 a string, just call font_list with it.
9280 (choose_face_font): Delete arguments FACE and C. New arg
9281 FONT_SPEC. Change caller.
9282 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
9283 Change caller.
9284 (realize_non_ascii_face): New function.
9285 (realize_x_face): Call load_face_font here.
9286 (realize_tty_face): Delete argument C. Change caller.
9287 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
9288 get a face ID.
9289 (dump_realized_face): Don't print charset of FACE.
9290
9291 * xfns.c (x_set_font): Always call x_new_fontset and
9292 store_frame_parameter.
9293 (Fx_create_frame): Call x_new_fontset, not x_new_font.
9294 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
9295
9296 * xterm.h (x_get_font_repertory): Extern it.
9297
9298 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
9299 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
9300 it->multibyte_p is zero.
9301 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
9302 (x_new_fontset): If FONTSETNAME doesn't match any existing
9303 fontsets, create a new one.
9304 (x_get_font_repertory): New function.
9305
9306 2008-02-01 Kenichi Handa <handa@m17n.org>
9307
9308 * coding.c (Ffind_coding_systems_region_internal): Detect an
9309 ASCII only string correctly.
9310
9311 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
9312 version is 0.
9313
9314 2008-02-01 Kenichi Handa <handa@m17n.org>
9315
9316 * lread.c: Include "coding.h".
9317 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
9318 (load_each_byte, unread_char): New variables.
9319 (readchar_backlog): Delete.
9320 (readchar): Return a character unless load_each_byte is nonzero.
9321 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
9322 cons. If unread_char is not -1, simply return it.
9323 (unreadchar): Handle the case that readcharfun is
9324 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
9325 (read_multibyte): Delete.
9326 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
9327 (read_emacs_mule_char): New functions.
9328 (Fload): Even if the file doesn't have the extention ".elc", if
9329 safe_to_load_p returns a positive version number, assume that the
9330 file contains bytecompiled code. If the version is less than 22,
9331 load the file while decoding multibyte sequences by emacs-mule.
9332 (readevalloop): Don't use readchar_backlog.
9333 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
9334 (Fread_from_string): Pay attention to the case that STREAM is a cons.
9335 (read_escape): Delete the arg BYTEREP.
9336 (read1): Set load_each_byte to 1 temporarily while handling
9337 #@NUMBER. Don't call read_multibyte.
9338 (read_vector): Call Fread with a cons. If readcharfun is
9339 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
9340 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
9341 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
9342 and Qload_force_doc_strings.
9343
9344 2008-02-01 Kenichi Handa <handa@m17n.org>
9345
9346 * xdisp.c (face_before_or_after_it_pos): Call
9347 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
9348
9349 2008-02-01 Kenichi Handa <handa@m17n.org>
9350
9351 * character.h (TRAILING_CODE_P): New macro.
9352 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
9353 (string_char_with_unification): Fix prototype.
9354 (Vscript_alist): Extern it.
9355
9356 * character.c (Vscript_alist): New variable.
9357 (string_char_with_unification, str_as_unibyte)
9358 (string_escape_byte8): Add `const' to local variables.
9359 (syms_of_character): Declare script-alist as a Lisp variable.
9360
9361 * charset.h (Vcharset_ordered_list): Extern it.
9362 (charset_ordered_list_tick): Extern it.
9363 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
9364 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
9365 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
9366 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
9367 (Funify_charset): Adjust for the change of Funify_charset.
9368
9369 * charset.c (charset_ordered_list_tick): New variable.
9370 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
9371 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
9372 deunify intead of unify a charset.
9373 (string_xstring_p): Add `const' to local variables.
9374 (find_charsets_in_text): Add `const' to arguemnts and local variables.
9375 (encode_char): Adjust for the change of Funify_charset. Fix
9376 detecting of invalid code.
9377 (Fset_charset_priority): Increment charset_ordered_list_tick.
9378 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
9379 and TO_CODE.
9380
9381 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
9382 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
9383 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
9384 (decode_coding_ccl, consume_chars)
9385 (Ffind_coding_systems_region_internal)
9386 (Fcheck_coding_systems_region): Add `const' to local variables.
9387
9388 * print.c (print_object): Use octal form for printing the
9389 contents of a bool vector.
9390
9391 2008-02-01 Dave Love <fx@gnu.org>
9392
9393 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
9394 <version == 20>: Refuse to load.
9395
9396 2008-02-01 Dave Love <fx@gnu.org>
9397
9398 * fns.c: Move coding.h.
9399 (Qcodeset, Qdays, Qmonths): New.
9400 (concat): Use CHARACTERP instead of INTERGERP.
9401 (Flocale_codeset): Delete.
9402 (Flanginfo): New function.
9403 (syms_of_fns): Change accordingly.
9404
9405 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
9406
9407 2008-02-01 Dave Love <fx@gnu.org>
9408
9409 * casetab.c (init_casetab_once, init_casetab_once): Fix
9410 CHAR_TABLE_SET call.
9411
9412 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
9413
9414 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
9415
9416 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
9417 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
9418 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
9419
9420 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
9421
9422 * coding.c (ENCODE_DESIGNATION, decode_eol)
9423 (make_conversion_work_buffer, code_conversion_restore)
9424 (Fdefine_coding_system_internal): Convert Lisp types.
9425 (code_conversion_restore): Use EQ, not ==.
9426 (Fencode_coding_string): Fix code_convert_string call.
9427
9428 * coding.h (code_convert_region): Fix prototype.
9429
9430 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
9431
9432 * fontset.c (fontset_ref, fontset_set, fs_load_font)
9433 (Ffontset_info): Convert Lisp types.
9434
9435 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
9436
9437 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
9438
9439 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
9440
9441 * chartab.c: Include "...h", not <...h> in some cases.
9442
9443 * callproc.c (Fcall_process): Remove unused variables.
9444
9445 2008-02-01 Dave Love <fx@gnu.org>
9446
9447 * coding.c (Fset_coding_system_priority): Allow null arg list.
9448
9449 2008-02-01 Dave Love <fx@gnu.org>
9450
9451 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
9452 (Fself_insert_and_exit): Use CHARACTERP.
9453
9454 * callproc.c (Fcall_process): Remove unused vars.
9455
9456 * xterm.c (XTread_socket): Add extra dead keysyms.
9457
9458 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
9459
9460 * dispextern.h: Remove prototypes for redraw_frame,
9461 redraw_garbaged_frames.
9462
9463 * cmds.c (Fself_insert_command): Use CHARACTERP.
9464
9465 * chartab.c (make_sub_char_table): Remove unused var.
9466 (Fset_char_table_default, Fmap_char_table): Doc fix.
9467
9468 * keymap.c (access_keymap): Remove generic char code.
9469 (push_key_description): Use CHARACTERP.
9470
9471 2008-02-01 Dave Love <fx@gnu.org>
9472
9473 * charset.c: Doc fixes.
9474 (Funify_charset): Extra checking.
9475
9476 2008-02-01 Dave Love <fx@gnu.org>
9477
9478 * lread.c: Remove some unused variables.
9479 (safe_to_load_p): If safe, return the magic number version byte.
9480 (Fload): Maybe use load-with-code-conversion.
9481
9482 2008-02-01 Kenichi Handa <handa@m17n.org>
9483
9484 * category.c (Fmodify_category_entry): Don't modify the contents
9485 of category_set for characters out of the range. Avoid
9486 unnecessary modification.
9487
9488 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
9489 Vchar_unify_table. The default value of the table is now nil.
9490
9491 * character.c (syms_of_character): Setup Vchar_width_table for
9492 eight-bit-control and raw-byte chars.
9493
9494 * charset.h (enum define_charset_arg_index): Delete
9495 charset_arg_parents and add charset_arg_subset and
9496 charset_arg_superset.
9497 (enum charset_attr_index): Delete charset_parents and add
9498 charset_subset and charset_superset.
9499 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
9500 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
9501 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
9502 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
9503 (CHARSET_SUPERSET): New macros.
9504 (charset_work): Extern it.
9505 (ENCODE_CHAR): Use charset_work.
9506 (CHAR_CHARSET_P): Adjust for the change of encoder format.
9507 (map_charset_chars): Extern it.
9508
9509 * charset.c (load_charset_map): Set the default value of encoder
9510 and deunifier char-tables to nil.
9511 (map_charset_chars): Change argument. Change callers. Use
9512 map_char_table_for_charset instead of map_char_table.
9513 (Fmap_charset_chars): New optional args from_code and to_code.
9514 (Fdefine_charset_internal): Adjust for the change of
9515 `define-charset' (:parents -> :subset or :superset).
9516 (charset_work): New variable.
9517 (encode_char, syms_of_charset): Adjust for the change of
9518 Fdefine_charset_internal.
9519 (Ffind_charset_string): Setup the vector `charsets' correctly.
9520
9521 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
9522 the previous change.
9523 (char_table_ref_and_range): Adjust for the above change.
9524 (map_sub_char_table_for_charset): New function.
9525 (map_char_table_for_charset): New function.
9526
9527 * keymap.c (describe_vector): Handle a char-table directly here.
9528 (describe_char_table): Delete.
9529
9530 * lisp.h (map_charset_chars): Delete.
9531
9532 2008-02-01 Dave Love <fx@gnu.org>
9533
9534 * fns.c (count_combining): Comment out (unused).
9535 (Flocale_codeset): New.
9536 (syms_of_fns): Defsubr it.
9537
9538 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
9539 (size_t): Remove.
9540
9541 2008-02-01 Dave Love <fx@gnu.org>
9542
9543 * Makefile.in (chartab.o): Depend on charset.h.
9544
9545 2008-02-01 Kenichi Handa <handa@m17n.org>
9546
9547 * character.c (syms_of_character): Set the default value of
9548 Vprintable_chars to Qnil.
9549
9550 2008-02-01 Dave Love <fx@gnu.org>
9551
9552 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
9553
9554 2008-02-01 Kenichi Handa <handa@m17n.org>
9555
9556 * charset.c (load_charset_map): Handle the case that from < to
9557 correctly.
9558
9559 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
9560 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
9561 Pay attention to raw-8-bit chars.
9562
9563 2008-02-01 Kenichi Handa <handa@m17n.org>
9564
9565 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
9566 It is not bytecompiled now.
9567
9568 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
9569 (charset_jisx0208): New variables.
9570 (Fdefine_charset_internal): Setup them if appropriate.
9571 (init_charset_once): Initialize them to -1.
9572
9573 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
9574 (charset_jisx0208): Extern them.
9575
9576 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
9577 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
9578 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
9579 (setup_iso_safe_charsets): Fix arguments to Fassq.
9580 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
9581 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
9582 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
9583 (encode_coding_iso_2022): Change the 1st arg to
9584 ENCODE_ISO_CHARACTER to a variable.
9585
9586 2008-02-01 Kenichi Handa <handa@m17n.org>
9587
9588 * charset.h (enum define_charset_arg_index): New enums
9589 charset_arg_min_code and charset_arg_max_code.
9590 (struct charset): New member char_index_offset.
9591
9592 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
9593 Take charset->char_index_offset into account.
9594 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
9595 args[charset_arg_max_code]. Setup charset.char_index_offset.
9596 (syms_of_charset): Fix args to Fdefine_charset_internal.
9597
9598 2008-02-01 Dave Love <fx@gnu.org>
9599
9600 * coding.c (decode_coding_utf_8): Reject overlong sequences.
9601
9602 2008-02-01 Dave Love <fx@gnu.org>
9603
9604 * coding.c: Doc fixes.
9605 (Fcoding_system_aliases): Fix return value.
9606 (Qmac): Remove (duplicated) definition.
9607
9608 2008-02-01 Dave Love <fx@gnu.org>
9609
9610 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
9611 functions.
9612
9613 * character.c (Fstring): Doc fix.
9614
9615 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
9616
9617 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
9618 ids.
9619 (font-encoding-alist): Doc fix.
9620
9621 2008-02-01 Dave Love <fx@gnu.org>
9622
9623 * term.c (costs_set): Declare static, non-initialized for pcc.
9624 (encode_terminal_code): Remove unused var.
9625
9626 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
9627 for K&R.
9628
9629 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
9630
9631 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
9632 (suffixes): Move out of make_subsidiaries for K&R.
9633
9634 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
9635
9636 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
9637
9638 2008-02-01 Dave Love <fx@gnu.org>
9639
9640 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
9641
9642 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
9643
9644 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
9645
9646 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
9647
9648 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
9649
9650 2008-02-01 Kenichi Handa <handa@m17n.org>
9651
9652 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
9653 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
9654
9655 2008-02-01 Kenichi Handa <handa@m17n.org>
9656
9657 * coding.c (decode_coding_charset): Adjust for the change of
9658 Fdefine_coding_system_internal.
9659 (Fdefine_coding_system_internal): For a coding system of
9660 `charset' type, store a list of charset IDs in
9661 `charset_attr_charset_valids' element of coding attributes.
9662
9663 2008-02-01 Kenichi Handa <handa@m17n.org>
9664
9665 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
9666 (emacs_mule_char): New arg src. Delete arg `composition'. Change
9667 caller. Handle 2-byte and 3-byte charsets correctly.
9668 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
9669 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
9670 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
9671 (DECODE_EMACS_MULE_21_COMPOSITION): Call
9672 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
9673 sequence.
9674 (decode_coding_emacs_mule): Handle composition correctly. Rewind
9675 `src' and `consumed_chars' correctly before calling emacs_mule_char.
9676 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
9677 and alt&rule composition.
9678 (decode_coding_iso_2022): Handle composition correctly.
9679 (init_coding_once): Setup emacs_mule_bytes for private charsets.
9680
9681 * charset.c (Fdefine_charset_internal): Fix bug for the case of
9682 re-defining a charset. If the charset has :emacs-mule-id, setup
9683 emacs_mule_bytes.
9684 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
9685
9686 2008-02-01 Kenichi Handa <handa@m17n.org>
9687
9688 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
9689 (encode_coding_big5, encode_coding_charset): If coding requires safe
9690 encoding, produce a character specified by
9691 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
9692
9693 2008-02-01 Dave Love <fx@gnu.org>
9694
9695 * xterm.c (XSetIMValues): Declare.
9696
9697 * process.c: Conditionally include sys/wait.h, pty.h.
9698
9699 * print.c (print_object): Fix print format for 64-bit systems.
9700
9701 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
9702
9703 * buffer.c (emacs_strerror): Declare.
9704
9705 * fontset.c (Fclear_face_cache): Declare.
9706 (accumulate_font_info): Comment-out (unused).
9707 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
9708 variables.
9709
9710 * character.h (string_escape_byte8): Declare.
9711
9712 * charset.c (load_charset_map, load_charset_map_from_file): Remove
9713 unused vars.
9714 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
9715 (Fmap_charset_chars): Doc fix.
9716
9717 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
9718 (Fset_coding_system_priority, Fset_coding_system_priority)
9719 (Fdefine_coding_system_internal): Doc fix.
9720
9721 2008-02-01 Dave Love <fx@gnu.org>
9722
9723 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
9724
9725 2008-02-01 Kenichi Handa <handa@m17n.org>
9726
9727 * character.c (string_escape_byte8): Make multibyte string with
9728 correct size.
9729
9730 * charset.c (Fmake_char): Delete unnecessary code.
9731
9732 2008-02-01 Kenichi Handa <handa@m17n.org>
9733
9734 * xfns.c (x_encode_text): Allocate coding.destination here, and
9735 call encode_coding_object with dst_object Qnil.
9736
9737 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
9738 multibyte form correctly.
9739
9740 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
9741 against Vfont_encoding_alist.
9742
9743 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
9744 handling of charset list.
9745 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
9746 (decode_coding_object): Move point to coding->dst_pos before
9747 calling post-read-conversion function.
9748 (encode_coding_object): Give correct arguments to
9749 pre-write-conversion. Ignore the return value of
9750 pre-write-conversion function. Pay attention to the case that
9751 pre-write-conversion changes the current buffer. If dst_object is
9752 Qt, even if coding->src_bytes is zero, allocate at least one byte
9753 to coding->destination.
9754
9755 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
9756
9757 * charset.c (Fmake_char): Make it more backward compatible.
9758 (Fmap_charset_chars): Fix docstring.
9759
9760 2008-02-01 Dave Love <fx@gnu.org>
9761
9762 * coding.c: Doc fixes.
9763 (Fdefine_coding_system_alias): Use names, not symbols, in
9764 coding-system-alist.
9765
9766 2008-02-01 Kenichi Handa <handa@m17n.org>
9767
9768 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
9769 of calling free_realized_face.
9770
9771 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
9772
9773 * charset.c (read_hex): Don't treat SPC as a comment starter.
9774 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
9775 (Fdecode_char): Fix typo.
9776
9777 2008-02-01 Kenichi Handa <handa@m17n.org>
9778
9779 * charset.h (struct charset): New member `code_space_mask'.
9780
9781 * coding.c (coding_set_source): Delete the local variable beg_byte.
9782 (encode_coding_charset, Fdefine_coding_system_internal):
9783 Delete the local variable charset.
9784 (Fdefine_coding_system_internal): Setup
9785 attrs[coding_attr_charset_valids] correctly.
9786
9787 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
9788 member to check if CODE is valid or not.
9789 (Fdefine_charset_internal): Initialize `code_space_mask' member.
9790 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
9791 is within the range of charset->min_code and carset->max_code.
9792
9793 2008-02-01 Dave Love <fx@gnu.org>
9794
9795 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
9796
9797 * dispextern.h (generate_ascii_font): Fix return type.
9798
9799 * xfaces.c (generate_ascii_font): Fix arg declaration.
9800
9801 * coding.c (coding_inherit_eol_type)
9802 (Fset_terminal_coding_system_internal)
9803 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
9804
9805 2008-02-01 Kenichi Handa <handa@m17n.org>
9806
9807 * coding.c (decode_coding_charset, encode_coding_charset): Handle
9808 multiple charsets correctly.
9809
9810 2008-02-01 Kenichi Handa <handa@m17n.org>
9811
9812 * search.c (boyer_moore): Fix handling of mulitbyte character
9813 translation.
9814
9815 * xdisp.c (display_mode_element): When the variable `elt' is
9816 changed, update `this' and `lisp_string'.
9817
9818 2008-02-01 Kenichi Handa <handa@m17n.org>
9819
9820 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
9821
9822 * callproc.c (Fcall_process): Be sure to give the current buffer
9823 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
9824
9825 * charset.c (struct charset_map_entries): New struct.
9826 (load_charset_map): Rename from parse_charset_map. New args
9827 entries and n_entries. Change caller.
9828 (load_charset_map_from_file): Rename from load_charset_map.
9829 Change caller. New arg control_flag. Call load_charset_map at
9830 the tail.
9831 (load_charset_map_from_vector): New function.
9832 (Fdefine_charset_internal): Setup charset.compact_codes_p.
9833 (encode_char): If the charset is compact, change a character index
9834 to a code point.
9835
9836 * coding.c (coding_alloc_by_making_gap): Check the case that the
9837 source and destination are the same correctly.
9838 (decode_coding_raw_text): Set coding->consumed_char and
9839 coding->consumed to 0.
9840 (produce_chars): If coding->chars_at_source is nonzero, update
9841 coding->consumed_char and coding->consumed before calling
9842 alloc_destination.
9843 (Fdefine_coding_system_alias): Register ALIAS in
9844 Vcoding_system_alist.
9845 (syms_of_coding): Define `no-convesion' coding system at the tail.
9846
9847 * fileio.c (Finsert_file_contents): Set coding_system instead of
9848 val. If the current buffer is multibyte, always call
9849 decode_coding_gap.
9850
9851 * xfaces.c (try_font_list): Give higher priority to fontset's
9852 family than face's family.
9853
9854 2008-02-01 Kenichi Handa <handa@m17n.org>
9855
9856 * callproc.c (Fcall_process): Be sure to give the current buffer
9857 to decode_coding_c_string.
9858
9859 * xfaces.c (try_font_list): Give a family specified in a fontset
9860 higher priority than a family specified in a face.
9861
9862 2008-02-01 Kenichi Handa <handa@m17n.org>
9863
9864 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
9865 Fix arguments to insert_from_buffer.
9866
9867 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
9868
9869 2008-02-01 Kenichi Handa <handa@m17n.org>
9870
9871 * coding.c (produce_chars): Set the variable `multibytep' correctly.
9872 (decode_coding_gap): Set coding->dst_multibyte correctly.
9873
9874 2008-02-01 Kenichi Handa <handa@m17n.org>
9875
9876 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
9877 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
9878 (encode_coding_utf_16): Substitute coding->default_char for
9879 non-Unicode characters.
9880 (decode_coding): Don't call record_insert here.
9881 (setup_coding_system): Initialize `surrogate' of
9882 coding->spec.utf_16 to 0.
9883 (EMIT_ONE_BYTE): Fix for multibyte case.
9884
9885 * insdel.c (insert_from_gap): Call record_insert.
9886
9887 2008-02-01 Kenichi Handa <handa@m17n.org>
9888
9889 * casefiddle.c (casify_region): Fix multibyte case.
9890
9891 * character.c (c_string_width): Add return type `int'.
9892 (char_string_with_unification): Delete arg ADVANCED.
9893
9894 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
9895 (CHAR_STRING): Adjust for the change of char_string_with_unification.
9896 (CHAR_STRING_ADVANCE): Make it do-while statement.
9897
9898 * chartab.c (sub_char_table_set_range): Optimize for the case
9899 DEPTH == 3. Add workaround code for a GCC optimization bug.
9900
9901 * charset.c (parse_charset_map): Remove an unused variable.
9902
9903 * coding.c: Delete unused variables.
9904
9905 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
9906 earlier. If inserted is zero and the coding system doesn't
9907 require flushing, don't call decode_coding_gap.
9908
9909 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
9910
9911 2008-02-01 Kenichi Handa <handa@m17n.org>
9912
9913 The following changes are for using Unicode as an internal
9914 character model, and use UTF-8 format for buffer/string
9915 representation.
9916
9917 * .gdbinit (xchartable): Adjust for the change of char table structure.
9918 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
9919
9920 * Makefile.in (obj): Add character.o and chartab.o.
9921 (lisp, shortlisp): Remove utf-8.elc.
9922 (*.o): For many files, change dependency on charset.h to
9923 character.h, and add dependency on character.h.
9924 (character.o, chartab.o): New targets.
9925
9926 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
9927 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
9928 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
9929 of "charset.h".
9930
9931 * dired.c, filelock.c: Include "character.h".
9932
9933 * alloc.c: Include "character.h" instead of "charset.h".
9934 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
9935 (syms_of_alloc): Remove defsubr for Smake_char_table.
9936
9937 * buffer.c: Include "character.h" instead of "charset.h", don't
9938 include "coding.h".
9939 (Fset_buffer_multibyte): Adjust for UTF-8.
9940
9941 * buffer.h: EXFUN Fbuffer_live_p.
9942
9943 * callproc.c: Include "character.h" instead of "charset.h".
9944 (Fcall_process): Big change for the new code-conversion APIs.
9945
9946 * casetab.c: Include "character.h" instead of "charset.h".
9947 (set_canon, set_identity, shuffle): Adjust for the new
9948 map_char_table spec.
9949 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
9950 accessing the char table structure.
9951
9952 * chartab.c: New file that implements char table.
9953
9954 * category.c: Include "character.h".
9955 (copy_category_entry): New function.
9956 (copy_category_table): Call map_char_table and copy_category_entry.
9957 (Fmake_category_table): Initialize all top-vel slots.
9958 (char_category_set): New function.
9959 (modify_lower_category_set): Delete.
9960 (Fmodify_category_entry): Call char_table_ref_and_range.
9961
9962 * category.h (CATEGORY_SET): Just call char_category_set.
9963
9964 * ccl.c: Include "character.h".
9965 (Qccl, Qcclp): New variables.
9966 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
9967 it's less than 256.
9968 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
9969 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
9970 and DST type.
9971 (ccl_driver): Change types of argument, adjust code accordingly.
9972 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
9973 ccl_driver.
9974 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
9975
9976 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
9977 New members src_multibyte, dst_multibyte, consumed, and produced.
9978 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
9979 (CODING_SPEC_CCL_PROGRAM): New macro.
9980 (ccl_driver): Update prototype.
9981 (Qccl, Qcclp, Fccl_program_p): Extern them.
9982 (CHECK_CCL_PROGRAM): New macro.
9983
9984 * character.c, character.h, chartab.c: New files.
9985
9986 * charset.c: Mostly re-written. Move character and multibyte sequence
9987 handling codes to character.c.
9988
9989 * charset.h: Mostly re-written. Move character and multibyte sequence
9990 handling codes to character.h.
9991
9992 * coding.c, coding.h: Mostly re-written.
9993
9994 * composite.c: Include "character.h" instead of "charset.h".
9995 (CHAR_WIDTH): Move to character.h.
9996 (HASH_KEY, HASH_VALUE): Delete.
9997
9998 * composite.h (enum composition_method): Change order of enumeration
9999 symbols.
10000
10001 * data.c: Include "character.h" instead of "charset.h".
10002 (Faref): Call CHAR_TABLE_REF for a char table.
10003 (Faset): Call CHAR_TABLE_SET for a char table.
10004
10005 * dispextern.h (free_realized_face, check_face_attribytes)
10006 (generate_ascii_font): Extern them.
10007 (free_realized_multibyte_face): Delete extern.
10008
10009 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
10010 table structure.
10011
10012 * editfns.c: Include "character.h" instead of "charset.h".
10013 (Fchar_to_string): Always call CHAR_STRING.
10014
10015 * emacs.c (main): Call init_charset_once, init_charset,
10016 syms_of_chartab, and syms_of_character.
10017
10018 * fileio.c: Include "character.h" instead of "charset.h".
10019 (Finsert_file_contents): Big change for the new code-conversion API.
10020 (choose_write_coding_system, Fwrite_region): Likewise.
10021 (build_annotations_2): Delete.
10022 (e_write): Big change for the new code-conversion API.
10023
10024 * fns.c: Include "character.h" instead of "charset.h".
10025 (copy_sub_char_table): Move to chartab.c.
10026 (Fcopy_sequence): Call copy_char_table for a char table.
10027 (concat): Delete codes calling count_multibyte.
10028 (string_char_to_byte, string_byte_to_char): Adjust for the new
10029 multibyte form.
10030 (internal_equal): Adjust for the change of char table structure.
10031 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
10032 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
10033 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
10034 (char_table_translate, optimize_sub_char_table)
10035 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
10036 chartab.c.
10037 (char_table_ref_and_index): Delete.
10038 (HASH_KEY, HASH_VALUE): Move to lisp.h.
10039 (Fmd5): Call preferred_coding_system instead of accessing
10040 Vcoding_category_list. Adjust for the new code-conversion API.
10041 (syms_of_fns): Move defsubr for char table related functions to
10042 chartab.c.
10043
10044 * fontset.c: Mostly re-written.
10045
10046 * fontset.h (struct font_info): Change type of the member encoding_type.
10047 (enum FONT_SPEC_INDEX): New enum.
10048 (fontset_font_pattern, fs_load_font): Update prototype.
10049 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
10050
10051 * indent.c: Include "character.h" instead of "charset.h".
10052 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
10053
10054 * insdel.c: Include "character.h" instead of "charset.h".
10055 (copy_text): Don't refer to Vnonascii_translation_table.
10056 (insert_from_gap): New function.
10057
10058 * keyboard.c: Include "character.h" instead of "charset.h".
10059 (command_loop_1): Never call direct_output_forward_char before
10060 a non-ASCII character.
10061 (read_char): If Vkeyboard_translate_table is a char table, always
10062 translate a character.
10063
10064 * keymap.c: Include "character.h".
10065 (store_in_keymap): Handle the case that IDX is a cons.
10066 (Fdefine_key): Handle the case that KEY is a cons and the car part
10067 is also a cons (range).
10068 (push_key_description): Adjust for the new character code.
10069 (describe_vector): Call describe_char_table for a char table.
10070 (describe_char_table): New function.
10071
10072 * keymap.h (describe_char_table): Extern it.
10073
10074 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
10075 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
10076 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
10077 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
10078 Delete.
10079 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
10080 structure.
10081 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
10082 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
10083 (CHARTAB_SIZE_BITS_3): New macros.
10084 (chartab_size): Extern it.
10085 (struct Lisp_Char_Table): Re-design.
10086 (struct Lisp_Sub_Char_Table): New structure.
10087 (HASH_KEY, HASH_VALUE): Move from fns.c.
10088 (CHARACTERBITS): Define as 22.
10089 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
10090 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
10091 (GC_SUB_CHAR_TABLE_P): New macro.
10092 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
10093 (code_convert_string_norecord): Deleted extern.
10094 (init_character_once, syms_of_character, init_charset)
10095 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
10096
10097 * lread.c: Include "character.h".
10098 (read_multibyte): New arg NBYTES.
10099 (read_escape): Change the meaning of returned *BYTEREP.
10100 (to_multibyte): Delete.
10101 (read1): Adjust the handling of char table and string.
10102
10103 * print.c: Include "character.h" instead of "charset.h".
10104 (print_string): Convert 8-bit raw bytes to octal form by
10105 string_escape_byte8.
10106 (print_object): Adjust for the new multibyte form. Print 8-bit
10107 raw bytes always in octal form. Handle sub char table correctly.
10108
10109 * process.c: Include "character.h" instead of "charset.h".
10110 (read_process_output, send_process): Adjust for the new
10111 code-conversion API.
10112
10113 * puresize.h (BASE_PURESIZE): Increase.
10114
10115 * regex.c: Include "character.h" instead of "charset.h".
10116 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
10117 (regex_compile): Accept a range whose starting and ending
10118 character have different leading bytes.
10119 (analyse_first): Adjust for the above change.
10120
10121 * search.c: Include "character.h" instead of "charset.h".
10122 (search_buffer, boyer_moore): Adjust for the new multibyte form.
10123 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
10124
10125 * syntax.c: Include "character.h" instead of "charset.h".
10126 (syntax_parent_lookup): Delete.
10127 (Fmodify_syntax_entry): Accept a cons as CHAR.
10128 (skip_chars): Adjust for the new multibyte form.
10129 (init_syntax_once): Call char_table_set_range instead of directly
10130 accessing the structure of a char table.
10131
10132 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
10133 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
10134 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
10135 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
10136
10137 * term.c: Include "buffer.h" and "character.h".
10138 (encode_terminal_code, write_glyphs): Adjust for the new
10139 code-conversion API.
10140 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
10141
10142 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
10143
10144 * xdisp.c: Include "character.h".
10145 (get_next_display_element): Adjust for the new multibyte form.
10146 (disp_char_vector): Adjust for the new char table structure.
10147 (decode_mode_spec_coding): Adjust for the new structure of
10148 coding system.
10149 (decode_mode_spec): Adjust for the new code-conversion API.
10150
10151 * xfaces.c: Include "character.h" instead of "charset.h".
10152 (load_face_font): Adjust for the change of choose_face_font and
10153 FS_LOAD_FONT.
10154 (generate_ascii_font): New function.
10155 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
10156 (set_font_frame_param): Adjust for the change of choose_face_font.
10157 (free_realized_face): Make it public.
10158 (free_realized_faces_for_fontset): Rename from
10159 free_realized_multibyte_face. Free also faces realized for ASCII.
10160 (choose_face_font): Change arguments. Adjust for the change of
10161 fontset_font_pattern and FS_LOAD_FONT.
10162
10163 * xfns.c: Include "character.h".
10164 (x_encode_text): Adjust for the new code-conversion API.
10165
10166 * xselect.c: Don't include "charset.h".
10167 (selection_data_to_lisp_data): Adjust for the new code conversion API.
10168
10169 * xterm.c: Include "character.h".
10170 (x_encode_char): New argument CHARSET. Change caller.
10171 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
10172 Call ENCODE_CHAR instead of SPLIT_CHAR.
10173 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
10174 CHAR_WIDTH instead of CHARSET_WIDTH.
10175 (XTread_socket): Adjust for the new code-conversion API.
10176 (x_new_font): Adjust for the change of FS_LOAD_FONT.
10177 (x_load_font): Adjust for the change of struct font.
10178
10179 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * xfaces.c (face_at_buffer_position): Remove unused vars.
10182
10183 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10184
10185 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
10186 Fix overflow checking.
10187
10188 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10189
10190 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
10191 Cancel previous change.
10192
10193 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
10194
10195 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
10196 ccl->eight_bit_control. Fix check for buffer overflow.
10197 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
10198 (ccl_driver): Initialize extra_bytes to 0.
10199
10200 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
10201
10202 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
10203 return it ORed with ctrl_modifier.
10204
10205 2008-01-29 Miles Bader <miles@gnu.org>
10206
10207 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
10208
10209 2008-01-28 Jason Rumney <jasonr@gnu.org>
10210
10211 * w32.c (stat): Don't double check for networked drive.
10212
10213 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * window.c (run_window_configuration_change_hook): New function.
10216 Code extracted from set_window_buffer. Set the selected frame.
10217 (set_window_buffer): Use it.
10218 * window.h (run_window_configuration_change_hook): Declare.
10219 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
10220
10221 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
10222
10223 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10224
10225 * Makefile.in: Remove references to unused macros.
10226
10227 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10228
10229 * w32.c (g_b_init_get_sid_sub_authority)
10230 (g_b_init_get_sid_sub_authority_count): New static variables.
10231 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
10232 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
10233 (init_user_info): Use them to retrieve uid and gid.
10234 Use 500/513, the Windows defaults, as Administrator's uid/gid.
10235 (fstat): Use pw_uid and pw_gid from the_passwd structure for
10236 st_uid and st_gid of the file.
10237
10238 2008-01-26 Jason Rumney <jasonr@gnu.org>
10239
10240 * w32.c (logon_network_drive): New function.
10241 (stat): Use it.
10242
10243 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
10244
10245 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
10246 invisible text covered with an ellipsis.
10247
10248 2008-01-25 Richard Stallman <rms@gnu.org>
10249
10250 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
10251 jump back to beginning. Move some other initializations after that.
10252 (Qwindow_text_change_functions, Vwindow_text_change_functions):
10253 New variables.
10254 (syms_of_xdisp): Init them.
10255
10256 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
10257
10258 * buffer.c (reset_buffer_local_variables):
10259 Implement `permanent-local-hook'.
10260 (Qpermanent_local_hook): New variable.
10261 (syms_of_buffer): Init and staticpro it.
10262
10263 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
10264
10265 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
10266
10267 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
10268
10269 * fns.c (Fclrhash): Return TABLE.
10270
10271 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10272
10273 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
10274 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
10275 is set even without positional changes.
10276 (x_scroll_bar_clear): Set bar->redraw_needed_p.
10277
10278 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
10279
10280 2008-01-23 Jason Rumney <jasonr@gnu.org>
10281
10282 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
10283
10284 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
10285 the unicode range available in MULE by locale-coding-system.
10286 Improve dbcs lead byte detection. Set event timestamp and modifiers
10287 earlier.
10288
10289 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10290
10291 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
10292 [MAC_OSX] (init_mac_osx_environment): Initialize it.
10293 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
10294 when used on child processes.
10295
10296 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
10297
10298 * dbusbind.c (Fdbus_method_return_internal): Rename from
10299 Fdbus_method_return.
10300 (Fdbus_unregister_object): Move to dbus.el.
10301 (Fdbus_call_method, Fdbus_method_return_internal)
10302 (Fdbus_send_signal): Improve debug messages.
10303
10304 2008-01-20 Martin Rudalics <rudalics@gmx.at>
10305
10306 * undo.c (undo_inhibit_record_point): New variable.
10307 (syms_of_undo): Initialize it.
10308 (record_point): Don't record point when undo_inhibit_record_point
10309 is set.
10310
10311 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
10314
10315 * xdisp.c (Qauto_hscroll_mode): New var.
10316 (syms_of_xdisp): Initialize it.
10317 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
10318 window's buffer.
10319 (hscroll_windows): Don't check automatic_hscrolling_p here.
10320
10321 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
10322 vscroll if we're setting window-buffer to the value it already has.
10323
10324 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10325
10326 * m/intel386.h: Remove references to XENIX.
10327
10328 2008-01-17 Andreas Schwab <schwab@suse.de>
10329
10330 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
10331 instead of HAVE_X86_64_LIB64_DIR.
10332 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
10333
10334 2008-01-17 Glenn Morris <rgm@gnu.org>
10335
10336 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
10337 to HAVE_X86_64_LIB64_DIR.
10338
10339 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
10340
10341 * s/irix3-3.h:
10342 * s/irix4-0.h:
10343 * s/386-ix.h:
10344 * s/domain.h:
10345 * s/hpux9-x11r4.h:
10346 * s/hpux9shxr4.h: Remove files for systems no longer supported.
10347
10348 * sysdep.c: Remove code containing references to symbols defined
10349 by unsupported systems.
10350
10351 2008-01-16 Glenn Morris <rgm@gnu.org>
10352
10353 * coding.c (select-safe-coding-system-function): Doc fix.
10354
10355 2008-01-15 Glenn Morris <rgm@gnu.org>
10356
10357 * config.in: Revert 2008-01-13 change: this is a generated file.
10358
10359 2008-01-13 Tom Tromey <tromey@redhat.com>
10360
10361 * lisp.h: Fix typo.
10362
10363 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10364
10365 * m/sequent-ptx.h:
10366 * m/sequent.h:
10367 * s/ptx.h:
10368 * s/ptx4-2.h:
10369 * s/ptx4.h: Remove files for systems no longer supported.
10370
10371 * callproc.c (Fcall_process): Fix previous change.
10372
10373 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10374
10375 * unexsunos4.c: Remove file, system not supported anymore.
10376
10377 * m/mips.h:
10378 * m/intel386.h:
10379 * callproc.c:
10380 * config.in:
10381 * ecrt0.c:
10382 * emacs.c:
10383 * fileio.c:
10384 * frame.c:
10385 * getpagesize.h:
10386 * keyboard.c:
10387 * lread.c:
10388 * process.c:
10389 * puresize.h:
10390 * sysdep.c:
10391 * systty.h:
10392 * syswait.h:
10393 * unexec.c:
10394 * xdisp.c:
10395 * alloc.c: Remove code containing references to symbols defined by
10396 unsupported systems.
10397
10398 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
10399
10400 * coding.c (detect_coding_mask): Fix previous change.
10401
10402 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
10403
10404 * coding.c (detect_coding_iso2022): New arg
10405 latin_extra_code_state. Allow Latin extra codes only
10406 when *latin_extra_code_state is nonzero.
10407 (detect_coding_mask): If there is a NULL byte, detect the encoding
10408 as UTF-16 or binary. If Latin extra codes exist, detect the
10409 encoding as ISO-2022 only when there's no other proper encoding is
10410 found.
10411
10412 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10413
10414 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
10415 #ifdef MAC_OS.
10416
10417 2008-01-08 Richard Stallman <rms@gnu.org>
10418
10419 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
10420
10421 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
10422
10423 * keyboard.c (parse_menu_item): Don't enclose key bindings on
10424 menu bar in parentheses.
10425
10426 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10427
10428 * m/7300.h:
10429 * m/acorn.h:
10430 * m/alliant-2800.h:
10431 * m/alliant.h:
10432 * m/alliant1.h:
10433 * m/alliant4.h:
10434 * m/altos.h:
10435 * m/amdahl.h:
10436 * m/apollo.h:
10437 * m/att3b.h:
10438 * m/aviion-intel.h:
10439 * m/aviion.h:
10440 * m/celerity.h:
10441 * m/clipper.h:
10442 * m/cnvrgnt.h:
10443 * m/convex.h:
10444 * m/cydra5.h:
10445 * m/delta88k.h:
10446 * m/dpx2.h:
10447 * m/dual.h:
10448 * m/elxsi.h:
10449 * m/f301.h:
10450 * m/gould-np1.h:
10451 * m/gould.h:
10452 * m/i860.h:
10453 * m/ibmps2-aix.h:
10454 * m/ibmrt-aix.h:
10455 * m/ibmrt.h:
10456 * m/irist.h:
10457 * m/is386.h:
10458 * m/isi-ov.h:
10459 * m/mega68.h:
10460 * m/mg1.h:
10461 * m/news-r6.h:
10462 * m/news-risc.h:
10463 * m/news.h:
10464 * m/nh3000.h:
10465 * m/nh4000.h:
10466 * m/ns16000.h:
10467 * m/ns32000.h:
10468 * m/nu.h:
10469 * m/orion.h:
10470 * m/orion105.h:
10471 * m/paragon.h:
10472 * m/pfa50.h:
10473 * m/plexus.h:
10474 * m/pyramid.h:
10475 * m/pyrmips.h:
10476 * m/sh3el.h:
10477 * m/sps7.h:
10478 * m/sr2k.h:
10479 * m/stride.h:
10480 * m/sun1.h:
10481 * m/sun2.h:
10482 * m/sun3-68881.h:
10483 * m/sun3-fpa.h:
10484 * m/sun3-soft.h:
10485 * m/sun3.h:
10486 * m/sun386.h:
10487 * m/symmetry.h:
10488 * m/tad68k.h:
10489 * m/tahoe.h:
10490 * m/targon31.h:
10491 * m/tek4300.h:
10492 * m/tekxd88.h:
10493 * m/tower32.h:
10494 * m/tower32v3.h:
10495 * m/ustation.h:
10496 * m/wicat.h:
10497 * m/xps100.h:
10498 * s/cxux.h:
10499 * s/cxux7.h:
10500 * s/dgux.h:
10501 * s/dgux4.h:
10502 * s/dgux5-4-3.h:
10503 * s/dgux5-4r2.h:
10504 * s/esix.h:
10505 * s/esix5r4.h:
10506 * s/hiuxmpp.h:
10507 * s/hiuxwe2.h:
10508 * s/iris3-5.h:
10509 * s/iris3-6.h:
10510 * s/isc2-2.h:
10511 * s/isc3-0.h:
10512 * s/isc4-0.h:
10513 * s/isc4-1.h:
10514 * s/newsos5.h:
10515 * s/newsos6.h:
10516 * s/osf1.h:
10517 * s/osf5-0.h:
10518 * s/riscix1-1.h:
10519 * s/riscix12.h:
10520 * s/sco4.h:
10521 * s/sco5.h:
10522 * s/sunos4-0.h:
10523 * s/sunos4-1.h:
10524 * s/sunos413.h:
10525 * s/sunos4shr.h:
10526 * s/umax.h:
10527 * s/unipl5-2.h:
10528 * s/xenix.h:
10529 * cxux-crt0.s:
10530 * unexapollo.c:
10531 * unexconvex.c:
10532 * unexenix.c:
10533 * unexsni.c: Remove files for systems no longer supported.
10534
10535 * m/intel386.h: Remove references to unsupported systems.
10536
10537 * w32.c (get_emacs_configuration): Remove reference to i860.
10538
10539 * sysdep.c: Remove dead code.
10540
10541 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10542
10543 * s/rtu.h:
10544 * m/masscomp.h: Remove files. Platform is obsolete.
10545
10546 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
10547
10548 * dbusbind.c (Fdbus_method_return): New function.
10549 (xd_read_message): Add the serial number to the event.
10550 (Fdbus_register_method): Activate the function.
10551
10552 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * keyboard.c (read_key_sequence): Fix typo.
10555
10556 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
10557
10558 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
10559 (xd_signature, xd_append_arg): Handle element type detection for
10560 empty arrays.
10561 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
10562 SDATA () calls; this must be solved more general.
10563 (Fdbus_register_signal): Use SBYTES instead of strlen.
10564
10565 2008-01-03 Magnus Henoch <magnus@zemdatav>
10566
10567 * dbusbind.c (xd_append_arg): Use unsigned char instead of
10568 unsigned int for byte values (necessary for big-endian platform).
10569 (Fdbus_call_method): Handle the case of no returned arguments.
10570
10571 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
10572
10573 * dbusbind.c (xd_read_message): Use non-static input_event struct.
10574
10575 2007-12-31 Magnus Henoch <mange@freemail.hu>
10576
10577 * dbusbind.c (xd_signature): Signature of variant is just "v".
10578
10579 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
10580
10581 * dbusbind.c: Fix several errors and compiler warnings.
10582 Reported by Tom Tromey <tromey@redhat.com>.
10583 (XD_ERROR, XD_DEBUG_MESSAGE)
10584 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
10585 (xd_append_arg): Part for basic D-Bus types rewitten.
10586 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
10587 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
10588 appropriate.
10589 (xd_read_message): Return Qnil. Don't signal an error; it is not
10590 useful during event reading.
10591 (Fdbus_register_signal): Signal an error if the check for
10592 FUNCTIONP fails.
10593 (Fdbus_register_method): New function. The implementation is not
10594 complete, the call of the function signals an error therefore.
10595 (Fdbus_unregister_object): New function, renamed from
10596 Fdbus_unregister_signal. The initial check signals an error, if
10597 the object is not well formed.
10598
10599 2007-12-30 Richard Stallman <rms@gnu.org>
10600
10601 * textprop.c (get_char_property_and_overlay):
10602 Signal error if POSITION is out of range in a buffer.
10603
10604 2007-12-29 Martin Rudalics <rudalics@gmx.at>
10605
10606 * w32fns.c (Fx_create_frame): Make copy of frame parameters
10607 because the original parameters are in pure storage now.
10608
10609 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10610
10611 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
10612
10613 2007-12-22 Eli Zaretskii <eliz@gnu.org>
10614
10615 * callint.c (syms_of_callint) <command-history>: Add reference to
10616 history-length in the doc string.
10617
10618 2007-12-17 Jason Rumney <jasonr@gnu.org>
10619
10620 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
10621 before passing as wParam.
10622
10623 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
10624
10625 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
10626 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
10627 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
10628 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
10629 as number.
10630 (Fdbus_call_method): Fix docstring.
10631
10632 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
10633
10634 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
10635 New macros.
10636 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
10637 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
10638 Simplify.
10639 (xd_signature): New function.
10640 (xd_append_arg): Compute also signatures. Major rewrite.
10641 (xd_retrieve_arg): Make debug messages friendly.
10642 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
10643 Check for signatures of arguments.
10644
10645 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
10646
10647 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
10648 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
10649 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
10650 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
10651 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
10652 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
10653 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
10654 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
10655 (xd_retrieve_value): Remove. Functionality included in ...
10656 (xd_append_arg): New function.
10657 (Fdbus_call_method, Fdbus_send_signal): Apply it.
10658
10659 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
10660
10661 * dbusbind.c (top): Include <stdio.h>.
10662 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
10663 dbus_message_new_method_call and dbus_message_new_signal.
10664 (Fdbus_register_signal): Rename unique_name to uname.
10665 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
10666 non-existing unique name. Fix typos in matching rule. Return an
10667 object which is useful in Fdbus_unregister_signal.
10668 (Fdbus_unregister_signal): Reimplementation, in order to remove
10669 only the corresponding entry.
10670 (Vdbus_registered_functions_table): Change the order of entries.
10671 Apply these changes in xd_read_message and Fdbus_register_signal.
10672
10673 2007-12-16 Andreas Schwab <schwab@suse.de>
10674
10675 * fileio.c (Finsert_file_contents): Fix overflow check to not
10676 depend on undefined integer overflow.
10677
10678 2007-12-14 Jason Rumney <jasonr@gnu.org>
10679
10680 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
10681 for characters above 127.
10682
10683 2007-12-13 Jason Rumney <jasonr@gnu.org>
10684
10685 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
10686 before dereferencing array.
10687 (lookup_vk_code): Remove zero comparison.
10688
10689 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
10690
10691 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
10692 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
10693 Use `unsigned int' instead of `uint'.
10694 (xd_read_message, Fdbus_register_signal): Split expressions into
10695 multiple lines before operators "&&" and "||", according to the
10696 GNU Coding Standards.
10697
10698 2007-12-14 Eli Zaretskii <eliz@gnu.org>
10699
10700 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
10701
10702 2007-12-12 Juri Linkov <juri@jurta.org>
10703
10704 * buffer.c (Frename_buffer): In interactive spec replace
10705 `read-buffer' with `read-string' that uses `buffer-name-history'
10706 as history, and the current buffer's name as default.
10707
10708 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
10711 manipulating the backtrace manually.
10712 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
10713 (struct backtrace, backtrace_list): Remove.
10714 (command_loop_1): Remove dead var `no_direct'.
10715
10716 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
10717 preserve non-built-in buffer-local variables.
10718 (Fkill_all_local_variables): Don't re-create&re-set permanent
10719 buffer-local variables.
10720
10721 2007-12-09 Juri Linkov <juri@jurta.org>
10722
10723 * buffer.c (Frename_buffer): Change interactive spec from "s" to
10724 Lisp code that uses `read-buffer' with current buffer as default.
10725
10726 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
10727
10728 * dbusbind.c (xd_read_message): Generate an event for every
10729 registered handler. There might be several handlers registered
10730 for the same signal.
10731 (Fdbus_register_signal): Don't overwrite a registration for the
10732 same signal. Add a new registration if handlers are different.
10733 (Vdbus_registered_functions_table): Rework doc string.
10734
10735 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
10736
10737 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
10738 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
10739 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
10740 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
10741 Unify argument lists.
10742 (xd_read_message, Fdbus_register_signal): Reorder and extend event
10743 arguments and hash table keys. Use unique name for service.
10744 (Fdbus_unregister_signal): Remove checks.
10745 (Vdbus_registered_functions_table): Fix doc string.
10746
10747 2007-12-05 Magnus Henoch <mange@freemail.hu>
10748
10749 * process.c (make_process): Initialize pty_flag to 0.
10750
10751 2007-12-05 Jason Rumney <jasonr@gnu.org>
10752
10753 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
10754 specified XBMs.
10755
10756 2007-12-05 Richard Stallman <rms@gnu.org>
10757
10758 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
10759
10760 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10761
10762 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
10763 New variable.
10764 (mac_try_close_socket) [MAC_OSX]: New function.
10765 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
10766 Update cfsockets_for_select. Replace invalid CFRunLoop source.
10767
10768 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
10769 Use mac_try_close_socket.
10770
10771 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10772
10773 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
10774 reloc_base.
10775 (copy_dysymtab): Compute relocation base here.
10776 (rebase_reloc_address) [__ppc64__]: New function.
10777 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
10778 changed.
10779
10780 2007-12-05 Jason Rumney <jasonr@gnu.org>
10781
10782 * w32proc.c (sys_spawnve): Quote args with wildcards.
10783
10784 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10785
10786 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
10787 __objc_* sections.
10788 (unrelocate) [_LP64]: Set relocation base to address of data segment.
10789
10790 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
10791
10792 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
10793 Move check for Vdbus_registered_functions_table to
10794 xd_read_queued_messages.
10795 (xd_read_queued_messages): Protect xd_read_message calls by
10796 internal_condition_case_1.
10797
10798 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
10799
10800 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
10801 Qdbus_system_bus and Qdbus_session_bus, respectively.
10802 (Vdbus_intern_symbols): Remove.
10803 (Vdbus_registered_functions_table): New hash table.
10804 (XD_SYMBOL_INTERN_SYMBOL): Remove.
10805 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
10806 Rewrite in order to manage registered functions by hash table
10807 Vdbus_registered_functions_table.
10808
10809 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
10810
10811 * xterm.c: Update URL to Window Manager Specification in comment.
10812
10813 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
10814
10815 * config.in (HAVE_DBUS): Add.
10816
10817 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
10818 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
10819 (obj): Add $(DBUS_OBJ).
10820 (LIBES): Add $(DBUS_LIBS).
10821 (dbusbind.o): New target.
10822
10823 * dbusbind.c: New file.
10824
10825 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
10826
10827 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
10828 (Qdbus_event): New Lisp symbol.
10829 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
10830 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
10831 (keys_of_keyboard ): Define dbus-event.
10832
10833 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
10834
10835 2007-12-01 Richard Stallman <rms@gnu.org>
10836
10837 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
10838
10839 2007-11-30 Jason Rumney <jasonr@gnu.org>
10840
10841 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
10842 (w32con_reset_terminal_modes): Clear screen buffer.
10843 (w32_face_attributes): Don't use color indexes that are out of range.
10844 Only reverse the default colors.
10845
10846 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
10847 WINDOWSNT.
10848
10849 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
10850
10851 2007-11-29 Jason Rumney <jasonr@gnu.org>
10852
10853 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
10854 (w32_face_attributes): Use Vtty_defined_color_alist to determine
10855 if the terminal colors are initialized.
10856 (unspecified_fg, unspecified_bg): Remove unused declarations.
10857
10858 2007-11-29 Andreas Schwab <schwab@suse.de>
10859
10860 * keyboard.c (apply_modifiers): Fix typo.
10861
10862 2007-11-29 Richard Stallman <rms@gnu.org>
10863
10864 * keymap.c (Fcurrent_local_map): Doc fix.
10865
10866 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
10867
10868 * s/gnu-kfreebsd.h: New file.
10869
10870 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
10873 Don't cast redundantly.
10874
10875 * keyboard.c (KEY_TO_CHAR): New macro.
10876 (parse_modifiers, apply_modifiers): Accept integer arguments.
10877 (read_key_sequence): Use them to unify the "shift->unshift" mapping
10878 for chars and symbol keys.
10879 After doing such remapping, apply function-key-map again.
10880
10881 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
10882
10883 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
10884 compiled anymore.
10885
10886 2007-11-26 Andreas Schwab <schwab@suse.de>
10887
10888 * process.c (list_processes_1): Fix indentation level of the
10889 command column.
10890
10891 2007-11-23 Andreas Schwab <schwab@suse.de>
10892
10893 * editfns.c (Fformat): Handle %c specially since it requires the
10894 argument to be of type int.
10895
10896 2007-11-23 Markus Triska <markus.triska@gmx.at>
10897
10898 * emacs.c (main): Call init_editfns before init_process, since
10899 init_process sets Vprocess_connection_type depending on OS release.
10900
10901 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10902
10903 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
10904 (find_symbol_value): Use do_symval_forwarding.
10905
10906 * data.c (set_internal): Set the value in the `cons-cell' (for
10907 Buffer_Local_values) not only for frame-local variables.
10908
10909 2007-11-22 Andreas Schwab <schwab@suse.de>
10910
10911 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
10912 values to sprintf.
10913 * keymap.c (Fsingle_key_description): Likewise.
10914 * print.c (print_object): Likewise.
10915
10916 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
10917
10918 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
10919 file for image is nil.
10920
10921 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
10922
10923 * term.c: Include stdarg.h.
10924 (fatal): Implement using varargs.
10925 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
10926
10927 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
10930 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
10931 Update call to buffer_slot_type_mismatch.
10932 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
10933 (buffer_slot_type_mismatch): Update.
10934 * buffer.c (buffer_local_types): Remove.
10935 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
10936 (defvar_per_buffer): Set the type in the buffer_objfwd.
10937
10938 2007-11-21 Jason Rumney <jasonr@gnu.org>
10939
10940 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
10941 CreateFileMapping returns NULL on failure.
10942
10943 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * search.c (Fset_match_data): Remove the `evaporate' feature.
10946 (unwind_set_match_data): Don't use the `evaporate' feature.
10947
10948 2007-11-21 Jason Rumney <jasonr@gnu.org>
10949
10950 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
10951
10952 * w32console.c (w32con_write_glyphs): Remove unused variables.
10953
10954 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10955
10956 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
10957
10958 * s/darwin.h (MULTI_KBOARD): Remove.
10959
10960 * macfns.c (x_create_tip_frame, Fx_create_frame)
10961 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
10962
10963 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 * buffer.c (Fbuffer_local_value): Remove redundant test.
10966 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
10967 than in `current-buffer' to match the comment.
10968 Do the swap using swap_in_global_binding.
10969
10970 * data.c (store_symval_forwarding, set_internal):
10971 * eval.c (specbind): Remove dead code.
10972
10973 * coding.c (detect_coding, Fupdate_coding_systems_internal):
10974 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
10975 Since we do not want to see internal Lisp_*fwd objects here.
10976
10977 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
10978
10979 * sysdep.c (init_system_name): Use getaddrinfo if available.
10980
10981 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
10982 (x_scroll_bar_note_movement): start, end, with, height in struct
10983 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
10984
10985 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
10986
10987 * puresize.h (BASE_PURESIZE): Increase to 1190000.
10988
10989 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
10992 This undoes Richard's change of 14-Oct-2002.
10993
10994 * alloc.c (allocate_other_vector):
10995 * lisp.h (allocate_other_vector): Remove.
10996
10997 * window.c (struct save_window_data): Move non-lisp data to the end
10998 and make it `int' rather than Lisp_Object.
10999 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
11000 Done wrap/unwrap integer values.
11001 (Fset_window_configuration, compare_window_configurations):
11002 Update use of fields to their new types.
11003
11004 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
11005 Turn integer fields into `int'. Merge x_window_low and x_window_high.
11006 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
11007 (SET_SCROLL_BAR_X_WINDOW): Remove.
11008 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
11009 Access the new x_window field directly.
11010 * xterm.c (x_scroll_bar_create): Use a pseudovector.
11011 Don't wrap/unwrap integers into Lisp_Objects.
11012 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
11013 (x_scroll_bar_report_motion):
11014 Don't wrap/unwrap integers into Lisp_Objects.
11015 (x_term_init): Use SDATA.
11016 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
11017 (x_scroll_bar_set_handle, x_scroll_bar_remove)
11018 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
11019 (x_scroll_bar_report_motion, x_scroll_bar_clear):
11020 * xfns.c (x_set_background_color):
11021 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
11022 Access the new x_window field directly.
11023
11024 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
11025 (allocate_pseudovector): Make non-static.
11026
11027 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
11028 (allocate_pseudovector): Declare.
11029 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
11030
11031 2007-11-15 Andreas Schwab <schwab@suse.de>
11032
11033 * editfns.c (Fformat): Correctly format EMACS_INT values.
11034 Also take precision into account when formatting an integer.
11035
11036 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
11037
11038 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
11041 (syms_of_keyboard): Defsubr it.
11042
11043 * data.c (swap_in_global_binding): Fix longstanding bug where
11044 store_symval_forwarding was not called with the right second argument,
11045 thus causing objfwd-ing from being dropped.
11046
11047 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
11048
11049 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
11050 (Fx_display_pixel_height, Fx_display_planes)
11051 (Fx_display_color_cells, Fx_server_max_request_size)
11052 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
11053 (Fx_display_visual_class, Fx_display_save_under):
11054 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
11055 (Fx_display_pixel_height, Fx_display_planes)
11056 (Fx_display_color_cells, Fx_server_max_request_size)
11057 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11058 (Fx_display_mm_height, Fx_display_mm_width)
11059 (Fx_display_backing_store, Fx_display_visual_class)
11060 (Fw32_select_font, Fx_display_save_under):
11061 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
11062 (Fx_display_pixel_height, Fx_display_planes)
11063 (Fx_display_color_cells, Fx_server_max_request_size)
11064 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
11065 (Fx_display_save_under): Fix typos in docstrings.
11066
11067 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
11068
11069 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
11070 corresponding to deleted entries; they are an implementation detail.
11071 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
11072 Remove variables.
11073 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
11074 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
11075 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
11076 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
11077 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
11078 (Fw32_define_rgb_color, Fw32_load_color_file)
11079 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
11080 Fix typos in docstrings.
11081 (Fx_server_version): Reflow docstring.
11082 (Fw32_shell_execute): Doc fixes.
11083
11084 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
11085
11086 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
11087 if w32_parse_hot_key returned nil.
11088
11089 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11090
11091 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
11092
11093 2007-11-09 Jason Rumney <jasonr@gnu.org>
11094
11095 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
11096
11097 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
11098
11099 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
11100 Remove W32_SCROLL_BAR_CLICK_EVENT.
11101
11102 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
11103 Add MULTIMEDIA_KEY_EVENT.
11104
11105 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
11106 (lispy_multimedia_keys) [WINDOWSNT]: New array.
11107 (make_lispy_event) [WINDOWSNT]: Use it to translate
11108 MULTIMEDIA_KEY_EVENT.
11109
11110 * w32term.h (WM_APPCOMMAND): Define if not already.
11111 (GET_APPCOMMAND_LPARAM): Likewise.
11112
11113 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
11114 WM_APPCOMMAND.
11115
11116 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
11117 (syms_of_w32fns): Export and initialize it.
11118 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
11119
11120 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
11121
11122 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
11123 twice.
11124
11125 * xdisp.c (handle_face_prop): Fix last change.
11126
11127 2007-11-09 Richard Stallman <rms@gnu.org>
11128
11129 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
11130 not just for after-strings and before-strings.
11131 Call face_for_overlay_string and pass the overlay to it.
11132 (handle_display_prop): Determine whether property came from an overlay.
11133 Pass OVERLAY arg to handle_single_display_spec.
11134 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
11135 (load_overlay_strings): Fill in it->string_overlays.
11136 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
11137
11138 * xfaces.c (face_for_overlay_string): Function renamed from
11139 face_at_buffer_position_no_overlays, and add arg OVERLAY.
11140
11141 * dispextern.h (struct it): New elt string_overlays.
11142 New elt from_overlay, also in stack.
11143 Rearrange a few elements.
11144 (face_for_overlay_string): Decl renamed from
11145 face_at_buffer_position_no_overlays, and add argument.
11146
11147 2007-11-09 Richard Stallman <rms@gnu.org>
11148
11149 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
11150 to get the base face for an overlay string.
11151
11152 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
11153
11154 * xfaces.c (face_at_buffer_position_no_overlays): New function.
11155
11156 * xdisp.c (handle_stop): Move some code out of loop.
11157
11158 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11159
11160 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
11161 Fix conversion from Lisp object to ATSUFontID.
11162
11163 2007-11-09 Jason Rumney <jasonr@gnu.org>
11164
11165 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
11166
11167 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11168
11169 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
11170 Don't assume regions are aligned to page boundary.
11171 (print_load_command_name): Add LC_UUID if defined.
11172
11173 2007-11-09 Richard Stallman <rms@gnu.org>
11174
11175 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
11176
11177 2007-11-07 Jason Rumney <jasonr@gnu.org>
11178
11179 * s/windows95.h: Remove.
11180
11181 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
11182
11183 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
11184 abort with a message on unhandled store_type values.
11185
11186 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
11187
11188 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
11189 Remove HAVE_X11R5 and HAVE_X11R4.
11190
11191 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
11192
11193 * Makefile.in: Remove references to sunfns.c and sunfns.o.
11194
11195 2007-11-01 Johan Bockgård <bojohan@gnu.org>
11196
11197 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
11198 Don't set s->stippled_p here, since it has already been set by
11199 x_set_glyph_string_gc from x_draw_glyph_string.
11200
11201 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
11202
11203 * sunfns.c: Remove file.
11204
11205 * m/sun386.h:
11206 * m/sun2.h:
11207 * m/sparc.h: Remove Sun windows code.
11208
11209 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
11212 (init_keyboard): Set current_kboard's window-system to nil.
11213 (tty_read_avail_input): Typo.
11214 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
11215
11216 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11217
11218 * s/usg5-4.h:
11219 * s/usg5-3.h:
11220 * s/ptx.h:
11221 * m/is386.h:
11222 * m/ibmps2-aix.h:
11223 * Makefile.in: Remove all mentions of X10.
11224
11225 * dispnew.c (syms_of_display): Don't mention version 10.
11226
11227 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
11228
11229 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
11230 ($(BLD)/abbrev.$(O)): Remove.
11231
11232 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11233
11234 Rewrite abbrev.c in Elisp.
11235 * image.c (Qcount): Don't declare as extern.
11236 (syms_of_image): Initialize and staticpro `Qcount'.
11237 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
11238 * emacs.c (main): Don't call syms_of_abbrev.
11239 * Makefile.in (obj): Remove abbrev.o.
11240 (abbrev.o): Remove.
11241 * abbrev.c: Remove.
11242
11243 2007-10-26 Martin Rudalics <rudalics@gmx.at>
11244
11245 * window.c (window_min_size_2): Don't count header-line.
11246
11247 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11248
11249 * frame.h (struct frame): Move all bit fields after the first bit
11250 field to take advantage of the available space. Group all the
11251 chars together to reduce wasted space due to padding.
11252
11253 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
11254
11255 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
11256
11257 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
11258 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
11259 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
11260 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
11261 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
11262 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
11263 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
11264 (last_marked, mark_object_loop_halt): Make static.
11265
11266 * frame.c (syms_of_frame) <delete-frame-functions>:
11267 Fix typo in docstring.
11268
11269 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
11270
11271 * w32.c (init_environment): Fix tiny memory leak.
11272 (w32_get_resource): Remove unused variable `ok'.
11273
11274 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 Make `window-system' into a keyboard-local variable (rather than
11277 frame-local as done originally by multi-tty).
11278
11279 * keyboard.h (struct kboard): Add Vwindow_system.
11280 * keyboard.c (init_kboard): Set a default for Vwindow_system.
11281 (mark_kboards): Mark Vwindow_system.
11282
11283 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
11284 (init_display): Don't set the obsolete `window-system' frame-param.
11285
11286 * xterm.c (x_term_init):
11287 * w32term.c (w32_create_terminal):
11288 * term.c (init_tty): Set Vwindow_system.
11289 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
11290 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
11291
11292 * xfns.c (Fx_create_frame, x_create_tip_frame):
11293 * w32fns.c (Fx_create_frame, x_create_tip_frame):
11294 * macfns.c (Fx_create_frame):
11295 Don't set the obsolete `window-system' frame-param.
11296
11297 * frame.h (Qwindow_system): Remove.
11298 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
11299 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
11300
11301 2007-10-24 Richard Stallman <rms@gnu.org>
11302
11303 * frame.c (x_figure_window_size): For fullscreen case,
11304 set USPosition | PPosition without clobbering rest of window_prompting.
11305
11306 * keyboard.c (Fcurrent_idle_time): Doc fix.
11307
11308 * print.c (Fwith_output_to_temp_buffer): Doc fix.
11309
11310 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11311
11312 * process.c (unwind_request_sigio): Only define if __ultrix__.
11313
11314 * callproc.c (child_setup): Remove spurious *.
11315
11316 * lisp.h (Fget_text_property): Declare.
11317 (have_menus_p): Declare it here rather than in sys-dep header files.
11318 * macterm.h (have_menus_p):
11319 * msdos.h (have_menus_p):
11320 * xterm.h (have_menus_p): Remove.
11321
11322 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
11323 (Fmake_variable_frame_local): Just check the variable's const-ness
11324 rather than checking nil or t.
11325
11326 2007-10-22 Jason Rumney <jasonr@gnu.org>
11327
11328 * w32fns.c: Include math.h.
11329 (w32_abort): Declaration moved to nt/config.nt.
11330
11331 * s/ms-w32.h (HAVE_STDLIB_H): Define.
11332 (abort): Redefinition moved to nt/config.nt.
11333
11334 * m/windowsnt.h: Remove.
11335
11336 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
11337
11338 * emacs.c (Fdump_emacs): Fix typo in message.
11339 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
11340 <installation-directory>: Reflow docstring.
11341
11342 2007-10-22 Juri Linkov <juri@jurta.org>
11343
11344 * minibuf.c: Allow minibuffer default to be a list of default values.
11345 With empty input use the first element of this list as returned default.
11346 (string_to_object)
11347 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
11348 (read_minibuf): If defalt is cons, set histstring to its car.
11349 (Fread_string): If default_value is cons, set val to its car.
11350 (Fread_buffer): If def is cons, use its car.
11351 (Fcompleting_read): If defalt is cons, set val to its car.
11352
11353 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
11354
11355 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
11356
11357 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
11358
11359 * doc.c (Fdocumentation): Check for advice in all cases.
11360
11361 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
11364
11365 2007-10-19 Richard Stallman <rms@gnu.org>
11366
11367 * doc.c (Fdocumentation): Check for and handle an advised function.
11368
11369 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
11370
11371 * process.c (Fset_process_filter): Doc fix.
11372
11373 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
11376 which caused key-translation-map to applied repeatedly (thus breaking
11377 double-mode).
11378
11379 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11380
11381 * xselect.c (x_own_selection, x_handle_selection_clear)
11382 (x_clear_frame_selections):
11383 * w32menu.c (list_of_panes, list_of_items):
11384 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
11385 * textprop.c (validate_plist, interval_has_all_properties)
11386 (interval_has_some_properties, interval_has_some_properties_list)
11387 (add_properties, text_property_list):
11388 * process.c (Fget_buffer_process, list_processes_1, status_notify):
11389 * minibuf.c (Fassoc_string):
11390 * macselect.c (x_own_selection, x_clear_frame_selections)
11391 (Fx_disown_selection_internal):
11392 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
11393 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
11394
11395 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
11396
11397 * process.c: Link to libs for calling res_init() if available.
11398 (Fmake_network_process): Call res_init() before getaddrinfo or
11399 gethostbyname, if possible.
11400
11401 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11402
11403 * lread.c (read1): Set pvectype for char_tables.
11404
11405 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
11406 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
11407 Add type checks.
11408 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
11409
11410 * alloc.c (free_misc): Use XMISCTYPE.
11411 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
11412
11413 2007-10-17 Glenn Morris <rgm@gnu.org>
11414
11415 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
11416 (syms_of_minibuf): Add Qcompletion_ignore_case.
11417 * dired.c (Qcompletion_ignore_case): Change to external.
11418 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
11419 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
11420 (Fread_file_name): Use it rather than intern'ing.
11421
11422 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
11423 (Fread_coding_system): Ignore case of user input.
11424
11425 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11426
11427 * xdisp.c (handle_display_prop): Ignore display specs after
11428 replacing one when string text is being replaced.
11429 (handle_single_display_spec): Pretend as if characters with display
11430 property haven't been consumed only when buffer text is being replaced.
11431
11432 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * xfns.c (Fx_create_frame, Fx_display_list):
11435 * window.c (window_fixed_size_p, enlarge_window)
11436 (shrink_window_lowest_first):
11437 * macterm.c (init_font_name_table):
11438 * macfns.c (Fx_create_frame, Fx_display_list):
11439 * lread.c (close_load_descs):
11440 * keyboard.c (read_char_x_menu_prompt):
11441 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
11442 * coding.c (code_convert_region_unwind): Test the type of an object
11443 rather than just !NILP before extracting data from it.
11444
11445 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
11446
11447 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
11448 (XMISCANY): New macro.
11449 (XMISCTYPE): Use it.
11450 (struct Lisp_Misc_Any): New type.
11451 (union Lisp_Misc): Use it.
11452 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
11453 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
11454 (find_symbol_value, set_internal, default_value, Fset_default)
11455 (Fmake_variable_buffer_local, Fmake_local_variable)
11456 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
11457 (Flocal_variable_if_set_p, Fvariable_binding_locus):
11458 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
11459 * alloc.c (allocate_buffer): Set the size and tag.
11460 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
11461 Use XMISCANY.
11462 (die): Follow the GNU convention for error messages.
11463 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
11464 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
11465 tag any more.
11466 (set_buffer_internal_1):
11467 * frame.c (store_frame_param):
11468 * eval.c (specbind):
11469 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
11470
11471 * doc.c (Fsnarf_documentation): Simplify.
11472
11473 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
11474
11475 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
11476 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
11477
11478 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
11481
11482 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
11483
11484 * eval.c (do_autoload): Don't save autoloads.
11485
11486 * data.c (Ffset): Save autoload of the function being set.
11487
11488 2007-10-07 John Paul Wallington <jpw@pobox.com>
11489
11490 * xfns.c (x_create_tip_frame): Set the `display-type' frame
11491 parameter before setting up faces.
11492
11493 2007-10-13 Eli Zaretskii <eliz@gnu.org>
11494
11495 * ccl.c (Fregister_code_conversion_map):
11496 * keyboard.c (append_tool_bar_item): Reformat last change.
11497
11498 * lisp.h (eabs): Rename from `abs'. All callers changed.
11499
11500 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
11501
11502 * buffer.c (add_overlay_mod_hooklist):
11503 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
11504 * fontset.c (make_fontset):
11505 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
11506 (append_tool_bar_item):
11507 * macmenu.c (grow_menu_items):
11508 * w32menu.c (grow_menu_items):
11509 * xmenu.c (grow_menu_items): Use larger_vector.
11510
11511 2007-10-13 Eli Zaretskii <eliz@gnu.org>
11512
11513 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
11514 selected frame'' on MSDOS).
11515
11516 2007-10-12 Martin Rudalics <rudalics@gmx.at>
11517
11518 * frame.c (Qexplicit_name): New variable.
11519 (x_report_frame_params): Report it in parameter alist.
11520 (syms_of_frame): Intern and staticpro it.
11521
11522 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
11523
11524 * macfns.c (x_create_tip_frame): Set terminal for frame.
11525
11526 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11527
11528 * frame.c (Qenvironment): Remove.
11529 (syms_of_frame) <Qenvironment>: Don't initialize.
11530 (Fdelete_frame): Don't treat the `environment' param specially.
11531 * frame.h (Qenvironment): Don't declare.
11532 * callproc.c (set_initial_environment): Don't set unused frame param.
11533
11534 * frame.c (Fframe_with_environment): Remove.
11535 (syms_of_frame) <Sframe_with_environment>: Don't declare.
11536
11537 * lisp.h (Fframe_with_environment): Don't declare.
11538
11539 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
11540
11541 * indent.c (indent_tabs_mode, last_known_column)
11542 (last_known_column_modified): Make static.
11543 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
11544
11545 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
11546
11547 * puresize.h (BASE_PURESIZE): Increase to 1170000.
11548
11549 2007-10-09 Jason Rumney <jasonr@gnu.org>
11550
11551 * w32term.c (x_set_window_size): Disable code that attempts to tell
11552 Lisp code about a size change before it actually happens.
11553
11554 2007-10-09 Richard Stallman <rms@gnu.org>
11555
11556 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
11557 return HANDLED_RETURN.
11558
11559 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11560
11561 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
11562 when there's an unread command event.
11563
11564 * frame.c (focus_follows_mouse): Move here from frame.el to allow
11565 window autoselection act appropriately when leaving selected frame.
11566 (syms_of_frame): Initialize focus_follows_mouse.
11567 * frame.h (focus_follows_mouse): Extern it.
11568 * macterm.c (XTread_socket): When focus_follows_mouse is nil
11569 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
11570 * msdos.c (dos_rawgetc): Likewise.
11571 * w32term.c (w32_read_socket): Likewise.
11572 * xterm.c (handle_one_xevent): Likewise.
11573 * xdisp.c (syms_of_xdisp): In doc-string of
11574 mouse-autoselect-window mention focus-follows-mouse.
11575
11576 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11577
11578 * macterm.c (mac_load_query_font): Fix missing return value.
11579 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
11580 Add BLOCK_INPUT.
11581
11582 2007-10-08 Richard Stallman <rms@gnu.org>
11583
11584 * xdisp.c (get_window_cursor_type): Implement documented behavior
11585 for cursor-in-non-selected-windows = t.
11586
11587 2007-10-08 Jason Rumney <jasonr@gnu.org>
11588
11589 * w32.c (w32_get_resource): Always close registry keys.
11590
11591 2007-10-08 Jason Rumney <jasonr@gnu.org>
11592
11593 * makefile.w32-in (LIBS): Add COMCTL32.
11594
11595 * w32fns.c (globals_of_w32fns): Init common controls.
11596
11597 2007-10-08 Richard Stallman <rms@gnu.org>
11598
11599 * image.c (our_memory_buffer): Rename from omfib_buffer.
11600
11601 2007-10-08 Richard Stallman <rms@gnu.org>
11602
11603 * buffer.c (Foverlays_at): Doc fix.
11604
11605 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 * fns.c (Fplist_put): Preserve uneven tail data.
11608
11609 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
11610
11611 * termhooks.h (enum event_kind): Remove trailing comma.
11612
11613 * frame.h (enum): Remove trailing comma.
11614
11615 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
11616
11617 * w32proc.c (delete_child): Don't terminate threads of zombies.
11618
11619 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11620
11621 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
11622
11623 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
11624 last-repeatable-command.
11625 (init_kboard): Initialize Vlast_repeatable_command.
11626 (command_loop_1): Set it to real_this_command unless that was
11627 bound to an input event.
11628 (mark_kboards): Mark it.
11629
11630 2007-10-08 Richard Stallman <rms@gnu.org>
11631
11632 * eval.c (condition-case): Doc fix.
11633
11634 2007-10-08 Masatake YAMATO <jet@gyve.org>
11635
11636 * xfaces.c (tty_supports_face_attributes_p): Fix code
11637 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
11638 was copied and not edited.
11639
11640 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 Add new `input-decode-map' keymap and use it for terminal
11643 escape sequences.
11644 * keyboard.h (struct kboard): Add Vinput_decode_map.
11645 Remove Vlocal_key_translation_map.
11646 * keyboard.c (read_key_sequence): Add support for input-decode-map.
11647 (init_kboard): Init input-decode-map.
11648 Replace local-key-translation-map back with key-translation-map.
11649 (syms_of_keyboard): Declare input-decode-map.
11650 Remove local-key-translation-map. Update docstrings.
11651 (mark_kboards): Mark Vinput_decode_map.
11652 Don't mark Vlocal_key_translation_map.
11653 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
11654 Replace local-key-translation-map back with key-translation-map.
11655 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
11656 Bind in input-decode-map rather than function-key-map.
11657
11658 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
11659 This was made redundant by the previous introduction of XSETPVECTYPE.
11660
11661 2007-10-09 Richard Stallman <rms@gnu.org>
11662
11663 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
11664
11665 2007-09-29 Richard Stallman <rms@gnu.org>
11666
11667 * eval.c (internal_condition_case_2, internal_condition_case_1)
11668 (internal_condition_case): Reenable abort if x_catching_errors ()
11669 to see if that really happens and why.
11670
11671 2007-10-06 Andreas Schwab <schwab@suse.de>
11672
11673 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
11674
11675 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
11676
11677 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
11678
11679 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
11682
11683 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * window.h (struct window):
11686 * window.c (struct save_window_data, struct saved_window):
11687 * termhooks.h (struct terminal):
11688 * process.h (struct Lisp_Process):
11689 * frame.h (struct frame):
11690 * buffer.h (struct buffer):
11691 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
11692 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
11693 The size field of (pseudo)vectors is now unsigned.
11694 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
11695
11696 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
11697 Turn `count' into an integer.
11698
11699 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
11700 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
11701 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
11702 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
11703 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
11704
11705 * alloc.c (allocate_pseudovector): New fun.
11706 (ALLOCATE_PSEUDOVECTOR): New macro.
11707 (allocate_window, allocate_terminal, allocate_frame)
11708 (allocate_process): Use it.
11709 (mark_vectorlike): New function.
11710 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
11711 (mark_terminals): Use it.
11712 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
11713 (Fmake_byte_code): Use XSETPVECTYPE.
11714
11715 * frame.c (Fframe_parameters): Minor simplification.
11716
11717 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
11718
11719 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
11720
11721 * buffer.c (Fget_buffer_create, init_buffer_once):
11722 * lread.c (defsubr):
11723 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
11724
11725 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
11726 defined differently in the m/*.h files.
11727 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
11728 (XSETPVECTYPE): New macro.
11729 (XSETPSEUDOVECTOR): Use it.
11730
11731 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
11732 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
11733
11734 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
11735 * lread.c (defvar_per_buffer):
11736 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
11737
11738 * window.c (candidate_window_p): Only consider as visible frames that
11739 are on the same terminal.
11740
11741 * m/ibms390x.h (MARKBIT): Remove unused macro.
11742
11743 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
11744
11745 * lread.c (Fload): Fix typo in docstring.
11746
11747 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
11748
11749 * floatfns.c (Fexpt): Manually check for overflows, so that a power
11750 of a non-zero value can't yield zero.
11751
11752 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * term.c (term_clear_mouse_face, term_mouse_highlight)
11755 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
11756
11757 * print.c (safe_debug_print): Use XHASH.
11758
11759 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
11760 Lisp elements such as tags.
11761 (XHASH): New macro.
11762 (EQ): Use it.
11763 (SREF, SSET, STRING_COPYIN): Use SDATA.
11764 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
11765
11766 * alloc.c (mark_terminal): Remove left-over declaration.
11767 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
11768 (allocate_vectorlike): Remove type argument. Adjust callers.
11769 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
11770 Only handle the one remaining MEM_TYPE_VECTORLIKE.
11771
11772 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
11773 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
11774 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
11775 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
11776 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
11777 Use them.
11778
11779 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
11780 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
11781 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
11782
11783 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
11784
11785 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
11786 loaded by default.
11787
11788 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
11791 on this tty.
11792 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
11793
11794 * term.c (mouse_face_window): Rename from Qmouse_face_window.
11795 Update all users.
11796 (handle_one_term_event): Use Gpm_DrawPointer.
11797 (Fgpm_mouse_start): Rename from Fterm_open_connection.
11798 Signal errors instead of returning nil. Always return nil.
11799 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
11800 Make it a noop if gpm-mouse was not activated.
11801 (syms_of_term): Update names.
11802
11803 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11804
11805 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
11806 (init_sys_modes): Check that gpm_tty is the current tty.
11807
11808 * alloc.c (allocate_terminal): Set the vector size to only count the
11809 lisp fields. Initialize those to nil.
11810 (mark_object): Don't treat terminals specially.
11811 (mark_terminal): Remove.
11812 (mark_terminals): Use mark_object instead.
11813
11814 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
11815 the GC to the beginning.
11816
11817 * indent.h:
11818 * indent.c: Use EMACS_INT for ints coming from Elisp data.
11819
11820 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
11821
11822 2007-09-25 Jason Rumney <jasonr@gnu.org>
11823
11824 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
11825
11826 * w32console.c (create_w32cons_output): Remove.
11827
11828 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
11829
11830 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
11831 (reset_sys_modes): Use reset_terminal_modes_hook.
11832
11833 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11834
11835 * eval.c (do_autoload): Don't output any message.
11836
11837 2007-09-24 Juri Linkov <juri@jurta.org>
11838
11839 * emacs.c (standard_args): Change priority of "--no-splash"
11840 from 40 to 3. Add "--no-desktop" with the same priority.
11841
11842 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
11843
11844 * alloc.c (gc_sweep): Check cons cell mark bits word by word
11845 and optimize the case where they are all 1.
11846
11847 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
11848
11849 * lisp.h (abs): Define if not defined.
11850 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
11851 Don't define `abs', since it's defined in lisp.h.
11852
11853 2007-09-22 Eli Zaretskii <eliz@gnu.org>
11854
11855 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
11856 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
11857 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
11858 (init_tty): Use DEV_TTY instead of "/dev/tty".
11859 [WINDOWSNT]: No need to protect from NAME arg being null.
11860
11861 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11862
11863 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
11864 up the tty state.
11865
11866 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
11869 (gpm_tty): Change its type.
11870 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
11871 (gpm_tty): Change its type and initialize it.
11872 (Fterm_open_connection): Check the frame is indeed a tty.
11873 Use the new gpm_tty.
11874 (Fterm_close_connection): Use the new gpm_tty.
11875 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
11876 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
11877
11878 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
11879
11880 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
11881 underline_color, to draw strike-through.
11882
11883 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * lisp.h (allocate_terminal): Declare.
11886
11887 * window.c (candidate_window_p): Consider frames that are being placed
11888 by the user as somewhere between visible and iconified.
11889 (window_loop): Prefer windows on the current frame.
11890 (Fselect_window): Move the use of select-frame to the beginning so we
11891 can just delegate all the work (it'll call us back anyway).
11892
11893 * frame.c (Qdisplay_environment_variable):
11894 * frame.h (Qdisplay_environment_variable): Delete.
11895
11896 * .gdbinit (xbacktrace): Print the arg's address rather than the value
11897 of the first arg, since that value may be a union.
11898
11899 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
11900 parameter rather than Qdisplay_environment_variable. If all else
11901 fails, look for DISPLAY in initial-environment.
11902
11903 2007-09-21 Glenn Morris <rgm@gnu.org>
11904
11905 * Makefile.in (emacstool): Remove target.
11906 (lisp, shortlisp): Remove termdev.elc.
11907
11908 2007-09-21 Markus Triska <markus.triska@gmx.at>
11909
11910 * xterm.c (x_delete_display): Compile session management conditionally.
11911
11912 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * callproc.c (getenv_internal_1): New function.
11915 (getenv_internal): Use it.
11916 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
11917
11918 * terminal.c (get_terminal): Don't accept ints to represent terminals.
11919 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
11920 (Fset_terminal_parameter): Work with dead terminals as well.
11921 (Fmodify_terminal_parameters): Remove.
11922
11923 * terminal.c (get_terminal): Handle terminals.
11924 Make sure the terminal returned is live.
11925 (create_terminal): Use allocate_terminal.
11926 (mark_terminals): Move to alloc.c.
11927 (delete_terminal): Use terminal->name as liveness status.
11928 NULL out fields after freeing their contents.
11929 Don't deallocate the object.
11930 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
11931 rather than an int.
11932 (Fterminal_live_p): Accept non-integer arguments.
11933 (Fterminal_list): Return terminal objects rather than an ints.
11934
11935 * alloc.c (enum mem_type): New member for `terminal' objects.
11936 (allocate_terminal): New function.
11937 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
11938 Handle terminals.
11939 (mark_terminal): New fun.
11940 (mark_terminals): Move from terminal.c.
11941
11942 * term.c (get_tty_terminal): Don't treat output_initial specially.
11943 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
11944 (delete_tty): Use terminal->name as liveness status.
11945
11946 * termhooks.h (struct terminal): Make it into a pseudovector.
11947 Remove `deleted' replaced by checking `name's nullness.
11948
11949 * print.c (print_object): Handle terminals.
11950
11951 * lisp.h (enum pvec_type): New `terminal' pseudovector.
11952 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
11953
11954 * frame.c (make_terminal_frame):
11955 * keyboard.c (tty_read_avail_input):
11956 * w32term.c (x_delete_terminal):
11957 * xfns.c (Fx_create_frame, x_create_tip_frame):
11958 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
11959
11960 2007-09-20 Glenn Morris <rgm@gnu.org>
11961
11962 * process.c (Fmake_network_process): Doc fix.
11963
11964 2007-09-19 Jason Rumney <jasonr@gnu.org>
11965
11966 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
11967
11968 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
11969
11970 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
11971 Fix a C warning regarding variable constness.
11972
11973 * xterm.c (handle_one_xevent): Fix a C warning.
11974
11975 2007-09-18 Jason Rumney <jasonr@gnu.org>
11976
11977 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
11978
11979 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
11980
11981 * gtkutil.c (gdpy_def): New variable.
11982 (xg_initialize): Initialize gdpy_def.
11983 (xg_display_close): If no other display exists, set gdpy_def to a
11984 new connection.
11985
11986 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
11987
11988 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
11989 when we have no file name for the icon.
11990 (xg_tool_bar_expose_callback): Remove.
11991 (xg_create_tool_bar): Don't connect expose signal to
11992 xg_tool_bar_expose_callback.
11993 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
11994
11995 2007-09-16 Andreas Schwab <schwab@suse.de>
11996
11997 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
11998 values instead of zapping them.
11999
12000 2007-09-14 Glenn Morris <rgm@gnu.org>
12001
12002 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
12003 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
12004 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
12005 scope and rename to omfib_buffer for clarity.
12006 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
12007
12008 2007-09-14 Kenichi Handa <handa@m17n.org>
12009
12010 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
12011
12012 2007-09-13 Jason Rumney <jasonr@gnu.org>
12013
12014 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
12015
12016 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
12017
12018 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
12019 (mac_term_init): Call here instead, passing rif.
12020
12021 2007-09-13 Glenn Morris <rgm@gnu.org>
12022
12023 * s/hpux.h: No longer define `static' as nothing.
12024
12025 2007-09-13 Johan Bockgård <bojohan@gnu.org>
12026
12027 * callint.c (Fcall_interactively): Remove unused var `fun'.
12028
12029 2007-09-12 Romain Francoise <romain@orebokech.com>
12030
12031 * window.c (prefer_window_split_horizontally, display_buffer):
12032 Revert 2007-09-08 change.
12033
12034 2007-09-12 Glenn Morris <rgm@gnu.org>
12035
12036 * alloca.c: Remove file.
12037 * Makefile.in (alloca): Do not undef.
12038 (allocaobj, alloca.o): Remove.
12039 (otherobj): Remove allocaobj.
12040 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
12041 * regex.c (C_ALLOCA): Remove all references and code that was only
12042 used when this was defined.
12043 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
12044 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
12045 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
12046
12047 * Makefile.in (SOURCES, unlock, relock): Delete.
12048
12049 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
12050 (menu_grab_callback): All uses changed.
12051
12052 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
12053 (x_reply_selection_request): All uses changed.
12054
12055 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 * lread.c (load_warn_old_style_backquotes): Change message to look
12058 better when it appears in the middle of byte-compiler messages.
12059
12060 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
12061
12062 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
12063
12064 * xterm.c (x_create_terminal): Add comment.
12065
12066 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
12067
12068 2007-09-10 Richard Stallman <rms@gnu.org>
12069
12070 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
12071
12072 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
12073
12074 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
12075 (DEFUN): Document `intspec', use it instead of `prompt'.
12076
12077 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
12078
12079 * data.c (Finteractive_form): If the interactive specification starts
12080 with a `(', use it as a Lisp form.
12081
12082 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
12083 name and file modes.
12084
12085 * callint.c (Fcall_interactively): Comment fixes.
12086
12087 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12088
12089 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
12090 and compiled functions.
12091
12092 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
12093
12094 * window.c (prefer_window_split_horizontally): New variable.
12095 (display_buffer): Consider splitting window horizontally depending
12096 on prefer_window_split_horizontally.
12097
12098 2007-09-08 Eli Zaretskii <eliz@gnu.org>
12099
12100 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
12101
12102 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
12105
12106 * frame.c (x_set_frame_parameters): Check number is positive before
12107 using XFASTINT.
12108
12109 * window.c (freeze_window_start): Don't presume selected_window holds
12110 a window object.
12111 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
12112
12113 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
12114
12115 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
12116
12117 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * window.c (Vsplit_window_preferred_function): New var.
12120 (Fdisplay_buffer): Use it.
12121 (syms_of_window): Export, and initialize it.
12122
12123 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
12124
12125 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
12126
12127 2007-09-06 Glenn Morris <rgm@gnu.org>
12128
12129 * gtkutil.c (menu_grab_callback) <cnt>:
12130 * xselect.c (x_reply_selection_request) <cnt>: Move static
12131 variable to file scope.
12132
12133 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
12136 consistent values of selected_frame and selected_window.
12137
12138 2007-09-04 Jason Rumney <jasonr@gnu.org>
12139
12140 * w32console.c (initialize_w32_display): Zero unused hooks.
12141
12142 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12143
12144 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
12145 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
12146
12147 2007-09-04 Jason Rumney <jasonr@gnu.org>
12148
12149 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
12150 in w32console.c. Set up input. Remove XXX comments that have been
12151 confirmed as correct.
12152
12153 * s/ms-w32.h (MULTI_KBOARD): Define.
12154
12155 * w32console.c (one_and_only_w32cons): Remove.
12156 (initialize_w32_display): Take terminal argument.
12157
12158 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
12159 initialize_w32_display.
12160 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
12161
12162 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
12163
12164 * keyboard.c (discard_mouse_events): Discard it.
12165 (make_lispy_event): Translate it to a lisp event.
12166 (lispy_wheel_names): Add wheel-left and right events.
12167 (syms_of_keyboard): Enlarge wheel_syms.
12168
12169 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
12170 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
12171
12172 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
12173
12174 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
12175 from WM_MOUSEHWHEEL.
12176 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
12177
12178 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
12179 terminal.
12180
12181 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
12182 keyboard for the terminal.
12183
12184 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12185
12186 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
12187 (Vresume_tty_hook): Rename from Vresume_tty_functions.
12188 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
12189 and resume-tty-function to resume-tty-hook.
12190 (Fsuspend_tty, Fresume_tty): Use new names.
12191
12192 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
12193
12194 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
12195 if it starts with "n:".
12196
12197 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
12198
12199 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
12200
12201 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * frame.h:
12204 * frame.c (Qterm_environment_variable): Remove.
12205 (syms_of_frame): Don't init and staticpro it.
12206
12207 * callproc.c (getenv_internal): Remove special case for $TERM.
12208
12209 * callproc.c (Vinitial_environment): New variable.
12210 (set_initial_environment): Initialize it.
12211 (syms_of_callproc): Declare it.
12212 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
12213 TERM under which a process runs is never related to the TERM in which
12214 Emacs is running.
12215
12216 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12217
12218 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
12219 * s/darwin.h: ... do it here.
12220
12221 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * lisp.h (set_initial_environment): Rename from set_global_environment.
12224
12225 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
12226 removed by mistake on the multi-tty branch.
12227
12228 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
12229 (Fmodify_frame_parameters): Return a value.
12230
12231 * image.c (png_load): Comment-out var only used in commented-out code.
12232
12233 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
12234 before passing it to mark_object.
12235
12236 * xfaces.c (internal_resolve_face_name): Return a value.
12237 (internal_resolve_face_name, resolve_face_name_error): Comment out.
12238
12239 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
12240 (x_icon): Comment-out var only used in commented-out code.
12241
12242 2007-08-29 Romain Francoise <romain@orebokech.com>
12243
12244 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
12245 QUIT hasn't been provided.
12246
12247 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12248
12249 * callproc.c (child_setup, getenv_internal): Use the
12250 display-environment-variable and term-environment-variable frame params.
12251 (set_initial_environment): Initialise Vprocess_environment.
12252
12253 * config.in: Disable multi-keyboard support on a mac.
12254
12255 * frame.c (Qterm_environment_variable)
12256 (Qdisplay_environment_variable): New variables.
12257 (syms_of_frame): Intern and staticpro them.
12258 (Fmake_terminal_frame): Disable output method test.
12259
12260 * frame.h: Declare them here.
12261
12262 * macfns.c (x_set_mouse_color): Get rif from the frame.
12263 (x_set_tool_bar_lines): Don't use updating_frame.
12264 (mac_window): Add 2 new parameters for consistency with other systems.
12265 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
12266 frame parameters following what is done in X11 and w32. Don't use
12267 FRAME_MAC_DISPLAY_INFO.
12268 (Fx_open_connection, start_hourglass): Remove window-system check.
12269 (x_create_tip_frame): Get the keyboard from the terminal.
12270
12271 * macmenu.c: Reorder includes.
12272 (Fx_popup_menu): Use terminal specific mouse_position_hook.
12273
12274 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
12275 terminal parameter.
12276 (x_clear_frame): Add a frame parameter.
12277 (note_mouse_movement): Get rif from the frame.
12278 (mac_term_init): Initialize the terminal.
12279 (mac_initialize): Make static and move terminal initialization ...
12280 (mac_create_terminal): ... to this new function.
12281
12282 * macterm.h (struct mac_display_info): Add terminal.
12283 (mac_initialize): Delete declaration.
12284
12285 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
12286
12287 * sysdep.c: Comment out text after #endif.
12288
12289 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
12290 is defined. Better initialize ttys in windows. Use terminal
12291 specific mouse_position_hook.
12292
12293 * termhooks.h (union display_info): Add mac_display_info.
12294
12295 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
12296 Set the default minibuffer frame, window_system and the rest of the
12297 frame parameters following what is done in X11.
12298
12299 * w32term.c (w32_initialize): Make static.
12300
12301 * xselect.c (x_handle_selection_clear): Only access
12302 terminal->kboard when MULTI_KBOARD is defined.
12303
12304 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
12305 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
12306
12307 2007-08-29 Jason Rumney <jasonr@gnu.org>
12308
12309 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
12310 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
12311
12312 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
12313 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
12314
12315 * keyboard.c (restore_kboard_configuration): Only define when
12316 MULTI_KBOARD defined.
12317
12318 * makefile.w32-in: Update dependancies from Makefile.in.
12319 (OBJ1): Add terminal.$(O)
12320
12321 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
12322 Don't define function body.
12323 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
12324
12325 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
12326
12327 * w32.c (request_sigio, unrequest_sigio): Remove.
12328
12329 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
12330 (w32con_clear_frame, w32con_clear_end_of_line)
12331 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
12332 (w32con_delete_glyphs, w32con_set_terminal_window)
12333 (scroll_line, w32_sys_ring_bell): Add frame arg.
12334 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
12335 Add terminal arg.
12336 (PICK_FRAME): Remove.
12337 (w32con_write_glyphs): Use frame specific terminal coding.
12338 (one_and_only_w32cons): New global variable.
12339 (initialize_w32_display): Use it for storing hooks.
12340 (create_w32cons_output): New function.
12341
12342 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
12343 arg a frame.
12344
12345 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
12346 Set window_system.
12347 (x_set_tool_bar_lines): Don't use updating_frame.
12348 (Fx_create_frame): Set terminal and ref count.
12349 (Fx_open_connection): Remove window-system check.
12350
12351 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
12352
12353 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
12354 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
12355 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
12356 Add frame arg.
12357 (x_delete_terminal, w32_create_terminal): New functions.
12358 (w32_term_init): Create a terminal.
12359 (w32_initialize): Move terminal specific initialization to
12360 w32_create_terminal.
12361
12362 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
12363 (w32_clear_rect, w32_clear_area): Use background from frame.
12364 (w32_display_info): Add terminal.
12365 (w32_sys_ring_bell, x_delete_display): Declare here.
12366
12367 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
12368
12369 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
12370
12371 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
12372
12373 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
12374 Fix get_named_tty calls for the controlling tty.
12375
12376 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12377
12378 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
12379
12380 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
12381
12382 * term.c (tty_insert_glyphs): Add missing first parameter.
12383
12384 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
12385
12386 * buffer.c (Fbuffer_list, Fbury_buffer):
12387 Take frame->buried_buffer_list into account.
12388
12389 * cm.c (current_tty): New variable, for cmputc().
12390 (cmputc): Use it.
12391 (cmcheckmagic): Add tty parameter, look up terminal streams there.
12392 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
12393 (cmgoto): Add tty parameter. Pass it on to calccost().
12394 Use emacs_tputs() instead of tputs().
12395
12396 * cm.h (emacs_tputs): New macro to set current_tty, and then call
12397 tputs().
12398 (current_tty): New variable, for cmputc().
12399 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
12400
12401 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
12402 (internal_condition_case, internal_condition_case_1)
12403 (internal_condition_case_2): Don't abort when x_catching_errors.
12404
12405 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
12406 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
12407 prevent crashes caused by bogus longjmps in read_char.
12408
12409 * keymap.h (Fset_keymap_parent): Add EXFUN.
12410
12411 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
12412 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
12413 Remove redundant definition.
12414
12415 * macfns.c (x_set_mouse_color, x_make_gc):
12416 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
12417
12418 * w32term.c (x_free_frame_resources):
12419 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
12420 (w32_initialize): Use the accessor macros for terminal characteristics.
12421
12422 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
12423 Use the accessor macros for terminal characteristics.
12424 * msdos.c (internal_terminal_init): Use the accessor macros for
12425 terminal characteristics.
12426 (ScreenVisualBell, internal_terminal_init):
12427 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
12428
12429 * termopts.h (no_redraw_on_reenter): Declare.
12430
12431 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
12432 (mark_terminals, mark_ttys): Declare.
12433 (Fgarbage_collect): Call them.
12434 (mark_object): Mark buried_buffer_list.
12435
12436 * prefix-args.c: Include stdlib.h for exit.
12437
12438 * syssignal.h: Add comment.
12439
12440 * indent.c: Include stdio.h.
12441
12442 * window.h (Vinitial_window_system): Declare.
12443 (Vwindow_system): Delete declaration.
12444
12445 * fontset.c (Finternal_char_font): Use FRAME_RIF.
12446
12447 * image.c (lookup_image): Don't initialize `c' until the xasserts
12448 have been run.
12449
12450 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
12451 FRAME_FOREGROUND_PIXEL.
12452
12453 * print.c (print_preprocess): Don't lose print_depth levels while
12454 iterating.
12455
12456 * widget.c (update_from_various_frame_slots):
12457 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
12458
12459 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
12460 frames.
12461 (window_internal_height): Remove bogus make_number call.
12462 (init_window_once): Call make_terminal_frame with two zero parameters.
12463
12464 * fileio.c (Fread_file_name): Update comment.
12465
12466 * callint.c (Fcall_interactively):
12467 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
12468 Make sure it is correctly unwound.
12469
12470 * xsmfns.c (x_session_close): New function.
12471
12472 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
12473 Delete declarations.
12474
12475 * xterm.h: Remove declaration for x_fully_uncatch_errors.
12476 (x_output): Remove background_pixel and foreground_pixel fields.
12477 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
12478 (x_delete_device, x_session_close): Declare.
12479
12480 * lread.c: Include setjmp.h. Update declaration of `read_char'.
12481 (read_filtered_event): Call `read_char' with a local
12482 `wrong_kboard_jmpbuf'.
12483
12484 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
12485 Don't call single_kboard_state. Use FRAME_RIF.
12486
12487 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
12488 systems.
12489
12490 * lisp.h (set_process_environment): Rename to `set_global_environment'.
12491 (Fframe_with_environment, Fset_input_meta_mode)
12492 (Fset_quit_char): EXFUN.
12493 (x_create_device, tty_output, terminal, tty_display_info): Declare.
12494 (init_sys_modes, reset_sys_modes): Update prototypes.
12495 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
12496
12497 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
12498 Vlocal_key_translation_map, and Vkeyboard_translate_table.
12499 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
12500 Delete declarations.
12501 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
12502 (temporarily_switch_to_single_kboard, tty_read_avail_input):
12503 New declarations.
12504
12505 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
12506 already does that during init_display(). Call syms_of_keymap
12507 before syms_of_keyboard. Call `syms_of_terminal'.
12508 Call set_initial_environment, not set_process_environment.
12509 (shut_down_emacs): Call reset_all_sys_modes() instead of
12510 reset_sys_modes().
12511
12512 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
12513 (internal_resolve_face_name, resolve_face_name_error): New functions.
12514 (resolve_face_name): Protect against loops and errors thrown by Fget.
12515 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
12516 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
12517
12518 * scroll.c: Replace CURTTY() with local variables throughout the
12519 file (where applicable).
12520 (calculate_scrolling, calculate_direct_scrolling)
12521 (scrolling_1, scroll_cost): Use the accessor macros for terminal
12522 characteristics.
12523
12524 * keymap.c (Vfunction_key_map): Remove.
12525 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
12526 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
12527 (Vkey_translation_map): Remove.
12528 (syms_of_keymap): Remove DEFVAR for key-translation-map.
12529 (Fdescribe_buffer_bindings)
12530 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
12531 Update for terminal-local key-translation-map.
12532
12533 * Makefile.in (callproc.o): Update dependencies.
12534 (lisp, shortlisp): Add termdev.elc.
12535 (obj): Add terminal.o.
12536 (terminal.o): Add dependencies.
12537 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
12538 (data.o, fns.o): Add termhooks.h dependency.
12539 (SOME_MACHINE_LISP): Add dnd.elc.
12540 (minibuf.o): Fix typo.
12541 Update dependencies.
12542
12543 * data.c (do_symval_forwarding, store_symval_forwarding)
12544 (find_symbol_value): Use the selected frame's keyboard, not
12545 current_kboard.
12546
12547 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
12548 Vwindow_system.
12549
12550 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
12551 Fmenu_bar_open.
12552 (syms_of_xmenu): Update defsubr.
12553 (mouse_position_for_popup, Fx_popup_menu)
12554 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
12555 (set_frame_menubar, free_frame_menubar)
12556 (create_and_show_popup_menu, xmenu_show, )
12557 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
12558 an X frame.
12559
12560 * xselect.c (x_own_selection): Abort if not an X frame.
12561 (some_frame_on_display): Check if it is an X frame.
12562 (x_handle_selection_clear): Deal with MULTI_KBOARD.
12563
12564 * coding.c: Include frame.h and termhooks.h.
12565 (terminal_coding, keyboard_coding): Delete.
12566 (Fset_terminal_coding_system_internal)
12567 (Fset_keyboard_coding_system_internal)
12568 (Fkeyboard_coding_system)
12569 (Fterminal_coding_system): Add a terminal parameter.
12570 Get terminal_coding from the terminal.
12571 (init_coding_once): Don't call setup_coding_system here.
12572
12573 * dispextern.h (set_scroll_region, turn_off_insert)
12574 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
12575 (tty_clear_end_of_line, tty_setup_colors)
12576 (delete_tty, updating_frame)
12577 (produce_special_glyphs, produce_glyphs, write_glyphs)
12578 (insert_glyphs): Remove.
12579 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
12580 (tty_turn_off_highlight, get_tty_size): Add declaration.
12581 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
12582
12583 * frame.h (enum output_method): Add output_initial.
12584 (struct x_output): Delete.
12585 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
12586 Access foreground_pixel and background_pixel directly from the frame.
12587 (tty_display): Delete.
12588 (struct frame): Add buried_buffer_list, foreground_pixel,
12589 background_pixel and terminal. Delete kboard.
12590 (union output_data): Add tty.
12591 (FRAME_KBOARD): Get the kboard from the terminal.
12592 (FRAME_INITIAL_P): New macro.
12593 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
12594 (Qterm_environment_variable, Qdisplay_environment_variable)
12595 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
12596 New declarations.
12597
12598 * termchar.h (tty_output, tty_display_info): New structures.
12599 (tty_list): Declare.
12600 (FRAME_TTY, CURTTY): New macros.
12601 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
12602 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
12603 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
12604 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
12605
12606 * callproc.c: Include frame.h and termhooks.h, for terminal
12607 parameters.
12608 (add_env): New function.
12609 (child_setup): Use it.
12610 (child_setup, getenv_internal): Handle the new Vprocess_environment.
12611 (getenv_internal): Fix get_terminal_param call.
12612 (Fgetenv_internal, egetenv): Update doc.
12613 (syms_of_callproc): Initialize Vprocess_environment to nil.
12614 Register and initialize them. Remove obsolete defvars. Update doc
12615 strings.
12616 (child_setup): Handle Vlocal_environment_variables.
12617 (getenv_internal): Add terminal parameter.
12618 Handle Vlocal_environment_variables.
12619 (Fgetenv_internal): Add terminal parameter.
12620 (child_setup, getenv_internal, Fgetenv_internal): Store the local
12621 environment in a frame (not terminal) parameter. Update doc strings.
12622 (set_initial_environment): Rename from set_global_environment.
12623 Store Emacs environment in initial frame parameter.
12624
12625 * xdisp.c (redisplay_internal): Update references to
12626 `previous_terminal_frame'.
12627 (display_mode_line, Fformat_mode_line): Replace calls to
12628 `push_frame_kboard' with `push_kboard'.
12629 (get_glyph_string_clip_rects): Add extra parentheses and
12630 braces to prevent compiler warnings.
12631 (calc_pixel_width_or_height): Add xassert to check that the
12632 frame is alive. Don't call `lookup_image' on a termcap frame.
12633 (message2_nolog, message3_nolog, redisplay_internal)
12634 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
12635 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
12636 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
12637 (Fx_display_pixel_width, Fx_display_pixel_height)
12638 (Fx_display_planes, Fx_display_color_cells)
12639 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
12640 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
12641 (Fx_display_backing_store, Fx_display_visual_class)
12642 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
12643 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
12644
12645 * xfns.c (x_set_foreground_color x_set_background_color)
12646 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
12647 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
12648 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
12649 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
12650 terminal that is being deleted.
12651 (Fx_create_frame): Use `store_frame_param' to set `window-system'
12652 frame parameter, and make sure it overrides any user-supplied setting.
12653 (Fx_close_connection, Fx_synchronize): Unify argument names with
12654 the rest of the DEFUNs.
12655
12656 * dispnew.c (Fsend_string_to_terminal): Update call to
12657 `get_tty_terminal'.
12658 (Fredraw_frame, Fsend_string_to_terminal)
12659 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
12660 FRAME_TERMCAP_P and FRAME_TTY.
12661 (window_change_signal): Don't believe width/height values that are
12662 impossibly small.
12663 (Vinitial_window_system): Rename from Vwindow_system.
12664 (termscript, Wcm, rif): Delete.
12665
12666 * termhooks.h (struct terminal): New struct containing the
12667 previously global text display hooks and new members NAME,
12668 DELETED and PARAM_ALIST.
12669 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
12670 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
12671 (FRAME_RIF): New macros.
12672 (get_terminal_param, get_device): New declarations.
12673 (termscript): Delete declaration.
12674
12675 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
12676 (XTflash, x_free_frame_resources, x_scroll_bar_create)
12677 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
12678 FRAME_FOREGROUND_PIXEL.
12679 (x_fully_uncatch_errors): Disable definition.
12680 (x_scroll_bar_expose): Fix reference to foreground pixel.
12681 (XTread_socket): Disable loop on all X displays.
12682 (x_delete_terminal): Don't set terminal->deleted and let
12683 delete_terminal delete the frames on the terminal.
12684 (x_delete_display): Doc update to reflect changes in
12685 delete_terminal.
12686 (x_display_info) <terminal>: Move member earlier in the struct.
12687 (deleting_tty): Remove old variable.
12688 (Fsuspend_tty): Call clear_tty_hooks.
12689 (Fresume_tty, init_tty): Call set_tty_hooks.
12690 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
12691 errors on X frames.
12692 (x_catch_errors_unwind): Abort if x_error_message is NULL.
12693 (handle_one_xevent): Initialize `f' to NULL.
12694 (x_delete_terminal, x_create_terminal): New functions.
12695 (XTset_terminal_modes, XTreset_terminal_modes)
12696 (XTread_socket, x_connection_closed, x_term_init)
12697 (x_term_init, x_delete_display): Add terminal parameter.
12698 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
12699 X connections.
12700
12701 * frame.c: Include termchar.h.
12702 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
12703 (Qwindow_system, Qenvironment, Qterm_environment_variable)
12704 (Qdisplay_environment_variable): New vars.
12705 (Fframep): Deal with output_initial.
12706 (Fframe-live-p): Doc fix.
12707 (Fwindow-system): New function.
12708 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
12709 (make_terminal_frame): Don't create frames on a terminal that is
12710 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
12711 (store_frame_param): Check for found_for_frame before calling XFRAME.
12712 (Fmake_terminal_frame): Handle NULL tty names correctly.
12713 (syms_of_frame): Enhance doc string of `default-frame-alist'.
12714 (Fdelete_frame): Remove unused variable `count'. Don't allow other
12715 frames to refer to a deleted frame in their 'environment parameter.
12716 (Fframe_with_environment): New function.
12717 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
12718 (get_future_frame_param): New function.
12719 (Fmake_terminal_frame): Use it.
12720 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
12721
12722 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
12723 * sysdep.c (reset_sys_modes): Update for renames.
12724
12725 * keyboard.c (tty_read_avail_input): New function.
12726 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
12727 (syms_of_keyboard): Defsubr them.
12728 (Fset_input_meta_mode, Fset_quit_char): New functions.
12729 (Fset_input_mode): Split to above functions.
12730 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
12731 parameter. Use it in call to `read_char'.
12732 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
12733 Set wrong_kboard_jmpbuf correctly in recursive calls.
12734 Use current_kboard to access Vkeyboard_translate_table.
12735 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
12736 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
12737 Update longjmp invocations. Remember the original current_kboard,
12738 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
12739 changes it. Comment out unnecessary calls to
12740 `record_single_kboard_state' and `any_kboard_state'.
12741 Update recursive calls.
12742 (wrong_kboard_jmpbuf): Remove global variable.
12743 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
12744 Handle deleted interrupted_kboards correctly; that is a legal
12745 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
12746 and read_char calls. Abort if interrupted_kboard died in read_char.
12747 (any_kboard_state, single_kboard_state)
12748 (push_frame_kboard): Remove function.
12749 (pop_kboard): Switch out of single_kboard mode if the kboard has
12750 been deleted. Remove unused variable. Help debugging by not
12751 changing current_kboard unnecessarily. Set current_kboard to the
12752 kboard of the selected frame when the stored kboard object has
12753 been deleted before pop_kboard.
12754 (temporarily_switch_to_single_kboard): Change first parameter to a
12755 frame pointer. Throw an error when caller wants to change kboards
12756 while in single_kboard mode. Don't push_kboard if we weren't in
12757 single kboard state. Don't pop_kboard if we popped into any
12758 kboard state.
12759 (restore_kboard_configuration): Abort if pop_kboard changed the
12760 kboard in single_kboard mode. Call pop_kboard only after setting
12761 up single_kboard mode.
12762 (Frecursive_edit): Switch to single_kboard mode only in nested
12763 command loops.
12764 (cmd_error, command_loop, command_loop_1, timer_check):
12765 Comment out unnecessary call to `any_kboard_state' and
12766 `record_single_kboard_state'.
12767 (delete_kboard): Exit single_kboard mode if we have just deleted
12768 that kboard. Use FRAME_KBOARD.
12769 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
12770 `fatal_error_signal'.
12771 (record_single_kboard_state): Don't push_kboard if we weren't in
12772 single kboard state. Don't pop_kboard if we popped into any
12773 kboard state.
12774 (push_frame_kboard): Rename to push_kboard.
12775 (kbd_buffer_get_event): Use FRAME_TERMINAL.
12776 (read_avail_input): Read input from all terminals.
12777 (mark_kboards): Also mark Vkeyboard_translate_table.
12778 (kbd_buffer_store_event_hold): Simplify condition.
12779 (read_key_sequence): Reinitialize fkey and keytran at each replay.
12780 (Vkeyboard_translate_table): Move to struct kboard.
12781 (init_kboard): Initialize Vkeyboard_translate_table.
12782 (syms_of_keyboard): Use DEFVAR_KBOARD to define
12783 Vkeyboard_translate_table. Update doc strings. Update docs of
12784 local-function-key-map and function-key-map.
12785
12786 * terminal.c: New file.
12787
12788 * term.c: Include errno.h.
12789 (Vring_bell_function, device_list, initial_device)
12790 (next_device_id, ring_bell, update_begin, update_end)
12791 (set_terminal_window, cursor_to, raw_cursor_to)
12792 (clear_to_end, clear_frame, clear_end_of_line)
12793 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
12794 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
12795 (syms_of_term): Move their initialization to terminal.c.
12796 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
12797 (Ftty_display_color_cells)
12798 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
12799 (clear_tty_hooks, set_tty_hooks)
12800 (init_tty, maybe_fatal): New functions.
12801 (Ftty_type): Return nil if terminal is not on a tty instead of
12802 throwing an error. Doc update.
12803 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
12804 Doc update. Initialize new subrs and variables.
12805 (delete_tty): Use terminal->deleted.
12806 (tty_set_terminal_modes): Rename from set_terminal_modes.
12807 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
12808 (set_scroll_region): Rename to `tty_set_scroll_region'.
12809 (turn_on_insert): Rename to `tty_turn_on_insert'.
12810 (turn_off_insert): Rename to `tty_turn_off_insert'.
12811 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
12812 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
12813 (toggle_highligh): Rename to `tty_toggle_highlight'.
12814 (background_highlight): Rename to `tty_background_highlight'.
12815 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
12816 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
12817 (tty_set_scroll_region, tty_background_highlight)
12818 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
12819 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
12820 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
12821 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
12822 Add static modifier.
12823 (tty_reset_terminal_modes, tty_set_terminal_window)
12824 (tty_set_scroll_region, tty_background_highlight)
12825 (tty_highlight_if_desired, tty_cursor_to)
12826 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
12827 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
12828 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
12829 renames.
12830
12831 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
12832
12833 * keyboard.c: Qrtl is new.
12834 (parse_tool_bar_item): Handle :rtl keyword.
12835 (syms_of_keyboard): Intern :rtl keyword.
12836
12837 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
12838
12839 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
12840 so no Lisp code is executed.
12841 (file_for_image, find_rtl_image): New functions.
12842 (xg_get_image_for_pixmap): Use file_for_image.
12843 (update_frame_tool_bar): If direction is RTL, use RTL image if
12844 defined. Use Gtk stock images if defined.
12845
12846 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12847
12848 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
12849 for nonexistent or zero-width glyph in composition glyph.
12850
12851 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12852
12853 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
12854
12855 * xdisp.c (Finvisible_p): New function.
12856 (syms_of_xdisp): defsubr it.
12857
12858 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
12859
12860 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
12861 Doc fixes.
12862
12863 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12864
12865 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
12866
12867 2007-08-24 Martin Rudalics <rudalics@gmx.at>
12868
12869 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
12870 whether decoding has modified buffer contents.
12871
12872 2007-08-24 Jason Rumney <jasonr@gnu.org>
12873
12874 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
12875 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
12876 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
12877 (init_svg_functions) [HAVE_NTGUI]: New function.
12878 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
12879 (svg_load_image): Use them.
12880 (svg_load_image) [HAVE_NTGUI]: Implement background.
12881
12882 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12883
12884 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
12885 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
12886 (LIBX): Remove @RSVG_LIBS@.
12887 (LIBES): Add $(RSVG_LIBS).
12888
12889 * image.c (svg_load_image): Blend with specified background if exists.
12890 Use IMAGE_BACKGROUND. Add Mac OS Support.
12891
12892 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
12893 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
12894 Remove macros.
12895 [MAC_OSX] (socket_callback): Do nothing.
12896 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
12897 ReceiveNextEvent.
12898 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
12899 socket_callback.
12900 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
12901
12902 2007-08-22 Glenn Morris <rgm@gnu.org>
12903
12904 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
12905
12906 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
12907
12908 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
12909
12910 * image.c: Add support for SVG images. Some additional comments
12911 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
12912 (svg_image_p): New function to test for SVG image.
12913 (svg_load): New function to load SVG image.
12914 (svg_load_image): New function, helper for svg_load.
12915 (Qsvg): New Lisp_object.
12916 (svg_keyword_index): New enum.
12917 (svg_format): New static `image_keyword' struct.
12918 (svg_type): New static `image_type' struct.
12919 (librsvg/rsvg.h): Include it.
12920
12921 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
12924
12925 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * lread.c (Qold_style_backquotes): New var.
12928 (syms_of_lread): Init and staticpro it.
12929 (load_warn_old_style_backquotes): New fun.
12930 (Fload): Use them to warn about old style backquotes.
12931 (end_of_file_error, Fload): Remove unused vars.
12932
12933 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
12934
12935 * lread.c (Vold_style_backquotes): New var.
12936 (syms_of_lread): Init and export it to Elisp.
12937 (read1): Set it when we find an old-style (back)quote.
12938
12939 2007-08-22 Jason Rumney <jasonr@gnu.org>
12940
12941 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
12942
12943 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
12944
12945 * puresize.h (BASE_PURESIZE): Increase to 1140000.
12946
12947 2007-08-19 Richard Stallman <rms@gnu.org>
12948
12949 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
12950
12951 2007-08-19 Andreas Schwab <schwab@suse.de>
12952
12953 * alloc.c (pure): Round PURESIZE up.
12954
12955 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
12956
12957 * xterm.c (handle_one_xevent): Remove check that mouse click is in
12958 active frame.
12959
12960 2007-08-16 Richard Stallman <rms@gnu.org>
12961
12962 * eval.c (Fcommandp): Add parens to clarify.
12963
12964 * minibuf.c (Fall_completions): Use enum for type of table.
12965
12966 * emacs.c (USAGE2): Improve text.
12967
12968 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
12969
12970 * term.c (tty_default_color_capabilities): Declare static
12971 variables in file scope, to avoid HPUX compiler problem.
12972
12973 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
12974
12975 * gtkutil.c (update_frame_tool_bar): Use -1 as index
12976 to gtk_toolbar_insert.
12977
12978 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
12979
12980 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
12981
12982 * insdel.c (reset_var_on_error): New fun.
12983 (signal_before_change, signal_after_change):
12984 Use it to reset (after|before)-change-functions to nil in case of error.
12985 Bind inhibit-modification-hooks to t.
12986 Don't bind (after|before)-change-functions to nil while they run.
12987
12988 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12989
12990 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
12991 filling pixmap with stippled background.
12992
12993 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12994
12995 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
12996 Don't use invisible frame as parent window for repositioning.
12997
12998 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * print.c (new_backquote_output): Rename from old_backquote_output.
13001 (print): Inverse its logic (according to its name) so as to match the
13002 behavior of new_backquote_flag in lread.c.
13003
13004 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13005
13006 * gmalloc.c (posix_memalign): New function.
13007
13008 * macterm.c (frame_highlight, frame_unhighlight): Don't call
13009 ActivateControl/DeactivateControl here.
13010 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
13011 frame-notice-user-settings is non-nil.
13012 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
13013 for kEventParamFMFontStyle.
13014 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
13015 mac_pass_command_to_system and mac_pass_control_to_system here.
13016 (XTread_socket): Call ActivateControl/DeactivateControl here.
13017 (XTread_socket) [TARGET_API_MAC_CARBON]:
13018 Check mac_pass_command_to_system and mac_pass_control_to_system here.
13019 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
13020 for window repositioning.
13021
13022 2007-08-08 Glenn Morris <rgm@gnu.org>
13023
13024 * Replace `iff' in doc-strings and comments.
13025
13026 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
13027
13028 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
13029
13030 2007-08-07 Martin Rudalics <rudalics@gmx.at>
13031
13032 * fileio.c (Finsert_file_contents): Run format-decode and
13033 after_insert_file_functions on entire buffer when REPLACE is
13034 non-nil and inhibit modification_hooks and point_motion_hooks.
13035 For consistency, run after_insert_file_functions iff something
13036 got inserted. Move signal_after_change and update_compositions
13037 after code running after_insert_file_functions. Make sure that
13038 undo_list doesn't record intermediate steps of the decoding process.
13039
13040 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13041
13042 * emacs.c (main)
13043 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
13044 Call malloc_enable_thread on interactive startup.
13045
13046 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
13047 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
13048 [USE_PTHREAD]: Conditionalize with it.
13049 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
13050 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
13051 New functions.
13052
13053 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
13054
13055 * xdisp.c (redisplay_window): When restoring original buffer
13056 position, make sure it is still valid.
13057
13058 * image.c (png_load): Ignore png-supplied background color.
13059
13060 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13061
13062 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
13063 Use kCFAbsoluteTimeIntervalSince1970.
13064
13065 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
13066 New variable.
13067 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
13068 event loop should be quit.
13069 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
13070 Quit dialog event loop if quit_dialog_event_loop is set.
13071
13072 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
13073 (Selection): New typedef. Use instead of ScrapRef.
13074 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
13075 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
13076 (mac_clear_selection): Rename from clear_scrap.
13077 (get_flavor_type_from_symbol): New argument SEL and subsume function of
13078 scrap_has_target_type. All uses changed.
13079 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13080 (mac_selection_has_target_p): New functions.
13081 (mac_put_selection_value): Rename from put_scrap_string.
13082 (mac_get_selection_value): Rename from get_scrap_string.
13083 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
13084 (put_scrap_private_timestamp, scrap_has_target_type)
13085 (get_scrap_private_timestamp): Remove functions.
13086 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
13087 (x_own_selection, x_get_local_selection):
13088 Use mac_valid_selection_value_p.
13089 (x_own_selection): Don't use put_scrap_private_timestamp.
13090 Record OWNERSHIP-INFO into Vselection_alist instead.
13091 (x_get_local_selection): Don't check type if request is local.
13092 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
13093 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
13094
13095 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
13096
13097 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
13098 add comment explaining why.
13099
13100 2007-08-03 Richard Stallman <rms@gnu.org>
13101
13102 * fileio.c (Fvisited_file_modtime): Use make_time.
13103
13104 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
13105
13106 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
13107 build.
13108
13109 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
13110
13111 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
13112
13113 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13114
13115 * puresize.h (BASE_PURESIZE): Increase to 1130000.
13116
13117 2007-07-30 Richard Stallman <rms@gnu.org>
13118
13119 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
13120
13121 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
13122
13123 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
13124
13125 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
13126
13127 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
13128 remote default-directory.
13129
13130 * buffer.c (mode-line-format): Update doc string.
13131
13132 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13133
13134 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
13135 scroll bar gap.
13136 (x_scroll_bar_create): Set bar->fringe_extended_p.
13137 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
13138 on frame edge. Check fringe background extension. Don't clear
13139 extended fringe background area.
13140
13141 * w32term.h (struct scroll_bar): New member fringe_extended_p.
13142 (w32_fill_area): Enclose multiple statements with do ... while (0).
13143
13144 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
13145 Extend fringe background to scroll bar gap.
13146 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
13147 Set bar->fringe_extended_p.
13148 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
13149 Put leftmost/rightmost scroll bars on frame edge. Check fringe
13150 background extension. Don't clear extended fringe background area.
13151
13152 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
13153 New member fringe_extended_p.
13154
13155 2007-07-25 Glenn Morris <rgm@gnu.org>
13156
13157 * Relicense all FSF files to GPLv3 or later.
13158
13159 * COPYING: Switch to GPLv3.
13160
13161 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
13162
13163 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
13164
13165 * data.c (Finteractive_form): Check for the presence of an
13166 `interactive-form' symbol property more thoroughly.
13167
13168 * data.c (Finteractive_form): Use an `interactive-form' property if
13169 present, analogous to the function-documentation property.
13170
13171 2007-07-24 Jason Rumney <jasonr@gnu.org>
13172
13173 * w32fns.c (x_real_positions): Get real position from OS instead of
13174 calculating it.
13175
13176 2007-07-23 Jason Rumney <jasonr@gnu.org>
13177
13178 * filelock.c (current_lock_owner): Allow for @ sign in username.
13179
13180 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
13181
13182 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
13183 remote default-directory.
13184
13185 * buffer.c (mode-line-format): Describe above case in doc string.
13186
13187 2007-07-20 Eli Zaretskii <eliz@gnu.org>
13188
13189 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
13190 Define if not defined.
13191
13192 2007-07-18 Jason Rumney <jasonr@gnu.org>
13193
13194 * w32proc.c (w32_executable_type): Handle 64 bit executables.
13195
13196 2007-07-18 Richard Stallman <rms@gnu.org>
13197
13198 * data.c (Fsetq_default): Doc fix.
13199
13200 * eval.c (Fsetq): Doc fix.
13201
13202 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
13203
13204 * coding.c (Ffind_operation_coding_system):
13205 * eval.c (For, Fand): Doc fixes.
13206 Reported by Johan Bockgård.
13207
13208 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
13209
13210 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
13211
13212 * xterm.h: Declare x_ewmh_activate_frame.
13213
13214 * xterm.c (x_ewmh_activate_frame): New function.
13215 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
13216
13217 2007-07-17 Martin Rudalics <rudalics@gmx.at>
13218
13219 * window.c (Fdisplay_buffer): If largest or LRU window is the
13220 only window, split it even if it is not eligible for splitting.
13221 This restores the original behavior broken by the 2007-07-15
13222 change.
13223
13224 2007-07-17 Glenn Morris <rgm@gnu.org>
13225
13226 * abbrev.c (abbrev_check_chars): New function.
13227 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
13228 Call abbrev_check_chars to check abbrev characters are word
13229 constituents. Doc fix.
13230
13231 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
13232
13233 * process.c (Fstart_process, Fmake_network_process)
13234 (read_process_output): Fix up last changes.
13235
13236 2007-07-16 Eli Zaretskii <eliz@gnu.org>
13237
13238 * makefile.w32-in (clean): Don't delete *~.
13239
13240 2007-07-16 Andreas Schwab <schwab@suse.de>
13241
13242 * window.c (Fdisplay_buffer): Use NILP.
13243 (Fset_window_scroll_bars): Likewise.
13244
13245 2007-07-15 Martin Rudalics <rudalics@gmx.at>
13246
13247 * window.c (window_min_size_2): New function.
13248 (window_min_size_1, size_window, Fdisplay_buffer)
13249 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
13250 windows without mode- or header-lines when window-min-height is
13251 too small.
13252 (size_window): Reset nodelete_p after testing it, following an
13253 earlier note by Kim F. Storm.
13254 (display_buffer): Do not set split_height_threshold to twice the
13255 value of window_min_height to avoid changing the value of a
13256 customizable variable. Rather explicitly check whether the
13257 height of the window that shall be splitted is at least as large
13258 as split_height_threshold.
13259 (Fwindow_full_width_p): New defun.
13260 (syms_of_window): Defsubr it.
13261
13262 * window.h: Add EXFUN for Fwindow_full_width_p.
13263
13264 2007-07-14 Jason Rumney <jasonr@gnu.org>
13265
13266 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
13267
13268 2007-07-14 Richard Stallman <rms@gnu.org>
13269
13270 * eval.c (maybe_call_debugger): New function.
13271 (find_handler_clause): Use maybe_call_debugger.
13272 Call it when the handler says `debug'.
13273 Eliminate DEBUGGER_VALUE_PTR.
13274 (Fsignal): Eliminate debugger_value.
13275 (Qdebug): New variable.
13276 (syms_of_eval): Initialize it.
13277
13278 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
13279
13280 * eval.c (Fprogn):
13281 * keyboard.c (Ftrack_mouse):
13282 * print.c (Fwith_output_to_temp_buffer):
13283 * window.c (Fsave_window_excursion): Doc fix.
13284
13285 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
13288
13289 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
13290
13291 * process.h (struct Lisp_Process): Turn slots infd, outfd,
13292 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
13293 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
13294 read_output_delay, and read_output_skip from Lisp_Objects to ints.
13295 Remove unused encoding_carryover.
13296 * process.c: Adjust all functions accordingly.
13297
13298 2007-07-12 Richard Stallman <rms@gnu.org>
13299
13300 * term.c: Include unistd.h only if HAVE_UNISTD_H.
13301
13302 2007-07-11 Jason Rumney <jasonr@gnu.org>
13303
13304 * makefile.w32-in (LIBS): Include OLE32.
13305
13306 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
13307 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
13308
13309 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
13312 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
13313 from a Lisp_Object into a bare pointer.
13314 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13315 Adjust the code correspondingly.
13316
13317 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
13318
13319 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
13320 (term_show_mouse_face): Remove unused var `j'.
13321 (handle_one_term_event): Remove unused vars `i' and `j'.
13322 Don't cast return value of ttyname since it's not necessary.
13323
13324 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
13327 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
13328
13329 * fns.c (map_char_table): Use an array of int for `indices' rather than
13330 an array of Lisp_Objects (which are only ever integers anyway).
13331 (Fmap_char_table): Update caller.
13332 * lisp.h: Update prototype.
13333 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
13334 * fontset.c (Ffontset_info):
13335 * casetab.c (set_case_table): Update callers.
13336
13337 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
13338
13339 * keymap.c (struct accessible_keymaps_data)
13340 (struct where_is_internal_data): New structures.
13341 (accessible_keymaps_1, where_is_internal_1): Use them to change
13342 interface to adhere to the one used by map_keymap.
13343 (Faccessible_keymaps, where_is_internal): Use map_keymap.
13344 (accessible_keymaps_char_table, where_is_internal_2): Remove.
13345
13346 * keymap.h (map_keymap_function_t): More informative prototype.
13347
13348 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
13349
13350 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
13351 (looking_at_1): Don't change search_regs and last_thing_searched
13352 if `inhibit-changing-match-data' is non-nil.
13353 (string_match_1, search_buffer, set_search_regs): Likewise.
13354 (syms_of_search): Add Lisp level definition for
13355 `inhibit-changing-match-data' and set it to nil.
13356 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
13357 start and end of the match, instead of using values in search_regs.
13358
13359 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
13360
13361 * minibuf.c (Fcompleting_read): New value `confirm-only'
13362 for `require-match'.
13363
13364 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
13367 part of the 2007-06-27 change to syms_of_fileio.
13368
13369 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13370
13371 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
13372 Check WINDOWP before using XWINDOW. Consolidate return statements.
13373
13374 2007-06-27 Richard Stallman <rms@gnu.org>
13375
13376 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
13377
13378 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
13379
13380 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
13381
13382 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13383
13384 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
13385 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
13386 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
13387 (_free_internal, memalign): Use them.
13388 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
13389 Initialize to PTHREAD_MUTEX_INITIALIZER.
13390 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
13391 (morecore_nolock): Rename from morecore. All uses changed.
13392 Use only nolock versions of internal allocation functions.
13393 (_malloc_internal_nolock, _realloc_internal_nolock)
13394 (_free_internal_nolock): New functions created from
13395 _malloc_internal, _realloc_internal, and _free_internal.
13396 (_malloc_internal, _realloc_internal, _free_internal): Use them.
13397 Copy hook value to automatic variable before its use.
13398 (memalign): Copy hook value to automatic variable before its use.
13399
13400 2007-06-26 Kenichi Handa <handa@m17n.org>
13401
13402 * coding.c (Ffind_operation_coding_system): Docstring improved.
13403 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
13404
13405 2007-06-25 David Kastrup <dak@gnu.org>
13406
13407 * keymap.c (Fcurrent_active_maps): Add `position' argument.
13408 (Fwhere_is_internal): Adjust call to `current-active-maps' to
13409 cater for additional parameter.
13410
13411 * keymap.h: Adjust number of parameters to `current-active-maps'.
13412
13413 * doc.c (Fsubstitute_command_keys): Adjust call of
13414 `current-active-maps'.
13415
13416 2007-06-25 David Kastrup <dak@gnu.org>
13417
13418 * callint.c (Fcall_interactively): Make the parsing of interactive
13419 specs somewhat more readable.
13420
13421 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13422
13423 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
13424 to scroll bar gap also when bitmap fills fringe. Draw only foreground
13425 if extended background has already been filled.
13426
13427 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13428
13429 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
13430 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
13431
13432 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
13433 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
13434 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
13435 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
13436 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
13437 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
13438 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
13439 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
13440 Run timers during dialog popup.
13441 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
13442
13443 2007-06-21 Jason Rumney <jasonr@gnu.org>
13444
13445 * image.c (convert_mono_to_color_image): Swap fore and background.
13446
13447 2007-06-20 Jason Rumney <jasonr@gnu.org>
13448
13449 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
13450 (w32_free_bdf_font): Unmap memory not handle.
13451
13452 2007-06-20 Sam Steingold <sds@gnu.org>
13453
13454 * gmalloc.c (__morecore): Fix the declaration to comply with the
13455 definition.
13456
13457 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
13458
13459 * w32term.c (w32_delete_display): Remove leftover declaration.
13460 (w32_define_cursor, w32_initialize): Make static.
13461
13462 * w32.c (_wsa_errlist): Fix typo in error message.
13463 (init_environment): Ignore any environment variable from the
13464 registry having a null value.
13465
13466 2007-06-20 Glenn Morris <rgm@gnu.org>
13467
13468 * Makefile.in (LIBGIF): Default to -lgif.
13469
13470 2007-06-17 Jason Rumney <jasonr@gnu.org>
13471
13472 * w32menu.c (add_menu_item): Don't use multibyte string functions on
13473 unicode strings.
13474
13475 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
13476
13477 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
13478 Fix typo in docstring.
13479
13480 2007-06-16 Eli Zaretskii <eliz@gnu.org>
13481
13482 * w32menu.c (add_menu_item): Escape `&' characters in menu items
13483 and their keybindings.
13484
13485 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
13486
13487 * composite.c (update_compositions): Fix last fix.
13488
13489 2007-06-14 Jason Rumney <jasonr@gnu.org>
13490
13491 * w32.c (get_process_times_fn): New function pointer.
13492 (globals_of_w32): Intialize it if present in kernel32.dll.
13493 (w32_get_internal_run_time): New function.
13494
13495 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
13496
13497 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
13498
13499 * composite.c (update_compositions): Check the validness of
13500 compositions.
13501
13502 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13503
13504 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
13505 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
13506
13507 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
13508 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
13509
13510 * macgui.h (USE_MAC_TOOLBAR): New define.
13511
13512 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
13513 Return immediately unless popup is activated.
13514
13515 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
13516 background to scroll bar gap.
13517 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
13518 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
13519 scroll bars on frame edge. Check fringe background extension.
13520 Don't clear extended fringe background area.
13521 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
13522 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
13523 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
13524 [USE_MAC_TOOLBAR]: New macros.
13525 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
13526 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
13527 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
13528 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
13529 [USE_MAC_TOOLBAR]: New functions.
13530 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
13531 manually if previous repositioning has failed.
13532 (mac_handle_keyboard_event): Use precomputed event kind.
13533 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
13534 as tool bar item click. Handle mouse movement over tool bar items.
13535
13536 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
13537 toolbar_win_gravity.
13538 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
13539 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
13540 Add externs.
13541
13542 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
13543 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
13544
13545 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
13546
13547 * image.c (search_image_cache): Remove unused variable.
13548
13549 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
13550
13551 * xfns.c, xmenu.c: Link to xaw3d if available.
13552
13553 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13554
13555 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
13556 frame_foreground and frame_background.
13557
13558 * image.c (lookup_image): Save frame foreground and background colors.
13559 (search_image_cache): Check if saved and current frame colors match.
13560
13561 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13562
13563 * regex.c (regex_compile): Remove the `regnum' counter.
13564 Use bufp->re_nsub instead. Add support for \(?N:RE\).
13565
13566 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * term.c: Include intervals.h to declare Fget_text_property.
13569
13570 2007-06-10 Jason Rumney <jasonr@gnu.org>
13571
13572 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
13573
13574 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
13575
13576 * callint.c (Fcall_interactively):
13577 * editfns.c (Fdelete_and_extract_region):
13578 * fileio.c (Fread_file_name):
13579 * fns.c (Fmapconcat):
13580 * keyboard.c (cmd_error_internal):
13581 * keymap.c (Fkey_description):
13582 * lread.c (openp):
13583 * minibuf.c (read_minibuf):
13584 * search.c (wordify):
13585 * sunfns.c (sel_read):
13586 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
13587 * xfns.c (x_default_scroll_bar_color_parameter):
13588 * xmenu.c (menu_help_callback):
13589 * xselect.c (Fx_get_atom_name):
13590 * xterm.c (x_term_init): Use empty_unibyte_string.
13591
13592 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
13593
13594 * alloc.c (init_strings): Initialize canonical empty strings.
13595 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
13596 canonical empty string when the requested size is 0.
13597
13598 * emacs.c (empty_unibyte_string): Rename from empty_string.
13599 (empty_multibyte_string): New canonical empty string.
13600 (syms_of_emacs): Don't initialize empty_string.
13601
13602 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
13603 string, if appropriate.
13604 (empty_unibyte_string, empty_multibyte_string): New externs.
13605 (empty_string): Remove extern.
13606
13607 * lread.c (syms_of_lread): Use empty_unibyte_string.
13608
13609 2007-06-07 Jason Rumney <jasonr@gnu.org>
13610
13611 * s/ms-w32.h: Don't define HAVE_TZNAME.
13612
13613 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
13614
13615 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13616
13617 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
13618
13619 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
13620 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
13621
13622 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
13623 Don't call next handler.
13624 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
13625 Remove argument. Install handler to application.
13626 (set_frame_menubar): Don't change deep_p.
13627 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
13628 FRAME_OUTER_TO_INNER_DIFF_Y.
13629 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13630 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13631 [HAVE_DIALOGS]: New macros.
13632 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
13633 Use them.
13634 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
13635
13636 * macselect.c [MAC_OSX] (install_service_handler): Rename from
13637 init_service_handler. All callers changed. Return OSStatus value.
13638
13639 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
13640 All callers changed so as not to call SetPortWindowPort.
13641 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
13642 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
13643 mac_draw_string_common.
13644 (mac_draw_image_string_qd): Likewise.
13645 (mac_draw_string_common): Use them. Add INLINE.
13646 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
13647 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
13648 GetGlobalMouse.
13649 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
13650 and FRAME_OUTER_TO_INNER_DIFF_Y.
13651 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
13652 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
13653 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
13654 repositioning window to mac_handle_window_event.
13655 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
13656 saving window location to mac_handle_window_event
13657 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
13658 (install_menu_target_item_handler): Remove argument in extern.
13659 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
13660 Also accept command events.
13661 (do_keystroke): New function created from XTread_socket.
13662 (init_command_handler): Remove functions.
13663 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
13664 and save window location by kEventWindowShowing and kEventWindowHiding
13665 handlers here. Don't call next handler for window state change and
13666 focus events.
13667 (mac_handle_application_event, mac_handle_keyboard_event)
13668 [TARGET_API_MAC_CARBON]: New functions.
13669 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
13670 kEventWindowShowing and kEventWindowHiding events. Move installation
13671 of mouse, font, text input and menu target item handlers to
13672 install_application_handler.
13673 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
13674 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13675 New function.
13676 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13677 Register it.
13678 (XTread_socket) [TARGET_API_MAC_CARBON]:
13679 Consolidate SendEventToEventTarget calls.
13680 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
13681 Move application activation handler to mac_handle_application_event.
13682 Move keyboard handler to mac_handle_keyboard_event.
13683 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
13684 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
13685 init_command_handler. Call install_application_handler.
13686
13687 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
13688 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
13689
13690 2007-06-07 Glenn Morris <rgm@gnu.org>
13691
13692 * emacs.c (main): Use `emacs-copyright' in --version output.
13693
13694 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
13695
13696 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
13697
13698 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13699
13700 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
13701
13702 * macgui.h: Replace WindowPtr with WindowRef.
13703
13704 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
13705 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
13706 Replace ControlHandle with ControlRef.
13707 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
13708
13709 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
13710 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
13711 Replace ControlHandle with ControlRef.
13712 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
13713 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
13714
13715 * macterm.h (struct scroll_bar): Rename member control_handle_low
13716 and control_handle_high to control_ref_low and control_ref_high.
13717 All uses changed.
13718 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
13719 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
13720 respectively. All uses changed.
13721 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
13722 (install_window_handler, remove_window_handler): Replace WindowPtr
13723 with WindowRef in externs.
13724
13725 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
13726
13727 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
13728
13729 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
13730
13731 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
13732
13733 * frame.c (Fmouse_position, Fmouse_pixel_position):
13734 Condition on HAVE_GPM too.
13735
13736 * term.c (term_mouse_highlight): Remove unused variables.
13737 (Fterm_open_connection): Set gpm_zerobased to 1.
13738 (term_mouse_movement, term_mouse_click, handle_one_term_event):
13739 Use zero based co-ordinates.
13740 (handle_one_term_event): Report a drag as mouse movement too.
13741
13742 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
13743
13744 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
13745
13746 * image.c (search_image_cache): New function. Require background
13747 color match if background color is unspecified in the image spec.
13748 (uncache_image, lookup_image): Use it.
13749
13750 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
13751
13752 * window.c (Fshrink_window): Reflow docstring.
13753
13754 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
13755
13756 * Version 22.1 released.
13757
13758 2007-06-01 Richard Stallman <rms@gnu.org>
13759
13760 * xfns.c (x_encode_text): Add GCPRO.
13761
13762 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13763
13764 * xfns.c (x_set_name_internal): Save encoded name before
13765 x_encode_text in case string data is relocated.
13766
13767 2007-05-31 Richard Stallman <rms@gnu.org>
13768
13769 * buffer.c (syms_of_buffer): Doc fix.
13770
13771 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
13772
13773 * sysdep.c (init_sys_modes): Add rather than replace with
13774 O_NONBLOCK.
13775
13776 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
13777 term_mouse_moveto.
13778
13779 * termhooks.h (term_mouse_moveto): New extern.
13780
13781 * term.c (mouse_face_window): Rename...
13782 (Qmouse_face_window): ...to this.
13783 (term_show_mouse_face, term_clear_mouse_face)
13784 (term_mouse_highlight): Use Qmouse_face_window.
13785 (term_mouse_moveto): New function.
13786 (term_mouse_position): Make it work.
13787 (syms_of_term): Uncomment assignment to mouse_position_hook.
13788 Staticpro Qmouse_face_window.
13789
13790 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13791
13792 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
13793 around current_column call.
13794
13795 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
13796
13797 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
13798 * xdisp.c (next_element_from_buffer):
13799 * window.c (delete_window):
13800 * term.c (term_mouse_highlight):
13801 * msdos.c (getdefdir):
13802 * macterm.c (mac_create_bitmap_from_bitmap_data)
13803 (init_font_name_table):
13804 * fns.c (Fsxhash):
13805 * data.c (Fmake_local_variable):
13806 * ccl.c (ccl_driver): Likewise.
13807
13808 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13809
13810 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
13811 Call mac_wakeup_from_rne on window size change.
13812
13813 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
13814
13815 * image.c (uncache_image): Fix typo.
13816
13817 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
13818
13819 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
13820
13821 2007-05-22 Richard Stallman <rms@gnu.org>
13822
13823 * xterm.c (x_connection_closed): Remove NO_RETURN.
13824
13825 2007-05-22 Martin Rudalics <rudalics@gmx.at>
13826
13827 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
13828
13829 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
13830
13831 * image.c (uncache_image): New function.
13832 (Fimage_refresh): New function.
13833
13834 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
13835
13836 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
13837
13838 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13839
13840 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
13841 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
13842
13843 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13844
13845 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
13846 conditional on [HAVE_GPM_H].
13847
13848 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13849
13850 * syntax.c (skip_chars): Update syntax-table only after we checked that
13851 the new location is valid.
13852
13853 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13854
13855 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
13856 mac_get_window_bounds.
13857
13858 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13859
13860 * Makefile.in (LIBGPM): Allow it to be set from configure.
13861 If set then link Emacs with it.
13862
13863 * config.in: Regenerate.
13864
13865 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
13866 New externs.
13867
13868 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
13869 Include gpm.h.
13870 (handle_one_term_event, term_gpm): New externs.
13871
13872 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
13873 and allow it to be interrupted by SIGIO.
13874
13875 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
13876 (wait_reading_process_output): Wait on gpm_fd too.
13877 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
13878 (add_gpm_wait_descriptor_called_flag): New variable.
13879 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
13880
13881 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
13882 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
13883 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
13884 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
13885 (make_lispy_event): Add case GPM_CLICK_EVENT.
13886 (read_avail_input): Handle mouse input.
13887
13888 * term.c (write_glyphs_with_face): New function.
13889 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
13890 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
13891 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
13892 (mouse_face_face_id, term_gpm, pos_x, pos_y)
13893 (last_mouse_x, last_mouse_y): New variables.
13894 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
13895 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
13896 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
13897 (Fterm_close_connection): New functions.
13898 (term_init): Initialise mouse_face_window.
13899
13900 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
13901
13902 * xdisp.c (redisplay_window): If first window line is a
13903 continuation line, recompute the new window start instead of
13904 recentering.
13905
13906 2007-05-18 Glenn Morris <rgm@gnu.org>
13907
13908 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
13909 Suggested by Alfred M. Szmidt <ams@gnu.org>.
13910
13911 2007-05-17 Glenn Morris <rgm@gnu.org>
13912
13913 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
13914
13915 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13916
13917 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
13918 dead key repeat and up events.
13919
13920 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
13921
13922 * image.c (pbm_load): Check image size for monochrome pbm.
13923
13924 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
13925
13926 * xterm.c (XTread_socket): Revert last change.
13927
13928 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
13929
13930 * image.c (pbm_load): Correctly check image size for greyscale pbm.
13931
13932 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
13933
13934 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13935
13936 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
13937 mixup (YAILOM).
13938
13939 2007-05-07 Andreas Schwab <schwab@suse.de>
13940
13941 * keymap.c (Flookup_key): Fix typo in last change.
13942
13943 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13944
13945 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
13946 mapping for unibyte strings.
13947
13948 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13949
13950 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
13951 (Fx_popup_dialog) [MAC_OSX]: Likewise.
13952
13953 2007-04-29 Richard Stallman <rms@gnu.org>
13954
13955 * insdel.c (replace_range): For undo, record insertion first.
13956
13957 2007-04-29 Andreas Schwab <schwab@suse.de>
13958
13959 * lisp.h (VECSIZE): Use OFFSETOF.
13960
13961 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13962
13963 * xdisp.c (try_window_reusing_current_matrix): Fix number of
13964 disabled lines.
13965
13966 2007-04-28 Richard Stallman <rms@gnu.org>
13967
13968 * lread.c (read_escape): In a string, \s is always space.
13969
13970 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
13971
13972 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
13973
13974 * gtkutil.c (xg_update_menubar, create_menus): Create empty
13975 submenu for menu bar items.
13976
13977 See ChangeLog.10 for earlier changes.
13978
13979 ;; Local Variables:
13980 ;; coding: utf-8
13981 ;; add-log-time-zone-rule: t
13982 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
13983 ;; End:
13984
13985 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
13986
13987 This file is part of GNU Emacs.
13988
13989 GNU Emacs is free software: you can redistribute it and/or modify
13990 it under the terms of the GNU General Public License as published by
13991 the Free Software Foundation, either version 3 of the License, or
13992 (at your option) any later version.
13993
13994 GNU Emacs is distributed in the hope that it will be useful,
13995 but WITHOUT ANY WARRANTY; without even the implied warranty of
13996 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13997 GNU General Public License for more details.
13998
13999 You should have received a copy of the GNU General Public License
14000 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14001
14002 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40