* m/m68k.h (linux): Use GNU_LINUX instead.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
586b975c
DN
12008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2
7ab56cc4
DN
3 * m/m68k.h (linux): Use GNU_LINUX instead.
4 Remove boilerplate comments.
5
586b975c 6 * m/intel386.h: Undo reactoring from previous change.
7ab56cc4
DN
7 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8 too, remove dead code.
9 (linux): Use GNU_LINUX instead.
586b975c 10
5cc9d48a
JR
112008-07-16 Jason Rumney <jasonr@gnu.org>
12
13 * w32gui.h: Repeat 26 June changes lost by last change.
14
6b0273cd
DN
152008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16
132d0475
DN
17 * systty.h: Remove code for Aix on 386, unsupported platform.
18
19 * s/ms-w32.h: Remove boilerplate comments.
20 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
21
22 * s/gnu-linux.h (TERM): Remove support.
23 (HAVE_SYSVIPC): Remove, unused.
24 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
25 for this system.
26
27 * process.c: Remove support for IRIS, unused.
28 Remove support for TERM, not relevant anymore.
29
30 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
31 used with the definition.
32
33 * s/aix4-2.h (static): Do not undef.
34
35 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
36 only used on Aix.
37 (HAVE_SYSVIPC): Remove, unused.
38
39 * m/hp800.h (CANNOT_DUMP): Do not undef.
40
41 * m/alpha.h: Fix comment.
42
8111c2d8
DN
43 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
44 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
45 used by this configuration.
46 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
47 * unexec.c: Remove code depending on HPUX and
48 USG_SHARED_LIBRARIES, not used with this file. Remove code
49 depending on IRIS, unused. Remove if 0-ed code.
50
e9a57a88
DN
51 * s/template.h: Remove comments about static.
52
c7607b94
DN
53 * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove
54 if 0-ed code.
55 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
56 were the same as the default.
57 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
58 Remove boilerplate comments.
59 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
60 (HAVE_SYSVIPC): Remove, unused.
61 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
62
ff841b30
DN
63 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
64 Remove boilerplate comments.
65 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
66 Remove boilerplate comments.
67 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
68 Remove boilerplate comments.
69 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
70
586b975c
DN
71 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
72 USG systems which do not use DATA_SEG_BITS.
73 Refactor code. Remove boilerplate comments.
74
dc89925b 75 * m/ibms390.h:
dc89925b
DN
76 * m/m68k.h:
77 * s/bsd-common.h:
78 * s/cygwin.h:
79 * s/darwin.h:
80 * s/freebsd.h:
81 * s/gnu.h:
82 * s/msdos.h: Remove boilerplate comments.
83
96b72211
DN
84 * m/iris4d.h: Remove boilerplate comments and code for systems that
85 do not use this file.
86 (IRIS_4D): Remove, unused.
87
c3b5f109
DN
88 * m/mips.h: Remove boilerplate comments and code for systems that
89 do not use this file.
96b72211 90 (SIGN_EXTEND_CHAR):
c3b5f109
DN
91 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
92 * unexmips.c: Remove file, unused.
93
6b0273cd
DN
94 * editfns.c (Fuser_full_name): Replace the only use of
95 USER_FULL_NAME with its value.
96 * config.in: Regenerate.
97
6fbcfb6f
DR
982008-07-16 David Reitter <david.reitter@gmail.com>
99
100 * Makefile.in: add ns-win, ns-carbon-compat, easy-mmode and
101 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port
102
44ac2d3e
GM
1032008-07-16 Glenn Morris <rgm@gnu.org>
104
105 * emacs.c (system-type): Doc fix.
106
0a170079
SM
1072008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
110 If the cache doesn't work, let's fix it, rather than work around it.
111
a68fda4a
AR
1122008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
113
114 * Makefile.in: Correct additions for nsfont.o in last commit.
115 * nsfont.m: New file (forgot last commit).
116
edfda783
AR
1172008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
118
119 Changes and additions for NeXTstep windowing system (Cocoa and
120 GNUstep) support.
121
122 * Makefile.in
123 * config.in: Support defines and build commands for NS port.
124 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
125 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
126 * callproc.c (set_initial_environment): Initialize
127 Vprocess_environment under CANNOT_DUMP (fixes crash when
128 batch-compiling for bootstrap, due to Chris Hall).
129 * dispextern.h: Include nsgui.h and add needed typedefs under NS
130 windowing.
131 (struct face): Add synth_ital field.
132 * dispnew.c: Include nsterm.h when compiling under NS windowing.
133 (init_display): Initialize Vinitial_window_system to "ns" when so
134 compiled.
135 * emacs.c: Include GSConfig.h when compiling under GNUstep.
136 (display_arg): Use under NS.
137 (main): Under NS, allocate autorelease pool and handle command line
138 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
139 (standard_args): Add NS-specific args.
140 (shut_down_emacs): Shut down NS terminal if compiled under NS.
141 * font.c (DEFAULT_ENCODING): New variable.
142 (font_find_for_lface): Use it.
143 (syms_of_font): Load syms_of_nsfont under NS.
144 * font.h: Declare nsfont_driver when compiled under NS.
145 * fontset.c: When compiling under NS, include nsterm.h.
146 (fontset_from_font): Autoconstruct fontset under NS.
147 * frame.c (various): Under NS, include nsterm.h, add Qns window system
148 symbol, document and use it.
149 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
150 patch to fix crash due to different init order, due to Chris Hall and
151 Yamamoto Mitsuharu.
152 (do_switch_frame): When for_deletion under Cocoa, add
153 Fraise_frame(Qnil).
154 (x_set_frame_parameters): Ensure font attribute changes are picked up.
155 (x_get_arg): Allow "yes" and "no" as boolean values.
156 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
157 Qright under Cocoa.
158 (focus-follows-mouse): Default to 0 under NS.
159 * frame.h (enum output_method): Add output_ns.
160 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
161 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
162 (FRAME_WINDOW_P): NS-specific definition.
163 * fringe.c (max_used_fringe_bitmap): Make public.
164 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
165 (getloadavg): Use NeXT code under descendant OS's.
166 * image.c (includes and header section, x_create_bitmap_from_data)
167 (x_create_bitmap_from_file, free_bitmap_record, image_background)
168 (image_background_transparent, x_clear_image_1)
169 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
170 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
171 (x_to_xcolors, x_from_xcolors, x_disable_image)
172 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
173 other GUIs, including XPM support using code originally written for
174 Carbon GUI.
0a170079 175 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
edfda783
AR
176 using NS API.
177 (image_ascent): Use font metrics macros instead of direct struct field
178 access.
179 * keyboard.c (includes): Add nsterm.h when compiling under NS.
180 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
181 Also, handle NS as GTK for menu bar purposes.
182 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
183 toolkit where they differ.
184 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
185 use cachelist, still needed under NS.
6ddc6cca 186 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
edfda783
AR
187 (struct widget_value): Define it here for menu.c.
188 * keymap.c (includes): Include modifier internals.
189 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
190 NS.
191 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
192 support for preferring sequences using certain modifiers, specified by
193 the FIRSTONLY argument.
194 * lisp.h (hash_remove): Rename to avoid name clash when compiling
195 under NS GNUstep implementation.
196 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
197 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
198 * menu.c: Include nsterm.h under NS.
199 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
200 (free_menubar_widget_tree_value, update_submenu_strings)
201 (find_and_call_menu_selection): Treat NS as X and NT.
202 (find_and_return_menu_selection): New function, used for popup menus.
203 * nsgui.h
204 * nsterm.h
205 * nsfns.m
206 * nsimage.m
207 * nsmenu.m
208 * nsselect.m
209 * nsterm.m: New files.
210 * process.c (wait_reading_process_output): Under NS, call ns_select()
211 instead of plain select().
212 * syntax.c (char_quoted): Under NS, avoid a crash when called near
213 beginning of buffer.
214 * sysselect.h (init_process): Rename when compiling under Cocoa to
215 avoid name conflict.
216 * termhooks.h (display_info): Add ns_display_info to union.
217 * terminal.c (Fterminal_live_p): Add ns to terminal types.
218 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
219 COCOA environment.
220 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
221 unexec() signature. (Note, this will dump, but the resulting file
222 crashes; unexosx is used instead; keeping around for reference and
223 possible aid in getting dump working under GNUstep.)
224 * w32gui.h (button_type, widget_value): Remove definitions (now in
225 keyboard.h).
226 * window.c: Include nsterm.h when compiling under NS.
227 * xdisp.c (includes): Include nsterm.h when compiling under NS.
228 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
229 other GUI windowing systems.
230 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
231 GTK.
232 (x_consider_frame_title): Under NS, set icon type and frame
233 modified-state indicator; use ns_set_name_as_filename() when using
234 formatted title.
235 (update_window_cursor): Make public when compiling under NS.
236 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
237 (hourglass_atimer, Vhourglass_delay
238 * xfaces.c (header section, init_frame_faces, clear_font_table)
239 (defined_color, unload_color, x_face_list_fonts)
6ddc6cca
SM
240 (prepare_face_for_display): Add NS support parallel to other GUIs.
241 Emulate GCs like other non-X GUIs.
edfda783
AR
242 (split_font_name): Don't lowercase font name under NS.
243 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
244 under NS.
245 * s/darwin.h: Add support for compilation under NS.
246
1391cd54
JR
2472008-07-15 Jason Rumney <jasonr@gnu.org>
248
6ddc6cca
SM
249 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
250 (w32_show_hourglass): Rename from show_hourglass.
251 (w32_hide_hourglass): Rename from hide_hourglass.
252 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
253 (Vhourglass_delay): Declare extern.
254 (hourglass_started): Remove.
1391cd54 255
6ddc6cca
SM
256 * xdisp.c (Vhourglass_delay): Remove static.
257 (hourglass_started, start_hourglass, cancel_hourglass):
258 Don't include these versions on WINDOWSNT.
1391cd54 259
1885ab29
AR
2602008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
261
6ddc6cca 262 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
20d6dc02 263 variables (formerly in xfns.c).
1885ab29
AR
264 (show_hourglass, hide_hourglass): New prototypes (same).
265 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
266 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
20d6dc02 267 in xfns.c).
1885ab29
AR
268 (syms_of_xdisp): Declare/initialize display-hourglass,
269 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
270 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
20d6dc02 271 formerly in xfns.c.
1885ab29
AR
272 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
273 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
274 (start_hourglass, cancel_hourglass): Remove.
275 (show_hourglass, hide_hourglass): Remove prototypes and static
276 modifiers.
277 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
278 hourglass_atimer, hourglass_shown_p declaration/initialization.
279 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
280 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
281 (start_hourglass, cancel_hourglass): Remove.
282 (show_hourglass, hide_hourglass): Remove prototypes and static
283 modifiers.
284 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
285 hourglass_atimer, hourglass_shown_p declaration/initialization.
286 * w32fns.c (display_hourglass_p, Vhourglass_delay)
287 (DEFAULT_HOURGLASS_DELAY): Remove.
288 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
289 hourglass_shown_p declaration/initialization.
290
3faa984f
JR
2912008-07-14 Jason Rumney <jasonr@gnu.org>
292
6ddc6cca
SM
293 * w32fns.c (w32_get_arg): Remove wrapper function.
294 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
295 directly.
296 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
3faa984f 297
2f73901f
KH
2982008-07-14 Kenichi Handa <handa@m17n.org>
299
300 * xfont.c (xfont_open): Add workaround for X's bug.
301
11da284d
KH
3022008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
303
304 * fontset.c: Include <stdio.h> unconditionally.
305
944cc4a8
MA
3062008-07-13 Michael Albinus <michael.albinus@gmx.de>
307
308 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
309 for filtering.
310
bdee2ef3
DN
3112008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
312
313 * s/vms.h: Use __GNUC__ instead of _GNUC_.
314
315 * m/macppc.h:
316 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
317
318 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
944cc4a8
MA
319 (SPECIAL_EMACS_INT):
320 * m/ia64.h (SPECIAL_EMACS_INT):
bdee2ef3
DN
321 * m/amdx86-64.h (SPECIAL_EMACS_INT):
322 * s/gnu.h (NLIST_STRUCT):
323 * aix4-2.h (X11R5_INHIBIT_I18N):
324 * s/gnu-linux.h (LINUX):
325 * s/msdos.h (HAVE_FACES):
326 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
327
944cc4a8 328 * systty.h:
bdee2ef3
DN
329 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
330 anymore.
331
bba104c1
DN
3322008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
333
334 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
335 always defined as int.
336
337 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
338 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
339 * s/gnu-linux.h (HAVE_WAIT_HEADER):
340 * s/freebsd.h (HAVE_WAIT_HEADER):
341 * s/bsd-common.h (HAVE_UNION_WAIT):
342 * s/aix4-2.h (HAVE_WAIT_HEADER):
343 * m/mips.h (HAVE_UNION_WAIT):
344 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
345 (COFF, static): Do not define, they are undefined later in the file.
346
347 * process.c (update_status): Don't use a union.
348 (status_convert):
349 (sigchld_handler): Use int instead of WAITTYPE.
350
e433031a
CY
3512008-07-12 Chong Yidong <cyd@stupidchicken.com>
352
353 * indent.c (Fvertical_motion): Restore hscroll before moving to
354 goal column.
355
3bfb4d48
DN
3562008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
357
358 * lisp.h: Remove left over code.
359
e7c9048f
AS
3602008-07-11 Andreas Schwab <schwab@suse.de>
361
7e770c85
AS
362 * lisp.h: Fix logic in last change.
363
e7c9048f
AS
364 * menu.h: New file.
365 * menu.c: Include it.
366 * xmenu.c: Likewise.
367 * Makefile.in: Update dependencies.
368
38aaf336
KH
3692008-07-11 Kenichi Handa <handa@m17n.org>
370
371 * fontset.c (fontset_from_font): Cancel the previous change.
372
6e5cb96f
DN
3732008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
374
375 * lisp.h:
376 * w32heap.c:
377 * emacs.c:
378 * alloc.c: Replace all references of NO_UNION_TYPE with
379 USE_LISP_UNION_TYPE.
380
381 * m/xtensa.h (NO_UNION_TYPE):
382 * m/vax.h (NO_UNION_TYPE):
383 * m/template.h (NO_UNION_TYPE):
384 * m/sparc.h (NO_UNION_TYPE):
385 * m/mips.h (NO_UNION_TYPE):
386 * m/macppc.h (NO_UNION_TYPE):
387 * m/m68k.h (NO_UNION_TYPE):
388 * m/iris4d.h (NO_UNION_TYPE):
389 * m/intel386.h (NO_UNION_TYPE):
390 * m/ibms390x.h (NO_UNION_TYPE):
391 * m/ibms390.h (NO_UNION_TYPE):
392 * m/ibmrs6000.h (NO_UNION_TYPE):
393 * m/ia64.h (NO_UNION_TYPE):
394 * m/hp800.h (NO_UNION_TYPE):
395 * m/arm.h (NO_UNION_TYPE):
396 * m/amdx86-64.h (NO_UNION_TYPE):
397 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
398 defining it the same.
399
e0f47a68
CY
4002008-07-10 Chong Yidong <cyd@stupidchicken.com>
401
402 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped
403 line.
404
c5e7567d
DN
4052008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
406
407 * src/fileio.c:
408 * src/sysdep.c
409 * src/systty.h:
410 * src/m/ibmrs6000.h:
411 * src/m/iris4d.h:
412 * src/s/aix4-2.h:
413 * src/s/freebsd.h:
414 * src/s/gnu-linux.h:
415 * src/s/hpux10-20.h:
416 * src/s/hpux11.h:
417 * src/s/netbsd.h:
418 * src/s/sol2-3.h:
419 * src/s/sol2-4.h:
420 * src/s/sol2.h:
421 * src/s/usg5-4.h:
422 * src/s/vms.h: Remove references to unused variables.
423
bb658864
AS
4242008-07-10 Andreas Schwab <schwab@suse.de>
425
426 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
427 pattern before matching the generic family.
428
3d3db608
DN
4292008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
430
a0ce9ab7 431 * unexec.c:
3460e0b9
DN
432 * s/vms.h:
433 * s/usg5-4-2.h:
434 * s/sol2-5.h:
435 * s/freebsd.h:
436 * s/darwin.h: Remove dead code.
437
ad76189a
DN
438 * m/template.h:
439 * m/sparc.h:
440 * m/mips.h:
441 * m/m68k.h:
442 * m/iris4d.h:
443 * m/intel386.h:
444 * m/ibms390x.h:
445 * m/ibms390.h:
446 * m/ia64.h:
447 * m/hp800.h:
448 * m/arm.h:
449 * m/amdx86-64.h: Remove dead code and references to unused
450 and compiler defined symbols.
451
d2b5bbda
DN
452 * unexmips.c:
453 * unexelf.c: Remove references to desupported systems.
454
40dde9d1
DN
455 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
456
21133394
DN
457 * m/powermac.h: Remove boilerplate comments.
458 (NO_REMAP): Remove unused definition.
459
3d3db608
DN
460 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
461 define them.
462
c8e0e16d
KH
4632008-07-10 Kenichi Handa <handa@m17n.org>
464
465 * xfont.c (xfont_open): Log the reason of failure.
466
3cba9369
SM
4672008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * fontset.c (fontset_get_font_group):
470 * font.c (font_check_otf): Specify argument types.
471
73353585
KH
4722008-07-09 Kenichi Handa <handa@m17n.org>
473
0e17387a
KH
474 * coding.c (detect_coding_utf_8): Set detect_info->found only when
475 non-ASCII char is found.
476
73353585
KH
477 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
478 (reorder_font_vector): Change the arg preferred_family to font.
479 Prefer the spec matching with font.
480 (fontset_get_font_group): New function.
481 (fontset_find_font): Change the format of an element of a realized
482 fontset. Use fontset_get_font_group.
483 (fontset_font): Try the current fontset, the default fontset, the
484 fallbacks of the current fonset, and the fallbacks of the default
485 fontset in this order.
486 (face_for_char): Delete the shortcut to use the current font.
487 (fontset_from_font): Don't set fonts for Latin in the fontset.
488
489 * font.h (font_make_object, font_match_p): Adjust prototypes.
490
491 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
492
493 * font.c (font_make_object): New arg entity and pixelsize.
494 (font_check_otf_features, font_check_otf): New functions.
495 (font_match_p): Check :lang, :script, and :otf properties.
496
497 * xfont.c (xfont_open): Adjust it for the change of
498 font_make_object.
e5d05978 499 (xfont_text_extents): Fix initial setting of metrics.
73353585
KH
500
501 * ftfont.c (struct ftfont_info): New member index, delete member
502 fc_charset_idx. Make the member order compatible with struct
503 xftfont_info.
504 (fc_charset_table): Change charset names to registry names.
505 (ftfont_pattern_entity): Delete the args registry and
506 fc_charset_idx. Change the value of :font-entity property
507 to (FONTNAME . INDEX). Always set :registry property to
508 `iso10646-1'.
509 (struct ftfont_cache_data): New struct.
510 (ftfont_lookup_cache): New arg for_face.
511 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
512 (ftfont_driver): Set the member otf_capability.
513 (ftfont_get_charset): Adjust it for the change of
514 fc_charset_table.
515 (OTF_TAG_SYM): New macro.
516 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
517 for the change of fc_charset_table.
518 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
519 ftfont_pattern_entity. Add FC_INDEX to objset.
520 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
521 and ftfont_pattern_entity.
522 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
523 font_make_object, struct ftfont_info.
524 (ftfont_has_char): Use ftfont_get_fc_charset.
525 (ftfont_otf_features, ftfont_otf_capability): New functions.
526 (ftfont_shape): Use ftfont_get_otf.
e5d05978 527 (ftfont_text_extents): Fix initial setting of metrics.
73353585
KH
528
529 * xftfont.c (struct xftfont_info): New member ft_size. Make the
530 member order compatible with struct ftfont_info.
531 (xftfont_open): Add FC_CHARSET to the pattern. Set
532 xftfont_info->ft_size. Don't unlock the face. Check BDF
533 properties if appropriate.
534 (xftfont_close): Unlock the face.
535 (xftfont_anchor_point, xftfont_shape): Deleted.
536 (syms_of_xftfont): Don't set members anchor_point and shape of
537 xftfont_driver.
538
539 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
540 font_make_object.
541
542 * w32font.c (w32font_open): Adjust it for the change of
543 font_make_object.
544 (w32font_open_internal): Don't set properties of font_object here.
545
7f000038
CY
5462008-07-08 Chong Yidong <cyd@stupidchicken.com>
547
830aab93
CY
548 * macfns.c (x_create_tip_frame):
549 * w32fns.c (x_create_tip_frame):
550 * xfns.c (x_create_tip_frame): Pass parameter argument to
551 face-set-after-frame-default.
552
7f000038
CY
553 * xfaces.c (Finternal_merge_in_global_face): Save merged
554 attributes for the default face back into the face vector.
555
85cf8992
AS
5562008-07-08 Andreas Schwab <schwab@suse.de>
557
558 * fontset.h: Declare fontset_from_font. Don't declare
559 new_fontset_from_font and fontset_from_font_name.
560 * xterm.c: Include "fontset.h".
561 * Makefile.in (xterm.o): Update dependencies.
562
4a00783e
GM
5632008-07-08 Glenn Morris <rgm@gnu.org>
564
565 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
566 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
567
4d2d5f5f
CY
5682008-07-07 Chong Yidong <cyd@stupidchicken.com>
569
570 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
571 (x_set_frame_parameters): Don't bind it.
572
dfe66c5b
JB
5732008-07-07 Juanma Barranquero <lekktu@gmail.com>
574
575 * w32fns.c (map_w32_filename): Declare extern.
576
ec7e221c
JR
5772008-07-07 Jason Rumney <jasonr@gnu.org>
578
dfe66c5b 579 * w32term.c (WS_EX_LAYERED): Define if not already.
ec7e221c 580
fe5d61c4
CY
5812008-07-06 Chong Yidong <cyd@stupidchicken.com>
582
583 * xfaces.c (set_font_frame_param): Don't try to set the font
584 parameter if it is still unspecified in the lface.
585
9204cb8b
CY
5862008-07-05 Chong Yidong <cyd@stupidchicken.com>
587
0a143d3a
CY
588 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
589 face if it didn't already exist.
590
9204cb8b
CY
591 * xdisp.c (try_window_id): Give up if word-wrapping is on.
592
6c95e70d
AS
5932008-07-05 Andreas Schwab <schwab@suse.de>
594
dfe66c5b 595 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
6c95e70d 596
59230395
CY
5972008-07-05 Chong Yidong <cyd@stupidchicken.com>
598
599 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
600 word-wrapping.
601 (IT_DISPLAYING_WHITESPACE): New macro.
602 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
603 when word-wrapping. Simplify word-wrapping logic. Use correct
604 pixel positions when saving copies of the iterator.
605 (display_line): Use proper wrap point if the last character on a
606 line was preceded by whitespace.
607
d7c664f3
SM
6082008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
611
9ffc8a3a
KH
6122008-07-04 Kenichi Handa <handa@m17n.org>
613
614 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
615
616 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
617
946598bf
JR
6182008-07-02 Jason Rumney <jasonr@gnu.org>
619
d7c664f3
SM
620 * xfns.c (syms_of_xfns): Only define x-select-font when both
621 HAVE_FREETYPE and USE_GTK
946598bf 622
d7c664f3
SM
623 * xdisp.c (next_element_from_display_vector): Move assignment out
624 of if statement.
946598bf 625
6cf29fe8
JR
6262008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
627
d7c664f3 628 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
6cf29fe8 629
d7c664f3
SM
630 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
631 (syms_of_fileio): Initialize and export them.
632 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
6cf29fe8 633
d7c664f3
SM
634 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
635 (Fsystem_move_file_to_trash): New function.
636 (syms_of_w32fns): Export it to lisp.
6cf29fe8 637
79ca7db1
JR
6382008-07-01 Jason Rumney <jasonr@gnu.org>
639
d7c664f3
SM
640 * w32font.c (w32font_text_extents): Don't count overhang as part
641 of width.
79ca7db1 642
c2786a3d 6432008-06-30 Miles Bader <miles@gnu.org>
c4f4682b
MB
644
645 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
646 Add `avoid_cursor_p' field.
647
648 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
649 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
650 (append_glyph, append_composite_glyph, produce_image_glyph)
c2786a3d
JB
651 (append_stretch_glyph): Initialize avoid_cursor_p.
652 (get_it_property): Rename from `get_line_height_property'.
c4f4682b
MB
653 (x_produce_glyphs): Use get_it_property.
654 (handle_line_prefix, push_display_prop): New functions.
655 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
c2786a3d
JB
656 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
657 New variables.
c4f4682b
MB
658 (syms_of_xdisp): Initialize them.
659
7d7ad10e
KH
6602008-06-30 Kenichi Handa <handa@m17n.org>
661
662 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
663 XftDefaultSubstitute (they are called in XftFontMatch).
664 (xftfont_open): Fix args to ftfont_font_format.
665
666 * ftfont.c (fc_charset_table): New member lang.
667 (ftfont_resolve_generic_family): New arg pattern.
668 (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
669 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
670 (ftfont_open): Fix args to ftfont_font_format.
671 (ftfont_font_format): New arg filename.
672
44b754c7
CY
6732008-06-30 Chong Yidong <cyd@stupidchicken.com>
674
675 * xfaces.c (Finternal_merge_in_global_face): If default face was
676 modified, realize it again. Update the font face attribute.
677
a4521b03
JR
6782008-06-29 Jason Rumney <jasonr@gnu.org>
679
c2786a3d 680 * w32term.c (x_set_frame_alpha): Fix logic.
a4521b03 681
fe44f009
KH
6822008-06-29 Kenichi Handa <handa@m17n.org>
683
684 * fontset.c (Finternal_char_font): Return font-object instead of
685 font-name.
686
c2786a3d 687 * composite.c (get_composition_id): Fix the width calculation for TAB.
fe44f009 688
baed8445
SM
6892008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * indent.c (Fvertical_motion): Properly handle float column arg.
692
8b61a891
JR
6932008-06-28 Jason Rumney <jasonr@gnu.org>
694
baed8445
SM
695 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
696 (pfnSetLayeredWindowAttributes): New function pointer.
697 (w32_initialize): Initialize it when supported.
698 (x_set_frame_alpha): New function.
8b61a891 699
baed8445
SM
700 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
701 (w32_frame_parm_handlers): Set alpha handler.
8b61a891 702
baed8445 703 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8b61a891 704
57016d37
JR
7052008-06-27 Jason Rumney <jasonr@gnu.org>
706
baed8445
SM
707 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
708 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
709 (w32_to_x_charset, x_to_w32_charset)
710 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
711 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
712 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
713 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
714 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
715 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
716 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
717 (Qw32_charset_unicode): Remove.
718 (syms_of_w32fns): Update for above changes.
719
720 * w32font.c (w32_to_x_charset, x_to_w32_charset)
721 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
722 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
723 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
724 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
725 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
726 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
727 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
728 (syms_of_w32font): Update for above changes.
57016d37 729
d6bf1bdb
DN
7302008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
731
732 * s/usg5-4.h: Fix previous change: keep the correct branch of a
733 removed #if.
9fa1c445 734 (USG_SHARED_LIBRARIES): Remove duplicate definition.
d6bf1bdb 735
43db14bb
JB
7362008-06-26 Juanma Barranquero <lekktu@gmail.com>
737 Eli Zaretskii <eliz@gnu.org>
738
739 * makefile.w32-in (LOCAL_FLAGS):
740 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
741
742 * sysdep.c (_spawnlp, _getpid):
743 Declare with explicit _cdecl instead of _CRTAPI1.
744
745 * editfns.c (Fget_internal_run_time):
746 Check for WINDOWSNT with #ifdef, not #if.
747
c35f9821
JR
7482008-06-26 Jason Rumney <jasonr@gnu.org>
749
43db14bb 750 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
c35f9821 751
57016d37 752 * w32term.c (x_draw_glyph_string_foreground)
43db14bb
JB
753 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
754 Use FONT_HANDLE macro.
755 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
c35f9821 756
57016d37 757 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
43db14bb 758 (uniscribe_encode_char): Use FONT_HANDLE macro.
c35f9821 759
43db14bb
JB
760 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
761 (w32font_text_extents): Use precast w32_font.
762 (w32font_close): Free cached metrics.
763 (w32font_open_internal): Allocate space for name on stack.
c35f9821 764
1f8ad719
CY
7652008-06-26 Chong Yidong <cyd@stupidchicken.com>
766
767 * xdisp.c (extend_face_to_end_of_line): Fix last change.
768
97e71655
JR
7692008-06-26 Jason Rumney <jasonr@gnu.org>
770
43db14bb
JB
771 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
772 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
97e71655 773
c9fc02c7
JB
7742008-06-26 Juanma Barranquero <lekktu@gmail.com>
775
776 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
777
1b5defe6
JR
7782008-06-26 Jason Rumney <jasonr@gnu.org>
779
c9fc02c7 780 * w32bdf.c, w32bdf.h: Remove obsolete files.
1b5defe6 781
c9fc02c7 782 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
1b5defe6 783
c9fc02c7
JB
784 * w32gui.h: Don't include w32bdf.h.
785 (XCharStruct, enum w32_char_font_type, W32FontStruct):
786 Remove obsolete font support.
1b5defe6 787
c9fc02c7
JB
788 * w32font.h (struct w32font_info): Remove compat_w32_font.
789 Add hfont member.
790 (FONT_COMPAT): Remove obsolete macro.
1b5defe6 791
c9fc02c7
JB
792 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
793 (w32font_encode_char, w32font_text_extents): Use new hfont member.
794 (w32font_open_internal): Remove compat code. Set new hfont member.
795 (Fx_select_font): Use new hfont member.
1b5defe6 796
57016d37 797 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
c9fc02c7 798 (uniscribe_encode_char): Use new hfont member.
1b5defe6 799
57016d37 800 * w32term.c (x_draw_glyph_string_foreground)
c9fc02c7
JB
801 (x_draw_composite_glyph_string_foreground): Use new hfont member.
802 (x_draw_glyph_string): Use metrics in w32font_info.
1b5defe6 803
1fc66bca
KH
8042008-06-26 Kenichi Handa <handa@m17n.org>
805
806 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
807
f2a77c3a
DN
8082008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
809
810 * unexnext.c:
811 * m/ews4800.h:
812 * m/hp9000s300.h:
813 * m/ibm370aix.h:
814 * m/mips-siemens.h:
815 * m/ncr386.h:
816 * m/next.h:
817 * m/pmax.h:
818 * m/powerpcle.h:
819 * m/tandem-s2.h:
820 * s/386bsd.h:
821 * s/bsd386.h:
822 * s/bsd4-1.h:
823 * s/bsd4-2.h:
824 * s/bsdos2-1.h:
825 * s/bsdos2.h:
826 * s/bsdos3.h:
827 * s/bsdos4.h:
828 * s/nextstep.h:
829 * s/ultrix4-3.h:
830 * s/usg5-0.h:
831 * s/usg5-2-2.h:
832 * s/usg5-2.h:
833 * s/usg5-4-3.h:
834 * s/ux4800.h:
835 * s/uxpds.h:
836 * s/uxpv.h: Remove support for obsolete systems.
837 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
838 Remove, insert contents in s/hpux-10.20.h
839 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
840 Remove, insert contents in s/aix-4.2.h
841 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
842 * s/bsd4-3.h: Rename to ..
843 * s/bsd-common.h: ... this.
844 * src/data.c:
845 * src/doc.c:
846 * src/ecrt0.c:
847 * src/emacs.c:
848 * src/fileio.c:
849 * src/floatfns.c:
850 * src/keyboard.c:
851 * src/mem-limits.h:
852 * src/print.c:
853 * src/process.c:
854 * src/sysdep.c:
855 * src/syssignal.h:
856 * src/systty.h:
857 * src/syswait.h:
858 * src/term.c:
859 * src/unexec.c:
860 * src/unexelf.c:
861 * src/unexhp9k800.c:
862 * src/m/hp800.h:
863 * src/m/ibmrs6000.h:
864 * src/m/mips.h:
865 * src/m/vax.h:
866 * src/s/darwin.h:
867 * src/s/freebsd.h:
868 * src/s/gnu.h:
869 * src/s/ms-w32.h:
870 * src/s/msdos.h:
871 * src/s/netbsd.h:
872 * src/s/template.h: Remove references to obsolete variables.
873
874 * Makefile.in: Add dependencies for all unexec files.
875 (admindir): Remove unused variable.
876 (UNEXEC_SRC): Remove references.
877
bd02793a
CY
8782008-06-25 Chong Yidong <cyd@stupidchicken.com>
879
880 * xfns.c (x_default_font_parameter): If Xft is available, first
881 try Monospace-12 for the default font.
882
ccedd259
JR
8832008-06-25 Jason Rumney <jasonr@gnu.org>
884
c9fc02c7 885 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
ccedd259 886
fbe062b7
SM
8872008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
888
603a0937
SM
889 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
890
fbe062b7
SM
891 * buffer.c (syms_of_buffer): Remove default-word-wrap.
892
69785ad0
JB
8932008-06-25 Juanma Barranquero <lekktu@gmail.com>
894
895 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
896 <scroll-conservatively>: Fix typo in docstring.
897
898 * xselect.c (Fx_send_client_event): Doc fix.
899
249e6f76
KH
9002008-06-25 Kenichi Handa <handa@m17n.org>
901
34e97272
KH
902 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
903
904 * font.c (font_parse_fcname): Remove unused variables.
69785ad0
JB
905 (font_sort_entites): Delete the arg SPEC. Caller changed.
906 Fix for the case of ! best_only.
34e97272
KH
907 (font_delete_unmatched): Check DPI and AVGWIDTH too.
908
249e6f76
KH
909 * lisp.h (Fstring_to_unibyte): EXFUN it.
910
69785ad0 911 * character.h (str_to_unibyte): Extern it.
249e6f76
KH
912
913 * character.c (str_to_unibyte): New function.
914
915 * fns.c (Fstring_to_unibyte): New function.
916 (syms_of_fns): Defsubr it.
917
65c108e4
KH
9182008-06-24 Kenichi Handa <handa@m17n.org>
919
920 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
921 DPI too.
922 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
923
4c3f18fe
AS
9242008-06-24 Andreas Schwab <schwab@suse.de>
925
69785ad0 926 * Makefile.in (${lispsource}loaddefs.el): Rename from
4c3f18fe 927 ../lisp/loaddefs.el.
fd13748d
AS
928 (bootstrap-clean): Do what distclean does but don't remove
929 Makefile.
930 (distclean): Depend on bootstrap-clean and remove Makefile.
4c3f18fe 931
faa6190f
CY
9322008-06-24 Chong Yidong <cyd@stupidchicken.com>
933
934 * buffer.h (struct buffer): New member word_wrap.
935
936 * buffer.c (syms_of_buffer): New variables default-word-wrap and
937 word-wrap.
938 (init_buffer_once): Initialize them.
939
940 * dispextern.h (struct it): Replace bool truncate_lines_p with a
941 line_wrap enum possessing three possible values.
942
943 * termopts.h: Replace truncate_partial_width_windows with
944 Vtruncate_partial_width_windows.
945
946 * dispnew.c (direct_output_for_insert): Avoid direct output when
947 inserting a space with word wrap on.
948
949 * indent.c (compute_motion): Obey integer values of
950 truncate-partial-width-windows.
951
952 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
953 replacing truncate_partial_width_windows.
954 (init_iterator): If Vtruncate_partial_width_windows is an integer,
955 truncate only if the window width is below that integer.
956 (start_display. resize_mini_window, produce_stretch_glyph)
957 (display_string, move_it_in_display_line_to): Use line_wrap.
958 (back_to_previous_visible_line_start, reseat_1): Reset
959 string_from_display_prop_p.
960 (display_line): Extend default face to end of line when wrapping.
961
9622008-06-24 Kim F. Storm <storm@cua.dk>
963
964 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
965 to wrap continued lines at word boundaries.
966
c3bb5465
JR
9672008-06-24 Jason Rumney <jasonr@gnu.org>
968
69785ad0
JB
969 * font.c (Ffont_face_attributes): Multiply pixel size before point
970 conversion to avoid multiplying rounding error.
c3bb5465 971
0b07ad98
JR
9722008-06-23 Jason Rumney <jasonr@gnu.org>
973
f245f2c6
JB
974 * w32term.c (x_draw_glyph_string_background)
975 (x_draw_glyph_string): Remove old bdf font code.
0b07ad98 976
69785ad0 977 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
0b07ad98 978
22459668
KH
9792008-06-22 Kenichi Handa <handa@m17n.org>
980
981 * font.c (font_find_for_lface): Try the adstyle specified in
982 the property of LFACE_FONT of LFACE (if any).
983
d925a426 9842008-06-21 Seiji Zenitani <zenitani@mac.com>
f245f2c6 985 Ryo Yoshitake <ryo@shiftmode.net>
d925a426
SM
986
987 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
988
b4945b95
SM
9892008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
992 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
993 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
994 (witness-emacs): Remove.
995 (lisp, shortlisp): Move loaddefs.el earlier.
996 (mostlyclean): Forget about witness-emacs.
997
64124279
GM
9982008-06-22 Glenn Morris <rgm@gnu.org>
999
1000 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
36565815 1001 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
64124279 1002
768efd84
SM
10032008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * Makefile.in (PRECOMP): Remove.
1006 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
1007 (witness-emacs): Run `compile-first'.
1008 (.el.elc): Use the new compile-onefile target.
1009
808dd567
KH
10102008-06-21 Kenichi Handa <handa@m17n.org>
1011
1012 * xftfont.c (xftfont_open): Handle QCembolden only when
1013 FC_EMBOLDEN is defined.
1014
0de59eae
AS
10152008-06-21 Andreas Schwab <schwab@suse.de>
1016
1017 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
58e8833b 1018 (.el.elc): Likewise.
0de59eae 1019
fb38e9c9
MB
10202008-06-21 Miles Bader <miles@gnu.org>
1021
1022 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
1023 build dir, not the lisp source dir.
1024
fc46d219
SM
10252008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
1028 (bootstrapclean): Remove.
1029 (.el.elc): New rule.
1030 (PRECOMP): New var.
1031 (../lisp/subdirs.el): Remove.
1032 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
1033 (witness-emacs): New target.
1034 (mostlyclean): Remove witness-emacs as well.
1035 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
1036 Add witness-emacs dependency.
1037
eaf1f6e7
CY
10382008-06-20 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
1041 defined by the font.
1042
49f6eb95
SM
10432008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
1046 (bootstrap-clean): New target that keeps TAGS around.
1047 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
1048 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
1049
4c100a01
JR
10502008-06-20 Jason Rumney <jasonr@gnu.org>
1051
49f6eb95
SM
1052 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
1053 Remove obsolete font code.
db61a7f8 1054
49f6eb95
SM
1055 * w32font.c (font_matches_spec): Use csb bitfield from font signature
1056 to determine language support.
4c100a01 1057
759d3f32
SM
10582008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * sysdep.c (cfsetspeed): New fun extracted from the code.
1061 (cfmakeraw): Move before first use.
1062
25241b4d
SM
10632008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
1064
1065 * sysdep.c (cfmakeraw): Provide fallback implementation.
1066 (serial_configure): Provide fallback implementation of cfsetspeed.
1067
d7afccca
KH
10682008-06-20 Kenichi Handa <handa@m17n.org>
1069
dc2226d0
KH
1070 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
1071 the pattern.
1072
9b9cd864
KH
1073 * fontset.c (fontset_from_font): Copy font_spec before changing
1074 the elements.
1075
d7afccca
KH
1076 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
1077
770e2e6e
SM
10782008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
1081 for explicit `font' parameters.
1082
1083 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
1084
22e64f7c
KH
10852008-06-19 Kenichi Handa <handa@m17n.org>
1086
1087 * frame.c: Include <ctype.h>.
1088 (x_set_font_backend): Allow spacing characters in the X resource
1089 for FontBackend.
1090
27129af9
SM
10912008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * w32fns.c, xfns.c (Qfont_param): New var.
1094 (syms_of_w32fns): Initialize it.
22e64f7c
KH
1095 (x_default_font_parameter): Record explicit `font' into
1096 `font-parameter'.
27129af9 1097
d26424c5
KH
10982008-06-18 Kenichi Handa <handa@m17n.org>
1099
1100 * font.c (font_parse_xlfd): Fix previous change.
1101 (font_parse_fcname): Don't use :fc-unknown-spec.
1102 (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
1103 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
1104 (font_add_log): Prepend the driver name to the resulting fonts.
1105
1106 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
1107 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
1108 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
1109
1110 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
1111 (QCembolden): New variables.
1112 (syms_of_xftfont): DEFSYM them.
1113 (xftfont_open): Call XftFontMatch. Don't trust the result of
1114 XftTextExtents8 if the pixel_size is less than 5.
1115
51cf11be
AS
11162008-06-18 Andreas Schwab <schwab@suse.de>
1117
f245f2c6 1118 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
51cf11be
AS
1119 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
1120
07d9ba9b
JR
11212008-06-18 Jason Rumney <jasonr@gnu.org>
1122
27129af9 1123 * w32font.c (w32font_list, w32font_match): Add logging.
07d9ba9b 1124
27129af9 1125 * w32uniscribe (uniscribe_list, uniscribe_match): Add logging.
07d9ba9b 1126
0c36bc4e
CY
11272008-06-17 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * font.c (font_parse_fcname): Store divider characters for
1578da31
CY
1130 unknown-spec list. For known key symbols, intern using correct
1131 symbol name.
0c36bc4e 1132
70d6ecc6
KH
11332008-06-17 Kenichi Handa <handa@m17n.org>
1134
1135 * xfaces.c (realize_default_face): If the frame is not on window
1136 system, set the fontset of face to nil.
1137
821bc4db
KH
11382008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1139
f245f2c6 1140 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
821bc4db 1141
3554e566
JB
11422008-06-16 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
1145 (build_font_name_from_vector): Delete externs.
1146
1147 * xfaces.c (struct font_name): Don't declare.
1148
93eed26b
SM
11492008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
1152
d756bcd0
CY
11532008-06-16 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
1156
7a18a178
JB
11572008-06-16 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * font.c (Ffont_spec): Fix usage in docstring.
48105a6a 1160 (Ffont_face_attributes): Doc fix.
7a18a178 1161
6f568955
AS
11622008-06-16 Andreas Schwab <schwab@suse.de>
1163
1164 * font.c (Ffont_face_attributes): Fix definition.
1165
3ef8c1b4
JR
11662008-06-16 Jason Rumney <jasonr@gnu.org>
1167
93eed26b 1168 * font.h (font_style_symbolic_from_value): Remove.
3ef8c1b4 1169
93eed26b
SM
1170 * font.c (font_style_symbolic_from_value): Remove.
1171 (font_style_symbolic): Revert to pre 2008-06-13 version.
3ef8c1b4 1172
93eed26b
SM
1173 * w32font.c (w32_to_fc_weight): New function.
1174 (w32font_full_name, logfont_to_fcname): Use it.
3ef8c1b4 1175
5e634ec9
KH
11762008-06-16 Kenichi Handa <handa@m17n.org>
1177
1178 * font.c (font_check_object): Delete it.
1179 (font_clear_cache): Check if a font-object is alive.
1180 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
1181 font-object to nil.
1182 (font_close_object): Don't check FONT_CLOSE_OBJECT.
1183 (font_at): Don't call font_check_object.
2babb359 1184 (Ffont_get): Return a symbol for :weight, :slant, and :width.
5e634ec9 1185
6409a955
KY
11862008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
1187
1188 * puresize.h (BASE_PURESIZE): Increase to 1230000.
1189
ce4eaddb
CY
11902008-06-16 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
1193
523dbe64
CY
11942008-06-15 Chong Yidong <cyd@stupidchicken.com>
1195
54b2ab27 1196 * font.c (font_parse_fcname): Only one decimal point.
523dbe64
CY
1197 (font_unparse_fcname): Handle data in family and foundry indices
1198 as symbols, not strings.
1199 (font_unparse_gtkname, Ffont_face_attributes): New functions.
1200
54b2ab27 1201 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
523dbe64
CY
1202
1203 * font.h (font_unparse_gtkname): Add prototype.
1204
9f296082
KH
12052008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1206
54b2ab27 1207 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9f296082 1208
3306c6dc
AS
12092008-06-15 Andreas Schwab <schwab@suse.de>
1210
1211 * font.c (font_update_drivers): Fix crash when no drivers match.
1212
a099c27a
SM
12132008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
1216 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
1217
a8aa344d
SM
12182008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
1221
a879ee6f
SM
12222008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * process.c (Fserial_process_configure, Fprocess_send_eof):
1225 Use EQ to compare Lisp_Objects.
1226
6fe9826d
JR
12272008-06-13 Jason Rumney <jasonr@gnu.org>
1228
a879ee6f 1229 * w32fns.c (Fw32_select_font): Remove old font API function.
6fe9826d 1230
a879ee6f
SM
1231 * w32font.c (logfont_to_fcname): New function.
1232 (Fx_select_font): New font dialog function compatible with
1233 GTK/fontconfig version.
6fe9826d 1234
a879ee6f
SM
1235 * font.c (font_style_symbolic_from_value): New function.
1236 (font_style_symbolic): Use it.
6fe9826d 1237
a879ee6f 1238 * font.h (font_style_symbolic_from_value): Declare new function.
6fe9826d 1239
17ab8f5d
JB
12402008-06-13 Juanma Barranquero <lekktu@gmail.com>
1241
1242 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
1243 <font-width-table>: Fix typos in docstrings.
1244
d888760c
GM
12452008-06-13 Daniel Engeler <engeler@gmail.com>
1246
1247 These changes add serial port access.
1248 * process.c: Add HAVE_SERIAL.
1249 (Fdelete_process, Fprocess_status, Fset_process_buffer)
1250 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
1251 (list_processes_1, select_wrapper, Fstop_process)
1252 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
1253 (status_notify): Modify to handle serial processes.
1254 [HAVE_SERIAL] (Fserial_process_configure)
1255 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
1256 New functions.
1257 * process.h (struct Lisp_Process): Add `type'.
1258 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
1259 New functions.
1260 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
1261 serial ports.
1262 (serial_open, serial_configure) New functions.
1263 * w32.h: Add FILE_SERIAL.
1264 (struct _child_process): Add ovl_read, ovl_write.
1265
f4cc0153
KH
12662008-06-13 Kenichi Handa <handa@m17n.org>
1267
1268 * dispextern.h (enum lface_attribute_index): New member
1269 LFACE_FOUNDRY_INDEX.
1270
1271 * font.c (font_score): Delete arg alternate_families. Check only
7a18e381 1272 weight, slant, width, and size. Ignore the difference of alias
f4cc0153 1273 style symbols.
7a18e381 1274 (font_sort_entites): Adjust for the above change. Reflect the
f4cc0153
KH
1275 order of font-driver to scores.
1276 (font_list_entities): Don't check alternate_familes here.
1277 (font_clear_prop): Handle foundry.
1278 (font_update_lface): Don't parse "foundry-family" form here.
1279 Handle FONT_FOUNDRY_INDEX.
1280 (font_find_for_lface): Likewise. Handle alternate families here.
a879ee6f 1281 If registry is nil, try iso8859-1 and ascii-0.
f4cc0153 1282 (font_open_for_lface): Pay attention to size in ENTITY.
7a18e381 1283 (font_open_by_name): Simplify by calling font_load_for_lface.
f4cc0153
KH
1284 (free_font_driver_list): Delete it.
1285 (font_update_drivers): Preserve the order of backends.
1286 (syms_of_font): Setting of sort_shift_bits adjusted for the change
1287 of font_score and font_sort_entites.
1288 (font_update_sort_order): Likewise.
1289
1290 * xfaces.c (LFACE_FOUNDRY): New macro.
1291 (check_lface_attrs): Check foundry.
7a18e381 1292 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
f4cc0153
KH
1293 (merge_face_vectors): Check foundry.
1294 (merge_face_ref): Likewise.
1295 (Finternal_set_lisp_face_attribute): Likewise.
1296 (x_update_menu_appearance): Likewise.
1297 (Finternal_get_lisp_face_attribute): Likewise.
1298 (lface_hash): Likewise.
1299 (lface_same_font_attributes_p): Likewise.
1300 (x_supports_face_attributes_p): Likewise.
1301 (tty_supports_face_attributes_p): Likewise.
1302 (Finternal_set_alternative_font_family_alist): Intern strings.
1303 (Finternal_set_alternative_font_registry_alist): Downcase strings.
1304 (realize_default_face): Set LFACE_FOUNDRY (lface).
1305
1306 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
1307 font-driver at first.
1308
1309 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
1310
d434fef5 13112008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
97dead2d
JM
1312
1313 * lread.c (Fload): Use xfree, not free on saved_doc_string.
1314
9c5e177e
JM
13152008-06-12 Jim Meyering <meyering@redhat.com>
1316
d434fef5 1317 Make unexec_free handle NULL the same way free does.
9c5e177e
JM
1318 * unexmacosx.c (unexec_free): Ignore a NULL argument.
1319
2afc21f5
SM
13202008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * character.h (CHAR_TO_BYTE_SAFE): New macro.
1323 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
1324 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
1325 (WEAK_ALIAS): Simplify.
1326 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
1327 when searching a unibyte buffer.
1328
76c0de62
CY
13292008-06-12 Chong Yidong <cyd@stupidchicken.com>
1330
1331 * xfns.c (Fx_select_font): Rename from x-font-dialog.
1332
0500dcc9
JB
13332008-06-12 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * w32font.c: Include ctype.h.
1336
f42adef6
JR
13372008-06-11 Jason Rumney <jasonr@gnu.org>
1338
2afc21f5
SM
1339 * w32font.c (w32font_encode_char): Detect missing glyphs that are
1340 misreported as space.
1341 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
1342 as aliases for registry iso10646-1.
f42adef6 1343
4b7cdc0e
SM
13442008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * buffer.c (clone_per_buffer_values): Skip `name'.
1347
cc02ebe1
CY
13482008-06-11 Chong Yidong <cyd@stupidchicken.com>
1349
1350 * font.c (font_parse_fcname): Fix last change; accept decimal
1351 points in font size.
1352
351ccb76
JR
13532008-06-10 Jason Rumney <jasonr@gnu.org>
1354
0500dcc9
JB
1355 * w32uniscribe.c (add_opentype_font_name_to_list):
1356 Skip non unicode fonts.
351ccb76 1357
f473ed6f
CY
13582008-06-10 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * xfns.c (Fx_font_dialog): New function.
1361
5d6333d5 1362 * gtkutil.c (xg_dialog_response_cb): Rename from
f473ed6f
CY
1363 xg_file_response_callback.
1364 (pop_down_dialog): Rename from pop_down_file_dialog.
1365 (xg_get_file_name): Callers changed.
1366 (xg_get_font_name): New function.
1367
5d6333d5 1368 * gtkutil.h (xg_get_font_name): Insert prototype.
f473ed6f 1369
2a3bd2e1
SM
13702008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
1373 x_underline_minimum_display_offset.
1374 (syms_of_xdisp): Declare it here rather than in xterm.c.
1375 * dispextern.h (underline_minimum_offset): Declare it.
1376 * w32term.c (x_draw_glyph_string): Use it.
1377 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
1378 (syms_of_xterm): Don't declare it any more.
1379 (x_draw_glyph_string): Adjust to the new name.
1380
d5dc6163
SM
13812008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
1382
1383 * xterm.c (x_underline_minimum_display_offset): New var.
1384 (x_draw_glyph_string): Use it.
1385 (syms_of_xterm): Declare it.
1386
0abdd197
CY
13872008-06-10 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * font.c (font_parse_fcname): Accept GTK-style font names too.
1390
a1562258
SM
13912008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1392
928b5acc
SM
1393 * dired.c (file_name_completion): Don't return t if the match is exact
1394 but with different capitalization.
1395 * minibuf.c (Ftry_completion): Simplify.
1396
a1562258
SM
1397 * window.c (Vwindow_point_insertion_type): New var.
1398 (set_window_buffer): Use it.
1399 (syms_of_window): Init and export it to Lisp.
1400
9552dbd1
KH
14012008-06-10 Kenichi Handa <handa@m17n.org>
1402
1403 * font.h (font_intern_prop): Prototype adjusted.
1404
1405 * font.c (font_intern_prop): New arg force_symbol.
a1562258
SM
1406 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
1407 Adjust for the change of font_intern_prop.
9552dbd1 1408
a1562258
SM
1409 * ftfont.c (ftfont_pattern_entity):
1410 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
1411 (w32_registry):
1412 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9552dbd1
KH
1413 the change of font_intern_prop.
1414
8993ad2e
JB
14152008-06-09 Juanma Barranquero <lekktu@gmail.com>
1416
1417 * w32menu.c (digest_single_submenu): Declare extern.
1418
0c2258fc
JR
14192008-06-09 Jason Rumney <jasonr@gnu.org>
1420
a1562258 1421 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12f71857 1422
a1562258
SM
1423 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
1424 (parse_single_submenu): Remove.
1425 (digest_single_submenu): Remove.
1426 (syms_of_w32menu): Don't initialise variables that have moved
1427 to menu.c.
1428 (set_frame_menubar): Sync with version in xmenu.c.
1429 (w32_menu_show): Sync with xmenu_show in xmenu.c.
593c843c 1430
8993ad2e
JB
1431 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
1432 Make static again.
0c2258fc 1433
02246cb8
JR
14342008-06-09 Jason Rumney <jasonr@gnu.org>
1435
8993ad2e
JB
1436 Changes to w32 files related to the move of common menu code
1437 to menu.c on 2008-06-08 by Chong Yidong.
1438
1439 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
1440 defs to w32gui.h.
1441 (single_keymap_panes, push_menu_item, push_menu_pane):
1442 Make globally visible.
1443
d434fef5
JB
1444 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
1445 (local_free, malloc_widget_value, free_widget_value)
1446 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
1447 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
1448 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8993ad2e 1449 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
d434fef5 1450 (menu_items, menu_items_allocated, menu_items_used)
8993ad2e
JB
1451 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
1452 (init_menu_items, finish_menu_items, discard_menu_items)
1453 (grow_menu_items, push_submenu_start, push_submenu_end)
1454 (push_left_right_boundary, push_menu_pane, push_menu_item)
1455 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
d434fef5 1456 (free_menubar_widget_tree_value, parse_single_submenu)
8993ad2e
JB
1457 (update_submenu_strings): Remove functions.
1458 (xmalloc_widget_value): Remove and declare extern.
1459
1460 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
1461 (OBJ1): Build it.
1462
1463 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
1464 (local_heap, local_alloc, local_free, malloc_widget_value)
1465 (free_widget_value): Define here.
02246cb8 1466
9e1bb909
KH
14672008-06-09 Kenichi Handa <handa@m17n.org>
1468
366664ad
KH
1469 * font.h (Qascii_0): Extern it.
1470
9e1bb909
KH
1471 * font.c (Qascii_0): New variable.
1472 (syms_of_font): DEFSYM it.
1473 (font_open_by_name): If the registry "iso8859-1" fails, try also
1474 "ascii-0".
1475
1476 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
1477
b2ee479e
KH
14782008-06-08 Kenichi Handa <handa@m17n.org>
1479
8f440b79 1480 * .gdbinit (xfont): New command.
b2ee479e 1481
01ef9d36
AS
14822008-06-08 Andreas Schwab <schwab@suse.de>
1483
a4240420
AS
1484 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
1485 * Makefile.in (menu.o): Update dependencies.
1486
0181bf66 1487 * Makefile.in (obj): Always add menu.o.
01ef9d36
AS
1488 * emacs.c (main): Always call syms_of_menu.
1489 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
1490
c07cbae6
CY
14912008-06-08 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * Makefile.in: Compile menu.c.
1494
1495 * lisp.h: Declare syms_of_menu.
1496
1497 * emacs.c (main): Call syms_of_menu.
1498
1499 * keyboard.h: Relocate platform-independent menu definitions from
1500 xmenu.c.
1501
1502 * menu.c: New file. Relocate platform-independent menu
904d8c69 1503 definitions from xmenu.c. Suggested by Adrian Robert.
c07cbae6
CY
1504
1505 * xmenu.c: Remove platform-independent menu definitions.
1506 (menu_items menu_items_inuse, menu_items_allocated)
1507 (menu_items_used, menu_items_n_panes)
1508 (menu_items_submenu_depth): Move to keyboard.h.
1509 (init_menu_items, finish_menu_items, unuse_menu_items)
1510 (discard_menu_items, restore_menu_items, save_menu_items)
1511 (grow_menu_items, push_submenu_start, push_submenu_end)
1512 (push_left_right_boundary, push_menu_pane, push_menu_item)
1513 (keymap_panes, single_keymap_panes, single_menu_item)
1514 (list_of_panes, list_of_items, find_and_call_menu_selection)
1515 (xmalloc_widget_value, free_menubar_widget_value_tree)
1516 (parse_single_submenu, digest_single_submenu)
1517 (update_submenu_strings): Move to menu.c.
1518
4958ed94
SM
15192008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
1522
408b8ab4
MB
15232008-06-06 Miles Bader <miles@gnu.org>
1524
1525 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
1526 face, not frame default.
1527
87478b52
SM
15282008-06-05 Martin Rudalics <rudalics@gmx.at>
1529
1530 * window.c (pop_up_windows, pop_up_frames)
1531 (display_buffer_reuse_frames, Vpop_up_frame_function)
1532 (Vdisplay_buffer_function, Veven_window_heights)
1533 (Vspecial_display_buffer_names, Vspecial_display_regexps)
1534 (Vspecial_display_function, Vsame_window_buffer_names)
1535 (Vsame_window_regexps, split_height_threshold)
1536 (Vsplit_window_preferred_function): Move those vars to window.el.
1537 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
1538 (Fdisplay_buffer): Move those functions to window.el.
1539 (syms_of_window): Remove corresponding declarations.
1540 (display_buffer): New function.
1541 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
1542 * dispnew.c (Flast_nonminibuf_frame): New function.
1543 * buffer.c (Fpop_to_buffer): Move to window.el.
1544
9e0e0d77
SM
15452008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
1548
4a485df8
KH
15492008-06-05 Kenichi Handa <handa@m17n.org>
1550
1551 * coding.c (detect_coding): Fix previous change.
1552 (detect_coding_system): Likewise.
1553
8ba31f36
SM
15542008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1555
c0dc8f64
SM
1556 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
1557
8ba31f36
SM
1558 * keymap.c (Vminibuffer_local_filename_must_match_map):
1559 Rename from Vminibuffer_local_must_match_filename_map.
1560 (syms_of_keymap):
1561 * minibuf.c (Fcompleting_read): Adjust accordingly.
1562 * commands.h: Rename declaration as well.
1563
7740d2c7
KH
15642008-06-05 Kenichi Handa <handa@m17n.org>
1565
e7438ece
KH
1566 * font.c (Ffont_spec): Don't use font_parse_family_registry for
1567 family name.
1568 (Ffont_put): Likewise.
1569
1570 * fontset.c (fontset_find_font): Call font_open_for_lface with the
1571 current font-spec.
1572
7740d2c7
KH
1573 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
1574 is unspecified.
1575
1576 * xfaces.c (realize_x_face): If the font-related face attributes
e7438ece
KH
1577 are the same as those of default face, realize a new fontset from
1578 default->fontset.
9e0e0d77 1579 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7740d2c7 1580
c876b227
SM
15812008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
1584 (move_it_in_display_line): New wrapper.
1585
1586 * window.c (window_scroll_pixel_based_preserve_x)
1587 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
1588 (window_scroll_pixel_based, window_scroll_line_based):
1589 Use them to preserve column positions.
1590 (syms_of_window): Initialize them.
1591
1592 * indent.c (Fvertical_motion): Extend first arg to allow passing an
1593 (HPOS . VPOS) pair.
1594
1595 * dispextern.h (move_it_in_display_line): Declare.
1596
927abf37
JB
15972008-06-05 Juanma Barranquero <lekktu@gmail.com>
1598
1599 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
1600 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
1601 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
1602
9d14503e
JB
16032008-06-04 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * window.c (Fset_window_parameter): Doc fix.
1606 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
1607
e6841c3b
JB
16082008-06-04 Joakim Verona <joakim@verona.se>
1609
1610 * window.h (struct window): Add new member window_parameters.
1611
1612 * window.c (Fwindow_parameters, Fwindow_parameter)
1613 (Fset_window_parameter): New defuns.
1614 (syms_of_window): Defsubr the new defuns.
1615 (make_window): Initialize window_parameters to nil.
1616
4ba50634
JPW
16172008-06-04 John Paul Wallington <jpw@pobox.com>
1618
1619 * eval.c (Fdefmacro): Doc fix.
1620
c0e16b14
KH
16212008-06-04 Kenichi Handa <handa@m17n.org>
1622
1623 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9e0e0d77 1624 Be sure to call setup_coding_system when we find a proper coding system.
c0e16b14
KH
1625 (detect_coding_system): Fix handling of coding->head_ascii.
1626
0615d903
AS
16272008-06-03 Andreas Schwab <schwab@suse.de>
1628
1629 * font.c (font_prop_validate_spacing): Fix last change.
1630
8a1816bb
KH
16312008-06-03 Kenichi Handa <handa@m17n.org>
1632
eea9c5c4
KH
1633 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
1634 (font_parse_fcname): Fix handling of unknown key.
1635
1636 * xfont.c (xfont_list): Try an alias.
1637
8a1816bb
KH
1638 * charset.c (char_charset): Return NULL if the arg charset_list is
1639 specified and C doesn't belong to any of them.
1640
2f593f4c 16412008-06-02 Chip Coldwell <coldwell@redhat.com>
6c5e8775
CY
1642
1643 * font.c (font_pixel_size): Don't take cdr of an integer.
1644
c2cd06e6
JM
16452008-06-02 Jim Meyering <meyering@redhat.com>
1646
70fdbb46
JM
1647 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
1648 * alloc.c (xfree): Return right away for a NULL arg.
1649 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
1650 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
1651 * mac.c (create_apple_event_from_event_ref): Likewise.
2f593f4c
JB
1652 (create_apple_event_from_drag_ref, cfstring_create_normalized):
1653 Likewise.
70fdbb46
JM
1654 * doprnt.c (doprnt1): Likewise.
1655 * frame.c (frame): Likewise.
1656 * keyboard.c (wipe_kboard): Likewise.
1f204af3 1657 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
70fdbb46
JM
1658 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
1659 * term.c (tty_default_color_capabilities, maybe_fatal)
1660 (delete_tty): Likewise.
1661 * w16select.c (string): Likewise.
1662 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
1663 * w32bdf.c (w32_free_bdf_font): Likewise.
1664 * w32fns.c (w32_unload_font): Likewise.
1665 * w32font.c (w32font_close): Likewise.
1666 * window.c (size_window): Likewise.
1667 * xselect.c (receive_incremental_selection): Likewise.
1668 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
1669 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
1670 * w32.c (stat): Likewise.
1671
2f593f4c 1672 Remove useless if-before-free tests.
70fdbb46
JM
1673 * editfns.c (Fset_time_zone_rule): Likewise.
1674 * lread.c (nosuffix): Likewise.
1675 * ralloc.c (get_bloc): Likewise.
1676 * regex.c (reg_free): Likewise.
1677 * xftfont.c (xftfont_open, xftfont_close): Likewise.
1678 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
1679 * xsmfns.c (smc_save_yourself_CB): Likewise.
c2cd06e6 1680
4fc1984a
KH
16812008-06-02 Kenichi Handa <handa@m17n.org>
1682
1d1e1245
KH
1683 * font.c (font_find_for_lface): Handle float font size.
1684 (font_open_for_lface): Likewise.
1685
4fc1984a
KH
1686 * xfaces.c (x_supports_face_attributes_p): Check face->font before
1687 comparing the properties.
1688
aee986fd
JR
16892008-06-01 Jason Rumney <jasonr@gnu.org>
1690
e6841c3b
JB
1691 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
1692 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
1693 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
1694 Don't add empty script list.
1695 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
aee986fd 1696
60a3d7ee
DN
16972008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1698
aee986fd 1699 * Makefile.in (dot, dotdot): Remove, update users.
60a3d7ee
DN
1700 ".." has been used elsewhere in the file for a long time.
1701 (LIBXT_STATIC): Remove conditional based on unused variable.
1702
f2cec7a9
MB
17032008-06-01 Miles Bader <miles@gnu.org>
1704
1705 * xfaces.c (Vface_remapping_alist): New variable.
1706 (syms_of_xfaces): Initialize it.
1707 (enum named_merge_point_kind): New type.
1708 (struct named_merge_point): Add `named_merge_point_kind' field.
1709 (push_named_merge_point): Make cycle detection respect different
1710 named-merge-point kinds.
c876b227 1711 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
f2cec7a9
MB
1712 Remove face-name alias resolution.
1713 (lface_from_face_name): New definition using
1714 `lface_from_face_name_no_resolve'.
c876b227 1715 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
f2cec7a9
MB
1716 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
1717 (get_lface_attributes): New definition that layers face-remapping on
1718 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
1719 (lookup_basic_face): New function.
1720 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
1721 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
1722 `get_lface_attributes'.
1723 (face_at_buffer_position): Use `lookup_basic_face' to lookup
1724 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
1725 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
1726
1727 * xdisp.c (init_iterator): Pass base_face_id through
1728 `lookup_basic_face' when we actually use it as a face-id.
1729 (handle_single_display_prop): Use `lookup_basic_face' to lookup
1730 DEFAULT_FACE_ID.
1731
1732 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
1733 lookup the initial face-id.
1734
1735 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
1736
518c0b83
JB
17372008-06-01 Juanma Barranquero <lekktu@gmail.com>
1738
1739 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
1740 (Fremove_text_properties): Fix typos in docstrings.
1741
719b3d63
KH
17422008-05-31 Kenichi Handa <handa@m17n.org>
1743
e4c93315
KH
1744 * font.c (font_list_entities): Fix the car part of data to be
1745 stored in the cache.
1746
719b3d63
KH
1747 * ftfont.c (ftfont_font_format): Don't use strcasestr.
1748
d0827857
SM
17492008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
1752 Add a `test' argument so another predicate than `equal' can be used.
1753 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
1754 (map_char_table): Remove unused vars `c' and `i'.
1755 * lisp.h (Foptimize_char_table): Adjust declaration.
1756 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
1757
a266686a
KH
17582008-05-30 Kenichi Handa <handa@m17n.org>
1759
d0827857 1760 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
a266686a
KH
1761 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
1762 defined.
1763
fd9440c5
SM
17642008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
1767 (Fmake_variable_frame_local): Disallow mixing buffer-local and
1768 frame-local settings for the same variable.
1769
fd2ae9b2
KH
17702008-05-30 Kenichi Handa <handa@m17n.org>
1771
9e0e0d77 1772 * fontset.c (Ffont_info): Move to font.c.
fd2ae9b2
KH
1773 (syms_of_fontset): Delete defsubr of Sfont_info.
1774
1775 * font.c (font_style_to_value, font_score): Delete casting of the
1776 args to xstcasecmp.
1777 (register_font_driver): Increment num_font_drivers only when
1778 registering the driver globally.
9e0e0d77 1779 (Ffont_info): Move from fontset.c. Handle a font object too.
fd2ae9b2
KH
1780 (syms_of_font): Defsubr Sfont_info.
1781
eaf11618
KH
17822008-05-29 Kenichi Handa <handa@m17n.org>
1783
1784 * coding.h (enum define_coding_utf8_arg_index): New enum.
1785 (enum coding_attr_index): Change coding_attr_utf_16_bom to
1786 coding_attr_utf_bom.
fd9440c5
SM
1787 (enum utf_bom_type): Rename from utf_16_bom_type.
1788 (struct utf_16_spec): Adjust for the above change.
eaf11618
KH
1789 (struct coding_system): Add utf_8_bom in `spec' union.
1790
1791 * coding.c (CODING_UTF_8_BOM): New macro.
1792 (enum coding_category): Delete coding_category_utf_8, add
1793 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
1794 coding_category_utf_8_sig.
1795 (CATEGORY_MASK_UTF_8): Delete it.
1796 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
1797 (CATEGORY_MASK_UTF_8_SIG): New macros.
1798 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
1799 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
1800 CATEGORY_MASK_UTF_8_SIG.
1801 (CATEGORY_MASK_UTF_8): New macro.
1802 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
1803 (detect_coding_utf_8): Check BOM.
1804 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
fd9440c5 1805 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
eaf11618
KH
1806 (encode_coding_utf_16): Likewise.
1807 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
1808 (detect_coding, detect_coding_system): Handle utf-8-auto.
1809 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
1810 (syms_of_coding): Fix setting up of Vcoding_category_table.
1811
891bd142
SM
18122008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * process.c (Faccept_process_output): If `millisec' is non-nil,
1815 `seconds' default to 0.
1816 (wait_reading_process_output): Also return non-nil if we read output
1817 from a non-running process.
1818
1519d52e
JR
18192008-05-29 Jason Rumney <jasonr@gnu.org>
1820
fd9440c5
SM
1821 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
1822 `raster' specified.
1823 (add_font_entity_to_list): Allow non-opentype truetype fonts back
1824 in the uniscribe backend, but disallow any font that has no
1825 unicode subrange support.
1519d52e 1826
d5ab09cd
JB
18272008-05-29 Juanma Barranquero <lekktu@gmail.com>
1828
1829 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
1830 Fix typos in docstrings.
1831
a4eec626
KH
18322008-05-29 Kenichi Handa <handa@m17n.org>
1833
1834 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
e887f2ac 1835 (Fx_family_fonts): Set frame correctly.
a4eec626 1836
a6e0b7e5
JR
18372008-05-28 Jason Rumney <jasonr@gnu.org>
1838
d5ab09cd 1839 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
a6e0b7e5 1840
6b3d752c
SM
18412008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
1844 calling build_annotations.
1845
c3f9fba8
JB
18462008-05-28 Juanma Barranquero <lekktu@gmail.com>
1847
1848 * coding.c (Fdecode_coding_region, Fencode_coding_region)
1849 (Fencode_coding_string):
1850 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
1851 <latin-extra-code-table>: Fix typos in docstrings.
1852 (syms_of_coding) <coding-system-alist>: Doc fix.
1853 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
1854
00c670e1
KH
18552008-05-28 Kenichi Handa <handa@m17n.org>
1856
b75d7f28
KH
1857 * fontset.c (Ffont_info): Don't call font_close_object.
1858
1859 * font.c (font_parse_family_registry): Use Ffont_put to validate
1860 foundry and family.
1861 (font_delete_unmatched): Don't check spacing.
1862 (font_list_entities): Add spacing to the spec to list fonts.
1863
1864 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
d5ab09cd 1865 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
b75d7f28 1866
00c670e1
KH
1867 * coding.c (encode_coding_raw_text): Fix previous change.
1868 (encode_coding_object): When the dst_object is a buffer and is
1869 different from src_object, move gap to PT.
1870
45feca91
CY
18712008-05-27 Chong Yidong <cyd@stupidchicken.com>
1872
c3f9fba8 1873 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
45feca91 1874
5dd5d9eb
SM
18752008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1876
01d45367
SM
1877 * coding.c (encode_coding_raw_text): Set coding->produced_char for
1878 all branches. Compute it differently.
1879
5dd5d9eb
SM
1880 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
1881
9c623c85
JB
18822008-05-27 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
1885 into "else if () ... else ...".
1886
943f2093
JR
18872008-05-27 Jason Rumney <jasonr@gnu.org>
1888
5dd5d9eb
SM
1889 * w32font.c (w32font_open_internal): Determine if glyph indices
1890 are likely to work here.
943f2093 1891
7385fe74
CY
18922008-05-27 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
1895 draw overlap glyphs with appropriate highlighting.
1896
4f64a164
KH
18972008-05-27 Kenichi Handa <handa@m17n.org>
1898
1899 * xfont.c (xfont_open): Fix calculation of font->average_width.
1900
1fb5aad7
SM
19012008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * casefiddle.c (casify_object): Try to guess better whether the
1904 argument is a byte or a char.
1905
f8eb1603
AS
19062008-05-26 Andreas Schwab <schwab@suse.de>
1907
1fb5aad7
SM
1908 * xselect.c (x_reply_selection_request): Properly handle format == 32.
1909 Always send multiples of format size.
5a9c35e5 1910
f8eb1603
AS
1911 * xterm.c (x_set_frame_alpha): Fix type mismatch.
1912
ba93d684
JR
19132008-05-26 Jason Rumney <jasonr@gnu.org>
1914
1fb5aad7
SM
1915 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
1916 (compute_metrics): Don't set failure if we just cleared the cache.
1917 (w32_weight_table): Remove unused variable.
1918 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
1919 backwards compatibility.
ba93d684 1920
505ecc49
KH
19212008-05-25 Kenichi Handa <handa@m17n.org>
1922
1fb5aad7
SM
1923 * w32term.c (x_draw_glyph_string):
1924 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
505ecc49
KH
1925
1926 * xfaces.c: Delete unused function prototypes.
1927 (xstrlwr, font_frame): Delete them.
1928 (clear_face_cache): Delete unused variable.
1929
1fb5aad7
SM
1930 * xftfont.c (xftfont_open): Delete unused variable.
1931 If underline_thickness is not 1, adjust underline_position.
505ecc49
KH
1932
1933 * ftxfont.c (ftxfont_open): Delete unused variable.
1934
1935 * fontset.c (face_for_char): Optimize for the case of no charset
1936 property.
1937
1938 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
1939 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
1940 (otf_open, font_otf_capability, generate_otf_features)
1941 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
1fb5aad7 1942 Comment out by surrounding "#if 0" and "#endif" for the moment.
505ecc49
KH
1943 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
1944 (syms_of_font): Codes for accessing above commented out.
1945
f481eb31
EZ
19462008-05-24 Eli Zaretskii <eliz@gnu.org>
1947
1948 * w32proc.c: Include dispextern.h.
1949
1950 * w32.c: Include dispextern.h.
1951
20746fe4
JB
19522008-05-23 Juanma Barranquero <lekktu@gmail.com>
1953
1954 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
1955 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
1956 Fix typos in docstrings.
1957
e7150846
JR
19582008-05-23 Jason Rumney <jasonr@gnu.org>
1959
20746fe4 1960 * xsmfns.c: Remove includes that are already included by config.h.
e7150846 1961
dbf46ba6
KH
19622008-05-23 Kenichi Handa <handa@m17n.org>
1963
6c652beb
KH
1964 * charset.c (Qemacs, charset_emacs): New variables.
1965 (char_charset): Fix for non-Unicode characters.
1966 (syms_of_charset): Define charset_emacs.
1967
baf4d3b3 1968 * w32term.c (x_draw_glyph_string): Be sure to update
328fab2a
KH
1969 s->underline_thickness and s->underline_position. Be sure to draw
1970 underline within the current line area.
baf4d3b3
KH
1971
1972 * xterm.c (x_draw_glyph_string): Be sure to update
328fab2a 1973 s->underline_thickness and s->underline_position. Be sure to draw
90dc78a3 1974 underline within the current line area.
baf4d3b3 1975
dbf46ba6
KH
1976 * fontset.c: Delete unused variables and add casting for char *
1977 throughout the file.
1978 (fontset_font): Try the fallback fonts of the current fontset
1979 before consulting the default fontset.
1980
1981 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
1982
9e0e0d77 1983 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
dbf46ba6 1984
3b780338
JR
19852008-05-22 Jason Rumney <jasonr@gnu.org>
1986
20746fe4 1987 * font.c: Don't include strings.h.
577eba22 1988
9e0e0d77 1989 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
05131107 1990
20746fe4
JB
1991 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
1992 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
b1722a46
EZ
1993 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
1994 to call xstrcasecmp.
05131107 1995
b1722a46 1996 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3b780338 1997
b1722a46 1998 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3b780338 1999
b1722a46 2000 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3b780338 2001
b1722a46 2002 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3b780338 2003
a30e1957
KH
20042008-05-22 Kenichi Handa <handa@m17n.org>
2005
20746fe4 2006 * puresize.h (BASE_PURESIZE): Increase to 1220000.
955b979c 2007
20746fe4 2008 * font.c (font_prop_validate_style): Adjust for the format
64b900e3
KH
2009 change of font_style_table.
2010
a30e1957
KH
2011 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
2012 two args.
2013
2014 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
2015 two args.
2016
631248e5
SM
20172008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * minibuf.c (keys_of_minibuf): Delete.
2020 * lisp.h (keys_of_minibuf): Delete.
2021 * emacs.c (main): Don't call keys_of_minibuf.
2022
318548be
KH
20232008-05-22 Kenichi Handa <handa@m17n.org>
2024
631248e5 2025 * ftfont.c (ftfont_resolve_generic_family): Rename from
318548be
KH
2026 ftfont_list_generic_family. Return a single family for each
2027 generic family.
2028 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
20746fe4
JB
2029 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
2030 Call font_add_log.
318548be
KH
2031 (ftfont_match): Call font_add_log.
2032
2033 * font.h (Ffont_xlfd_name): EXFUN adjusted.
2034 (FONT_DEBUG): Define it.
2035 (font_add_log): Extern it.
631248e5 2036 (font_assert): Rename from xassert.
318548be
KH
2037
2038 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
2039 (xfont_list_family): Call font_add_log.
2040 (xfont_match): Likewise.
631248e5 2041 (memq_no_quit): Delete.
318548be
KH
2042
2043 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
2044 call of Ffont_xlfd_name.
2045
2046 * xfaces.c (struct table_entry, slant_table, weight_table)
631248e5 2047 (swidth_table): Move to font.c.
318548be
KH
2048
2049 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
631248e5 2050 xassert are changed to font_assert. Delete many unused variables.
20746fe4
JB
2051 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
2052 New variables.
631248e5
SM
2053 (struct table_entry): Move from xfaces.c and modified.
2054 (weight_table, slant_table, width_table): Move from xfaces.c and
318548be 2055 contents adjusted for the change of struct table_entry.
20746fe4 2056 (font_style_to_value, font_style_symbolic): Adjust for the
64b900e3 2057 format change of font_style_table.
318548be
KH
2058 (font_parse_family_registry): Don't overwrite existing foundry and
2059 family of font_spec.
2060 (font_score): Fix calculation of diff for sizes.
2061 (font_sort_entites): Call font_add_log.
2062 (font_delete_unmatched): Return a newly created list.
2063 (font_list_entities): Fix previous change. Call font_add_log.
20746fe4
JB
2064 (font_matching_entity, font_open_entity, font_close_entity):
2065 Call font_add_log.
318548be 2066 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
631248e5 2067 (Finternal_set_font_style_table): Delete.
318548be
KH
2068 (BUILD_STYLE_TABLE): New macro.
2069 (build_style_table): New function.
2070 (Vfont_log, font_log_env_checked): New variables.
2071 (font_add_log): New function.
2072 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
2073 Declare Lisp variables "font-weight-table", "font-slant-table",
2074 "font-width-table", and "font-log". Initialize font_style_table.
2075
6aac1c03
DN
20762008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
2077
bcc850aa 2078 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6aac1c03 2079
7950790f
GM
20802008-05-21 Seiji Zenitani <zenitani@mac.com>
2081 Ryo Yoshitake <ryo@shiftmode.net>
a2979e8e 2082
7950790f 2083 * frame.c (Qalpha): Add a new frame parameter `alpha'.
bcc850aa 2084 (Vframe_alpha_lower_limit): New variable.
b9fb2c45 2085 (x_set_alpha): New function.
a2979e8e 2086
7950790f 2087 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
a2979e8e 2088
7950790f
GM
2089 * xfns.c (x-create-frame, Qalpha):
2090 Initialize the frame parameter `alpha'.
b9fb2c45
GM
2091 * xterm.c (OPAQUE, OPACITY): New.
2092 (x_set_frame_alpha): New function.
2093 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
a2979e8e 2094
7950790f
GM
2095 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
2096 * w32fns.c (w32_frame_parm_handlers): Likewise.
a2979e8e 2097
5c2a72d9
JR
20982008-05-20 Jason Rumney <jasonr@gnu.org>
2099
20746fe4
JB
2100 * w32font.c (add_font_entity_to_list): Don't add non-opentype
2101 truetype fonts to opentype list.
5c2a72d9 2102
eb152aa9
JB
21032008-05-20 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * fontset.c (Ffontset_info): Doc fix.
2106 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
2107 <ignore-relative-composition>: Fix typos in docstrings.
2108
2109 * font.c (syms-of-font) <font-encoding-alist>:
2110 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
2111 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
2112 (Ffont_otf_alternates): Doc fixes.
2113
ad00e1a3
KH
21142008-05-20 Kenichi Handa <handa@m17n.org>
2115
2116 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
2117 font.h through out the file.
9e0e0d77 2118 (FONT_DRIVERS): Rename from FONTOBJ.
12855572 2119 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
ad00e1a3
KH
2120 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
2121
2122 * emacs.c (main): Call syms_of_font unconditionally.
2123
2124 * font.h (find_font_encoding): Extern it.
2125
9e0e0d77 2126 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
ad00e1a3
KH
2127 fontset.c.
2128 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
2129 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
2130 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
2131 only when HAVE_WINDOW_SYSTEM is defined.
2132 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
2133 when HAVE_WINDOW_SYSTEM is defined.
2134
9e0e0d77
SM
2135 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
2136 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
ad00e1a3
KH
2137
2138 * xfaces.c: Include font.h unconditionally.
2139 (merge_face_ref, merge_face_vectors)
2140 (Finternal_set_lisp_face_attribute): Cancel the previous change.
2141
40a69fac
SM
21422008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
2145 indirect_variable.
2146 * eval.c (lisp_indirect_variable): New fun.
2147 (Fuser_variable_p): Use it.
2148
8c2dccbf
SM
21492008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2150
ad97b375
SM
2151 * lisp.h (indirect_variable):
2152 * data.c (indirect_variable, let_shadows_buffer_binding_p):
2153 Use Lisp_Symbol pointers rather than Lisp_Object.
2154 Adjust callers.
2155 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
2156 To this end, change calling-convention.
2157
8c2dccbf
SM
2158 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
2159 if some non-hidden buffers are selected by string&pred.
2160
ad97b375
SM
21612008-05-19 Chong Yidong <cyd@stupidchicken.com>
2162
2163 * process.c (wait_reading_process_output): Always check status
2164 when in batch mode.
2165
25b81df4
KH
21662008-05-19 Kenichi Handa <handa@m17n.org>
2167
2168 * font.c (font_list_entities): Fix handling of cache.
2169 (font_matching_entity): Likewise.
2170
8c2dccbf 2171 * ftfont.c (cs_iso8859_1): Delete.
25b81df4 2172 (ft_face_cache): New variable.
1f204af3 2173 (struct ftfont_info): New member fc_charset_idx.
8c2dccbf 2174 (ftfont_build_basic_charsets): Delete.
25b81df4
KH
2175 (fc_charset_table): New variable.
2176 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
2177 . FC_CHARSET_IDX) as :font-entity property in the font entity.
2178 Callers changed.
dde8403f 2179 (ftfont_lookup_cache, ftfont_get_charset): New functions.
8c2dccbf
SM
2180 (ftfont_spec_pattern): New argument fc_charset_idx.
2181 Check registry more rigidly. Change callers.
a2979e8e 2182 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
25b81df4
KH
2183 change of :font-entity property of the font.
2184
a2979e8e 2185 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
25b81df4
KH
2186 property of the font.
2187
d4a1d553
JB
21882008-05-18 Juanma Barranquero <lekktu@gmail.com>
2189
2190 * coding.c (Fcoding_system_p): Rename argument to match docstring.
2191 (Funencodable_char_position, Fcheck_coding_systems_region)
2192 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
2193 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
2194 (Ffind_operation_coding_system, Fset_coding_system_priority)
2195 (Fcoding_system_eol_type): Doc fixes.
2196
07cfc4e7
GM
21972008-05-17 Glenn Morris <rgm@gnu.org>
2198
2199 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
2200
1cab27d2
EZ
22012008-05-16 Eli Zaretskii <eliz@gnu.org>
2202
2203 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
2204 and st_gid.
2205
dde8403f 2206 * frame.c (Fdelete_frame): Don't call font_update_drivers if
1cab27d2
EZ
2207 HAVE_WINDOW_SYSTEM is not defined.
2208
2209 * xfaces.c (merge_face_ref, merge_face_vectors)
2210 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
2211 HAVE_WINDOW_SYSTEM is defined.
2212 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
2213
86b89713
SM
22142008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
2217
6750bd93
YM
22182008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2219
62867b11 2220 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6750bd93 2221
79f105c9
KH
22222008-05-15 Kenichi Handa <handa@m17n.org>
2223
2224 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
2225 preference.
2226
6b33da9f
GM
22272008-05-15 Glenn Morris <rgm@gnu.org>
2228
2229 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
2230
d0e4433b
CY
22312008-05-15 Chong Yidong <cyd@stupidchicken.com>
2232
2233 * fns.c (init_fns): Don't initialize weak_hash_tables here.
2234 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
2235
2236 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
2237
5f2d79e0
KH
22382008-05-15 Kenichi Handa <handa@m17n.org>
2239
fd8a1cae
KH
2240 * ftfont.c (ftfont_list): Downcase family name to check generic
2241 families.
2242
2243 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
2244 font-spec for QCfont value.
2245
5f2d79e0
KH
2246 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
2247 buffer. Check the return value of it.
2248
e5e29349
JR
22492008-05-14 Jason Rumney <jasonr@gnu.org>
2250
2251 * w32term.c (w32_get_glyph_overhangs): Remove.
2252 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
2253
1f09f444
KH
22542008-05-14 Kenichi Handa <handa@m17n.org>
2255
2256 * font.c (font_prop_validate): Make nil a valid value.
be9442ad
KH
2257 (font_clear_cache): Check if the cached vector of entities is nil
2258 or not.
1f09f444 2259
ecae6af9 22602008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
f8240abd
YM
2261
2262 * emacs.c (main_thread): Conditionalize on
2263 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
2264 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
2265
2266 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
2267 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
2268 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
2269
c6b278e7
KH
22702008-05-14 Kenichi Handa <handa@m17n.org>
2271
2272 * coding.c (detect_coding_iso_2022): Ignore a coding category that
2273 has no corresponding coding system.
2274
22752008-05-14 Jason Rumney <jasonr@gnu.org>
2276
2277 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
2278
2279 * w32font.h (w32font_open_internal): Update declaration.
2280
2281 * w32font.c (w32font_open_internal): Change last argument from
2282 w32font_info struct to font object. Fill in font object from
2283 font_entity. Get Outline metrics if possible. Use them to
2284 calculate underline position and thickness. Use xlfd name as name
2285 property. Don't set codepage.
2286 (w32font_open): Pass font_object to w32font_open_internal. Don't
a879ee6f 2287 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
c6b278e7
KH
2288 (w32font_draw): Use s->font.
2289 (clear_cached_metrics): Don't clear non-existent blocks.
2290
2291 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
2292 font was not found.
a879ee6f 2293 (x_draw_glyph_string): Use underline position and thickness from font.
c6b278e7
KH
2294
2295 * w32uniscribe.c (uniscribe_open): Pass font_object to
2296 w32font_open_internal.
2297
22982008-05-14 Kenichi Handa <handa@m17n.org>
2299
2300 These changes are to delete all legacy font-handling codes, and
2301 make Emacs use only font-backends.
2302
2303 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
2304 (frame.o, image.o, print.o): Depend on $(FONTSRC).
2305
2306 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
2307
2308 * charset.h (Vcharset_non_preferred_head)
2309 (Vcurrent_iso639_language): Extern them.
2310
2311 * charset.c (Vcharset_non_preferred_head): New variable.
2312 (Vcurrent_iso639_language): New variable.
2313 (syms_of_charset): Declare it as a Lisp variable.
2314 (char_charset): Don't check non preferred charsets. As a last
2315 resort, return charset_unicode.
2316 (Fset_charset_priority): Update Vcharset_non_preferred_head.
2317
2318 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
2319 conditionals. Don't check enable_font_backend. Delete all codes
2320 used only when USE_FONT_BACKEND is not defined.
2321
2322 * dispextern.h (struct glyph_string): Change type of `font' to
2323 `struct font *'.
2324 (struct glyph_string): New member underline_position and
2325 underline_thickness.
2326 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
2327 (struct face): Change type of `font' to `struct font *'. Remove
2328 members `font_name', `font_info_id'.
2329 (per_char_metric, encode_char): Delete externs.
2330 (calc_pixel_width_or_height): Adjust the prototype.
2331
2332 * emacs.c (enable_font_backend): Delete extern.
2333 (main): Don't set enable_font_backend. Don't check the command
2334 line argument "-disable-font-backend".
2335
2336 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
2337 (enum font_property_index): New members FONT_DPI_INDEX,
2338 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
2339 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
2340 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
2341 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
2342 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
2343 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
2344 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
2345 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
2346 (struct font_spec, struct font_entity): New structs.
2347 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
2348 (struct font): Many members from old "struct font_info" moved to
2349 here. Members font and entity deleted.
2350 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
2351 the new font-related objects.
2352 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
2353 (CHECK_FONT_GET_OBJECT): Likewise.
2354 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
2355 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
2356 (struct font_driver): New members case_sensitive anc check. Type
2357 of the member list and open changed.
2358 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
2359 (font_symbolic_width, font_find_object, font_get_spec)
2360 (font_set_lface_from_name): Delete extern.
20746fe4 2361 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
c6b278e7
KH
2362
2363 * font.c: Include <strings.h>.
2364 (enable_font_backend): Delete it.
2365 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
2366 (CHECK_VALIDATE_FONT_SPEC): Delete it.
2367 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
2368 (null_string): Delete it.
2369 (null_vector): Make it static.
2370 (font_family_alist): Delete it.
2371 (Qnormal): Extern it.
2372 (QCextra, QClanguage): Delete it.
1f204af3 2373 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
c6b278e7
KH
2374 (font_make_spec, font_make_entity, font_make_object)
2375 (font_intern_prop): Renamed from intern_downcase. Don't downcase
2376 the string. Callers changed.
2377 (font_pixel_size): Adjusted for the format change of font-related
2378 objects.
2379 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
2380 (font_style_to_value, font_style_symbolic): New function.
2381 (build_font_family_alist): Delete it.
2382 (font_registry_charsets): Use Fassoc_string instead of
2383 assq_no_quit.
2384 (font_prop_validate_symbol): Don't return null_string.
2385 (font_prop_validate_style): Adjusted for the change of
2386 style-related values in a font vector.
20746fe4 2387 (font_property_table): Delete entries for QClanguage and
c6b278e7
KH
2388 QCantialias, add entries for QCavgwidth.
2389 (get_font_prop_index): Delete the 2nd argument FROM.
2390 (font_prop_validate): Arguments changed.
2391 (font_put_extra): Adjusted for the change of font-related objects.
2392 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
2393 (font_parse_fcname, font_unparse_fcname)
2394 (font_prepare_composition): Likewise.
2395 (font_parse_family_registry): Renamed from font_merge_old_spec.
2396 (otf_open): Delete the 1st arg entity.
2397 (font_otf_capability): Adjusted for the above change.
2398 (font_score): New arg alternate_families. Adjusted for the change
2399 of font-related objects.
2400 (font_sort_entites): New arg best_only.
2401 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
2402 Delete them.
2403 (font_match_p): Check alternate families.
2404 (font_find_object): Delete it.
2405 (font_check_object): New function.
c3f9fba8 2406 (font_clear_cache): Adjusted for the change of font-related objects.
c6b278e7
KH
2407 (font_delete_unmatched): New arg.
2408 (font_list_entities): Call font_driver->list with a spec that
2409 doesn't specify style-related properties.
2410 (font_matching_entity): Arguments changed. Caller changed.
c3f9fba8 2411 (font_open_entity): Adjusted for the change of font-related objects.
c6b278e7
KH
2412 (font_close_object, font_has_char, font_encode_char)
2413 (font_get_name, font_get_spec): Likewise.
c3f9fba8
JB
2414 (font_spec_from_name, font_clear_prop, font_update_lface):
2415 New functions.
2416 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
c6b278e7
KH
2417 (font_prepare_for_face, font_done_for_face, font_open_by_name)
2418 (font_at): Adjusted for the change of font-related objects.
2419 (font_range): New function.
2420 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
c3f9fba8 2421 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
c6b278e7
KH
2422 (Fcopy_font_spec, Fmerge_font_spec): New function.
2423 (Ffont_family_list): Renamed from list-families.
2424 (Finternal_set_font_style_table): Arguments changed.
2425 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
2426 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
2427 change of font-related objects.
c3f9fba8 2428 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
c6b278e7 2429
3554e566 2430 * fontset.h (struct font_info): Delete it. Most members go to
c6b278e7
KH
2431 struct font.
2432 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
2433 (enum FONT_SPEC_INDEX): Delete it.
2434 (font_info, list_fonts_func, load_font_func, query_font_func)
2435 (set_frame_fontset_func, find_ccl_program_func)
2436 (get_font_repertory_func, new_fontset_from_font_name): Delete
2437 externs.
2438 (fontset_from_font_name): Extern it.
2439 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
2440 (FONT_INFO_FROM_FACE): Deleted.
2441 (face_for_font): Adjust prototype.
2442
2443 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
2444 conditionals. Don't check enable_font_backend. Delete all codes
2445 used only when USE_FONT_BACKEND is not defined.
2446 (get_font_info_func, list_font_func, load_font_func)
2447 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
2448 (get_font_repertory_func): Delete them.
2449 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
2450 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
2451 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
2452 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
2453 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
2454 (fontset_compare_rfontdef): New function.
2455 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
2456 ront-defs by qsort. Adjusted for the change of font-group vector.
2457 (load_font_get_repertory): Deleted.
2458 (fontset_find_font): Use new macros to ref/set elements of
2459 font-def and rfont-def.
2460 (fontset_font): Fix the timing of remembering that no font for C.
2461 (free_face_fontset): Do nothing if the face has no fontset.
2462 (face_suitable_for_char_p): Use new macros to ref/set elements of
2463 rfont-def.
2464 (face_for_char): Likewise. Call face_for_char with font_object.
2465 (fs_load_font): Delete. Delete #pragma surrounding it.
2466 (fs_query_fontset): Use strcasecmp instead of strcmp.
2467 (generate_ascii_font_name): Adjusted for the format change of
2468 font-spec.
2469 (Fset_fontset_font): Likewise. Use new macros to set elements of
2470 font-def.
2471 (Fnew_fontset): Use font_unparse_xlfd to generate
2472 FONTSET_ASCII (fontset).
2473 (new_fontset_from_font_name): Deleted.
2474 (fontset_from_font): Renamed from new_fontset_from_font. Check if
2475 a fontset is already created for the font. FIx updating of
2476 Vfontset_alias_alist.
2477 (fontset_ascii_font): Deleted.
2478 (Ffont_info): Adjusted for the format change of font-spec.
2479 (Finternal_char_font): Likewise.
2480 (Ffontset_info): Likewise.
2481 (syms_of_fontset): Don't check load_font_func.
2482
2483 * fns.c (internal_equal): Handle PREV_FONT.
2484
2485 * frame.h: Delete USE_FONT_BACKEND conditional.
2486
2487 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
2488 conditionals. Don't check enable_font_backend. Delete all codes
2489 used only when USE_FONT_BACKEND is not defined.
2490 (x_set_font): Call x_new_font, not x_new_fontset2.
2491 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
2492 already set for the frame.
2493
2494 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
2495 a font-entity by font_make_entity. Use font_intern_prop instead
2496 of intern_downcase. Use FONT_SET_STYLE to set a style-related
2497 font property. If a font is scalable, set avgwidth property to 0.
2498 Set font-entity property by font_put_extra.
2499 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
2500 (ffont_driver): Adjusted for the change of struct font_driver.
2501 (ftfont_spec_pattern): New function.
2502 (ftfont_list): Return a list, not vector.
2503 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
2504 (ftfont_list_family): Don't downcase names.
2505 (ftfont_free_entity): Deleted.
2506 (ftfont_open): Return a font-ojbect. Adjusted for the change of
2507 struct font. Get underline_thickness and underline_position from
2508 font property. Don't update dpyinfo->smallest_font_height and
2509 dpyinfo->smallest_char_width.
2510 (ftfont_close): Don't free `struct font'.
2511 (ftfont_has_char): Adjusted for the format change of font-entity.
2512 (ftfont_encode_char, ftfont_text_extents): Likewise.
2513
2514 * ftxfont.c (ftxfont_list): Return a list, not vector.
2515 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
2516 struct font. Get underline_thickness and underline_position from
2517 font property. Don't update dpyinfo->smallest_font_height and
2518 dpyinfo->smallest_char_width.
2519 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
2520 (ftxfont_draw): Adjusted for the change of struct font.
2521
2522 * image.c (image_ascent): Don't include "charset.h". Include
2523 "character.h" and "font.h".
2524
2525 * lisp.h (enum pvec_type): New member PREV_FONT.
2526 (Fassoc_string): EXFUN it.
2527
2528 * print.c: Include font.h.
2529 (print_object): Handle font-related objects.
2530
2531 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
2532 conditionals. Don't check enable_font_backend. Delete all codes
2533 used only when USE_FONT_BACKEND is not defined.
2534 (handle_auto_composed_prop): Do nothing if it->f is not on a
2535 window system. Check how many following characters can be
2536 displayed by the same font.
2537 (calc_pixel_width_or_height): Type of the 4th arg is changed to
2538 'struct font *'.
2539 (get_char_face_and_encoding): Assign the whole encoding task to
2540 the `encode-char' method of a font driver.
2541 (fill_composite_glyph_string): Adjusted for the change of `struct
2542 face' and `struct glyph_string'.
2543 (fill_glyph_string): Likewise.
2544 (get_per_char_metric): Arguments changed.
2545 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
2546 and `struct glyph_string'.
2547 (produce_stretch_glyph, calc_line_height_property)
2548 (x_produce_glyphs): Likewise.
2549
2550 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
2551 conditionals. Don't check enable_font_backend. Delete all codes
2552 used only when USE_FONT_BACKEND is not defined. Use
2553 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
2554 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
2555 (Qp): Extern them.
2556 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
2557 Deleted.
2558 (struct font_name): Deleted.
2559 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
2560 (compare_fonts_by_sort_order): New function.
2561 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
2562 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
2563 Deleted.
2564 (Fx_family_fonts): Use font_list_entities, and sort fonts by
2565 compare_fonts_by_sort_order.
2566 (Fx_font_family_list): Call Ffont_family_list.
2567 (face_numeric_value, face_numeric_weight, face_numeric_slant)
2568 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
2569 (face_symbolic_slant, face_symbolic_swidth)
2570 (split_font_name_into_vector, build_font_name_from_vector)
2571 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
2572 (font_rescale_ratio, split_font_name, build_font_name)
2573 (free_font_names, sort_fonts, x_face_list_fonts)
2574 (face_font_available_p, sorted_font_list, cmp_font_names)
2575 (font_list_1, concat_font_list, font_list, remove_duplicates):
2576 Deleted.
2577 (Fx_list_fonts): Use Ffont_list.
2578 (LFACE_AVGWIDTH): Deleted.
2579 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
2580 by FONTP.
2581 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
2582 (set_lface_from_font_name): Delete it.
2583 (set_lface_from_font): Renamed from
2584 set_lface_from_font_and_fontset. Caller changed. Don't set
2585 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
2586 for face.
c3f9fba8
JB
2587 (merge_face_vectors): Copy font-spec if necessary.
2588 Clear properties of the font-spec if necessary.
c6b278e7
KH
2589 (merge_face_ref): Clear properties of the font-spec if necessary.
2590 (Finternal_set_lisp_face_attribute): Likewise.
2591 (set_font_frame_param): Use font_load_for_lface to load a
2592 font-object, and call Fmodify_frame_parameters with it.
2593 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
2594 font name by Ffont_xlfd_name.
2595 (Finternal_lisp_face_attribute_values): Don't check QCweight,
2596 QCslant, and QCwidth.
2597 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
2598 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
2599 Compare fonts by EQ.
2600 (lookup_non_ascii_face): Deleted.
2601 (face_for_font): The 2nd argument changed.
c3f9fba8
JB
2602 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
2603 Check atomic font properties by case insensitive.
c6b278e7
KH
2604 (realize_non_ascii_face): Set face->overstrike correctly.
2605 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
2606 (dump_realized_face): Get font name from
2607 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
2608
2609 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
2610 conditionals. Don't check enable_font_backend. Delete all codes
2611 used only when USE_FONT_BACKEND is not defined.
2612 (xic_create_xfontset): Original code deleted and renamed from
2613 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
2614 (x_make_gc): Don't set GCFont in GCs.
2615 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
2616 opened by "fixed".
2617 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
2618 find_ccl_program_func, query_font_func, set_frame_fontset_func,
2619 get_font_repertory_func.
2620
2621 * xfont.c: Include <stdlib.h> and "ccl.h".
2622 (struct xfont_info): New structure.
2623 (xfont_query_font): Deleted.
2624 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
2625 moved from xterm.c.
2626 (xfont_driver): Adjusted for the change of struct font_driver.
2627 (compare_font_names): New function.
2628 (xfont_list_pattern): Sort font names case insensitively. Make
2629 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
2630 (xfont_list): Return a list, not vector.
2631 (xfont_match): If the font doesn't have QCname property, generate
2632 a name from the other font properties.
2633 (xfont_open): Return a font-ojbect. Adjusted for the change of
2634 struct font. Get underline_thickness and underline_position from
2635 font property. Don't update dpyinfo->smallest_font_height and
2636 dpyinfo->smallest_char_width.
2637 (xfont_close): Don't free struct font.
2638 (xfont_prepare_face): Adjusted for the change of struct font.
2639 (xfont_done_face): Deleted.
2640 (xfont_has_char): Adjusted for the change of struct font.
2641 (xfont_encode_char, xfont_draw): Likewise.
2642 (xfont_check): New function.
2643
2644 * xftfont.c (xftfont_list): Adjusted for the change of `list'
2645 callback function.
2646 (xftfont_match): Adjusted for the fontmat change of font-entity.
2647 (xftfont_open): Adjusted for the format change of font-entity and
2648 font-object. Adjusted for the change of struct font. Return a
2649 font-object. Don't update dpyinfo->smallest_font_height and
2650 dpyinfo->smallest_char_width.
2651 (xftfont_close): Block input while calling XftFontClose.
2652 (xftfont_prepare_face): Don't block input while calling
2653 xftfont_get_colors. Adjusted for the change of struct font.
2654 (xftfont_shape): Return value of error case fixed.
2655
2656 * xrdb.c (x_load_resources): Don't setup a fontset resource.
2657
2658 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
2659 conditionals.
2660 (FONT_WIDTH): Return (f)->max_width.
2661 (struct x_display_info): Delete member `font'.
2662 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
2663 (x_find_ccl_program, x_get_font_repertory): Delete externs.
2664 (struct x_output): Change type of `font' to `struct font *'.
2665
2666 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
2667 conditionals. Don't check enable_font_backend. Delete all codes
c3f9fba8 2668 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
c6b278e7
KH
2669 (x_per_char_metric, x_encode_char): Deleted.
2670 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
2671 (x_compute_glyph_string_overhangs): Adjusted for the change of
c3f9fba8 2672 `struct face'.
c6b278e7
KH
2673 (x_draw_glyph_string_foreground)
2674 (x_draw_composite_glyph_string_foreground): Likewise.
2675 (x_draw_glyph_string): Likewise. Use font->underline_position and
2676 font->underline_thickness.
2677 (x_new_font): Renamed from x_new_fontset2.
2678 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
2679 (x_check_font): Call `check' method of a font driver.
2680 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
2681 (x_query_font, x_get_font_repertory): Deleted.
2682 (x_find_ccl_program): Renamed and moved to xfont.c.
2683 (x_redisplay_interface): Adjusted for the change of `struct
2684 redisplay_interface'.
2685
2686 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
2687 conditionals. Don't check enable_font_backend. Delete all codes
2688 used only when USE_FONT_BACKEND is not defined. Surround non-used
2689 code by "#ifdef OLD_FONT" and "endif".
2690 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
2691
2692 * w32font.h (struct w32font_info): New member.
2693 (FONT_COMPAT): New macro.
2694 (w32font_open_internal): Prototype adjusted.
2695
2696 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
2697 OLD_FONT" and "endif".
2698
2699 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
2700 conditionals. Don't check enable_font_backend. Delete all codes
2701 used only when USE_FONT_BACKEND is not defined.
2702 (w32font_open): Return a font-object. Make a font-object by
2703 font_make_object. Adjusted for the change of struct w32font_info.
2704 (w32font_close): Don't free struct font. Adjusted for the change
2705 of struct w32font_info.
2706 (w32font_encode_char, w32font_text_extents, w32font_draw):
2707 Adjusted for the change of struct w32font_info.
2708 (w32font_draw): Likewise.
2709 (w32font_list_internal): Return a list, not vector.
2710 (w32font_open_internal): Change the 4th arg to font-object.
c3f9fba8 2711 Adjusted for the change of struct w32font_info and font-object format.
c6b278e7
KH
2712 (add_font_name_to_list): Don't downcase names.
2713 (w32_enumfont_pattern_entity): Make a font-entity by
2714 font_make_entity. Adjusted for the format change of font-entity.
2715 Use FONT_SET_STYLE to set a style-related font property. If a
2716 font is scalable, set avgwidth property to 0. Set font-entity
2717 property by font_put_extra.
c3f9fba8 2718 (font_matches_spec): Adjusted for the format change of font-entity.
c6b278e7
KH
2719 (w32_weight_table, w32_decode_weight): New variables.
2720 (w32_encode_weight): New function.
2721 (fill_in_logfont): Adjusted for the format change of font-spec.
2722 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
2723 weight value.
2724 (w32font_driver): Adjusted for the change of struct font_driver.
2725
2726 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
f245f2c6 2727 conditionals. Don't check enable_font_backend. Surround non-used
c6b278e7
KH
2728 code by "#ifdef OLD_FONT" and "endif".
2729 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
2730 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
2731
2732 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
2733 conditionals. Don't check enable_font_backend. Delete all codes
2734 used only when USE_FONT_BACKEND is not defined. Surround non-used
2735 code by "#ifdef OLD_FONT" and "endif".
2736
2737 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
c3f9fba8
JB
2738 (uniscribe_open): Return value changed to font-object.
2739 Adjusted for the format change of font-object.
2740 (uniscribe_otf_capability): Adjusted for the change of struct font.
c6b278e7
KH
2741 (add_opentype_font_name_to_list): Don't downcase names.
2742 (uniscribe_font_driver): Adjusted for the change of struct
2743 font_driver.
2744
f9d4c199
CY
27452008-05-13 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * dispnew.c (update_frame_1): Check if tty output is still valid
2748 before flushing it.
2749
44f249c0
JD
27502008-05-13 Jan Djärv <jan.h.d@swipnet.se>
2751
2752 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
2753 to Gtk+ menus.
2754
01bb4018
SM
27552008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2756
3271a8f5
SM
2757 * dired.c (file_name_completion): Tweak the code so as to always do it
2758 in a single pass. Tighten the scope of some variables.
2759
01bb4018
SM
2760 * dired.c (Qdefault_directory): New var.
2761 (file_name_completion): Use it instead of Fexpand_file_name.
2762 (syms_of_dired): Initialize it.
2763
728bb8e0
SM
27642008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * fileio.c (double_dollars): Remove dead code.
2767
ed4c17bb
EZ
27682008-05-10 Eli Zaretskii <eliz@gnu.org>
2769
6c5665e9
EZ
2770 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
2771 Mention w32-get-true-file-attributes in doc string.
2772
ed4c17bb
EZ
2773 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
2774
71e1f69d
GM
27752008-05-09 Glenn Morris <rgm@gnu.org>
2776
2777 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
2778 2008-04-23.
2779
ee7a2e7a
EZ
27802008-05-09 Eli Zaretskii <eliz@gnu.org>
2781
8aaaec6b
EZ
2782 Support for reporting owner and group of each file on MS-Windows:
2783 * dired.c (stat_uname, stat_gname): New functions, with special
2784 implementation for w32.
2785 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
2786
ee7a2e7a
EZ
2787 * w32.c: Rename the_passwd_* to dflt_passwd_*.
2788 (dflt_group_name): New static variable.
728bb8e0 2789 (dflt_group): Rename from the_group.
ee7a2e7a
EZ
2790 (init_user_info): Init dflt_group fields. Get user's group name
2791 from LookupAccountSid.
8aaaec6b
EZ
2792 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
2793 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
2794 New initialization states.
2795 (globals_of_w32): Initialize them to zero. Initialize the default
2796 group name to "None".
2797 (GetFileSecurity_Name): New global var, the name of the function
2798 to call for GetFileSecurity.
2799 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
2800 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
2801 (get_file_security, get_security_descriptor_owner)
2802 (get_security_descriptor_group, is_valid_sid)
2803 (get_file_security_desc, get_rid, get_name_and_id)
2804 (get_file_owner_and_group): New functions.
2805 (stat): Use get_file_security_desc and get_file_owner_and_group to
2806 report the owner and primary group of each file. Don't ignore the
728bb8e0
SM
2807 high 32 bits of file's size, now that st_size is 64-bit wide.
2808 Fix test when to get true file attributes.
8aaaec6b
EZ
2809 (init_user_info): Use get_rid instead of equivalent inline code.
2810 (fstat): Don't ignore the high 32 bits of file's size.
ee7a2e7a 2811
b199c436
CY
28122008-05-09 Chong Yidong <cyd@stupidchicken.com>
2813
2814 * image.c (png_load): Use correct bit-depth for setting background
2815 color.
2816
86914123
EZ
28172008-05-08 Eli Zaretskii <eliz@gnu.org>
2818
2819 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
2820 epa-hook.elc.
2821
67b5d7de
JB
28222008-05-08 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * font.c (Ffont_match_p): Don't use `iff' in docstring.
2825
1a111394
DN
28262008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2827
2828 * macfns.c (Fx_create_frame): Make a copy of frame parameters
2829 because the original parameters are in pure storage now.
2830 (mac_window): Remove unused params. Update callers.
2831
6d77fa95
SM
28322008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2833
7a3d90dc
SM
2834 * lread.c (substitute_object_recurse): Use lower-level primitives.
2835 Don't signal errors when traversing sub-char-tables.
2836 Don't loop over all the possible characters when traversing char-tables.
2837
6d77fa95
SM
2838 * print.c (print_preprocess): Add sub-char-tables to the print-table,
2839 just like we do in print.c.
2840
140eb764
SM
28412008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * minibuf.c (Ftry_completion): Remove code left over from when we used
2844 scmp instead of Fcompare_strings.
2845
e9184ccb
JB
28462008-05-04 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
2849
0e9378b3
YM
28502008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2851
2852 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
2853 Create bitmap context in native byte order.
2854
f67e15be
MB
2855 * macterm.c (XDrawLine)
2856 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
2857 context in native byte order.
064032d0 2858
f67e15be 28592008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50eff40f
YM
2860
2861 * config.in: Regenerate.
2862
2863 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
2864 New definitions for Image I/O support.
2865 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
2866 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
2867 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
2868 (mac_data_provider_release_data, image_load_image_io)
2869 [USE_MAC_IMAGE_IO]: New functions.
2870 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
2871 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
2872 (init_image_func_pointer) [MAC_OSX]: Remove function.
2873 (image_load_quartz2d) [MAC_OSX]: Check availability of
2874 CGImageCreateWithPNGDataProvider at compile time.
2875 Use lowercase `false' for boolean constant.
2876 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
2877 Use image_load_image_io.
2878 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
2879 Don't check MyCGImageCreateWithPNGDataProvider.
2880 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
2881 Don't call init_image_func_pointer.
2882
2883 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
2884
2885 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
2886 Make variable non-static.
2887 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
2888 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
2889
2890 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
2891 (RED_FROM_ULONG): Mask off higher bits.
2892 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
2893
2894 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
2895 Include AvailabilityMacros.h.
2896 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
2897 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
2898
c6bff69e
SM
28992008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * chartab.c (Fset_char_table_range): If range is t, really set all
2902 chars to that value.
2903
7412d429
EZ
29042008-05-03 Eli Zaretskii <eliz@gnu.org>
2905
2906 * dired.c (Ffile_attributes): Don't allow the device number become
2907 negative.
2908
f83bbfac
DU
29092008-05-02 Daiki Ueno <ueno@unixuser.org>
2910
5a81d3d7 2911 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
f83bbfac 2912
2e3148e2
JL
29132008-05-02 Juri Linkov <juri@jurta.org>
2914
2915 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
728bb8e0
SM
2916 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
2917 DEFAULT argument as a list of default values in docstrings.
2e3148e2 2918
923fb88c
CY
29192008-05-01 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * puresize.h (BASE_PURESIZE): Increase to 1210000.
2922
047aaeb9
MR
29232008-05-01 Martin Rudalics <rudalics@gmx.at>
2924
2925 * dispnew.c (change_frame_size_1): Preserve small windows when
2926 shrinking frames by calling set_window_height|width with third
2927 arg 2.
2928
2929 * window.h (struct window): Replace field too_small_ok by field
2930 resize_proportionally.
2931
2932 * window.c (make_window): Initialize resize_proportionally.
2933 (enlarge_window): Temporarily set resize_proportionally to make
2934 sure that shrink_windows does scale the window proportionally.
2935 (shrink_windows): When window has resize_proportionally set try
2936 to shrink it proportionally by stealing from other windows.
2937 (struct saved_window, Fset_window_configuration)
2938 (compare_window_configurations): Handle resize_proportionally.
2939 (WINDOW_TOTAL_SIZE): New macro.
2940 (window_min_size, shrink_windows, size_window): Use it.
c6bff69e 2941 (check_min_window_sizes): Remove. Invalid values of
047aaeb9
MR
2942 window-min-height|width are handled by window_min_size_2 now.
2943 (size_window, Fsplit_window, enlarge_window)
2944 (adjust_window_trailing_edge, grow_mini_window): Don't call
2945 check_min_window_sizes.
c6bff69e
SM
2946 (window_min_size_2, window_min_size_1, window_min_size):
2947 New argument safe_p for retrieving "safe" minimum sizes.
c3f9fba8 2948 (Fdisplay_buffer, Fsplit_window, enlarge_window)
c6bff69e
SM
2949 (adjust_window_trailing_edge, grow_mini_window):
2950 Adjust arguments of window_min_size... functions.
047aaeb9
MR
2951 (shrink_windows): Argument min_size removed. New argument
2952 safe_p allows shrinking windows to their safe minimum sizes.
2953 Calculate minimum size and decide whether a window shall be
2954 deleted for each window individually.
2955 (size_window): When nodelete_p equals 2, tell shrink_windows to
2956 delete windows only if their new minimum size is no more safe.
2957 (shrink_window_lowest_first): Call window_min_size_1 to make
2958 sure to preserve modeline of bottom-most window when resizing
2959 the minibuffer.
2960 (Fset_window_configuration, Fcurrent_window_configuration)
2961 (compare_window_configurations): Do not handle
2962 window-min-height|width any more.
2963 (syms_of_window): Clarify window-min-height|width doc-strings.
2964
2a54a229
SM
29652008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * dired.c (file_name_completion): Fix up the encoding/decoding issue
2968 some more. Copy some of the code from Ftry_completions.
2969 Remove special case code that dates back to initial revision when the
2970 slash was only added when necessary and that can't trigger nowadays.
2971
384bc634
KH
29722008-04-27 Kenichi Handa <handa@m17n.org>
2973
2974 * font.c (font_prop_validate): Signal `error' instead of `font'.
2975
2c2279c6
JR
29762008-04-29 Jason Rumney <jasonr@gnu.org>
2977
2978 * w32fns.c (Fw32_battery_status): New defun.
2979 (syms_of_w32fns): Defsubr it.
2980
fb4a622a
AS
29812008-04-28 Andreas Schwab <schwab@suse.de>
2982
2983 * dired.c (file_name_completion): Fix another mixing of encoded
2984 and decoded names.
2985
23f250f4
JB
29862008-04-28 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
2989
d8d30dff
JB
29902008-04-27 Juanma Barranquero <lekktu@gmail.com>
2991
2992 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
2993
ea6104a8
AS
29942008-04-27 Andreas Schwab <schwab@suse.de>
2995
9c691c00
AS
2996 * dired.c (file_name_completion): Fix inappropriate mixing of
2997 encoded and decoded names.
2998
ec1bf773
AS
2999 * xterm.c (XTread_socket): Fix use of uninitialized variable.
3000
ea6104a8
AS
3001 * puresize.h (BASE_PURESIZE): Increase to 1200000.
3002
01388a3d
EZ
30032008-04-26 Eli Zaretskii <eliz@gnu.org>
3004
3005 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
3006 2008-03-31, it's not needed anymore with `struct stat' definition
3007 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
3008 for the same reasons.
3009
175aea10 30102008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
27af566c
CY
3011
3012 * m/sparc.h: Additional redefinitions for GNU/Linux.
3013
1289aeb8
YM
30142008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3015
3016 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
3017 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
3018 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
3019 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
3020 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
3021 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
3022 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3023 Likewise.
3024
3025 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
c3f9fba8 3026 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
1289aeb8
YM
3027 (mac_ax_number_of_characters): Add externs.
3028 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
3029 [USE_MAC_TSM]: Likewise.
3030 (mac_handle_text_input_event) [MAC_OSX]:
3031 Handle kEventTextInputOffsetToPos for no active input area case.
3032 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
3033 (mac_handle_document_access_event)
3034 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
3035 (install_application_handler) [MAC_OSX]: Register handlers for
3036 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
3037 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3038 Register mac_handle_document_access_event.
3039
3040 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
3041 Make functions non-static.
3042
dbd50d4b
SM
30432008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
3046 (read_file_name_completion_ignore_case, insert_default_directory)
3047 (Qdefault_directory): Move to minibuffer.el.
3048 (Fread_file_name): Call the new `read-file-name' instead.
3049
9ea37b9d 30502008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81fe843b
YM
3051
3052 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
3053 Make function non-static.
3054 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
3055 Remove function.
3056 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
3057 Move to mactoolbox.c.
3058 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
3059
3060 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
3061 (mac_rect_make): New macro.
3062
3063 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
3064 instead of float.
3065 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
3066 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
3067 (XSetBackground) [USE_CG_DRAWING]: Likewise.
3068 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
3069 CGRectMake.
3070 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
3071 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
3072 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
3073 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
3074 instead of WindowRef in argument type.
3075 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
3076 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
3077 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
3078 instead of DISPLAY. All uses changed.
3079 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
3080 (x_calc_absolute_position): Simplify so as not to use
3081 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
81fe843b
YM
3082
3083 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
3084 instead of WindowRef in argument type.
3085 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
3086 [TARGET_API_MAC_CARBON]: Remove externs.
3087 (create_apple_event, mac_event_parameters_to_lisp)
3088 [TARGET_API_MAC_CARBON]: Add externs.
3089
d8d30dff 3090 * mactoolbox.c (Vmac_ts_script_language_on_focus)
81fe843b
YM
3091 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
3092 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
3093 is clicked.
3094 (x_activate_menubar): Remove extern for saved_menu_event_location.
3095 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
3096 Move from mac.c.
3097
9ea37b9d 30982008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a1b41389
YM
3099
3100 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
3101 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
3102
9ea37b9d 31032008-04-23 Jason Rumney <jasonr@gnu.org>
bd735631
JR
3104
3105 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
3106 attributes only for local files.
3107
3108 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
e9184ccb 3109 default to Qlocal.
bd735631 3110
88970542
JL
31112008-04-22 Juri Linkov <juri@jurta.org>
3112
3113 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
3114 read-buffer-to-switch instead of using the letter "B".
3115
92ec67e3
SM
31162008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * fileio.c (Qdefault_directory): New variable.
3119 (Fread_file_name): Use it to pass `dir' to the completion functions.
3120
a32b2382
CY
31212008-04-20 Chong Yidong <cyd@stupidchicken.com>
3122
2a2e8de7 3123 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
a32b2382 3124
6c8b4f07
SM
31252008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3126
ece5f847
SM
3127 * keyboard.c (Vpre_help_message): Remove.
3128 (show_help_echo): Remove default C code.
3129
6c8b4f07
SM
3130 * dired.c (directory_files_internal, file_name_completion):
3131 Only call ENCODE_FILE if the string is indeed decoded.
3132
73d798d5
SM
31332008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * Makefile.in (TOOLKIT_DEFINES): Remove.
3136 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
3137
d8d30dff 31382008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9e13f0c3
YM
3139
3140 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
3141 (mactoolbox.o): New target.
3142
3143 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
3144 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
3145
3146 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
3147 Use mac_set_frame_window_background instead of XSetWindowBackground.
3148 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
3149 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
3150 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
3151 instead of SetWindowTitleWithCFString.
3152 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
3153 Move function to mactoolbox.c.
3154 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
3155 Use mac_set_window_modified instead of SetWindowModified.
3156 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
3157 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
3158 (Fx_focus_frame): Use mac_front_non_floating_window instead of
3159 FrontNonFloatingWindow. Use mac_activate_window instead of
3160 ActivateWindow. Use mac_active_non_floating_window instead of
3161 ActiveNonFloatingWindow.
3162 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
3163 Use mac_show_hourglass and mac_hide_hourglass.
3164 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
3165 instead of GetGlobalMouse.
3166 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
3167 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
3168 Use mac_bring_window_to_front instead of BringToFront.
3169 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
3170 mactoolbox.c.
3171 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
3172 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
3173 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
3174 mactoolbox.c.
3175
3176 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
3177 (XtPointer): Move typedef from macmenu.c.
3178 (enum button_type): Move enum from macmenu.c.
3179 (widget_value): Move typedef from macmenu.c.
3180 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
3181 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
3182 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
3183 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
3184 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
3185 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
3186 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
3187 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
3188 (Selection): Move typedef from macselect.c.
3189 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
3190 macterm.c.
3191 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
3192 (mac_is_window_collapsed, mac_bring_window_to_front)
3193 (mac_send_window_behind, mac_hide_window, mac_show_window)
3194 (mac_collapse_window, mac_front_non_floating_window)
3195 (mac_active_non_floating_window, mac_activate_window)
3196 (mac_move_window_structure, mac_move_window, mac_size_window)
3197 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
3198
3199 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
3200 (enum mac_menu_kind): Move enum to mactoolbox.c.
3201 (min_menu_id): Move variable to mactoolbox.c.
3202 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
3203 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
3204 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
3205 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
3206 [TARGET_API_MAC_CARBON]: Likewise.
3207 (XtPointer): Move typedef to macgui.h.
3208 (enum button_type): Move enum to macgui.h.
d02fe47d
MB
3209 (widget_value): Move typedef to macgui.h.
3210 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
3211 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
3212 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
3213 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
3214 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
3215 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
3216 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
3217 (popup_activated_flag): Make variable non-static.
3218 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
3219 (add_menu_item, fill_menu, dispose_menus):
3220 Move functions to mactoolbox.c.
3221 (restore_show_help_function, menu_target_item_handler)
3222 (install_menu_target_item_handler, mac_handle_dialog_event)
3223 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
3224 [TARGET_API_MAC_CARBON]: Likewise.
3225 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
3226 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
3227 (find_and_call_menu_selection, name_is_separator): Make function
3228 non-static.
3229 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
3230 to mactoolbox.c.
3231 (set_frame_menubar): Don't call install_menu_quit_handler.
3232 (menu_item_selection): New variable.
3233 (mac_menu_show): Use create_and_show_popup_menu.
3234 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
3235 selection but set variable menu_item_selection. All uses changed.
3236 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
3237 Call install_menu_quit_handler. Move to mactoolbox.c.
edd3ff1d 3238
d02fe47d
MB
3239 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
3240 (Selection): Move typedef to macgui.h.
3241 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
3242 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
3243 Make variables non-static.
3244 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
3245 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
3246 Make functions non-static.
3247 (Vmac_service_selection) [MAC_OSX]: Likewise.
3248 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
3249 (mac_valid_selection_target_p, mac_clear_selection)
3250 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
3251 (mac_put_selection_value, mac_selection_has_target_p)
3252 (mac_get_selection_value, mac_get_selection_target_list)
3253 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
3254 Move functions to mactoolbox.c.
3255 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
3256 Likewise.
3257 (copy_scrap_flavor_data, mac_handle_service_event)
3258 (install_service_handler) [MAC_OSX]: Likewise.
3259 (syms_of_macselect) <Vmac_dnd_known_types>:
3260 Use mac_dnd_default_known_types.
463f55ee 3261
d02fe47d
MB
3262 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
3263 Move to mactoolbox.c.
3264 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
3265 (Fx_selection_owner_p): Add EXFUN.
3266 (install_window_handler, remove_window_handler, XSetWindowBackground):
3267 Remove externs.
3268 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
3269 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
3270 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
3271 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
3272 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
3273 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
3274 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
3275 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
3276 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
3277 (create_and_show_popup_menu, mac_get_selection_from_symbol)
3278 (mac_valid_selection_target_p, mac_clear_selection)
3279 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
3280 (mac_put_selection_value, mac_selection_has_target_p)
3281 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
3282 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
3283 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
3284 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
3285 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
3286 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
3287 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
3288 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
3289 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
463f55ee 3290
d02fe47d 3291 * mactoolbox.c: New file.
af253914 3292
d8d30dff 32932008-04-18 Jason Rumney <jasonr@gnu.org>
af253914 3294
d02fe47d 3295 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
af253914 3296
8ee085a4
SM
32972008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3298
73d798d5
SM
3299 * character.c (Fmultibyte_char_to_unibyte):
3300 Return latin1 chars unchanged.
5556875b 3301
8ee085a4
SM
3302 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
3303 relocated if it points to `name'.
3304
5dff5999
KH
33052008-04-17 Kenichi Handa <handa@m17n.org>
3306
3307 * data.c (Faset): Allow setting a multibyte character in an
3308 ASCII-only unibyte string.
3309
3310 * lisp.h (STRING_SET_MULTIBYTE): New macro.
3311
a51f4969
SM
33122008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
3315 done in config.h.
3316
add553ac
JB
33172008-04-16 Juanma Barranquero <lekktu@gmail.com>
3318
3319 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
3320 (Fchar_direction): Add usage in the docstring.
3321
8ad7b280
CY
33222008-04-15 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * keyboard.c (read_key_sequence): Remove always-true checks.
3325
e157d7ba
JR
33262008-04-14 Jason Rumney <jasonr@gnu.org>
3327
3328 * w32font.c (w32font_open_internal): Set max_bounds.descent in
3329 compatibility struct, for better underline positioning.
3330
9ec3aaef 33312008-04-13 David Hansen <david.hansen@gmx.net>
48f7d213
MA
3332
3333 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
3334 string.
3335
36c08864
DN
33362008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3337
3338 * m/hp800.h (XUINT, XSET): Remove.
3339
f5acc071
JB
33402008-04-12 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
3343 previous change.
3344
5b5a2ea1
SM
33452008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
3348 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
3349
492d9fd6
SM
33502008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * keymap.h (map_keymap_canonical): Declare.
3353 * xmenu.c (single_keymap_panes): Use it.
3354
dd60787c
GM
33552008-04-11 Glenn Morris <rgm@gnu.org>
3356
3357 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
3358 set the target's value to that of the alias.
3359
c23b5410
SM
33602008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * term.c (set_tty_color_mode): Left over typo.
3363
e89b536d
MA
33642008-04-10 Michael Albinus <michael.albinus@gmx.de>
3365
3366 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
f5acc071 3367 only after check for file name handler functions. Signal, when
e89b536d
MA
3368 native functionality is not supported.
3369 (syms_of_fileio): Declare it unconditionally.
3370
40a339c8
JR
33712008-04-10 Jason Rumney <jasonr@gnu.org>
3372
31403b24
JR
3373 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
3374 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
3375
40a339c8
JR
3376 * w32.c (logon_network_drive): Also logon to remote drives that
3377 are mapped to drive letters.
3378
96a7394f
GM
33792008-04-10 Glenn Morris <rgm@gnu.org>
3380
3381 * xdisp.c (truncate-partial-width-windows): Doc fix.
3382
34b67b0f
SM
33832008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
3386 Move functions to minibuffer.el.
3387 (syms_of_fileio): Don't declare them.
3388
c025fb0a
SM
33892008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3390
ba5ff07b
SM
3391 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
3392 (syms_of_minibuf): Remove its initialization.
3393
c025fb0a
SM
3394 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
3395
7a6a86ad
JB
33962008-04-09 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
3399
cf907d69
JR
34002008-04-09 Jason Rumney <jasonr@gnu.org>
3401
3dc94c30
JR
3402 * makefile.w32-in (distclean): Delete makefile too.
3403 (maintainer-clean): New target.
3404
8d28646b
JR
3405 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
3406
cf907d69
JR
3407 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
3408 for new font backend and composite cases.
3409
ef5eb925
JD
34102008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3411
3412 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
3413 Most of the code moved to run_timers.
3414 (do_pending_atimers): Call run_timers.
3415 (run_timers): New function.
3416
cf907d69
JR
3417 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
3418 run atimers.
ef5eb925
JD
3419
3420 * process.c (wait_reading_process_output): The same as above.
3421
9b2cd403
SM
34222008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3423
32bae13c
SM
3424 * minibuf.c (last_exact_completion): Remove variable.
3425 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
3426 (complete_and_exit_1, complete_and_exit_2)
3427 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
3428 (Fdisplay_completion_list, display_completion_list_1)
3429 (Fminibuffer_completion_help, Fself_insert_and_exit)
8d28646b
JR
3430 (Fexit_minibuffer, Fminibuffer_message): Move functions to
3431 minibuffer.el.
32bae13c
SM
3432 (syms_of_minibuf): Remove corresponding initializations.
3433
5c4cc82a
SM
3434 * keyboard.c (Qdeactivate_mark): New var.
3435 (command_loop_1): Use it to call `deactivate-mark'.
3436 (syms_of_keyboard): Initialize it.
3437
9b2cd403
SM
3438 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
3439 to another frame.
3440 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
3441 Don't call set_tty_color_mode.
3442 (store_frame_param): Reset previous_frame rather than call
3443 set_tty_color_mode.
3444 * term.c (set_tty_color_mode): Rewrite.
3445 * dispextern.h (set_tty_color_mode): New type.
3446 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
3447
84cb7b45
SM
34482008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
3451 for generic chars, which do not exist any more in emacs-unicode.
3452
3ed051d4
MA
34532008-04-08 Michael Albinus <michael.albinus@gmx.de>
3454
3455 * coding.c (detect_coding_emacs_mule)
3456 (Ffind_operation_coding_system): Fix typo.
3457
58c3ea42
JR
34582008-04-08 Jason Rumney <jasonr@gnu.org>
3459
3bf8d230
JR
3460 * w32uniscribe.c (SNAME): Extract only symbol name.
3461
56a70cca
JR
3462 * w32font.h (struct w32_metric_cache): New struct.
3463 (w32font_info): Use it.
3464 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
3465 (CACHE_BLOCKSIZE): New constants.
3ed051d4 3466
58c3ea42
JR
3467 * w32font.c (Qja, Qko, Qzh): New symbols.
3468 (syms_of_w32font): Initialise them.
3469 (font_matches_spec): Use them to filter by language.
3470 (recompute_cached_metrics): Remove function.
3471 (compute_metrics, clear_cached_metrics): New functions.
3472 (w32font_encode_char): Use them to manage metric cache.
3473 (w32font_text_extents): Cache metrics for all glyphs on demand.
3474 Delay converting glyph indices to WORD until needed.
3475 (w32font_open_internal): Initialize metric cache to empty.
3476 (registry_to_w32_charset): Charset should always be a symbol.
3477 (fill_in_logfont, list_all_matching_fonts): Family should
3478 always be a symbol.
3479
0ce24b2d
JR
34802008-04-06 Jason Rumney <jasonr@gnu.org>
3481
3482 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
3483 Give up if glyph indices not supported. Use uniscribe obtained
3484 ABC widths for individual metrics. Map glyph clusters back to
3485 characters using fClusterStart flag. Return number of glyphs
3486 produced, not chars processed.
b7655e0c 3487 (uniscribe_shape): Map char at FROM to current glyph.
0ce24b2d 3488
5bc6ddff 34892008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56613f06 3490
fbf57abb
JB
3491 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
3492 Use SetMenuItemHierarchicalMenu.
56613f06 3493
5bc6ddff 34942008-04-05 Jason Rumney <jasonr@gnu.org>
93421a1f 3495
5bc6ddff
MB
3496 * image.c (pbm_load): Allow color values up to 65535.
3497 Throw an error if max_color_idx is outside the supported range.
3498 Report an error when image size is invalid.
3499 Read two bytes at a time when raw images have max_color_idx above 255.
1f816871 3500
5bc6ddff 35012008-04-05 Eli Zaretskii <eliz@gnu.org>
5ed6ba5b 3502
5bc6ddff
MB
3503 * w32.c (readdir): If FindFirstFile/FindNextFile return in
3504 cFileName a file name that includes `?' characters, use the 8+3
3505 alias in cAlternateFileName instead.
5ed6ba5b 3506
5bc6ddff 35072008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
32c06229 3508
5bc6ddff
MB
3509 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
3510 append "CCL: Quitted" when the CCL program is quitted.
3511 (setup_ccl_program): Initialize ccl->quit_silently to zero.
32c06229 3512
5bc6ddff 3513 * ccl.h (struct ccl_program): New member quit_silently.
32c06229 3514
c36e15db
CY
35152008-04-05 Chong Yidong <cyd@stupidchicken.com>
3516
9605d567
CY
3517 * search.c (compile_pattern_1): Treat non-nil and non-string of
3518 search-spaces-regexp as nil.
3519
c36e15db
CY
3520 * minibuf.c (Fassoc_string): Tweak docstring.
3521
40beb147
EZ
35222008-04-05 Eli Zaretskii <eliz@gnu.org>
3523
3524 * dired.c (Ffile_attributes): Support inode numbers wider than 32
3525 bits. Remove ugly WINDOWSNT-specific kludge introduced on
3526 2008-03-14 to force inode be positive.
3527
3528 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
3529 _S_* ones, since we now use our own sys/stat.h.
3530 (stat, fstat): Don't mangle the inode number.
aa08d1ff 3531 (init_user_info): Don't restrict UID and GID to 0-60000 range.
40beb147 3532
4591d6cb
SM
35332008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3534
d4417eb0
SM
3535 * frame.h (struct frame): Give one more bit to `visible' since we use
3536 values larger than 1 to indicate obscured frames on ttys.
3537
00f7c5ed
SM
3538 * keymap.c (Qkeymap_canonicalize): New var.
3539 (Fmap_keymap_internal): New fun.
3540 (describe_map): Use keymap-canonicalize.
3541
4591d6cb
SM
3542 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
3543 (Fundo_boundary): Set them.
3544 (syms_of_undo): Initialize them.
3545 (record_point): Use them instead of last_point_position*.
3546 (last_undo_buffer): Change type.
3547
3187540e
JR
35482008-04-04 Jason Rumney <jasonr@gnu.org>
3549
0ce24b2d
JR
3550 * w32font.c (w32font_text_extents): Use font's ascent and descent.
3551 (recompute_cached_metrics): Don't set ascent and descent per char.
3552
3187540e 3553 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4591d6cb 3554 (uniscribe_check_otf): Add GC protection before consing.
d0bfec76 3555 Rearrange loop for counting features.
3187540e 3556
f1a6b216
SM
35572008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
3560 buffer with byte-size of source buffer.
3561
1d8dcf63
CY
35622008-04-03 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * callint.c (Fcall_interactively): Handle temporary region even
3565 when shift-select-mode is off.
3566
6b8aa22a
JR
35672008-04-03 Jason Rumney <jasonr@gnu.org>
3568
3569 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
3570
2f3cbb32
KH
35712008-04-03 Kenichi Handa <handa@m17n.org>
3572
3573 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
3574 (CATEGORY_MASK_UTF_16): Likewise.
3575 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
3576 binary file.
3577 (detect_coding): Add null-byte detection for a binary file.
3578 (detect_coding_system): Likewise.
3579
43f4f91c
JR
35802008-04-03 Jason Rumney <jasonr@gnu.org>
3581
0c1b4ae2
JR
3582 * w32uniscribe.c: New file.
3583
3584 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
3585
3586 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
3587
3588 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
3589 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
3590 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
3591 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
3592 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
3593 (Qphonetic): New symbols.
3594 (syms_of_w32font): Initialize them.
3595 (font_supported_scripts): Use them.
3596 (w32font_list_family): List all charsets.
3597 (w32font_text_extents, recompute_cached_metrics): Fix metric
3598 calculations.
3599 (w32_enumfont_pattern_entity): Make full_type a DWORD.
3600 Give opentype fonts their own format.
3601 (font_matches_spec): New arguments backend and logfont.
3602 Handle :otf spec for uniscribe backend.
3603 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
3604 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4591d6cb 3605
0c1b4ae2
JR
3606 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
3607 font backend.
3608 (globals_of_w32fns): Initialize uniscribe font backend.
3609
fbf57abb 3610 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
0c1b4ae2
JR
3611 dependencies.
3612 (w32uniscribe.$(O)): New file to build.
3613 (FONT_OBJ): Include w32uniscribe.$(O).
3614 (LIBS): Add uniscribe libraries.
3615
43f4f91c
JR
3616 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
3617
75043a7d
CY
36182008-04-02 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * callint.c (Vshift_select_mode): New var.
3621 (Finteractive): Document new ^ spec.
3622 (Fcall_interactively): Call handle-shift-selection if the ^ spec
3623 is present.
3624
3625 * keyboard.c (Vthis_command_keys_shift_translated): New var.
3626 (command_loop_1): Avoid running the direct display versions of
3627 forward-char and backward-char if shift-selection may occur.
75043a7d
CY
3628 (read_key_sequence): Set Vthis_command_keys_shift_translated if
3629 shift-translation takes place.
3630
3631 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
3632 avoid clobbering by define-minor-mode.
3633
3634 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
3635 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
3636
3637 * syntax.c (Fforward_word): Add ^ interactive spec.
3638
3639 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
3640 (Fscroll_right): Add ^ interactive spec.
3641
b2b7f29e
SM
36422008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3643
a432c0a6
SM
3644 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
3645
994b75e0
SM
3646 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
3647
b2b7f29e
SM
3648 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
3649
e99c7806
JL
36502008-03-31 Juri Linkov <juri@jurta.org>
3651
3652 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
3653
1c9c1270
JD
36542008-03-30 Jan Djärv <jan.h.d@swipnet.se>
3655
3656 * gtkutil.c (xg_set_geometry): Fix indentation.
994b75e0 3657 (xg_resize_outer_widget): Remove.
1c9c1270
JD
3658 (x_wm_size_hint_off): Fix indentation.
3659 (xg_frame_set_char_size): Call flush_and_sync after
3660 gtk_window_resize.
3661 (x_wm_set_size_hint): Pass NULL as geometry window to
3662 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
3663 Add menu bar and tool bar height to base height.
3664 (xg_update_frame_menubar, free_frame_menubar)
3665 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
994b75e0
SM
3666 (update_frame_tool_bar, free_frame_tool_bar):
3667 Change xg_resize_outer_widget to xg_frame_set_char_size.
1c9c1270 3668
90b3fc84
MA
36692008-03-30 Michael Albinus <michael.albinus@gmx.de>
3670
3671 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
3672 (Fdbus_call_method): New parameter TIMEOUT.
3673 (dbus-send-signal): Optimize UNGCPRO call.
3674
7ae6d1d1
JL
36752008-03-29 Juri Linkov <juri@jurta.org>
3676
3677 * window.c (Fdisplay_buffer): Move call to
3678 Vsplit_window_preferred_function out of conditions that check
3679 if window is eligible for vertical splitting.
3680 When Vsplit_window_preferred_function is non-nil, call it and use
3681 its non-nil return value as window. Otherwise, continue doing
3682 vertical splitting using Fsplit_window with arg horflag=nil.
3683 (syms_of_window) <Vsplit_window_preferred_function>: Change the
3684 default value from `split-window' to nil.
3685
f03f8f2c
JL
36862008-03-29 Juri Linkov <juri@jurta.org>
3687
3688 * callint.c (Fcall_interactively): Revert 2008-03-16 change
3689 for interactive code letters 'b' and 'B'.
3690
6d557778
EZ
36912008-03-29 Eli Zaretskii <eliz@gnu.org>
3692
3693 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
3694 multibyte string.
3695
58555d81
SM
36962008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * keyboard.c (pending_funcalls): New var.
3699 (timer_check): Run it.
3700 (syms_of_keyboard): Initialize it.
3701 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
3702 (Vdelete_terminal_functions): New vars.
3703 (syms_of_terminal): Initialize them.
3704 (Fdelete_terminal): Run delete-terminal-functions.
3705 * xdisp.c (safe_eval): Rewrite.
3706 (safe_call2): New fun.
3707 * frame.c (Qdelete_frame_functions): New var.
3708 (syms_of_frame): Initialize it.
3709 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
3710 * lisp.h (safe_call2, pending_funcalls): Declare.
3711
4c92f429
AS
37122008-03-28 Andreas Schwab <schwab@suse.de>
3713
3714 * indent.c (Fmove_to_column): Move declaration before statements.
3715
a1567c45
SM
37162008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3717
2806a183
SM
3718 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
3719 (struct frame): Use bit fields for boolean vars.
3720
eef60308
SM
3721 * process.c (server_accept_connection): Simplify naming.
3722 (emacs_get_tty_pgrp): Use SDATA.
3723
a1567c45
SM
3724 * coding.c (decode_coding_object): Fix last change.
3725
30076589
JR
37262008-03-27 Jason Rumney <jasonr@gnu.org>
3727
3728 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
3729
880820fe
KH
37302008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
3731
3732 * charset.c (Fdefine_charset_internal): Change the way of
3733 registering charsets in Vcharset_order_list.
3734 (syms_of_charset): Make the charset `eight-bit' supplementary.
3735
3cf8cdfb
CY
37362008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
3737
3738 * regex.c (EXTEND_BUFFER): Change order of pointer addition
3739 operations, to avoid having the difference between pointers
3740 overflow.
3741
ef6f5c0e
SM
37422008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3743
80e3db56
SM
3744 * indent.c (check_display_width): New fun.
3745 (scan_for_column): Use it.
3746
c397dc7a
SM
3747 * data.c (syms_of_data): Mark most-positive-fixnum and
3748 most-negative-fixnum as constants.
3749
bf6b4d58
SM
3750 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
3751
ef6f5c0e
SM
3752 * indent.c (scan_for_column): Extract from current_column_1.
3753 Merge with the same code from Fmove_to_column.
3754 (current_column_1, Fmove_to_column): Use it.
3755
72d5003d
SM
37562008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3757
12270607
SM
3758 * keymap.c (map_keymap_internal): New fun.
3759 (map_keymap): Use it.
3760 (Fmap_keymap_internal): New fun.
3761 (Fmap_keymap): Remove left-out test from before make_save_value.
3762
a10cca6c
SM
3763 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
3764
d7b10f4c
SM
3765 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
3766 Use XCAR/XCDR.
3767
5431bd6a
SM
3768 * process.h (struct Lisp_Process): Remove filter_multibyte.
3769 * process.c (QCfilter_multibyte): Remove.
3770 (setup_process_coding_systems): Don't use filter_multibyte.
3771 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
3772 (read_process_output): Don't adjust multibyteness to filter_multibyte.
3773 (Fset_process_filter_multibyte): Change the coding-system to
3774 approximate the previous behavior.
3775 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
3776 coding-system.
3777
72d5003d
SM
3778 * coding.c (decode_coding_object): When not decoding into a buffer,
3779 obey the coding system's preference of (uni|multi)byte.
3780
438eba3c
SM
37812008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
3784 every char is changed and has a different byte-length.
3785 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
3786 Fix int -> EMACS_INT.
3787
9ec3aaef 37882008-03-23 David Hansen <david.hansen@gmx.net>
a8e72f4f 3789
438eba3c 3790 * dbusbind.c (xd_read_message): Remove extra copying of message
a8e72f4f
MA
3791 strings. Check for NULL `interface' or `member'.
3792
b07103dc
EZ
37932008-03-22 Eli Zaretskii <eliz@gnu.org>
3794
3795 * w32.c (readdir): If FindFirstFile/FindNextFile return in
3796 cFileName a file name that includes `?' characters, use the 8+3
3797 alias in cAlternateFileName instead.
3798
5371d722
SM
37992008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3800
3801 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
3802
6ba7f443
SM
38032008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
3806 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
3807 work on current_buffer only instead (that was already the case
3808 for some of the code anyway).
3809 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
3810 (temp_set_point, temp_set_point_both): Use EMACS_INT.
3811 (SET_PT, SET_PT_BOTH): Adjust.
3812 * intervals.h (set_point, temp_set_point, set_point_both)
3813 (temp_set_point_both): Remove redundant declarations.
3814
bf1c0f27
SM
38152008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * fileio.c (Finsert_file_contents):
3818 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
3819 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
3820 when buffer != current_buffer anyway.
3821
acab783e
AS
38222008-03-20 Andreas Schwab <schwab@suse.de>
3823
3824 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
3825 as default.
3826
d148e14d
JR
38272008-03-19 Jason Rumney <jasonr@gnu.org>
3828
3829 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
3830 (syms_of_w32fns): Initialize them.
3831 (HOURGLASS_ID): New constant.
3832 (x_window_to_frame): Don't check hourglass_window.
3833 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
3834 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
3835 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
3836 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
3837 Only change the cursor if hourglass is not active.
3838 (Fx_create_frame): Initialize frame's current_cursor.
3839 (hourglass_atimer): Remove.
3840 (hourglass_started): New function.
3841 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
3842 (show_hourglass): Adapt to w32, changing argument to frame.
3843
3844 * w32term.h (struct w32_output): Remove hourglass_window.
3845 Add current_cursor.
3846
3847 * eval.c (call_debugger, Fsignal):
3848 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
3849 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
3850 (Fexecute_extended_command, cancel_hourglass_unwind):
3851 * minibuf.c (read_minibuf):
3852 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
63558020 3853
a5c54077
JB
38542008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * window.c (run_funs): New fun.
3857 (run_window_configuration_change_hook): Use it to run the buffer-local
3858 and the global part of the hook.
3859
3860 * xdisp.c (format_mode_line_unwind_data): Add window argument.
3861 (unwind_format_mode_line): Restore selected window.
3862 (x_consider_frame_title, Fformat_mode_line): Set selected window.
3863
f9f3238f
SM
38642008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3865
253c3c82
SM
3866 * editfns.c (Fchar_equal): Check they are valid characters.
3867
f9f3238f
SM
3868 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
3869
065a118d
AS
38702008-03-17 Andreas Schwab <schwab@suse.de>
3871
0b8be006
AS
3872 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
3873 against a charset.
3874
065a118d
AS
3875 * lisp.h (Fbuffer_list): Declare.
3876
880820fe 38772008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d3b2a6da
JD
3878
3879 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
3880 handlebox_widget is != 0.
3881
6206d6c2
JL
38822008-03-16 Juri Linkov <juri@jurta.org>
3883
3884 * callint.c (Fcall_interactively): For interactive code letters
3885 'b' and 'B' put the buffer list into the list of default "future"
3886 values of the minibuffer.
3887
f5020181
AS
38882008-03-16 Andreas Schwab <schwab@suse.de>
3889
a864f6d6
AS
3890 * keyboard.c (read_key_sequence): Fix downcasing of letters with
3891 modifiers.
3892
f5020181
AS
3893 * regex.c (re_match_2_internal): Correct matching of a charset
3894 against latin-1 characters.
3895
03f244e2
KH
38962008-03-16 Kenichi Handa <handa@m17n.org>
3897
3898 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
3899 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
f9f3238f
SM
3900 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
3901 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
03f244e2
KH
3902 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
3903 CHAR_STRING_ADVANCE.
3904 (produce_chars): Fix for the case that the source and the
3905 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
3906 instead of CHAR_STRING_ADVANCE.
3907 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
3908 STRING_CHAR_ADVANCE.
3909
0e2501ed
AS
39102008-03-15 Andreas Schwab <schwab@suse.de>
3911
3912 * regex.c (re_match_2_internal): Correct matching of eight bit
3913 characters in unibyte strings.
3914
7723e095
MR
39152008-03-15 Martin Rudalics <rudalics@gmx.at>
3916
3917 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
3918 at end of range when it coincides with the end of the buffer.
3919
f507f365
EZ
39202008-03-14 Eli Zaretskii <eliz@gnu.org>
3921
294f1153
EZ
3922 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
3923
f507f365
EZ
3924 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
3925
64f0809d
JR
39262008-03-14 Jason Rumney <jasonr@gnu.org>
3927
956ae531
JR
3928 * editfns.c (initial_tz): New variable.
3929 (syms_of_editfns): Initialize it.
3930 (Fset_time_zone_rule): Set it when first called.
3931 Use it when TZSTRING is nil.
3932
64f0809d
JR
3933 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
3934 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
3935 (monitor_from_point_fn, get_monitor_info_fn): New globals.
3936 (globals_of_w32fns): Initialize them.
3937 (compute_tip_xy): Use them to position tooltips.
3938
21a4ff8e
GM
39392008-03-14 Glenn Morris <rgm@gnu.org>
3940
3941 * emacs.c (main): Revert previous change.
3942 (standard_args): Revert -internal-script back to -scriptload,
3943 and remove the long-option form.
3944
a09a5b5b
GM
39452008-03-13 Glenn Morris <rgm@gnu.org>
3946
3947 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
3948 Remove option -enable-font-backend.
3949
1c55ebd1
SM
39502008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
3953
880820fe 39542008-03-11 Jan Djärv <jan.h.d@swipnet.se>
c523e161
JD
3955
3956 * xterm.c (x_connection_closed): For GTK: If this is the last
3957 terminal just exit without closing the display.
3958
7145be81
JR
39592008-03-11 Jason Rumney <jasonr@gnu.org>
3960
3961 * w32font.c (w32font_full_name): Use floor to round.
3962
e6201af3 39632008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
ce9033f8
JD
3964
3965 * sound.c (alsa_configure): Declare vol at beginning of block.
3966
e6201af3 3967 * fontset.c (Ffontset_info): Remove extra semicolon.
ce9033f8 3968
390b81fa 39692008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
acd37560 3970
56388398
MB
3971 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
3972 size of resulting string.
af0ad939 3973
390b81fa 39742008-03-10 Jason Rumney <jasonr@gnu.org>
acd37560 3975
56388398 3976 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
acd37560 3977
390b81fa 39782008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
acd37560 3979
56388398
MB
3980 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
3981 Don't pretend as if characters with display property haven't been
3982 consumed for string-replacing-string case.
acd37560 3983
223ed6db
KS
39842008-03-08 Kim F. Storm <storm@cua.dk>
3985
3986 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
3987 (get_next_display_element, next_element_from_string)
3988 (next_element_from_ellipsis, next_element_from_buffer): Use it.
3989
28545f7c
AS
39902008-03-08 Andreas Schwab <schwab@suse.de>
3991
3992 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
3993
c960bff8
JR
39942008-03-06 Jason Rumney <jasonr@gnu.org>
3995
290afd83
JB
3996 * w32font.c (w32_registry): Take font_type argument. Use ANSI
3997 when charset not specified. Only translate ANSI to unicode when
c960bff8
JR
3998 font_type is truetype.
3999 (w32font_coverage_ok): New function.
4000 (add_font_entity_to_list): Use it to filter unsuitable fonts.
4001
87b8ce92
KH
40022008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4003
4004 * lread.c (Fread_char): Resolve modifiers.
4005 (Fread_char_exclusive): Likewise.
4006
4007 * character.c (char_resolve_modifier_mask): New function.
4008 (char_string): Use char_resolve_modifier_mask.
4009 (Fchar_resolve_modifiers): New function.
4010 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
4011 function.
4012
cefd56f6
JR
40132008-03-04 Jason Rumney <jasonr@gnu.org>
4014
4015 * makefile.w32-in: Always include w32font.c in the build.
4016 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
4017
03bd3c1f
AS
40182008-03-04 Andreas Schwab <schwab@suse.de>
4019
4020 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
4021 (versionclean): Likewise.
4022
6f69e89b
JB
40232008-03-04 Juanma Barranquero <lekktu@gmail.com>
4024
4025 * .cvsignore: Add oo.
4026
f4a3cc44
AS
40272008-03-03 Andreas Schwab <schwab@suse.de>
4028
4029 * coding.c (decode_coding_object): Inhibit gap shrinking while
4030 decoding in place.
4031
73f838ad
DN
40322008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4033
4034 * w32term.c: Remove unused include "gnu.h".
6f69e89b 4035 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
73f838ad
DN
4036
4037 * gnu.h: Rename to ...
4038 * emacs-icon.h: ... this.
4039 * xterm.c: Use emacs-icon.h instead of gnu.h.
4040 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
4041
ce9c1f06
JB
40422008-03-03 Juanma Barranquero <lekktu@gmail.com>
4043
4044 * w32font.c: Include math.h.
4045
34fd2d28
JR
40462008-03-03 Jason Rumney <jasonr@gnu.org>
4047
54efdcd1
JR
4048 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
4049 Compute options separately.
4050 (w32font_open_internal): Set glyph_idx before caching metrics.
4051
ce9c1f06
JB
4052 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
4053 Define if system headers don't.
4054 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
34fd2d28
JR
4055 (w32font_encode_char): Don't declare here.
4056
4057 * w32font.c (Quniscribe, QCformat): New symbols.
4058 (syms_of_w32font): Define them.
4059 (w32font_has_char): Indicate uncertainty.
ce9c1f06 4060 (w32font_encode_char): Encode as glyph point. Make static.
34fd2d28 4061 (recompute_cached_metrics): New function.
ce9c1f06
JB
4062 (w32font_open_internal): Use it. Set font to use glyph points
4063 initially. Set format based on type of font.
34fd2d28 4064 (w32font_text_extents, w32font_draw): Optionally use glyph points.
ce9c1f06
JB
4065 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
4066 on it. Set format based on information available here.
34fd2d28
JR
4067 (add_font_entity_to_list): Identify backend based on opentype_only.
4068
14daee73
AS
40692008-03-02 Andreas Schwab <schwab@suse.de>
4070
f907fb2e
AS
4071 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
4072
ce9c1f06
JB
4073 * coding.c (decode_coding_big5, produce_chars):
4074 Fix typos in last change.
14daee73 4075
c9cc6462
DN
40762008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
4077
4078 * gnu.h: New icon.
4079
119852e7
KH
40802008-03-02 Kenichi Handa <handa@m17n.org>
4081
4082 * coding.c (decode_coding_utf_8): When eol-type of CODING is
4083 `dos', don't decode '\r' if that is the last in the source.
4084 (decode_coding_utf_16, decode_coding_emacs_mule)
4085 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4086 (decode_coding_raw_text, decode_coding_charset): Likewise.
4087 (produce_chars): Don't decode EOL here. Use EMACS_INT.
4088
a823468b
JR
40892008-03-01 Jason Rumney <jasonr@gnu.org>
4090
4091 * w32font.c (w32font_full_name): Report point size for scalable fonts.
4092
4ddc7e30
KS
40932008-03-01 Kim F. Storm <storm@cua.dk>
4094
4095 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
4096
67997c79
JR
40972008-03-01 Jason Rumney <jasonr@gnu.org>
4098
4099 * w32font.c (w32font_full_name): New function.
4100 (w32font_open_internal): Use it.
4101
3f4e9c35
KS
41022008-03-01 Kim F. Storm <storm@cua.dk>
4103
4104 * dispnew.c (line_draw_cost): Fix invalid glyph check.
4105
f3b9e479
JR
41062008-03-01 Jason Rumney <jasonr@gnu.org>
4107
4108 * font.c (font_unparse_fcname): Increase len when style is a symbol.
4109
880820fe 41102008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7ee480ce
JD
4111
4112 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
4113 xg_frame_resized when the event is for the edit widget.
4114
4115 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
4116
4117 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
4118 set_char_size.
4119 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
4120 operations on widgets here. Just set frame size if needed.
4121 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
4122 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
4123 (x_wm_set_size_hint): Set size hints on the edit widget only, not
4124 the whole frame.
4125 (xg_create_tool_bar): Move attachement of the tool bar to
4126 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
4127 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
4128
6c8acaa1
JR
41292008-03-01 Jason Rumney <jasonr@gnu.org>
4130
4131 * w32fns.c (w32_msg_pump): Disable debug code.
4132
51fb064b 41332008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
03eb5fab 4134
51fb064b 4135 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
cb681b34 4136
60221a33
CY
41372008-02-29 Chong Yidong <cyd@stupidchicken.com>
4138
4139 * xdisp.c (next_overlay_string): Don't set
4140 overlay_strings_at_end_processed_p if we're currently reading from
4141 a display string.
4142
10cbc34f
SM
41432008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * xdisp.c (get_overlay_strings_1): Fix typo.
4146
73c0054e
CY
41472008-02-29 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * xdisp.c (get_overlay_strings_1): Add missing argument type.
4150
ec1c4354
KH
41512008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4152
55082642
KH
4153 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
4154
ec1c4354
KH
4155 * xdisp.c (display_mode_element): Cancel the previous change.
4156 (decode_mode_spec): Likewise.
ee548a94
KH
4157 (handle_auto_composed_prop): Don't make composition if it->string
4158 is a string.
ec1c4354 4159
b6d898a2
KS
41602008-02-27 Kim F. Storm <storm@cua.dk>
4161
4162 * lisp.h (GLYPH): Change type from int to struct with separate char
4163 and face_id members.
4164 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
4165 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
4166 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
4167 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
4168 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
4169 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
4170 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
4171 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
4172 handle new Lisp glyph code encoding, either an integer or a cons.
4173
4174 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
4175 (GLYPH_ALIAS): Delete.
4176 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
4177 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
4178 (GLYPH_FROM_CHAR): Replace macro by ...
4179 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
4180
4181 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
4182 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
4183 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
4184 (GLYPH_INVALID_P): New macro.
4185 (spec_glyph_lookup_face): Update prototype.
4186
4187 * dispnew.c (line_draw_cost): Adapt to new glyph type.
4188 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
4189 new glyph code encoding.
4190 (spec_glyph_lookup_face): No return value; update passed glyph instead.
4191 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
4192
4193 * xdisp.c (get_next_display_element, next_element_from_display_vector):
4194 Adapt to new glyph type and new glyph code encoding.
4195
4196 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
4197
4198 * indent.c (current_column, current_column_1, Fmove_to_column)
4199 (compute_motion): Adapt to new glyph code encoding.
4200
4201 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
4202
af2080a2
CY
42032008-02-27 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * process.c (wait_reading_process_output): Check for window
4206 changes caused by timers.
880820fe 4207 Suggested by Johan Bockgård.
af2080a2 4208
253ed25e
GM
42092008-02-27 Glenn Morris <rgm@gnu.org>
4210
4211 * emacs.c (USAGE1): Add `--disable-font-backend'.
4212
18a9f8d9
SM
42132008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
4216 is made to the buffer.
4217
0f8b27ea
SM
42182008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
4221 (face_at_string_position):
4222 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
4223 (face_at_string_position):
4224 * xdisp.c (display_string, next_overlay_change):
4225 * buffer.h (overlays_at):
4226 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
4227 Update callers.
4228
4e7c53ca
CY
42292008-02-26 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * editfns.c (Fformat): Doc fix.
4232
51c01100
JB
42332008-02-26 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
4236 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
4237 (Ffont_otf_alternates, Fquery_font): Doc fixes.
4238
13cda5f9
SM
42392008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * buffer.c (Fbuffer_swap_text): New function.
4242 (syms_of_buffer): Defsubr it.
4243
8018d430
CY
42442008-02-25 Chong Yidong <cyd@stupidchicken.com>
4245
4246 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
4247
9bde1a21
JR
42482008-02-25 Jason Rumney <jasonr@gnu.org>
4249
4250 * w32font.c (w32font_draw): Draw one character at a time when padding.
4251
eeca6f6f
SM
42522008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
4255 Handle a nil arg. Use run_window_configuration_change_hook.
4256 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
4257 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
4258 Use run_window_configuration_change_hook.
4259
ec1c4354
KH
42602008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4261
4262 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
4263 1-pixel width.
4264
ae185452
KH
42652008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4266
4267 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
4268 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
4269 if the glyph in the font is zero pixel with.
4270
4271 * dispextern.h (struct glyph_string): New member padding_p.
4272
4273 * w32font.c (w32font_draw): Pay attention to s->padding_p.
4274
4275 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
4276
4277 * xfont.c (xfont_draw): Pay attention to s->padding_p.
4278
4279 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
4280
eeca6f6f 4281 * font.c: If the font driver doesn't have `shape' function, return Qnil.
ae185452 4282
ffe832ea 42832008-02-25 Jason Rumney <jasonr@gnu.org>
c9029fe5 4284
ffe832ea 4285 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16782258 4286
06045130
SM
42872008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 Allow fine-grained image-cache flushing.
4290 * dispextern.h (struct image): Add `dependencies' field.
4291 (clear_image_caches): Change arg to Lisp_Object.
4292 * image.c (make_image): Initialize `dependencies' field.
4293 (clear_image_cache): Change arg to allow fine-grained flushing.
4294 Perform the flush even if image-cache-eviction-delay is nil.
4295 (clear_image_caches): Change arg to Lisp_Object.
4296 (Fclear_image_cache): Expand meaning of the argument.
4297 (mark_image): Mark `dependencies' field.
4298 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
4299 (lface_hash): Use XHASH rather than XFASTINT.
4300 (face_at_buffer_position): Fix int -> EMACS_INT position.
4301 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
4302 (select_frame_for_redisplay): Remove code duplication.
4303 (redisplay_internal): Adapt arg to call to clear_image_caches.
4304
9d2818d6
DN
43052008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4306
4307 * s/vms4-0.h:
4308 * s/vms4-2.h:
4309 * s/vms4-4.h:
4310 * s/vms5-5.h: Remove, unused.
4311
4312 * s/irix5-2.h:
4313 * s/irix6-0.h:
4314 * s/riscos5.h:
4315 * s/mach-bsd4-3.h:
2a2e8de7 4316 * m/mips4.h: Remove files for obsolete systems.
9d2818d6
DN
4317
4318 * Makefile.in:
4319 * filelock.c:
4320 * unexmips.c:
4321 * m/hp9000s300.h:
4322 * m/iris4d.h:
4323 * s/aix3-1.h:
4324 * s/hpux.h:
4325 * s/msdos.h:
4326 * s/usg5-0.h:
4327 * s/usg5-2-2.h:
4328 * s/usg5-2.h:
4329 * s/usg5-3.h: Remove references to obsolete variables.
4330
4331 * s/irix5-0.h: Remove, move all the contents ...
4332 * s/irix6-5.h: ... here. Simplify.
4333 * config.in: Regenerate.
4334
2a36efcf
JR
43352008-02-24 Jason Rumney <jasonr@gnu.org>
4336
c5ad7a3d 4337 * w32term.c (x_draw_glyph_string_background): Clear the background
2face669
JR
4338 manually when cleartype is in use.
4339 (x_draw_glyph_string_foreground): Draw text transparently when
4340 cleartype is in use.
4341
2a36efcf
JR
4342 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
4343 a font into it unless we have to.
4344
b03f96dc 43452008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
92a8ce63 4346
b03f96dc
MB
4347 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
4348 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
92a8ce63 4349
b03f96dc 43502008-02-18 Jason Rumney <jasonr@gnu.org>
92a8ce63 4351
b03f96dc 4352 * w32fns.c (Fw32_shell_execute): Encode parameters.
92a8ce63 4353
b03f96dc 43542008-02-09 Eli Zaretskii <eliz@gnu.org>
20f1ef2e 4355
b03f96dc 4356 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
32d0a9dc 4357
b03f96dc 43582008-02-05 Juanma Barranquero <lekktu@gmail.com>
20f1ef2e 4359
b03f96dc 4360 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
77d1daf2 4361
d5958163
CY
43622008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
4363
4364 * xterm.c (x_set_offset): Don't change the gravity if
4365 CHANGE_GRAVITY is -1.
4366
9997701e
CY
43672008-02-23 Chong Yidong <cyd@stupidchicken.com>
4368
4369 * fileio.c (auto_save_error_occurred): New var.
4370 (auto_save_error): Set it.
4371 (Fdo_auto_save): Don't overwrite the error message if an auto-save
4372 error occurred.
4373
9d95a291
EZ
43742008-02-23 Eli Zaretskii <eliz@gnu.org>
4375
4376 * w32.c (globals_of_w32): Add initializations for
4377 g_b_init_get_sid_sub_authority and
4378 g_b_init_get_sid_sub_authority_count.
4379
43d1af23
SM
43802008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
4381
43a1d19b
SM
4382 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
4383 (font_parse_xlfd): Use them for sanity check.
608c3307 4384 (Finternal_set_font_style_table): Make sure the table is bijective.
43a1d19b 4385
354884c4
SM
4386 Consolidate the image_cache to the terminal struct.
4387 * termhooks.h (P_): Remove redundant def.
4388 (struct terminal): New field `image_cache'.
4389 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
4390 of FRAME_X_IMAGE_CACHE.
4391 * xterm.h (struct x_display_info): Remove image_cache field.
4392 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
4393 * w32term.h (struct w32_display_info): Remove image_cache field.
4394 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
4395 * macterm.h (struct mac_display_info): Remove image_cache field.
4396 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
4397 * xterm.c (x_term_init):
4398 * w32term.c (w32_term_init):
4399 * macterm.c (mac_term_init): Set the image_cache in the terminal.
4400 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
4401 Remove declarations.
4402 (clear_image_caches, mark_image_cache): New declarations.
4403 * xfaces.c (clear_face_cache):
4404 * xdisp.c (redisplay_internal): Use clear_image_caches.
4405 * image.c (clear_image_cache): Don't check that a frame is on
4406 a window-system before checking if it shares the same cache.
4407 (clear_image_caches): New function.
4408 (Fclear_image_cache): Use it.
4409 (mark_image): Move from allo.c.
4410 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
4411 * alloc.c (mark_image, mark_image_cache): Move to image.c.
4412 (mark_object): Don't call mark_image_cache for frames.
4413 (mark_terminals): Call mark_image_cache.
4414
c2e42690
SM
4415 * lisp.h (Fdelete_terminal): Declare.
4416
43d1af23
SM
4417 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
4418 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
4419 wrong_type_argument.
4420
cc8d1311
KH
44212008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
4422
4423 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4a4bdfc7 4424 malayalam.el, and tamil.el. Add sinhala.el.
cc8d1311 4425
6bd92640
SM
44262008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * xterm.c (x_connection_closed): Consolidate identical tests.
4429 (x_delete_terminal): Don't crash if called via x_connection_closed.
4430
a73b5627
KH
44312008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
4432
4433 * xdisp.c (decode_mode_spec): New arg string.
6bd92640 4434 (display_mode_element): Adjust for the above change.
a73b5627 4435
1b511542
SM
44362008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4437
4438 * callint.c (Fcall_interactively): Use AREF.
4439
81aefea4
SM
44402008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
4443
880820fe 44442008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2d7117fe
JD
4445
4446 * xfns.c (Fx_show_tip): Set string to " " if empty.
4447
a2b84f35
DN
44482008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
4449
4450 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
4451 with Qt.
4452
43c0454d
KH
44532008-02-17 Kenichi Handa <handa@m17n.org>
4454
4455 * ftfont.c (ftfont_shape): Return Lispy number.
4456
4457 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
4458 for GCs.
4459 (Finternal_set_font_selection_order): Call font_update_sort_order
4460 only when enable_font_backend is set.
4461 (realize_x_face): Set face->font_info to that of default face only
4462 when enable_font_backend is set.
4463
4464 * xdisp.c (handle_composition_prop): Set it->c to the fist
4465 characte of the composed region.
4466 (fill_composite_glyph_string): Set base_face->font_info to
4467 s->font_info. Get a face for ascii from base_face->ascii_face.
4468 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
4469 with a face already decided.
4470 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
4471 non-negative.
978bef9a
JB
4472 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
4473 call font_prepare_composition unconditionally.
43c0454d 4474
978bef9a 4475 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
43c0454d
KH
4476
4477 * xterm.h (struct x_display_info): New member font.
4478
4479 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
4480 (x_set_mouse_face_gc, x_new_font): Likewise.
4481 (x_term_init): Setup display_info->font.
4482 (x_delete_terminal): Free display_info->font.
4483
4484 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
4485
4486 * ftxfont.c (ftxfont_default_fid): Delete it.
4487 (ftxfont_open): Set xfont->fid to 0.
978bef9a 4488 (ftxfont_end_for_frame): Clear data specific to the frame and the
43c0454d
KH
4489 font-driver.
4490
4491 * xftfont.c (xftfont_default_fid): Delete it.
4492 (xftfont_open): Set xfont->fid to 0.
4493
4494 * fontset.c (FONTSET_OBJLIST): New macro.
4495 (fontset_find_font): Update font-object list of the fontset.
4496 (free_realized_fontset): New function.
4497 (free_face_fontset): Call free_realized_fontset.
4498 (Ffont_info): Call font_close_object only when enable_font_backend
4499 is set.
4500
4501 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
4502 [HAVE_NTGUI]: Include w32term.h.
4503 [MAC_OS]: Include macterm.ch.
4504 (font_otf_ValueRecord): Use make_number.
4505 (font_finish_cache): Fix handling of reference count.
4506 (font_clear_cache): Update num_fonts.
4507 (font_open_entity): Update smallest_char_width and
4508 smallest_font_height of the frame.
4509 (font_close_object): Update num_fonts.
4510 (Fclear_font_cache): Fix finding the target cache data.
4511
be617367
GM
45122008-02-16 Glenn Morris <rgm@gnu.org>
4513
4514 * fontset.c (Finternal_char_font): Fix compilation warning.
4515
2930d117
EZ
45162008-02-16 Eli Zaretskii <eliz@gnu.org>
4517
634d3003
EZ
4518 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
4519 instead of char arrays. Enlarge the size of array passed to
4520 get_token_information.
4521
2930d117
EZ
4522 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
4523 warnings.
4524
79214046
DN
45252008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
4526
4527 * .gdbinit: Don't set `args', it breaks gdb --args.
4528
7f5d2c72
SM
45292008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
4532 within a narrowed buffer.
4533
6edacc43
KH
45342008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
4535
b270d6af
JB
4536 * coding.c (decode_coding_object, encode_coding_object):
4537 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6edacc43 4538
174105f7
SM
45392008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4540
b270d6af
JB
4541 * coding.c (coding_set_destination): Use BEG_BYTE rather than
4542 hardcoding 1.
13818c30
SM
4543 (detect_coding_system):
4544 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
4545 (string_char_to_byte, string_byte_to_char, insert_from_gap):
4546 * insdel.c (insert_from_gap):
4547 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
4548 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
4549 (string_to_multibyte):
4550 * character.c (chars_in_text, multibyte_chars_in_text):
4551 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
4552
f1c99628
SM
4553 * character.h (FETCH_STRING_CHAR_ADVANCE)
4554 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
4555 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
4556 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
4557
7927d8e3
SM
4558 * casefiddle.c (casify_region): Only call after-change and composition
4559 functions on the part of the region that was changed.
4560
adf6a429 4561 * keyboard.c (read_avail_input):
174105f7
SM
4562 * frame.c (Fdelete_frame): Call Fdelete_terminal.
4563
3ee24aec
SM
45642008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
4567 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
4568
4ed4b975
JB
45692008-02-11 Juanma Barranquero <lekktu@gmail.com>
4570
4571 * w32menu.c (push_submenu_start, push_submenu_end)
4572 (push_left_right_boundary, push_menu_pane, push_menu_item):
4573 * keyboard.c (read_key_sequence): Don't pass args with side effects
4574 to AREF, it fails when compiling with -DENABLE_CHECKING.
4575
79e3bfb8
KH
45762008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
4577
4ed4b975
JB
4578 * Makefile.in (${lispsource}international/charprop.el):
4579 Delete this target.
6e76043f 4580
79e3bfb8
KH
4581 * search.c (boyer_moore): Fix incorrect synching of the trunk and
4582 emacs-unicode-2.
4583
5b8de9c5
SM
45842008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * terminal.c (Fdelete_terminal): Clean up the `force' path.
4587
eac1939a
SM
45882008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4589
c53956fe
SM
4590 * frame.c (Qnoelisp): New symbol.
4591 (syms_of_frame): Initialize it.
4592 (Fdelete_frame): Use it to distinguish a mere `force' passed from
4593 someharmles Elisp code, from a strong `force' from x_connection_closed.
4594 * frame.h (Qnoelisp): Declare.
4595 * xterm.c (x_connection_closed): Pass `noelisp'.
4596
eac1939a
SM
4597 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
4598 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
4599 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
4600 rather than `int' for the type of `type'.
4601
13f6772b
DN
46022008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4603
4604 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
4605
4606 * Makefile.in (GNUC): Remove support for gcc-1.x.
4607
e8455367
RS
46082008-02-10 Richard Stallman <rms@gnu.org>
4609
4610 * lisp.h (ASET): Use AREF, not ASLOT.
4611
4b75ffab
SM
46122008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * lisp.h (ASET): Check bounds.
4615
d224e8c2
GM
46162008-02-10 Glenn Morris <rgm@gnu.org>
4617
4618 * buffer.c (mode-name): Doc fix.
4619
4624371d
DN
46202008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4621
290afd83
JB
4622 * Makefile.in:
4623 * emacs.c:
4624 * gmalloc.c:
4625 * keyboard.c:
4626 * lisp.h:
4627 * m/ibm370aix.h:
4628 * process.c:
4629 * regex.c:
4630 * s/hpux.h:
4631 * sysdep.c:
4632 * sysselect.h:
4633 * systty.h:
4634 * unexec.c:
4635 * w32term.c:
4636 * xsmfns.c:
4637 * xterm.c: Remove code that deals with obsolete variables.
4624371d
DN
4638
4639 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
4640
4641 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
4642 nothing else needs it anymore.
4643
274ec34b
EZ
46442008-02-09 Eli Zaretskii <eliz@gnu.org>
4645
4646 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
4647 instead of unibyte_char_to_multibyte.
4648
deeaffe1
DN
46492008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4650
4651 * s/gnu-linux.h: Remove commented out code.
4652
4ed4b975 4653 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
deeaffe1
DN
4654
4655 * Makefile.in: Update what RMS says about using autoconf.
4ed4b975 4656 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
c3f9fba8 4657 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
deeaffe1
DN
4658 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
4659 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
4660
68b587a6
SM
46612008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4662
9141ca5e
SM
4663 * keymap.c (Fkey_description): Move side effect outside of macro call.
4664
dfae5f9a 4665 * xfaces.c (Finternal_make_lisp_face):
b1ebcadb
SM
4666 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
4667
ff7a2223
SM
4668 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
4669 (syms_of_fontset): Use ASET.
4670
68b587a6
SM
4671 * fns.c (concat): Move side effect outside of macro call.
4672 (hash_clear): Use ASET.
4673
a31787b1
RS
46742008-02-08 Richard Stallman <rms@gnu.org>
4675
4676 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
4677 If FORCE, and frame has a surrogate minibuffer for another frame,
4678 delete the other frame first.
4679
987be29b 46802008-02-07 Timo Savola <timo.savola@iki.fi>
1540a61a
JD
4681
4682 * xterm.c (x_detect_focus_change): Handle embed client message.
4683 (handle_one_xevent): Ditto.
4684 (handle_one_xevent): If embedded and we get a button press/release,
4685 request focus.
4686 (xembed_set_info, xembed_send_message): New functions.
4687 (x_make_frame_visible): Call xembed_set_info if embedded.
4688 (x_make_frame_invisible): Call xembed_set_info if embedded.
4689 (x_term_init): Initialize Xatom_XEMBED.
4690 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
4691 (x_iconify_frame): Ditto.
4692
4693 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
4694 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
4695 (enum xembed_modifier, enum xembed_accelerator): New.
4696 (xembed_set_info, xembed_send_message): Declare.
4697 (FRAME_X_EMBEDDED_P): New.
4698
4699 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
4700 gtk_plug_new.
4701
4702 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
4703 window ID of a frame.
4704 (x_window): Reparent frame if embedded.
4705 (Fx_create_frame): Don't set border width if embedded.
4706
1f204af3 4707 * emacs.c (USAGE3): Add --parent-id.
1540a61a
JD
4708 (standard_args): Ditto.
4709
880820fe 47102008-02-07 Jan Djärv <jan.h.d@swipnet.se>
f937a7db
JD
4711
4712 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
4713
92413ef3
JD
47142008-02-07 Jim Meyering <meyering@redhat.com>
4715
6f69e89b 4716 Use "do...while (0)", not "if (1)...else" in macro definitions.
987be29b
RF
4717 The latter provokes a warning from gcc about the empty else, when
4718 followed by ";". Also, without that trailing semicolon, it would
4719 silently swallow up any following statement.
c3f9fba8 4720 * syntax.h (SETUP_SYNTAX_TABLE)
987be29b
RF
4721 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
4722 * buffer.h (DECODE_POSITION): Likewise.
4723 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
4724 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
4725 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
4726 (FETCH_CHAR_ADVANCE): Likewise.
4727 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
92413ef3 4728
03fa5713
GM
47292008-02-07 Jim Meyering <meyering@redhat.com>
4730
4731 * lread.c [lint]: Don't include <sys/inode.h>.
4732
3ae565b3
SM
47332008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * xselect.c (x_handle_dnd_message):
4736 * xmenu.c (digest_single_submenu, xmenu_show):
4737 * xdisp.c (with_echo_area_buffer_unwind_data)
4738 (format_mode_line_unwind_data, unwind_format_mode_line)
4739 (display_menu_bar):
4740 * eval.c (Ffetch_bytecode):
4741 * doc.c (store_function_docstring):
4742 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
4743 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
4744 * buffer.c (add_overlay_mod_hooklist): Use ASET.
4745
146b6e55
KH
47462008-02-07 Kenichi Handa <handa@m17n.org>
4747
4748 * ftxfont.c (ftxfont_open): Don't set
4749 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
4750
4751 * ftfont.c (ftfont_open): Fix previous change.
4752
46a923ac
JR
47532008-02-06 Jason Rumney <jasonr@gnu.org>
4754
4755 * w32font.c (w32font_text_extents): Fill in lbearing metric.
4756 Use cached metrics for ASCII characters.
3ae565b3
SM
4757 (w32font_open_internal): Don't set font's owning_frame.
4758 Cache metrics for ASCII characters.
46a923ac
JR
4759
4760 * w32font.h (struct w32font_info): Add ascii_metrics.
4761 Remove owning_frame.
4762
da7d7c21
KH
47632008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
4764
4765 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
4766 to negative value.
4767
4768 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
4769
3ae565b3 4770 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
da7d7c21
KH
4771
4772 * charset.c (syms_of_charset): Set QCtest and Qeq.
4773
c62c8ddb
SM
47742008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4775
ca319910
SM
4776 * process.c (Fstart_process):
4777 * callproc.c (Fcall_process): Handle the case where
4778 Funhandled_file_name_directory returns nil.
4779
76860cbb
SM
4780 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
4781 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
f9ffa1ea
SM
4782 * font.c (check_gstring): Use them and AREF to access the vector before
4783 we know it's really a gstring.
4784 (Ffont_shape_text): Fix typo.
4785 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
76860cbb 4786
15139d67
SM
4787 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
4788 Declare.
4789
c62c8ddb
SM
4790 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
4791
04b65d2b
JR
47922008-02-05 Jason Rumney <jasonr@gnu.org>
4793
4794 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
4795 Set smallest_font_height and smallest_char_width in display info.
4796
fccaebfd
KH
47972008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4798
4799 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
4800
e7d7fd8c
MB
48012008-02-05 Miles Bader <miles@gnu.org>
4802
4803 * xfaces.c (get_lface_attributes, merge_named_face)
4804 (lookup_named_face, lookup_derived_face, realize_named_face):
4805 Revert 2008-02-01 change by cyd@stupidchicken.com.
4806
3d4448a8
KH
48072008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
4808
4809 * fontset.c (Ffontset_info): Handle the case of inhibitting the
4810 fallback fonts.
15139d67 4811 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3d4448a8 4812
5ace1ec1
JR
48132008-02-04 Jason Rumney <jasonr@gnu.org>
4814
4815 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
4816 set full_name.
e3a77b22 4817 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5ace1ec1 4818
ffe42183
JR
48192008-02-03 Jason Rumney <jasonr@gnu.org>
4820
4821 * makefile.w32-in (OBJ1): Include font.o here.
4822 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
4823
526dc3b3
JR
48242008-02-02 Jason Rumney <jasonr@gnu.org>
4825
a0fece35 4826 * makefile.w32-in (temacs): Bump EMHEAP to 21.
526dc3b3 4827
af805c82
JR
48282008-02-01 Jason Rumney <jasonr@gnu.org>
4829
4830 * s/cygwin.h: Define VIRT_ADDR_VARIES.
4831
4832 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
4833
7f6519c5
AS
48342008-02-01 Andreas Schwab <schwab@suse.de>
4835
1f45f627 4836 * Makefile.in (shortlisp, lisp): Update for rename of
7f6519c5 4837 ../lisp/language/myanmar.el.
7f6519c5 4838
26f8aa27
CY
48392008-02-01 Chong Yidong <cyd@stupidchicken.com>
4840
1f45f627 4841 * xfaces.c (get_lface_attributes): Delete function.
26f8aa27
CY
4842 (merge_named_face, lookup_named_face, lookup_derived_face)
4843 (realize_named_face): Call lface_from_face_name directly, and use
4844 the fact that merge_face_vectors does not alter its FROM argument.
4845
73acf815 48462008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4847
4848 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1f45f627 4849 input in the default locale. Handle non-Unicode multibyte input.
aca7a3d2 4850
73acf815 48512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4852
4853 * fontset.c (reorder_font_vector): Exclude nil elements from the
4854 font group. Don't try multiple fonts.
15139d67 4855 (fontset_font): Adjust for the above change.
aca7a3d2
MB
4856 (Finternal_char_font): Return nil if the found font doesn't
4857 contain the character ch.
4858
4c4475a8 4859 * Makefile.in (lisp, shortlisp): Add cham.el.
aca7a3d2 4860
73acf815 48612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4862
4863 * font.h (FONTP): Make it return 1 also for a font-object.
4864
4865 * .gdbinit (xfontset): New function.
4866
4867 * font.c (font_find_for_lface): Check if the character C is
4868 supported or not only for the first font.
4869
4870 * fontset.c (reorder_font_vector): Fix typo.
4871 (fontset_find_font): Don't add a font-spec specifying a script.
4872 Use 0 (not Qt) for the indication of empty font-group. Change the
4873 format of RFONT-DEF. Return Qt if no font in the font-group
4874 support the character.
15139d67 4875 (fontset_font): Adjust for the above change. If no font was
aca7a3d2 4876 found the character, remember that.
15139d67 4877 (face_for_char): Adjust for the change of RFONT-DEF.
aca7a3d2
MB
4878 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
4879 no font for the target.
15139d67 4880 (Finternal_char_font): Adjust for the change of RFONT-DEF.
aca7a3d2 4881
73acf815 48822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4883
4884 * font.c (font_load_for_face): Handle the case that the font in
4885 face->lface is a string.
4886
73acf815 48872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4888
1f45f627 4889 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
aca7a3d2 4890
73acf815 48912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4892
4893 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
4894 Fix previous change. If the frame is not on a window system,
4895 signal an error.
4896
73acf815 48972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4898
4c4475a8
GM
4899 * coding.c (decode_coding_object, encode_coding_object): Adjust
4900 marker positions after conversion.
aca7a3d2
MB
4901
4902 * lisp.h (struct Lisp_Marker): New member need_adjustment.
4903
73acf815 49042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4905
4906 * font.c (font_find_for_lface): Fix the handling of the return
4907 value of font_has_char.
4908 (Ffont_shape_text): Fix previous change.
4909
4910 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
4911 (fontset_ref_and_range): Delete it.
4912 (fontset_find_font): Call char_table_ref_and_range instead of
4913 FONTSET_REF_AND_RANGE.
4914 (make_fontset): Don't setup font groups of Latin here.
4915 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
4916 (new_fontset_from_font): Make the specified font the default for
4917 all Latin characters.
4918
73acf815 49192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4920
4921 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
4922 is on a window system before accessing the fontset of the frame.
4923
73acf815 49242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4925
1f45f627 4926 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
aca7a3d2
MB
4927
4928 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
4929 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
4930
4931 * font.c (Ffont_shape_text): If the font driver doesn't have a
4932 shaper function, make zero-width glyphs to have at least one-pixel
4933 width. Fix setting of `to' field of glyphs.
4934
73acf815 49352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4936
4937 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
4938 glyphs.
4939
1f45f627 4940 * font.h (struct font_driver): Improve docstring of member `shape'.
aca7a3d2 4941
73acf815 49422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4943
4944 * composite.c (syms_of_composite): Fix docstring of
4945 auto-composition-function.
4946
4947 * font.h (LGLYPH_SIZE): New macro.
4948
4949 * font.c (Ffont_fill_gstring): Stop filling when a character not
4950 supported by the font is found.
4951 (Ffont_shape_text): When a shape callback function returns nil,
4952 try at most two more times with larger gstring.
15139d67 4953 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
aca7a3d2
MB
4954
4955 * xdisp.c (handle_auto_composed_prop): Change the argument to
4956 auto-composition-function.
4957
4958 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
4959 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
4960 Lispy glyph and store it in the lgstring.
4961
4962 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
4963
4964 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
4965
73acf815 49662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4967
4968 * font.c (Ffont_shape_text): Avoid unnecessary composition.
4969
4970 * fontset.c (Vfont_encoding_charset_alist): New variable.
4971 (syms_of_fontset): DEFVAR it.
4c4475a8
GM
4972 (reorder_font_vector, fontset_find_font): Optimize for the case of
4973 no need of reordering.
aca7a3d2
MB
4974 (face_for_char): Map the charset property by
4975 Vfont_encoding_charset_alist.
4976
73acf815 49772008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4978
4979 * w32font.c (logfonts_match): Don't check adstyle here.
4980 (font_matches_spec): Check here against physical font instead.
4981 (add_font_entity_to_list): Avoid some substitutions.
4982
4983 * font.c (font_parse_fcname): Default weight and slant to normal.
4984 (font_score): Prefer normal fonts if weight or slant unspecified.
4985 (font_score) [WINDOWSNT]: Scale weight difference down to closer
4986 match freetype scores.
4987
73acf815 49882008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4989
4990 * w32font.c (w32font_text_extents): Don't use the frame stored in the
4991 font, as it may have been deleted.
4992 (w32_enumfont_pattern_entity): Map generic family to adstyle using
4993 most common hyphenless variation.
4994 (logfonts_match): Check generic family.
4995 (font_matches_spec): Don't check generic family here.
4996 (fill_in_logfont): Set generic family based on adstyle.
4997
4998 * w32font.h (w32font_get_cache): Update declaration.
4999
73acf815 50002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5001
5002 * ftfont.c (ftfont_get_cache): Adjust the argument type.
5003
15139d67 5004 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
dde8403f 5005 If none of the new drivers are available, call font_update_drivers
aca7a3d2
MB
5006 with the old drivers.
5007
5008 * w32font.c (w32font_get_cache): Adjust the argument type.
5009
5010 * xfont.c (xfont_get_cache): Adjust the argument type.
5011
5012 * font.h (struct font_driver): Change argument type of get_cache.
5013
5014 * xftfont.c (xftfont_start_for_frame): Delete prototype.
5015
5016 * font.c (Ffont_get): Fix arguments to Fassoc.
15139d67 5017 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
aca7a3d2 5018 (font_clear_cache): New function.
4c4475a8 5019 (font_list_entities, font_matching_entity): Use font_get_cache.
15139d67 5020 (font_update_drivers): Call font_clear_cache when finishing a driver.
aca7a3d2
MB
5021
5022 * fontset.c (fontset_find_font): Fix previous change.
5023
73acf815 50242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5025
5026 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
5027 dpyinfo->font_table.
5028 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15139d67 5029 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
aca7a3d2
MB
5030
5031 * font.c (font_at): Handle the case that the arg C is negative.
5032 Handle the unibyte case.
5033 (Ffont_at): Call font_at with the arg C -1.
5034
5035 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15139d67
SM
5036 the position here, and call font_at with the arg C -1.
5037 Don't check the range of the existing composition at the point.
aca7a3d2 5038
73acf815 50392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5040
15139d67 5041 * fontset.c (fontset_add): New args charset_id and family.
1f45f627 5042 Change caller.
4c4475a8
GM
5043 (load_font_get_repertory, fontset_find_font): Assume that
5044 font_spec is always a font-spec object.
aca7a3d2
MB
5045 (Fset_fontset_font): Always store a font-spec object in a fontset.
5046
5047 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
5048 instead of get_property_and_range.
5049
73acf815 50502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5051
5052 * xftfont.c (struct xftfont_info): Delete the member ft_face.
5053 (xftfont_open): Don't keep locking face.
5054 (xftfont_close): Don't unlock face.
4c4475a8 5055 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
aca7a3d2
MB
5056
5057 * fontset.c (fontset_find_font): Don't prefer a font of
5058 supplementary charset.
5059
73acf815 50602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5061
1f45f627
GM
5062 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
5063 script, langsys_tag to langsys, new member script.
aca7a3d2
MB
5064 (OTF_TAG_STR): Terminate by '\0'.
5065 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
5066 listing to the script specified in that property. Fix arg to
5067 OTF_check_features.
5068
73acf815 50692008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5070
5071 * w32font.h: New file.
5072
5073 * w32font.c: Include it.
5074 (struct w32font_info): Add owning_frame field. Move to w32font.h.
5075 (w32font_open): Set owning_frame.
5076 (w32font_text_extents): Use owning_frame.
5077 (struct font_callback_data): Add opentype_only field.
5078 (add_font_entity_to_list): Use it to filter fonts.
5079 Don't check against full name.
5080 (w32font_list_internal): New function.
5081 (w32font_list): Use it.
5082 (w32font_match_internal): New function.
5083 (w32font_match): Use it.
5084 (w32font_open_internal): New function.
5085 (w32font_open): Use it.
5086 (w32font_get_cache, w32font_close, w32font_has_char)
5087 (w32font_encode_char, w32font_text_extents, w32font_draw):
5088 Make non-static.
5089
5090 * makefile.w32-in (w32font.o): Depend on w32font.h.
5091
73acf815 50922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5093
5094 * charset.c (Fdefine_charset_internal): Record a supplementary
5095 charset at the tail of Vcharset_order_list.
5096
5097 * font.c (Ffont_shape_text): Fix the return value.
5098
5099 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
5100
5101 * xdisp.c (handle_auto_composed_prop): Fix previous change.
5102
73acf815 51032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5104
5105 * ftfont.c (struct OpenTypeSpec): New struct.
5106 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
5107 (ftfont_get_open_type_spec): New function.
5108 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
5109
15139d67 5110 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
aca7a3d2 5111
73acf815 51122008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5113
5114 * w32font.c (add_font_entity_to_list): Compare only the beginning
5115 of full name.
5116
73acf815 51172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5118
15139d67
SM
5119 * xdisp.c (handle_auto_composed_prop): Simplify the code.
5120 Never return HANDLED_RECOMPUTE_PROPS.
aca7a3d2 5121
73acf815 51222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5123
5124 * font.c (font_gstring_produce): Delete it.
5125
15139d67
SM
5126 * composite.h (COMPOSITION_METHOD):
5127 Handle COMPOSITION_WITH_GLYPH_STRING.
aca7a3d2 5128
73acf815 51292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5130
15139d67 5131 * xfont.c (Qx): Delete.
aca7a3d2
MB
5132 (syms_of_xfont): Don't initialize Qx.
5133
15139d67
SM
5134 * composite.h (enum composition_method):
5135 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
aca7a3d2 5136
73acf815 51372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5138
5139 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
5140 (choose_face_font): Accept new form of font-spec.
5141
5142 * frame.h (font_driver_list): Declare it unconditionally.
5143 (struct frame): Define members font_driver_list and font_data_list
5144 unconditionally.
5145
5146 * fontset.c: Include "font.h" unconditionally.
15139d67 5147 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
aca7a3d2
MB
5148 (Fset_fontset_font): Accept a font-spec object.
5149
5150 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
5151 PIXEL_SIZE part a wild card.
5152
5153 * dispextern.h (struct glyph_string): Define members clip and
5154 num_clips unconditionally.
5155 (struct face): Define members font_info and extra unconditionally.
5156
5157 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
5158 ftfont_info only when HAVE_LIBOTF is defined.
5159
73acf815 51602008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5161
5162 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
5163 and end.
5164
73acf815 51652008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5166
5167 * w32font.c (w32font_driver): Add new fields.
5168
73acf815 51692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5170
aca7a3d2
MB
5171 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
5172 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
5173 (LIBES): Add @M17N_FLT_CFLAGS@.
5174
5175 * composite.c (compose_text): Don't treat the new style
5176 composition specially.
5177
5178 * emacs.c (main): Call syms_of_font unconditionally.
5179
5180 * font.h (FONT_ENTITY_NOT_LOADABLE)
5181 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15139d67 5182 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
aca7a3d2 5183 (struct font_driver): New member shape.
1f45f627 5184 (font_registry_charsets): Extern it.
4c4475a8 5185 (font_find_for_lface, font_prepare_composition): Adjust prototype.
aca7a3d2
MB
5186 (font_otf_capability, font_drive_otf): Delete their externs.
5187
5188 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
4c4475a8
GM
5189 (font_charset_alist, font_registry_charsets): Move from xfont.c
5190 and rename.
aca7a3d2
MB
5191 (font_prop_validate_otf): New function.
5192 (font_property_table): Register it for QCotf.
5193 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15139d67 5194 (font_drive_otf): Delete.
1f45f627 5195 (font_prepare_composition): New arg F. Adjust for the change of
aca7a3d2
MB
5196 lispy gstring.
5197 (font_find_for_lface): New arg C.
15139d67 5198 (font_load_for_face): Adjust for the change of font_find_for_lface.
4c4475a8
GM
5199 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
5200 lispy gstring.
aca7a3d2
MB
5201 (Ffont_shape_text): New function.
5202 (Fopen_font): If the font size is not given, use 12-pixel.
5203 (Ffont_at): New arg STRING.
15139d67
SM
5204 (syms_of_font): Initalize font_charset_alist.
5205 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
aca7a3d2
MB
5206 conditionally.
5207
5208 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
5209 fonts of the same font-spec. Change the format of RFONT-DEF.
4c4475a8
GM
5210 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
5211 Adjust for the change of RFONT-DEF.
15139d67 5212 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
aca7a3d2
MB
5213
5214 * ftfont.h: New file.
5215
5216 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
5217 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
5218 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
5219 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
5220 font_otf_capability and font_drive_otf, set ftfont_shape.
15139d67 5221 (ftfont_list): Adjust for the change of :otf property value.
aca7a3d2
MB
5222 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
5223 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
5224 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
1f204af3 5225 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
aca7a3d2
MB
5226 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
5227 (otf_gstring, gstring, m17n_flt_initialized): New variables.
5228
15139d67
SM
5229 * w32term.c (x_draw_composite_glyph_string_foreground):
5230 Adjust for the change of lispy gstring.
aca7a3d2 5231
15139d67 5232 * xdisp.c (handle_composition_prop): Adjust for the change of
aca7a3d2 5233 lispy gstring. Call a function for auto-composition with the
15139d67
SM
5234 third arg it->window.
5235 (fill_composite_glyph_string): Adjust for the change of lispy string.
5236 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
aca7a3d2 5237
15139d67 5238 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
5239 font_find_for_lface.
5240
1f45f627
GM
5241 * xfont.c (x_font_charset_alist): Move to font.c and rename.
5242 (xfont_registry_charsets): Likewise. Change caller.
aca7a3d2
MB
5243 (syms_of_xfont): Don't handle x_font_charset_alist.
5244
5245 * xftfont.c: Include "ftfont.h".
15139d67 5246 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
aca7a3d2
MB
5247 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
5248 (xftfont_close) [HAVE_LIBOTF]: Close otf.
5249 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15139d67
SM
5250 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
5251 Set xftfont_driver.shape to xftfont_shape.
aca7a3d2 5252
15139d67 5253 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
5254 the change of lispy gstring.
5255
73acf815 52562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5257
5258 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
5259
73acf815 52602008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5261
5262 * w32font.c (w32font_draw): Fill background manually.
5263
73acf815 52642008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5265
5266 * font.c (Qfontp): Remove unused symbol.
5267 (QCantialias): New symbol.
5268 (syms_of_font): Define it.
5269 (font_property_table): Set a validator for QCantialias.
5270
15139d67
SM
5271 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
5272 Define if not already.
aca7a3d2
MB
5273 (QCfamily): Share with xfaces.c.
5274 (Qstandard, Qsubpixel, Qnatural): New symbols.
1f45f627 5275 (syms_of_w32font): Define them. Don't define QCfamily here.
aca7a3d2
MB
5276 (w32_antialias_type, lispy_antialias_type): New functions.
5277 (w32_enumfont_pattern_entity): New arg requested_font.
5278 Set antialias parameter if non-default was requested.
5279 (fill_in_logfont): Fill in lfQuality if :antialias specified.
5280
73acf815 52812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5282
5283 * lread.c (read1): Undo the previous change.
5284
73acf815 52852008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
aca7a3d2
MB
5286
5287 * frame.c (Fdelete_frame): Call font_update_drivers only when
6f69e89b 5288 USE_FONT_BACKEND is defined.
aca7a3d2 5289
73acf815 52902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5291
5292 * font.h (struct font_bitmap): New member bits_per_pixel.
5293 (struct font_driver): New members start_for_frame and end_for_frame.
5294 (struct font_data_list): New struct.
5295 (font_put_frame_data, font_get_frame_data): Extern them.
5296
5297 * frame.h (struct frame): New member font_data_list.
5298
5299 * font.c (font_update_drivers): Call driver->start_for_frame and
5300 driver->end_for_frame at proper timings.
5301 (font_put_frame_data, font_get_frame_data): New functions.
5302 (Ffont_spec): Add usage in the docstring.
5303
5304 * frame.c (make_frame): Initialize f->font_data_list to NULL.
5305 (Fdelete_frame): Call font_update_drivers.
5306
5307 * xftfont.c (struct xftface_info): Delete the member xft_draw.
4c4475a8 5308 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
aca7a3d2
MB
5309 (xftfont_get_xft_draw): New function.
5310 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
5311 (xftfont_end_for_frame): New function.
5312 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
5313
15139d67 5314 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1f45f627 5315 Change argument. Cache GCs in the per-frame data.
aca7a3d2
MB
5316 (struct ftxfont_frame_data): New struct.
5317 (ftxfont_draw_bitmap): New arg gc_fore and flush.
5318 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15139d67 5319 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
aca7a3d2
MB
5320 (ftxfont_end_for_frame): New function.
5321 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
5322
5323 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
5324
73acf815 53252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5326
5327 * xselect.c (Vselection_coding_system)
5328 (Vnext_selection_coding_system): Delete them.
5329 (syms_of_xselect): Don't declare selection-coding-system and
5330 next-selection-coding-system. They are declared in select.el.
5331
73acf815 53322008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5333
5334 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
5335
5336 * w32fns.c: Include imm.h.
5337 (get_composition_string_fn, get_ime_context_fn): New optional
5338 system functions.
5339 (globals_of_w32fns): Load them from imm32.dll.
5340 (ignore_ime_char): New flag.
5341 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
5342 WM_IME_ENDCOMPOSITION messages.
5343
5344 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
5345 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
5346
73acf815 53472008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5348
5349 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
5350 (READCHAR_REPORT_MULTIBYTE): New macro.
5351 (readchar): New 2nd arg MULTIBYTE.
15139d67
SM
5352 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
5353 Make symbol's name multibyte according to the multibyteness of the
aca7a3d2
MB
5354 source.
5355
73acf815 53562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5357
5358 * xfaces.c (face_for_overlay_string): Call lookup_face with
5359 correct arguments (fix of synching with the trunk).
5360
73acf815 53612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5362
4c4475a8
GM
5363 * font.c (font_prop_validate_symbol, font_prop_validate_style)
5364 (font_prop_validate_non_neg, font_prop_validate_spacing):
5365 Delete argument prop_index.
15139d67
SM
5366 (font_property_table): Change arguments to validater. Change Callers.
5367 (font_lispy_object): Delete.
aca7a3d2
MB
5368 (font_at): Use font_find_object instead fo font_lispy_object.
5369
73acf815 53702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5371
5372 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
5373 and file names.
5374
73acf815 53752008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5376
5377 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
5378 (font_matches_spec): Remove debug output.
5379 (add_font_entity_to_list): Avoid using substituted fonts.
5380
73acf815 53812008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5382
5383 * doc.c (Fsnarf_documentation):
5384 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
5385
73acf815 53862008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 5387
290afd83 5388 * dispextern.h (struct glyph_row): Only define "clip" field if
aca7a3d2
MB
5389 HAVE_WINDOW_SYSTEM is defined.
5390
73acf815 53912008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
5392
5393 Fix up multi-tty merge.
5394
5395 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
5396 and indentation.
5397
5398 * xfaces.c (free_realized_face, clear_face_gcs):
5399 Include font_done_for_face in the input_blocked section, just in case.
5400
5401 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
5402 (get_char_face_and_encoding): Undo last change and remove the *other*
5403 duplicate definition (i.e. keep the one that's better scoped and that
5404 includes code for the font-backend).
5405
5406 * terminal.c (create_terminal): Default keyboard_coding to
5407 `no-conversion' and terminal_coding to `undecided'.
5408
5409 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
5410
5411 * fontset.c (free_realized_fontsets): Check that the table entry does
5412 contain a fontset before trying to compare it to `base'.
5413
5414 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
5415 syms_of_charset, and syms_of_coding earlier because init_window_once
5416 now needs Vcoding_system_hash_table to be setup.
5417
5418 * coding.h (default_buffer_file_coding): Remove.
5419
5420 * coding.c (default_buffer_file_coding): Remove.
5421 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
5422 than ->symbol, and use the terminal-local coding system.
5423 (syms_of_coding): Don't setup the coding-systems that are not
5424 terminal-local.
5425 (Fdefine_coding_system_internal): Use XCAR/XCDR.
5426
5427 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
5428 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
5429
5430 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
5431 in chartab.c and were re-added here by mistake.
5432 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
5433
5434 * doc.c (Fsnarf_documentation):
5435 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
5436 src to etc.
5437
5438 * ChangeLog.10: Add mistakenly removed entry.
5439
73acf815 54402008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
aca7a3d2
MB
5441
5442 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
5443
73acf815 54442008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5445
5446 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
5447 Add extra args to FACE_FOR_CHAR.
5448
73acf815 54492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5450
5451 * keymap.c (where_is_internal_1): If key is a cons, store the copy
5452 in sequence.
5453
4c4475a8
GM
5454 * chartab.c (map_sub_char_table, map_char_table): If the range
5455 contains just one character, call the function with that character
5456 even if the depth is not 3.
aca7a3d2 5457
73acf815 54582008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5459
5460 * w32font.c (w32font_text_extents): Calculate metrics for the
5461 whole string.
5462
73acf815 54632008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5464
5465 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
5466
73acf815 54672008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5468
5469 * w32term.c (x_set_glyph_string_clipping): Use
5470 get_glyph_string_clip_rects.
4c4475a8
GM
5471 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
5472 Adjust for the change of struct glyph_string.
aca7a3d2
MB
5473
5474 * w32font.c (w32font_draw): Do clipping here.
5475
73acf815 54762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5477
1f45f627 5478 * xftfont.c (xftfont_draw): Adjust for the change of struct
aca7a3d2
MB
5479 glyph_string.
5480
5481 * xterm.c (x_set_glyph_string_clipping): Use
5482 get_glyph_string_clip_rects.
4c4475a8
GM
5483 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
5484 Adjust for the change of struct glyph_string.
aca7a3d2
MB
5485
5486 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
5487 the resulting clip(s}.
1f45f627 5488 (expose_overlaps): Add arg r. Change callers. Set it to
aca7a3d2
MB
5489 row->clip temporarily.
5490 (expose_window): Redraw rows overlapping the exposed area.
5491
5492 * dispextern.h (struct glyph_row): New member clip.
5493 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
5494 clip_height, new member clip, and num_clips.
5495
73acf815 54962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5497
5498 * data.c (Fchar_or_string_p): Fix docstring.
5499
73acf815 55002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5501
5502 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
5503 create a temporal XftDraw object.
5504
73acf815 55052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5506
5507 * font.c (Ffontp): Fix docstring.
5508
5509 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
5510 strong evidence of ISO-2022.
5511
73acf815 55122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5513
5514 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
5515 SYNTAX_ENTRY_FOLLOW_PARENT.
5516
73acf815 55172008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
5518
5519 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
5520 its type.
5521 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
5522 Update to the new type of weak_hash_tables and next_weak.
5523
5524 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
5525 a plain C pointer to Lisp_Hash_Table.
5526
5527 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
5528 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
5529 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
5530 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
5531 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
5532 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
5533 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
5534 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
5535 (GC_EQ): Remove since they've been identical to their non-GC_
5536 alter-egos ever since the markbit was eradicated.
5537
290afd83
JB
5538 * alloc.c:
5539 * buffer.c:
5540 * buffer.h:
5541 * data.c:
5542 * fileio.c:
5543 * filelock.c:
5544 * fns.c:
5545 * frame.h:
5546 * lisp.h:
5547 * macterm.c:
5548 * print.c:
5549 * process.c:
5550 * w32fns.c:
5551 * w32menu.c:
5552 * w32term.c:
5553 * xfns.c:
5554 * xmenu.c:
5555 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
aca7a3d2 5556
73acf815 55572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5558
5559 * chartab.c (map_sub_char_table): Make it work for the top-level
5560 char-table. Fix handling of parent char-table.
c5ad7a3d 5561 (map_char_table): Adjust for the above change.
aca7a3d2 5562
73acf815 55632008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5564
5565 * w32font.c (Qgdi): Rename from Qw32.
5566
73acf815 55672008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5568
5569 * w32bdf.c (get_quoted_string): Make function static.
5570
73acf815 55712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5572
5573 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
5574 bigger ascent and descent than those of the font, use them as
5575 font's ascent and descent.
5576
73acf815 55772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5578
5579 * Makefile.in (${lispsource}international/charprop.el): Move this
5580 target within "#ifdef HAVE_UNIDATA" and "#endif".
5581
73acf815 55822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5583
5584 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
5585 (shortlisp): Add ../lisp/language/tai-viet.el.
5586
1f45f627 55872008-02-01 Ulrich Mueller <ulm@gentoo.org>
aca7a3d2
MB
5588
5589 * Makefile.in (${lispsource}international/charprop.el): Depend on
5590 temacs${EXEEXT}.
5591
73acf815 55922008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5593
5594 * w32font.c (w32font_close): Delete the GDI font object.
5595
6f69e89b 5596 * w32menu.c: Include character.h.
aca7a3d2
MB
5597
5598 * w32proc.c: Likewise.
5599
5600 * w32select.c: Likewise.
5601
6f69e89b 5602 * makefile.w32-in (w32proc.o): Depend on character.h.
aca7a3d2 5603
73acf815 56042008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5605
5606 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
5607
5608 * w32menu.c (syms_of_w32menu): Likewise.
5609
5610 * w32proc.c (syms_of_ntproc): Likewise.
5611
5612 * w32select.c (syms_of_w32select): Likewise.
5613
5614 * w32term.c (syms_of_w32term): Likewise.
5615
73acf815 56162008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5617
5618 * w32font.c (w32font_draw): Delete brush after using it.
5619
73acf815 56202008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5621
5622 * w32font.c (w32font_open): Don't set font_idx.
5623 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
5624 to font settings.
5625 (w32font_draw): Fill background explicitly.
5626
73acf815 56272008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5628
5629 * w32term.c (w32_initialize): Don't call w32font_initialize.
5630
5631 * w32font.c (w32font_info): Remove subranges.
5632 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
5633 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
5634 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
5635 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
5636 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
5637 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
5638 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
5639 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
5640 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
5641 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
5642 New symbols.
5643 (font_callback_data): New struct.
5644 (w32font_list, w32font_match): Use it.
5645 (w32font_open): Don't populate subranges.
5646 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
5647 (w32font_encode_char): Always return unicode code-point as-is.
5648 (w32font_text_extents): Supply a tranformation matrix to
1f45f627
GM
5649 GetGlyphOutline. Never look up by glyph index. Avoid looping
5650 twice. Use unicode version of GetTexExtentPoint32 instead of
aca7a3d2 5651 glyph index version.
1f204af3 5652 (set_fonts_frame): Remove.
aca7a3d2 5653 (w32_enumfont_pattern_entity): Add frame parameter, use it to
1f45f627
GM
5654 set frame parameter. Use backward compatible fake foundries.
5655 Save generic family in extra slot under QCfamily. Make width slot
5656 constant. Save QCspacing value. Save list of scripts instead of
aca7a3d2
MB
5657 binary subranges.
5658 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
1f45f627 5659 (add_font_entity_to_list): Use font_callback_data struct. Filter
aca7a3d2
MB
5660 unwanted fonts.
5661 (add_one_font_entity_to_list): Use font_callback_data struct.
1f45f627
GM
5662 (w32_registry): Default to iso10646_1.
5663 (fill_in_logfont): Use dpi from extra slot. Don't bother with
5664 string font registries. Don't fill in font name if it is a generic
5665 family name, fill family instead. Use spacing, family and script
aca7a3d2
MB
5666 extra info to fill pitch, family and charset fields.
5667 (list_all_matching_fonts): Use font_callback_data struct.
5668 (unicode_range_for_char): Remove.
5669 (font_supported_scripts): New function.
5670 (w32font_initialize): Remove.
5671 (syms_of_w32font): Update which symbols are defined.
5672
73acf815 56732008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5674
5675 * font.c (font_pixel_size): Reverse assq_no_quit args.
5676
5677 * w32term.h (FONT_WIDTH): Report max width, not average.
5678 (FONT_MAX_WIDTH): Remove.
5679 (FONT_AVG_WIDTH): New macro.
5680
5681 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
5682 redefinition of FONT_WIDTH.
5683
5684 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
5685 (w32_cache_char_metrics): Use FONT_WIDTH.
5686
5687 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
5688
73acf815 56892008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5690
5691 * w32font.c (w32font_open): Make lfHeight negative.
5692
5693 * w32fns.c (x_default_font_parameter): Use new style font name.
5694 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
5695
73acf815 56962008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5697
5698 * w32font.c (QCsubranges): New symbol.
5699 (w32font_open, w32font_has_char): Get subranges from subproperty
5700 of extra.
5701 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
5702 (syms_of_w32font): Define :subranges symbol.
5703
5704 * font.c (font_put_extra): Expose externally.
5705
1f45f627 5706 * font.h (font_put_extra): Move declaration from font.c.
aca7a3d2
MB
5707
5708 * font.c (Ffont_get): Use font driver to determine otf capability.
5709 (adjust_anchor): Check if driver defines anchor_point before using.
5710
5711 * w32font.c (w32font_open): Handle size, height and pixel_size better.
5712 (w32font_draw): Use options.
5713 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
5714 Fix detection of truetype fonts.
5715 (registry_to_w32_charset): Handle charsets other than iso8859-1
5716 expressed as lisp symbols.
5717 (w32_registry): Express charset as lisp symbol.
5718 (fill_in_logfont): Reverse pixel and point height logic.
1f45f627 5719 Don't set width here. Set quality to default.
aca7a3d2
MB
5720
5721 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
5722 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
5723
5724 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
5725 Remove redundant loop and allocation.
5726
5727 * makefile.w32-in (font.o, w32font.o): New objects.
6f69e89b 5728 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
aca7a3d2
MB
5729 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
5730
5731 * xdisp.c (fill_composite_glyph_string): Make the first arg to
5732 STORE_XCHARB a valid l-value.
5733
5734 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
5735 calculations for non-Truetype fonts.
5736 (x_draw_glyph_string): Sync with xterm.c.
c3f9fba8
JB
5737 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
5738 Remove redundant code.
aca7a3d2
MB
5739 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
5740
5741 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
5742 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
5743
5744 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
5745 (x_to_w32_charset, w32_to_x_charset): Expose externally.
5746
5747 * w32font.c: New file for w32 font backend.
5748
73acf815 57492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5750
5751 * term.c: Don't include "buffer.h" twice.
5752
73acf815 57532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5754
5755 * character.c (Funibyte_string): New function.
5756 (syms_of_character): Defsubr it.
5757
73acf815 57582008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5759
5760 * w32term.c [USE_FONT_BACKEND]:
c3f9fba8
JB
5761 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
5762 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
5763 (x_draw_glyph_string, x_draw_glyph_string_foreground)
5764 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
aca7a3d2
MB
5765 (x_free_frame_resources): Sync with xterm.c.
5766
73acf815 57672008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5768
5769 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
5770 char-table size.
5771
73acf815 57722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5773
c3f9fba8 5774 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
aca7a3d2 5775
73acf815 57762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5777
5778 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
5779 font_otf_gpos, add font_drive_otf.
5780
5781 * fontset.c (fontset_find_font): Pay attention to font size
5782 specified for a font.
5783 (reorder_font_vector): Check contents of font_def.
5784
5785 * font.c (struct otf_list): Delete it.
6f69e89b 5786 (otf_list): Make it a lisp variable.
aca7a3d2 5787 (otf_open): Use lispy otf_list.
1f45f627 5788 (generate_otf_features): Rename from parse_gsub_gpos_spec.
aca7a3d2 5789 (check_otf_features): New function.
c3f9fba8
JB
5790 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
5791 New functions.
aca7a3d2
MB
5792 (font_drive_otf): New function merging font_otf_gsub and
5793 font_otf_gpos.
5794 (font_open_for_lface): New arg spec. Change argument order.
1f45f627 5795 (font_load_for_face): Adjust for the change of font_open_for_lface.
aca7a3d2
MB
5796 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
5797 Ffont_otf_gpos.
5798 (syms_of_font): Staticpro otf_list. Delete defsubr of
5799 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
5800
1f45f627 5801 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
5802 font_open_for_lface.
5803
5804 * font.h (font_open_for_lface): Adjust prototype.
5805 (struct font_driver): Delete members otf_gsub and otf_gpos, add
5806 member otf_drive.
5807 (font_otf_gsub, font_otf_gpos): Delete externs.
5808 (font_drive_otf): Extern it.
5809
73acf815 58102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5811
5812 * font.c (font_at): If the window W is not on a window system,
5813 return Qnil.
5814
4c4475a8
GM
5815 * coding.c (produce_chars, encode_coding): Don't call
5816 insert_from_gap if no characters to produce.
aca7a3d2 5817
73acf815 58182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5819
5820 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
5821 Fclear_face_cache.
5822
5823 * xfaces.c (face_for_font): Check also face->font==font->font.font.
5824
73acf815 58252008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5826
5827 * emacs.c (main): Change default value of `enable_font_backend' to 1.
5828 Parse "--disable-font-backend" option.
5829 (standard_args): Add "--disable-font-backend" option.
5830
73acf815 58312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5832
5833 * fontset.c (fontset_find_font): New function.
5834 (fontset_font): Use fontset_find_font.
5835 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
5836 Register the specified font for all Latin characters.
5837 (new_fontset_from_font): Register the specified font for all Latin
5838 characters.
5839 (dump_fontset): For a realized fontset, include the base fontset
5840 name in the returned vector.
5841
73acf815 58422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5843
5844 * character.h (CHAR_STRING): Cast C to unsigned on calling
5845 char_string.
5846
5847 * character.c (char_string): Type of arg C changed to unsigned.
5848 Signal an error if C is an invalid character code.
5849
4c4475a8
GM
5850 * editfns.c (general_insert_function, Fchar_to_string):
5851 Use CHARACTERP, not INTEGERP.
aca7a3d2 5852
73acf815 58532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5854
5855 * character.h (MIN_MULTIBYTE_LEADING_CODE)
5856 (MAX_MULTIBYTE_LEADING_CODE): New macros.
5857
5858 * regex.c (analyse_first): Fix for multibyte characters in "case
5859 charset:" and "case categoryspec:".
5860
73acf815 58612008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5862
5863 * Makefile.in (LIBES): Move standard libraries to the end.
5864
73acf815 58652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5866
5867 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
5868 nonzero, don't shrink the buffer nextb.
5869
5870 * buffer.h (struct buffer_text): New member inhibit_shrinking.
5871
5872 * coding.c (coding_alloc_by_making_gap): New arg offset.
5873 (alloc_destination): Call coding_alloc_by_making_gap with the arg
5874 offset.
5875 (decode_coding_iso_2022): Update coding->safe_charsets.
5876 (decode_coding_gap): Temporarily set
5877 current_buffer->text->inhibit_shrinking to 1.
5878
73acf815 58792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5880
5881 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
5882 indexing into elements of s->cmp and s->char2b.
5883
73acf815 58842008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
5885
5886 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
5887
73acf815 58882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5889
5890 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
5891 target_multibyte instead of multibyte.
5892 (re_match_2_internal): Call bcmp_translate with target_multibyte.
5893 (bcmp_translate): Change the argument name from multibyte to
5894 target_multibyte.
5895
73acf815 58962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5897
5898 These changes are to compile a regexp into a pattern that can be
5899 used both for multibyte and unibyte targets.
5900
5901 * Makefile.in (search.o): Depend on charset.h.
5902
5903 * character.c (multibyte_char_to_unibyte_safe): New function.
5904
5905 * search.c: Include "charset.h".
5906 (compile_pattern_1): Delete argument multibyte. Don't set
5907 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
5908 (compile_pattern): Don't compare cp->buf.target_multibyte.
5909 Compare cp->buf.charset_unibyte.
5910 (compile_pattern): Set cp->buf.target_multibyte.
5911
5912 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
5913
5914 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
5915
5916 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
1f45f627 5917 multibyte. Change callers.
aca7a3d2 5918 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
1f45f627
GM
5919 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
5920 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
aca7a3d2
MB
5921 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
5922 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
5923 (regex_compile): Make the compiled pattern usable both for
5924 multibyte and unibyte targets.
5925 (analyse_first): Make the fastmap usable both for multibyte and
5926 unibyte targets.
1f45f627 5927 (TRANSLATE_VIA_MULTIBYTE): Delete.
aca7a3d2
MB
5928 (re_match_2_internal): Pay attention to the case that the
5929 multibyteness of bufp and target may be different.
5930
73acf815 59312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5932
5933 * xdisp.c (x_produce_glyphs): When a font is not found, make the
5934 empty box occupy at least one column width.
5935
73acf815 59362008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5937
5938 * Makefile.in: Remove redundant HAVE_XFT clause.
5939
73acf815 59402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5941
5942 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
5943
73acf815 59442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5945
5946 * fontset.c (Finternal_char_font): Fix for the case of POSITION
5947 being nil.
5948
73acf815 59492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5950
5951 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
5952
73acf815 59532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5954
5955 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
5956
73acf815 59572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5958
5959 * search.c (simple_search): Fix previous change.
5960
73acf815 59612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5962
5963 * xftfont.c (ftfont_font_format): Extern declaration.
5964
5965 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
5966
5967 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
5968 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
5969
5970 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
5971 (ftfont_font_format): Fix previous change.
5972
5973 * font.h (Ffont_xlfd_name): EXFUN it.
5974
5975 * font.c (font_parse_xlfd): Fix the array size of `f'.
5976 (register_font_driver): Use EQ to compare driver->type.
5977
5978 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
5979 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
5980 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
5981
73acf815 59822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5983
4c4475a8
GM
5984 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
5985 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
aca7a3d2 5986
73acf815 59872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5988
5989 * xfont.c (xfont_open): Set font->format.
5990
5991 * xftfont.c (xftfont_open): Set font->format.
5992
5993 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
5994 (ftfont_list): Include FC_FONTFORMAT in FcObject.
5995 (ftfont_open): Set font->format.
5996 (ftfont_font_format): New function.
5997
5998 * font.h (struct font): New memeber format.
5999
6000 * font.c (Qopentype): New variable.
6001 (syms_of_font): Defsym it.
6002 (Fquery_font): Change the format of the last element of the return
6003 value.
6004
73acf815 60052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6006
6007 * xfns.c (xic_create_xfontset): Try the default fontset name as a
6008 last resort.
6009
73acf815 60102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6011
6012 * coding.c (detect_coding_charset): Fix detection of multi-byte
6013 charset.
6014
73acf815 60152008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
aca7a3d2
MB
6016
6017 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
6018
73acf815 60192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6020
6021 * xdisp.c (get_next_display_element): Set it->face_id for the
6022 first component of a composition.
1f45f627 6023 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 6024
73acf815 60252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6026
6027 * fontset.c (Qlatin): New variable.
6028 (syms_of_fontset): Define it as a lisp symbol.
1f45f627 6029 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
aca7a3d2 6030
73acf815 60312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6032
6033 * font.c (font_unparse_fcname): Pay attention to the case that
6034 some of font property is a null string.
6035
73acf815 60362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6037
6038 * term.c: Include "composite.h".
6039 (encode_terminal_code): Output all components of composition.
6040 Check the size of encode_terminal_src.
424c157f 6041 (produce_glyphs): For composition, call produce_composite_glyph.
aca7a3d2
MB
6042 (append_composite_glyph, produce_composite_glyph): New functions.
6043
6044 * xdisp.c (x_produce_glyphs): In handling composition, if a font
6045 is not found, get font_info from the current ascii face.
6046
73acf815 60472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6048
6049 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
6050 buffer-file-name to Qnil before calling insert_from_buffer.
6051
6052 * font.c (font_unparse_fcname): Pay attention to the case that
6053 foundry is a null string.
6054
73acf815 60552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6056
6057 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
6058
6059 * font.c (Qunicode_sip): New variable.
6060 (syms_of_font): Declare it as a Lisp symbol.
6061
6062 * font.h (Qunicode_sip): Extern it.
6063
73acf815 60642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6065
1f45f627 6066 * composite.c (get_composition_id): Pay attention to TAB component.
aca7a3d2
MB
6067
6068 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
1f45f627 6069 TAB. Adjust for the change of s->char2b which always points to
aca7a3d2
MB
6070 the first elememnt of allocated memory.
6071
1f45f627 6072 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
aca7a3d2
MB
6073
6074 * xdisp.c (handle_composition_prop): Set it->c to the first
6075 non-TAB component.
1f45f627
GM
6076 (fill_composite_glyph_string): Change argument.
6077 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
aca7a3d2
MB
6078 (x_produce_glyphs): Fix handling of left/right padding.
6079
73acf815 60802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6081
6082 * coding.c (detect_coding_system): Fix for handling off
6083 inhibit_iso_escape_detection. Fix for the case that no coding
6084 system is defined for a specific coding category.
6085
73acf815 60862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6087
1f45f627 6088 * font.c (font_matching_entity): Delete unused local var.
aca7a3d2
MB
6089
6090 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
6091 opening a font.
6092
6093 * fileio.c (Finsert_file_contents): On recovering a file, assume
6094 Unix-like eol.
6095 (choose_write_coding_system): On auto-saving a file, force
6096 Unix-like eol.
6097
6098 * coding.c (setup_coding_system): Fix setting of
6099 coding->common_flags based on eol_type.
6100 (coding_inherit_eol_type): If PARENT is not nil, be sure to
6101 inherit from it.
6102
73acf815 61032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6104
1f45f627 6105 * alloc.c (NSTATICS): Increas to 0x600.
aca7a3d2 6106
73acf815 61072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6108
1f45f627 6109 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
aca7a3d2
MB
6110 (ftfont_list): Don't check :name property.
6111 (ftfont_match): New function.
6112 (ftfont_pattern_entity): If the pattern doesn't contain
6113 FC_SPACING, don't assuce FC_MONO.
6114
6115 * font.h (struct font_driver): New member `match'.
1f45f627 6116 (font_update_drivers): Adjust prototype.
aca7a3d2 6117
4c4475a8
GM
6118 * font.c (font_parse_fcname, font_parse_name): Don't change :name
6119 property of FONT.
aca7a3d2
MB
6120 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
6121 them unconditionally.
6122 (font_matching_entity): New function.
6123 (font_open_by_name): Try font_matching_entity if exact match is
6124 not found.
6125 (font_update_drivers): Delete the arg FONT. Return a list of
6126 actually used backends. Don't free faces, font caches here.
6127 Don't store data in frame parameters. Don't call x_set_font.
6128 (Ffont_spec): Store :name property as is.
6129 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
1f45f627
GM
6130 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
6131 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
aca7a3d2
MB
6132 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
6133 Call font->driver->otf_gsub instead of font_otf_gsub.
6134
6135 * frame.c (x_set_font_backend): Do more works that were done in
6136 font_update_drivers before.
6137
6138 * xfont.c (xfont_match): New function.
6139 (xfont_driver): Set xfont_driver.match to xfont_match.
6140 (xfont_draw): Set font in GC if necessary.
6141
6142 * ftxfont.c (ftxfont_match): New function.
6143 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
6144
6145 * xftfont.c (xftfont_match): New function.
6146 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
6147
73acf815 61482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6149
6150 * font.h (struct font): New member scalable.
6151 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
1f45f627 6152 (font_otf_gsub): Adjust prototype.
aca7a3d2 6153
1f45f627
GM
6154 * font.c (font_otf_capability): Fix handling of the default langsys.
6155 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
aca7a3d2
MB
6156 Check the contents of SPEC.
6157 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
6158 (check_gstring): New function.
6159 (REPLACEMENT_CHARACTER): New macro.
6160 (font_otf_gsub): New arg alternate_subst. Be sure to set all
6161 glyph codes of GSTRING.
6162 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
6163 (font_prepare_composition): Set cmp->glyph_len.
6164 (font_open_entity): Set font->scalable.
6165 (Ffont_get): Handle :otf property.
6166 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
6167 functions.
6168 (Fquery_font): Use font->font.full_name.
6169 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
6170 Sfont_otf_alternates.
6171
6172 * ftfont.c (ftfont_open): Set font->font.full_name and
6173 font->font.name properly. Fix calculation of font->font.height
6174 and font->min_width.
6175
6176 * ftxfont.c (ftxfont_create_gcs): New function.
6177 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
6178 (ftxfont_draw_backgrond): Fix filling region.
6179 (ftxfont_default_fid): New function.
6180 (ftxfont_open): Set xfotn->fid to the return value of
6181 ftxfont_default_fid.
6182 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
6183 (ftxfont_done_face): Free only GCs that are created by
6184 ftxfont_create_gcs.
6185 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
6186
6187 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
6188 Clip to src->width, etc (not src->clip_XXX).
6189
6190 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
6191 FontBackend frame parameter.
6192
73acf815 61932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6194
6195 * font.h (struct font_driver_list): New member `on'.
6196 (Fclear_font_cache): EXFUN it.
6197 (font_update_drivers): Extern it.
6198
6199 * font.c (font_unparse_fcname): Fix typo (swidth->width).
6200 (font_list_entities): Check driver_list->on.
6201 (register_font_driver): Initalize `on' member to 0.
6202 (font_update_drivers): New function.
6203 (Fclear_font_cache): Check driver_list->on.
6204
6205 * frame.h (Qfont_backend): Extern it.
6206 (x_set_font_backend): Extern it.
6207
6208 * frame.c (Qfont_backend): New variable.
6209 (frame_parms): New element for font-backend.
6210 (x_set_font_backend): New function.
6211
6212 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
6213 FontBackend frame parameter.
6214 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
6215 x_set_font_backend.
6216
6217 * xfont.c (xfont_list): Don't try listing by :name property if the
6218 name is not for XLFD.
6219
73acf815 62202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6221
6222 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
6223 (LGLYPH_SET_TO): New macros.
6224 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
6225 element of G is vector or not.
6226 (font_at): Extern it.
6227
6228 * font.c: Include window.h.
6229 (font_lispy_object): New function.
6230 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
6231 end of valid glyph.
6232 (font_close_object): Fix getting (struct font *).
6233 (font_at): New function.
6234 (Ffont_get): If FONT is a font-object, get entity from it.
6235 (Ffont_make_gstring): Initialize elements of glyphs with nil.
6236 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
6237 range check.
6238 (Ffont_at): New function.
6239 (syms_of_font): Defsubr Sfont_at.
6240
6241 * xdisp.c (it_props): Move the entry for Qauto_composed to just
424c157f 6242 before the entry for Qcomposition.
1f45f627 6243 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
aca7a3d2
MB
6244 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
6245 the font in gstring.
6246 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
6247 LGLYPH_FORM (g) to detect the end of valid glyph.
6248 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
6249 we are composing with gstring.
6250
6251 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
6252 Check if adjustment is vector or not.
6253
6254 * Makefile.in (font.o): Make it depends on window.h.
6255
73acf815 62562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6257
6258 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
6259 adjustment is vector or not.
6260
73acf815 62612008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6262
6263 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
6264
73acf815 62652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6266
6267 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
6268 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
6269 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
6270
1f45f627 6271 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
aca7a3d2 6272 (DEVICE_DELTA): Fix typo.
4c4475a8
GM
6273 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
6274 LGLYPH format.
aca7a3d2 6275
1f45f627 6276 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
6277 the change of LGLYPH format.
6278
73acf815 62792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6280
6281 * ftfont.c (ftfont_list): Fix typo.
1f45f627 6282 (ftfont_build_basic_charsets): Don't include letters with diacritics.
aca7a3d2 6283
880820fe 62842008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
6285
6286 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
6287
6288 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
6289 xftface_info is non-NULL.
6290
880820fe 62912008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2 6292
1f45f627 6293 * ftfont.c (ftfont_list): Move misplaced #endif.
aca7a3d2 6294
73acf815 62952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6296
6297 * ftfont.c (ftfont_list): Pay attention to the case that
6298 FC_CAPABILITY is not defined.
6299
73acf815 63002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6301
6302 * xftfont.c (xftfont_open): Set charset related members to -1.
6303
1f45f627
GM
6304 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
6305 QCname.
aca7a3d2
MB
6306 (ftfont_open): Set charset related members to -1.
6307
6308 * fontset.c (Votf_script_alist): New variable.
6309 (syms_of_fontset): Initialize it.
6310 (fontset_font): Delete unused variable.
6311
6312 * fontset.h (Votf_script_alist): Extern it.
6313
1f45f627 6314 * font.c (font_find_for_lface): Optimize code.
aca7a3d2
MB
6315
6316 * font.h (font_close_object, font_merge_old_spec): Extern them.
6317
73acf815 63182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6319
6320 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
6321 (syms_of_font): Initialize them.
6322 (font_pixel_size): Allow float value in dpi.
1f45f627
GM
6323 (font_prop_validate_type): Delete.
6324 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
6325 Change caller.
6326 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
6327 (font_prop_validate_extra): Delete.
aca7a3d2
MB
6328 (font_prop_validate_spacing): New function.
6329 (font_property_table): Add elements for all known properties.
1f45f627
GM
6330 (get_font_prop_index): Rename from check_font_prop_name. New
6331 argument FROM. Change caller.
aca7a3d2 6332 (font_prop_validate): Validate all known properties.
1f45f627 6333 (font_put_extra): Delete argument force. Change caller.
aca7a3d2
MB
6334 (font_expand_wildcards): Make it static. Fix the way of shrinking
6335 the possible range.
1f45f627 6336 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
aca7a3d2 6337 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
1f45f627 6338 Change caller.
aca7a3d2 6339 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
1f45f627
GM
6340 (font_parse_fcname): Delete argument merge. Fix parsing of point
6341 size. Don't validate properties values here. Change caller.
6342 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
aca7a3d2
MB
6343 (font_open_by_name): Delete unused variable.
6344 (Ffont_spec): Likewise. Validate property values.
6345 (Ffont_match_p): New function.
6346
6347 * font.h (QCscalable): Extern it.
1f45f627 6348 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
aca7a3d2 6349
1f45f627 6350 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
aca7a3d2 6351
1f45f627 6352 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
aca7a3d2
MB
6353 (xfont_list_pattern): New function.
6354 (xfont_list): Use xfont_list_pattern.
6355
73acf815 63562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6357
6358 * font.h (Flist_fonts): EXFUN it.
6359
73acf815 63602008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6361
6362 * w32term.c (w32_initialize): Add back smoothing_type and
6363 smoothing_enabled definitions.
6364
73acf815 63652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6366
6367 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
6368 s->face->font on determining underline position.
6369
73acf815 63702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6371
6372 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
6373 (font_has_char): Accept font-object too.
6374 (font_find_for_lface): Try at first with a size specified in face.
6375
73acf815 63762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6377
6378 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
6379 font_open_by_name.
6380
73acf815 63812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6382
6383 * font.h (QCspacing, QCdpi): Extern them.
6384 (enum font_spacing): New enum.
6385 (FONT_PIXEL_SIZE_QUANTUM): New macro.
6386
6387 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
6388 (QCspacing, QCdpi): New variables.
6389 (syms_of_font): Initialize them.
6390 (font_pixel_size): New function.
6391 (font_put_extra): New function.
6392 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
6393 in FONT_EXTRA.
e9184ccb
JB
6394 (font_parse_fcname): Handle enumenrated values (e.g. bold).
6395 Fix handling font size. Add QCname property that contains only
aca7a3d2 6396 unknown properties.
1f45f627 6397 (font_score): Change argument. Change caller. Pay attention to
aca7a3d2 6398 FONT_PIXEL_SIZE_QUANTUM.
4c4475a8
GM
6399 (font_sort_entites, font_list_entities, font_find_for_lface)
6400 (font_open_for_lface, font_open_by_name): Fix handling of font size.
1f45f627 6401 (Ffont_spec): Add QCname property that contains only unknown properties.
aca7a3d2
MB
6402
6403 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
6404 include weight in listing pattern, instead check weight of each
6405 listed font. Don't include scalable in pattern. Pay attention to
6406 FONT_PIXEL_SIZE_QUANTUM.
6407
73acf815 64082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6409
aca7a3d2 6410 * font.c (font_parse_fcname): Fix parsing of point-size.
1f45f627 6411 (font_unparse_fcname): Produce symbolic names for style properties.
aca7a3d2
MB
6412 (font_list_entities): Handle float size correctly.
6413 (font_open_by_name): Prefer `normal' property values if the name
6414 doesn't specify them.
6415
6416 * fontset.c (Finternal_char_font): Use font_get_name, not
6417 Ffont_xlfd_name.
6418
6419 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
6420 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
6421 pattern. Don't force scalable.
6422
6423 * xftfont.c (xftfont_open): For generating a name, start from
6424 96-byte buffer.
6425
880820fe 64262008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
6427
6428 * frame.h (x_new_fontset2): Fix prototype.
6429
73acf815 64302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6431
1f45f627 6432 * font.h (struct font_driver): Delete member parse_name.
aca7a3d2
MB
6433 (font_match_p, font_get_spec, font_parse_fcname)
6434 (font_unparse_fcname): Extern them.
1f45f627 6435 (font_get_name): Adjust prototype.
aca7a3d2
MB
6436
6437 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
6438 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
6439 (font_expand_wildcards): Fix handling ENCODING field. Avoid
6440 unnecessary checks for weight, slant, and swidth.
6441 (font_parse_fcname): New function.
6442 (font_unparse_fcname): New function.
6443 (font_parse_name): New function.
6444 (font_match_p): New function.
1f45f627 6445 (font_get_name): Change return value to Lisp string.
aca7a3d2
MB
6446 (font_get_spec): New function.
6447 (Qunspecified, Qignore_defface): Don't extern them.
6448 (font_find_for_lface): Assume that LFACE is fully specified.
6449 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
6450 object, use it for FACE.
6451 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
6452 driver->parse_name.
6453 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
6454
1f45f627
GM
6455 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
6456 prototype.
aca7a3d2 6457
1f45f627
GM
6458 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
6459 argument F. Don't call Fnew_fontset. Instead, directly call
aca7a3d2
MB
6460 make_fontset.
6461
1f45f627 6462 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
aca7a3d2 6463
1f45f627 6464 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
aca7a3d2
MB
6465 of x_new_fontset2.
6466
6467 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
6468 (Qsans__serif): New variables.
6469 (ftfont_generic_family_list): New variable.
6470 (syms_of_ftfont): Initialize the above variables.
1f45f627 6471 (ftfont_pattern_entity): Delete argument NAME.
aca7a3d2
MB
6472 (ftfont_list_generic_family): New function.
6473 (ftfont_parse_name): Delete this function.
1f45f627 6474 (ftfont_list): Try generic family only when FcFontList found no font.
aca7a3d2
MB
6475 (ftfont_list_family): Fix args to FcObjectSetBuild.
6476
6477 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
6478 object in attrs[LFACE_FONT_INDEX].
6479 (set_lface_from_font_name): Cancel all changes for font-backend.
6480 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
6481 function.
6482 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
6483 font object in QCfont attribute.
6484 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
6485 (realize_default_face) [USE_FONT_BACKEND]: Call
6486 set_lface_from_font_and_fontset.
6487
6488 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
6489 "fixed", and signal error here if no suitable font was found.
6490
6491 * xfont.c (xfont_parse_name): Delete this function.
6492
6493 * xftfont.c (xftfont_open): Change coding style of error
6494 handling. Generate fontconfig's fontname pattern.
6495
6496 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
6497 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
6498
6499 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
6500 Both args FONTSET and FONT_OBJECT must be existing ones.
6501
73acf815 65022008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6503
6504 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
6505
73acf815 65062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6507
6508 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
6509
6510 * font.h (struct font): Fix typo.
6511
6512 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
6513 XLFD_XXX_INDEX.
6514 (enum xlfd_field_mask): New enum.
1f45f627 6515 (intern_font_field): Changed argument. Change caller. If digits
aca7a3d2
MB
6516 are followed by non-digits, return a symbol.
6517 (font_expand_wildcards): New function.
6518 (font_parse_xlfd): Fix wildcard handling.
6519 (Ffont_spec): If :name is specified, reflect the info in the other
6520 properties.
6521
6522 * ftfont.c (ftfont_pattern_entity): Fix typo.
6523 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
6524 locale.
6525
73acf815 65262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6527
6528 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
6529
1f45f627 6530 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
aca7a3d2
MB
6531 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
6532 registry doesn't specify encoding part.
6533 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
6534 (font_open_by_name): At first try parsing the name.
6535 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
6536 as Lisp symbols.
6537
6538 * fontset.c (reorder_font_vector): Pay attention to the case that
6539 the 3rd element of font_def is nil.
6540 (fontset_font): For the default fontset, append one more fontset
6541 elements for a script-based font specification. Don't add script
6542 attribute on finding a font.
6543 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
6544 font name.
6545 (fontset_ascii_font): If a font can't be opened, return nil.
6546
1f45f627 6547 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
aca7a3d2
MB
6548 (ftfont_pattern_entity): New function.
6549 (ftfont_get_cache): Assume that freetype_font_cache is already
6550 initialized.
6551 (ftfont_list): Handle the case that a file is specified in font
6552 name. Use ftfont_pattern_entity to generate entities.
6553 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
6554 (syms_of_ftfont): Initialize freetype_font_cache.
6555
6556 * xftfont.c (xftfont_open): Make the font name fontconfig's
6557 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
6558 (xftfont_close): Free font->font.name if not NULL.
6559
6560 * xfont.c (xfont_list): If script is specified for a font, return
6561 null_vector.
6562 (xfont_list_family): Declare argument type.
6563
6564 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
6565 name, set LFACE_FONT (lface) to nil.
6566
6567 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
6568 return Qnil.
6569
73acf815 65702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6571
1f45f627 6572 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
aca7a3d2
MB
6573 (standard_args): Add "-enable-font-backend".
6574
73acf815 65752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6576
6577 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
6578 (struct xftdraw_list, xftdraw_list): Delete them.
6579 (register_xftdraw, check_xftdraw): Delete them.
6580 (xftfont_prepare_face): Don't call register_xftdraw.
6581 (xftfont_done_face): Don't call check_xftdraw.
6582 (xftfont_draw): Get backroudn color only when with_background is
6583 nonzero.
6584
6585 * xfont.c (xfont_encode_char): Fix calculation of char2b.
6586
73acf815 65872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6588
6589 These changes are for the new font handling codes.
6590
6591 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
6592 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
6593 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
6594 (FONTSRC, FONTOBJ): New variables.
6595 (obj): Add $(FONTOBJ).
6596 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
6597 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
6598 @LIBOTF_LIBS@.
6599 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
1f45f627 6600 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
aca7a3d2 6601
1f45f627 6602 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
aca7a3d2
MB
6603
6604 * character.h (Vscript_representative_chars): Extern it.
6605
6606 * character.c (Vscript_representative_chars): New variable.
6607 (syms_of_character): Declare it as a Lisp variable.
6608
6609 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
6610 enable_font_backend is nonzero, accept the composition method
6611 COMPOSITION_WITH_GLYPH_STRING.
6612
6613 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
6614 enumeration COMPOSITION_WITH_GLYPH_STRING.
6615
aca7a3d2
MB
6616 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
6617 members clip_x, clip_y, clip_width, and clip_height.
6618 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
6619
6620 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
6621 --enable-font-backend. Call syms_of_font.
6622
6623 * fns.c (assoc_no_quit): New function.
6624
6625 * fontset.h (FONT_INFO_FROM_FACE): New macro.
6626 (face_for_font, new_fontset_from_font)
6627 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
6628
6629 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
6630 (fontset_font, fontset_ascii, face_for_char)
6631 (make_fontset_for_ascii_face, Ffont_info)
6632 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
6633 is nonzero, use font-backend mechanism.
6634 (find_font_encoding): Make it non-static.
6635 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
6636 New functions.
6637
6638 * frame.h (struct frame): New members resx and resy.
6639 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
6640 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
6641
6642 * frame.c [USE_FONT_BACKEND]: Include "font.h".
1f45f627 6643 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
aca7a3d2
MB
6644
6645 * lisp.h (assoc_no_quit): Extern it.
6646
6647 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
6648 Through out the file, use FONT_INFO_FROM_FACE instead of
6649 FONT_INFO_FROM_ID, use get_per_char_metric instead of
6650 rif->per_char_metric.
6651 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
6652 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
6653 (get_glyph_face_and_encoding, fill_composite_glyph_string)
6654 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
6655 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
6656 nonzero, use font-backend mechanism.
6657 (get_per_char_metric): New function.
6658
6659 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
6660 (set_lface_from_font_name)
6661 (set_font_frame_param, free_realized_face)
6662 (prepare_face_for_display, clear_face_gcs)
6663 (Finternal_set_font_selection_order, realize_x_face)
6664 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
6665 font-backend mechanism.
1f45f627 6666 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
aca7a3d2
MB
6667 (load_face_font) [USE_FONT_BACKEND]: Abort.
6668 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
1f45f627 6669 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
aca7a3d2
MB
6670
6671 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
6672 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
6673 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
6674 nonzero, register all available font drivers. Call
6675 x_default_font_parameter for deciding a font.
6676 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
6677
6678 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
6679 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
6680 (x_set_glyph_string_clipping_exactly)
6681 (x_compute_glyph_string_overhangs)
6682 (x_draw_glyph_string_foreground)
6683 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
6684 (x_free_frame_resources) [USE_FONT_BACKEND]: If
6685 enable_font_backend is nonzero, use font-backend mechanism.
6686 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
6687
73acf815 66882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6689
fcb314b2 6690 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
aca7a3d2
MB
6691 system_eol_type.
6692 (syms_of_coding): Initialize system_eol_type.
6693
fcb314b2
GM
6694 * process.c (Fset_process_coding_system): Inherit system's eol
6695 format if necessary.
aca7a3d2 6696
73acf815 66972008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6698
6699 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
6700
73acf815 67012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6702
6703 * coding.c (decode_eol): Pay attention to buffer relocation in
6704 del_range_2.
6705 (decode_coding): Call decode_eol before restoring undo_list.
6706
73acf815 67072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6708
6709 * charset.c (Fdefine_charset_internal): Fix setting of
6710 emacs_mule_bytes.
6711
73acf815 67122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6713
6714 * keyboard.c (read_char): Check if C is a character or not before
6715 looking up Vkeyboard_translate_table.
6716
73acf815 67172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6718
6719 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
6720 condition to terminate the loop.
6721
73acf815 67222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6723
6724 * coding.c (produce_composition): Compare charbuf[i] instead of
6725 args[i] against 0.
6726 (Fterminal_coding_system): Use EQ to compare Lisp objects.
6727
73acf815 67282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6729
6730 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
6731 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
6732 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
6733 detect_coding.
6734 (emacs_mule_char): Handle old style (Emacs 20) component character
6735 of a composition.
4c4475a8
GM
6736 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
6737 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
6738 composition rule.
aca7a3d2
MB
6739 (decode_coding_emacs_mule): Handle invalid bytes correctly.
6740
73acf815 67412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6742
6743 * coding.c (encode_coding_ccl): Allocate destination dynamically
6744 when necessary.
6745
73acf815 67462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6747
6748 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
6749 the loop. When quitted, show a proper error message.
6750
73acf815 67512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6752
aca7a3d2
MB
6753 * xterm.c (x_set_glyph_string_clipping_exactly): Set
6754 src->clip_head and src->clip_tail temporarily instead of src->hl.
6755
6756 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
6757 character sequence.
6758 (Fccl_execute_on_string): Use ASET, not XSET.
6759
73acf815 67602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6761
1f45f627 6762 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
aca7a3d2 6763
73acf815 67642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6765
6766 * coding.c (decode_coding): Fix the condition of terminating the
6767 decoding loop.
6768
73acf815 67692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6770
6771 * data.c (Faset): On setting a character bigger than 255 in a
1f45f627 6772 unibyte string, signal an error instead of make the string multibyte.
aca7a3d2 6773
73acf815 67742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6775
6776 * charset.c (map_charset_chars): Fix for ascii-compatible charset
6777 made by a mapping table.
6778
73acf815 67792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6780
6781 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
6782 not.
6783 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
6784 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
6785
6786 * xterm.c (x_draw_composite_glyph_string_foreground): Check
6787 s->face is NULL or not.
6788
73acf815 67892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6790
6791 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
6792 (x_draw_glyph_string): Fix drawing of right_overhang and
6793 left_overhang around/on cursor.
6794
1f45f627 6795 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
aca7a3d2 6796
73acf815 67972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6798
6799 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
6800
73acf815 68012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6802
4c4475a8
GM
6803 * coding.c (Fdefine_coding_system_internal)
6804 (Fdefine_coding_system_alias): Avoid a duplicated element in
6805 Vcoding_system_alist.
aca7a3d2 6806
73acf815 68072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6808
6809 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
6810
fcb314b2 6811 * coding.c (Qcoding_system_define_form): New variable.
aca7a3d2
MB
6812 (syms_of_coding): Intern and staticpro it.
6813 (Fcoding_system_p): Check Qcoding_system_define_form.
1f45f627 6814 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
aca7a3d2
MB
6815
6816 * coding.h (CODING_SYSTEM_P): If ID is not available, call
6817 Fcoding_system_p.
6818 (CHECK_CODING_SYSTEM): If ID is not available, call
6819 Fcheck_coding_system.
4c4475a8
GM
6820 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
6821 Try also Fcheck_coding_system.
aca7a3d2 6822
73acf815 68232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6824
aca7a3d2
MB
6825 * coding.c (code_conversion_restore): GCPRO arg.
6826
73acf815 68272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6828
6829 * character.c (lisp_string_width): Check multibyteness of STRING.
6830
73acf815 68312008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6832
6833 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
6834 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
6835 (decode_mac_font_name): Use decode_coding_c_string instead of
6836 decode_coding.
6837 (x_load_font): Initialize fontp->fontset to -1. Set
6838 fontp->encoding_type.
6839
73acf815 68402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6841
6842 * search.c (search_buffer): Give up BM search on case-fold-search
6843 if one of a target character has a case-equivalence of different
6844 byte length even if that target charcter is an ASCII.
1f45f627
GM
6845 (simple_search): Fix calculation of byte length of matched text.
6846 (boyer_moore): Fix handling of case-equivalent multibyte characters.
aca7a3d2 6847
73acf815 68482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6849
6850 * coding.c (decode_coding): Fix handling of invalid bytes.
6851
73acf815 68522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6853
6854 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
6855 Unicode characters.
6856
73acf815 68572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6858
6859 * coding.c (encode_coding_object): If a pre-write-conversion
6860 function makes a new buffer, kill it.
6861
73acf815 68622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6863
6864 * coding.c (QCascii_compatible_p): New variable.
6865 (syms_of_coding): Initialize it.
4c4475a8
GM
6866 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
6867 calling string_char.
aca7a3d2
MB
6868 (record_conversion_result): Add `default:' case.
6869 (coding_charset_list): Delete unused variable `coding_type'.
6870 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
6871 property in the plist of the coding system.
6872 (Fcoding_system_put): Check QCascii_compatible_p.
6873
73acf815 68742008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6875
6876 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
6877 removed calculation of frame `f', as it's now used.
6878
73acf815 68792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6880
1f45f627 6881 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
aca7a3d2
MB
6882 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
6883 (UNIDATA): New variable.
6884 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
6885 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
6886 $(RUN_TEMACS) unconditionally.
6887
73acf815 68882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6889
1f45f627 6890 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
aca7a3d2
MB
6891 (admindir): New variable.
6892 ($(lispsource)international/charprop.el): New target.
6893
73acf815 68942008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 6895
1f45f627 6896 * character.c (chars-in-region): Remove obsolete function.
aca7a3d2
MB
6897 (syms_of_character): Remove its initialization.
6898
73acf815 68992008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
aca7a3d2
MB
6900
6901 * w32select.c (validate_coding_system)
6902 (setup_windows_coding_system): New functions.
6903 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
6904 setup_windows_coding_system.
6905 (setup_config, Fw32_get_clipboard_data): Use
6906 validate_coding_system.
6907 (Fx_selection_exists): Move call to setup_config to a place
1f45f627 6908 where signals are allowed.
aca7a3d2
MB
6909
6910 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
6911 (Fcheck_coding_system): Add declarations.
6912
73acf815 69132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6914
1f45f627 6915 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
aca7a3d2 6916
73acf815 69172008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6918
6919 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
6920 string as the second argument for x_new_fontset.
6921
73acf815 69222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6923
6924 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
6925 (encode_coding_object): Use safe_call instead of call2.
6926
73acf815 69272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6928
1f45f627 6929 * fontset.c (Fset_fontset_font): Check family element of a given vector.
aca7a3d2
MB
6930
6931 * Makefile.in (lisp): Include charprop.el.
6932
73acf815 69332008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6934
6935 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
6936 Not sure if it's unnecessary.
6937
73acf815 69382008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
6939
6940 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
6941 some possibly unnecessary fontset checking code that crashed
1f45f627 6942 when creating a new frame.
aca7a3d2 6943
73acf815 69442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6945
6946 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
6947 lookup_face.
6948
6949 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
6950
1f45f627 6951 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
aca7a3d2 6952
73acf815 69532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6954
73acf815 6955 * coding.c: Cancel the change done in HEAD on 2008-02-01.
aca7a3d2
MB
6956 (coding_charset_list): New function.
6957
6958 * coding.h (coding_charset_list): Extern it.
6959
73acf815 69602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6961
6962 * fontset.c (Fset_fontset_font): Call find_font_encoding with
6963 concatenation of family and registry.
6964
73acf815 69652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6966
6967 * character.h (BYTE8_STRING): Fix typo.
6968
6969 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
6970 string to multibyte (sync to HEAD).
6971
6972 * casefiddle.c (casify_region): Handle changes in byte-length
6973 using replace_range_2 (sync to HEAD).
6974
73acf815 69752008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6976
6977 * chartab.c (map_char_table): GCPRO table and arg.
6978
73acf815 69792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6980
6981 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
6982 already at limit.
6983
73acf815 69842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6985
6986 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
6987 instead of fast_c_string_match_ignore_case.
1f45f627 6988 (find_font_encoding): Change argument to Lisp_Object. Use
aca7a3d2 6989 fast_string_match_ignore_case instead of
1f45f627 6990 fast_c_string_match_ignore_case. Change caller.
aca7a3d2 6991
73acf815 69922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6993
6994 * xdisp.c (get_next_display_element): In unibyte case, decide to
6995 display in octal form by checking a chacter by
6996 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
6997
1f45f627 6998 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
aca7a3d2
MB
6999
7000 * character.c (unibyte_has_multibyte_table): New variable.
7001
7002 * character.h (unibyte_has_multibyte_table): Extern it.
7003 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
7004
73acf815 70052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7006
7007 * coding.c (encode_coding_iso_2022): Fix handling of charset
7008 annotation.
7009
73acf815 70102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7011
7012 * coding.c (setup_coding_system): If coding_system is nil, use
7013 Qundecided.
7014 (Fterminal_coding_system): Return nil if terminal coding system is
7015 `undecided'.
7016 (syms_of_coding): Define coding-system `undecided' here. Setup
7017 terminal_coding as `undecided'.
7018
73acf815 70192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7020
7021 * xdisp.c (message_dolog, set_message_1): Call
7022 unibyte_char_to_multibyte with arg type int.
7023
aca7a3d2
MB
7024 * lread.c (read1): Fix reading of a char-table.
7025
7026 * print.c (print_object): Include sub char-table in cicularities
7027 detection.
7028
73acf815 70292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7030
7031 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
1f45f627 7032 cons. Append the found sequences in car of ARGS instead of prepending.
aca7a3d2 7033
73acf815 70342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7035
7036 * fileio.c (report_file_error): Make a unibyte string from
7037 strerror (errorno).
7038 (Fsubstitute_in_file_name): Fix the arg to
7039 unibyte_char_to_multibyte. It is evaluated twice.
7040
73acf815 70412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7042
7043 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
7044
73acf815 70452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7046
7047 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
7048 BOM is not found.
4c4475a8
GM
7049 (detect_coding, detect_coding_system): Optimization for ISO-2022
7050 when no 8-bit data is found.
aca7a3d2 7051
73acf815 70522008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7053
7054 * w32fns.c (x_to_w32_font): Update to use new coding struct.
7055
73acf815 70562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7057
4c4475a8
GM
7058 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
7059 CHARS.
aca7a3d2 7060
73acf815 70612008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
7062
7063 * macterm.c (mac_encode_char): Add charset argument and update
7064 to use encoding_type.
2a2e8de7 7065 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
1f45f627
GM
7066 switch to pure fontset.
7067 (decode_mac_font_name): Temporarily remove decoding.
7068 (x_font_name_to_mac_font_name): Temporarily remove encoding.
7069 (x_load_font): Temporarily remove encoding.
aca7a3d2 7070
73acf815 70712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7072
7073 * xfaces.c (Fface_font): If frame is not on a window system,
7074 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
7075 refer to face->font.
7076 (split_font_name_into_vector, build_font_name_from_vector)
7077 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
7078 whne HAVE_WINDOW_SYSTEM is defined.
7079
73acf815 70802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7081
7082 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
7083 (x_produce_glyphs): Fix setting of members of cmp in case
1f45f627 7084 cmp->glyph_len is zero.
aca7a3d2 7085
1f45f627 7086 * fontset.c (Fset_fontset_font): Fix docstring.
aca7a3d2
MB
7087 (Ffontset_info): Make it backward compatible. New arg ALL.
7088
73acf815 70892008-02-01 Kim F. Storm <storm@cua.dk>
aca7a3d2
MB
7090
7091 * process.c (read_process_output): Grow decoding_buf when needed;
7092 this could cause a crash in allocate_string and compact_small_strings.
7093
73acf815 70942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7095
1f45f627 7096 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
aca7a3d2 7097
73acf815 70982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7099
7100 * coding.c (setup_coding_system): Set coding->common_flags
7101 correctly for raw-text.
7102 (consume_chars): On encoding unibyte text by raw-text, don't check
7103 multibyte form.
1f45f627 7104 (encode_coding): On encoding by raw-text, never use translation tables.
aca7a3d2
MB
7105
7106 * fileio.c (e_write): Short cut for the case of no encoding.
7107
73acf815 71082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7109
4c4475a8
GM
7110 * coding.c (detect_coding, detect_coding_system): Delete unused
7111 variables.
aca7a3d2 7112
73acf815 71132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7114
7115 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
7116 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
7117
73acf815 71182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7119
7120 * coding.c (Ffind_coding_systems_region_internal): Include
7121 raw-text and no-conversion in the result.
7122
73acf815 71232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7124
1f45f627 7125 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
aca7a3d2
MB
7126 (load_font_get_repertory): Delete unnecessary check of ENCODING of
7127 FONT_DEF.
7128 (font_def_arg, add_arg, from_arg, to_arg): New args.
1f45f627 7129 (set_fontset_font): Change argument.
aca7a3d2
MB
7130 (Fset_fontset_font): Fix for the case that TARGET is a script
7131 name and charset name.
7132 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
7133
73acf815 71342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7135
1f45f627
GM
7136 * fontset.c (fontset_font): Rename from fontset_face. Change return
7137 value.
4c4475a8
GM
7138 (face_suitable_for_char_p, face_for_char): Adjust for the change
7139 of fontset_font.
aca7a3d2
MB
7140 (make_fontset_for_ascii_face): Fix setting of the fontset element
7141 for ASCII.
7142 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
7143 to get a font name.
1f45f627 7144 (Ffontset_info): Adjust for the change of fontset_font.
aca7a3d2 7145
fcb314b2 7146 * coding.c (emacs_mule_char): Check invalid code more regidly.
aca7a3d2
MB
7147
7148 * character.h (LEADING_CODE_LATIN_1_MIN)
7149 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
7150
73acf815 71512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7152
fcb314b2 7153 * editfns.c (check_translation): New function.
aca7a3d2
MB
7154 (Ftranslate_region_internal): Handle M:N mapping.
7155
73acf815 71562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7157
7158 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
7159
73acf815 71602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7161
7162 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
7163 goto invalid_code.
7164 (decode_coding_iso_2022): Fix handling of invalid designation.
7165
7166 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
7167 after calling code_conversion_save.
7168
73acf815 71692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7170
7171 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
7172
7173 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
7174
7175 * fontset.c: Include "intervals.h".
7176 (fontset_face): Fix comparing of Lisp_Objects.
4c4475a8
GM
7177 (free_face_fontset, new_fontset_from_font_name): Fix
7178 Lisp_Object/int mixup.
aca7a3d2
MB
7179
7180 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
7181
7182 * coding.c: Add many prototypes for static functions.
7183 (get_translation_table): Allow max_lookup to be NULL.
2a2e8de7 7184 (decode_coding, Ffind_coding_systems_region_internal)
4c4475a8
GM
7185 (Funencodable_char_position, Fcheck_coding_systems_region): Call
7186 get_translation_table with max_lookup NULL.
aca7a3d2 7187
73acf815 71882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7189
7190 * coding.c (get_translation_table): Declare it as Lisp_Object.
7191 (LOOKUP_TRANSLATION_TABLE): New macro.
4c4475a8
GM
7192 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
7193 instead of CHAR_TABLE_REF.
aca7a3d2 7194
73acf815 71952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7196
1f45f627 7197 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
aca7a3d2
MB
7198 annotation data format.
7199 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1f45f627 7200 Change arguments FROM and TO to single argument NCHARS. Change caller.
4c4475a8 7201 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
aca7a3d2 7202 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4c4475a8
GM
7203 (decode_coding_ccl, decode_coding_charset): Pay attention to
7204 coding->charbuf_used.
aca7a3d2
MB
7205 (get_translation): New function.
7206 (produce_chars): New arguments translation_table and last_block.
7207 Translate characters here. Return number of carryover chars.
1f45f627
GM
7208 Change caller.
7209 (produce_composition): New argument pos. Change caller.
7210 Adjust for the change of annotation data format.
aca7a3d2
MB
7211 (produce_charset, produce_annotation): Likewise.
7212 (decode_coding, encode_coding): Don't call translate_chars.
1f45f627
GM
7213 (consume_chars): New arg translation_table. Change caller.
7214 (translate_chars): Delete.
7215 (syms_of_coding): Make translation-table's number of extra slots 2.
aca7a3d2 7216
73acf815 72172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7218
7219 * search.c (simple_search): Fix setting this_pos_byte in backward
7220 search.
7221
7222 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
7223 byte sequence.
7224 (detect_coding_ccl): Fix setting of the variable valids.
7225
73acf815 72262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7227
7228 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
7229
7230 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
7231
1f45f627 7232 * editfns.c (Ftranslate_region_internal): Rename from
aca7a3d2
MB
7233 Ftranslate_region. Accept a char-table in TABLE.
7234 (syms_of_editfns): Defsubr Stranslate_region_internal.
7235
7236 * xfaces.c (set_lface_from_font_name): If a font is specified for
7237 a frame, generate a fontset from the font.
7238 (build_scalable_font_name): If the scalable font is requested for
7239 a specific size, don't change that size.
7240 (try_font_list): Try a scalable font also in the case that a
1f45f627 7241 pattern string is specified.
aca7a3d2 7242
73acf815 72432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7244
7245 * xfaces.c (Fface_font): New optional arg CHARACTER.
7246
73acf815 72472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7248
7249 * charset.h (CHARSET_OFFSET): New macro.
7250
73acf815 72512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7252
7253 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
7254
7255 * fontset.c (fontset_face): Handle the case that repertory is a
7256 char-table.
7257 (find_font_encoding): Return nil for unknown encoding.
7258 (Fset_fontset_font): Ignore a font of unknown encoding.
7259
73acf815 72602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7261
1f45f627 7262 * keymap.c (describe_vector): Handle default value of a char table.
aca7a3d2
MB
7263
7264 * fontset.c (fontset_face): Handle fallback fonts correctly.
7265 (Ffontset_info): Return infomation about fallback fonts.
7266
73acf815 72672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7268
7269 * fontset.c (FONTSET_DEFAULT): New macro.
4c4475a8 7270 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
aca7a3d2
MB
7271 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
7272 the case that it is nil.
7273 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1f45f627 7274 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
aca7a3d2
MB
7275
7276 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
7277 subset or superset.
7278
73acf815 72792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7280
7281 * emacs.c (main): Call init_charset after syms_of_XXX.
7282
1f45f627 7283 * charset.c (Vcharset_map_directory): Delete.
1f204af3 7284 (Vcharset_map_path): New variable.
aca7a3d2
MB
7285 (load_charset_map_from_file): Use Vcharset_map_path instead.
7286 (init_charset): Initialize Vcharset_map_path.
7287 (syms_of_charset): Delete declaration of "charset-map-directory",
7288 add declaration of "charset-map-path".
7289
73acf815 72902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7291
4c4475a8
GM
7292 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
7293 ASCII only string.
aca7a3d2
MB
7294
7295 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
7296
7297 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
6f69e89b 7298 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
aca7a3d2 7299
73acf815 73002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7301
7302 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
7303
7304 * coding.c (QCmnemonic, QCdefalut_char)
7305 (QCdecode_translation_table, QCencode_translation_table)
7306 (QCpost_read_conversion, QCpre_write_conversion): New variables.
7307 (get_translation_table): Return a list of translation tables if
7308 necessary.
7309 (decode_coding): Call get_translation_table with ENCODEP 0.
7310 (char_encodable_p): If translation_table is non-nil, always call
7311 translate_char.
7312 (Fdefine_coding_system_internal): Accept list of translation
7313 tables as :encode-translation-table and :decode-translation-table.
7314 (Fcoding_system_put): New function.
7315 (syms_of_coding): Declare new symbols. Defsubr
7316 Scoding_system_put.
4c4475a8
GM
7317 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
7318 typically JISX0212.
aca7a3d2
MB
7319
7320 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
7321 when the charset is superset type.
7322
7323 * character.c (translate_char): Accept list of translation tables.
7324
73acf815 73252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7326
1f45f627 7327 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
aca7a3d2
MB
7328 (CODING_ATTR_TRANS_TBL): New macro.
7329
7330 * coding.c (get_translation_table): New function.
7331 (translate_chars): Fix the bug of skipping annotation data.
4c4475a8
GM
7332 (decode_coding, encode_coding): Utilize get_translation_table.
7333 (char_encodable_p, Funencodable_char_position): Translate char if
7334 necessary.
7335 (Ffind_coding_systems_region_internal)
7336 (Fcheck_coding_systems_region): Setup translation table for encode
7337 in a coding system attribute vector in advance.
aca7a3d2
MB
7338 (Fdefine_coding_system_internal): Allow a symbol as translation
7339 table. For shift-jis type coding system, allow 4th charset.
7340
73acf815 73412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7342
7343 * coding.c (decode_coding_sjis): Check the first byte rigidly.
7344
7345 * xdisp.c (get_next_display_element): Pass -1 as POS to
7346 FACE_FOR_CHAR if displaying a C-string.
7347
73acf815 73482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7349
7350 * composite.c (get_composition_id): Handle xoff and yoff in a
7351 composition rule.
7352
7353 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
7354 (struct composition): New member lbearing and rbearing.
7355
7356 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
7357 (x_get_glyph_overhangs): Handle a composition glyph.
1f45f627 7358 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
aca7a3d2
MB
7359
7360 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
7361 composition glyph.
7362
73acf815 73632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7364
7365 * print.c: Include charset.h.
7366 (Vprint_charset_text_property): New variable.
7367 (Qdefault): Extern it.
7368 (PRINT_STRING_NON_CHARSET_FOUND)
7369 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
7370 (print_check_string_result): New variable.
7371 (print_check_string_charset_prop): New function.
7372 (print_prune_charset_plist): New variable.
7373 (print_prune_string_charset): New function.
7374 (print_object): Call print_prune_string_charset if
7375 Vprint_charset_text_property is not t.
7376 (print_interval): Print nothing if itnerval->plist is nil.
7377 (syms_of_print): Declare Vprint_charset_text_property as a lisp
7378 variable. Init and staticpro print_prune_charset_plist.
7379
73acf815 73802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7381
7382 * fontset.c (new_fontset_from_font_name): Use the specified font
7383 for all characters in the new fontset.
7384
7385 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
7386 OBJECT args.
7387
7388 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
7389 OBJECT args for composition too.
7390
7391 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
7392 OBJECT args.
7393
73acf815 73942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7395
7396 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
7397
1f45f627 7398 * fontset.c (reorder_font_vector): Adjust for the change of
aca7a3d2 7399 FONT_DEF format.
1f45f627 7400 (fontset_face): New arg id. Change caller.
aca7a3d2 7401 (face_for_char): New args pos and object.
1f204af3 7402 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
aca7a3d2
MB
7403 (fs_query_fontset): Check NAME by Fassoc too.
7404 (Fset_fontset_font): Allow non-XLFD font name.
1f45f627 7405 (Ffontset_info): Adjust for the change of FONT_DEF format.
aca7a3d2 7406
1f45f627 7407 * fontset.h (face_for_char): Adjust prototype.
aca7a3d2 7408
4c4475a8
GM
7409 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
7410 (append_space, extend_face_to_end_of_line)
7411 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
7412 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
aca7a3d2
MB
7413
7414 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
7415 POS and OBJECT args.
7416
7417 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
7418 POS and OBJECT args.
7419
73acf815 74202008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7421
7422 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
7423 of GlobalAlloc'ed memory.
7424
73acf815 74252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7426
7427 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
7428
7429 * charset.h (charset_table_used): Delete extern.
7430
7431 * charset.c (charset_table_used): Make it static.
7432 (map_charset_chars): Fix args to c_function with.
7433
7434 * chartab.c (map_sub_char_table_for_charset): Fix args to
7435 c_function with.
7436
7437 * coding.h (enum coding_result_code): Delete
7438 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
7439
7440 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1f45f627 7441 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
aca7a3d2
MB
7442 (Vlast_code_conversion_error): New variables.
7443 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
7444 (ONE_MORE_BYTE): Record error if any instead of signaling an
7445 error. If non-ASCII multibyte char is found, return the negative
7446 value of the code. All callers changed to check it.
7447 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1f45f627
GM
7448 (record_conversion_result): New function. Change all codes setting
7449 coding->result to call this function.
4c4475a8
GM
7450 (detect_coding_utf_8, decode_coding_utf_8)
7451 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
7452 Don't use the local variable incomplete.
aca7a3d2 7453 (emacs_mule_char): Change the second arg to `const'.
aca7a3d2
MB
7454 (decode_coding): Fix of flushing out unprocessed data.
7455 (make_conversion_work_buffer): Fix making of a work buffer.
2a2e8de7 7456 (decode_coding_object): Return coding->dst_object.
aca7a3d2
MB
7457
7458 * fontset.c (set_fontset_font): Fix args.
7459
7460 * lisp.h (CHARACTERBITS): Define as 22.
7461
7462 * process.c (send_process): Be sure to set coding->src_multibyte.
7463
7464 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
7465
73acf815 74662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7467
7468 * xdisp.c (handle_auto_composed_prop): Give limit to
7469 Fnext_single_char_property_change.
7470
73acf815 74712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7472
424c157f 7473 * composite.c (syms_of_composite): Don't make the composition hash
1f45f627 7474 table weak.
aca7a3d2
MB
7475
7476 * fontset.c (Fset_fontset_font): Fix docstring.
7477
7478 * lisp.h (detect_coding_system): Adjust prototype.
7479
7480 * fileio.c (kill_workbuf_unwind): Delete this function.
7481 (Finsert_file_contents): Adjust the call of detect_coding_system.
7482 Get conversion_buffer by code_conversion_save. Use the macor
7483 CODING_MAY_REQUIRE_DECODING. After decoding, update
7484 coding_system.
7485
7486 * coding.h (make_conversion_work_buffer): Delete extern.
7487 (code_conversion_save): Extern it.
7488
7489 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1f45f627 7490 (CODING_GET_INFO): Delete argument eol_type. Change callers.
aca7a3d2
MB
7491 (decode_coding_utf_8): Don't do eol converion.
7492 (detect_coding_utf_16): Check coding->src_chars, not
1f45f627 7493 coding->src_bytes. Add heuristics for those that have no signature.
4c4475a8
GM
7494 (decode_coding_emacs_mule, decode_coding_iso_2022)
7495 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
7496 Don't do eol converion.
aca7a3d2
MB
7497 (adjust_coding_eol_type): Return a new coding system.
7498 (detect_coding): Don't detect eol. Fix for utf-16 detection.
7499 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
7500 each change.
7501 (decode_coding): Pay attention to undo_list. Do eol convesion for
7502 all types of coding-systems (if necessary).
7503 (Vcode_conversion_work_buf_list): Delete it.
1f45f627 7504 (Vcode_conversion_reused_workbuf): Rename from
aca7a3d2
MB
7505 Vcode_conversion_reused_work_buf.
7506 (Vcode_conversion_workbuf_name): New variable.
7507 (reused_workbuf_in_use): New variable.
7508 (make_conversion_work_buffer): Delete the arg DEPTH.
4c4475a8 7509 (code_conversion_restore): Change argument to cons.
1f45f627
GM
7510 (code_conversion_save): Delete the argument BUFFER. Change callers.
7511 (detect_coding_system): New argument src_chars. Change callers.
aca7a3d2
MB
7512 Fix for utf-16 detection.
7513 (init_coding_once): Don't use ISO_carriage_return.
1f45f627 7514 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
aca7a3d2
MB
7515 reused_workbuf_in_use.
7516
73acf815 75172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7518
7519 * keymap.c (store_in_keymap): Pay attention to the case that idx
7520 is a cons specifying a character range.
7521
73acf815 75222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7523
7524 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
7525 HANDLED_RECOMPUTE_PROPS.
7526
7527 * coding.c (Fdefine_coding_system_internal): Fix checking of
7528 ascii compatibility.
7529
73acf815 75302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7531
1f45f627 7532 * charset.c (find_charsets_in_text): Delete unused locale variable.
aca7a3d2
MB
7533 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
7534
7535 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
7536 Resync charset_list to Vemacs_mule_charset_list.
7537
7538 * keymap.c (store_in_keymap): Pay attention to the case that idx
7539 is a cons specifying a character range.
7540
73acf815 75412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7542
7543 * composite.c (update_compositions): Bind inhibit-read-only, etc
7544 to t before calling remove-list-of-text-properties.
7545
7546 * print.c (print_object): Always print ASCII chars as is.
7547
73acf815 75482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7549
1f45f627 7550 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
aca7a3d2 7551
4c4475a8
GM
7552 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
7553 is a char table.
aca7a3d2 7554
73acf815 75552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7556
1f45f627 7557 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
aca7a3d2 7558
73acf815 75592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7560
7561 * xfaces.c (set_lface_from_font_name): Fix for the case that
7562 FONTNAME is not fontset name.
7563
73acf815 75642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7565
7566 * fns.c (base64_encode_1): Fix previous change.
7567
73acf815 75682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7569
7570 * fontset.c (set_fontset_font): New function.
7571 (Fset_fontset_font): If a font is specified for a charset, use
7572 map_charset_chars to store the font spec in a fontset.
7573
73acf815 75742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7575
1f204af3 7576 * fontset.c (fontset_face): Create a fallback fontset on demand.
aca7a3d2
MB
7577 (make_fontset): Don't create a fallback fontset here.
7578 (free_face_fontset): Free a fallback fontset (if any) too.
7579 (n_auto_fontsets): Delete this variable.
7580 (auto_fontset_alist): New variable.
7581 (new_fontset_from_font_name): Check auto_fontset_alist.
7582 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
7583 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
7584 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
7585 Defsubr Sfontset_list_all.
7586
73acf815 75872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7588
7589 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
7590
73acf815 75912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7592
7593 * fontset.c (Fnew_fontset): Check NAME more rigidly.
7594
73acf815 75952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7596
7597 * editfns.c (Fgoto_char): Fix docstring.
7598
73acf815 75992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7600
7601 * insdel.c (insert_from_gap): Adjust intervals correctly.
7602
73acf815 76032008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7604
7605 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
7606 (pfnGetFontUnicodeRanges): New dynamically loaded function.
7607 (w32_initialize): Try to load it.
7608 (x_get_font_repertory): Use it if available.
7609 (w32_encode_char): Add shortcut for unicode output.
7610
7611 * w32fns.c (w32_load_system_font): Default charset to -1.
7612 (x_to_w32_charset): Match all fonts for unicode.
1f45f627 7613 (w32_to_x_charset): New parameter matching. Don't return partial
aca7a3d2
MB
7614 or wildcard charsets.
7615 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
7616 (w32_codepage_for_font): Return CP_UNICODE for unicode.
7617 (w32_to_x_font): Match charset to real charset.
7618 (enum_font_cb2): Always list unicode versions.
7619
7620 * makefile.w32-in (temacs): Increase EMHEAP.
7621
73acf815 76222008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7623
7624 * w32term.c (w32_encode_char): New charset parameter.
7625 font_info.encoding becomes encoding_type.
1f45f627 7626 (x_get_font_repertory): New function. Warning: stub only!
aca7a3d2
MB
7627 (x_new_font): Return quickly if font already set.
7628 (x_new_fontset): fontsetname parameter is Lisp_Object.
2a2e8de7
JB
7629 Use new fs_query_fontset. Try new_fontset_from_font_name.
7630 Use fontset_name for return value.
aca7a3d2
MB
7631
7632 * w32term.h: Declare x_get_font_repertory.
7633
7634 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1f45f627 7635 place of find_charset_in_text. Use encode_coding_object in place
aca7a3d2
MB
7636 of encode_coding.
7637 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
7638 decode_coding.
7639
7640 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
7641 of x_new_fontset.
7642 (w32_load_system_font): Initialize charset as unicode.
7643 font_info.encoding becomes encoding_type.
1f45f627
GM
7644 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
7645 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
aca7a3d2
MB
7646 (syms_of_w32fns): Set get_font_repertory_func.
7647
1f45f627 7648 * w32console.c: Include character.h. Use terminal_encode_buffer
aca7a3d2 7649 from term.c.
1f45f627 7650 (write_glyphs): Use new version of encode_terminal_code. Use
aca7a3d2
MB
7651 encode_coding_object in place of encode_coding.
7652
7653 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
7654 encoding becomes encoding_type.
7655
7656 * term.c (terminal_encode_buffer): Make externally visible.
7657
7658 * makefile.w32-in: Add character.h dependancies.
7659 (character.o, chartab.o): New targets.
7660
73acf815 76612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7662
7663 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1f45f627 7664 CODING_ID_EOL_TYPE.
aca7a3d2 7665
73acf815 76662008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
7667
7668 * coding.c (produce_chars): Revert last change.
7669
73acf815 76702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7671
7672 * charset.h (charset_unicode): Extern it.
7673
7674 * charset.c (string_xstring_p): Check by (C >= 0x100).
1f45f627 7675 (find_charsets_in_text): Change format of the arc CHARSETS. New
aca7a3d2 7676 arg MULTIBYTE.
1f45f627 7677 (Ffind_charset_region, Ffind_charset_string): Adjust for the
aca7a3d2
MB
7678 change of find_charsets_in_text.
7679 (Fsplit_char): Fix doc. Never return unknown.
7680
7681 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
7682
7683 * coding.c (Fdefine_coding_system_alias): Update
7684 Vcoding_system_list.
7685
7686 * fontset.c (load_font_get_repertory): Pay attention to the case
7687 that ENCODING of a font is specified by a char-table.
7688
7689 * xterm.c (x_get_font_repertory): Handle the case that the
7690 encoding of font is other than Unicode.
7691
73acf815 76922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7693
7694 * term.c (encode_terminal_code): Don't handle glyph-table. Check
7695 if a character is encodable by the terminal coding system. If
7696 not, produces proper number of `?'s. Update
7697 terminal_encode_buffer and terminal_encode_buf_size if necessary.
7698 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
7699
73acf815 77002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7701
7702 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
7703 variables.
1f45f627 7704 (encode_terminal_code): Change argument. Encode multiple
aca7a3d2
MB
7705 characters at once. Store the result of encoding in
7706 terminal_encode_buffer.
4c4475a8
GM
7707 (write_glyphs, insert_glyphs): Adjust for the change of
7708 encode_terminal_code.
aca7a3d2
MB
7709 (term_init): Initialize terminal_encode_buffer and
7710 terminal_encode_buf_size.
7711
7712 * coding.c (consume_chars): If coding->src_object is nil, don't
7713 check annotation.
7714
73acf815 77152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7716
7717 * character.c (char_string): Use ASCII_CHAR_P instead of
7718 SINGLE_BYTE_CHAR_P.
7719
73acf815 77202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7721
7722 * xdisp.c (handle_auto_composed_prop): Check if the last
7723 characters of auto-composed region is newly composed with the
7724 following characters.
7725 (handle_composition_prop): Fix checking of point being inside
7726 composition.
7727
73acf815 77282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7729
7730 * fns.c (concat): Don't change multibyteness of the result by
7731 concatenating an 8-bit character.
7732
7733 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
7734 multibyteness of the result when newelt is an 8-bit character.
7735
73acf815 77362008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7737
7738 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
7739 EMACS_INT.
7740
7741 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
7742
7743 * xfaces.c (face_numeric_value): Declare dim size_t.
7744 (Finternal_lisp_face_equal_p): Remove unused f.
7745
7746 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
7747 (MATRIX_ROW): Remove unused vars.
7748 (draw_glyphs, x_insert_glyphs, fast_find_position)
7749 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
7750 byte/char counts.
7751
7752 * regex.c (regex_compile): Remove unused var.
7753
7754 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
7755
7756 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
7757 (Faccessible_keymaps, where_is_internal): Remove unused vars.
7758
7759 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
7760
7761 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
7762
7763 * fileio.c (Fwrite_region): Remove unused var.
7764
7765 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
7766 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
7767
7768 * composite.c (Fremove_list_of_text_properties): Declare.
7769
1f45f627
GM
7770 * coding.c (inhibit_pre_post_conversion): Remove (unused).
7771 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
aca7a3d2
MB
7772 (coding_inherit_eol_type): Remove unused attrs.
7773 (detect_coding): Cast arg of detect_eol.
7774
7775 * charset.c (syms_of_charset): Remove unused var p.
7776 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
7777 byte/char counts.
7778
7779 * casetab.c (set_case_table): Remove unused var.
7780
7781 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
1f45f627 7782 unused vars.
aca7a3d2 7783
73acf815 77842008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7785
7786 * xterm.c (x_bitmap_mask): Declare.
7787
73acf815 77882008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7789
7790 * xterm.c (x_term_init): Fix type error.
7791
7792 * lisp.h: Add Funibyte_char_to_multibyte.
7793
7794 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
7795 (Fset_coding_system_priority): Doc fix.
7796
aca7a3d2
MB
7797 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
7798
7799 * indent.c (check_composition): Make start and end EMACS_INT.
7800
7801 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
7802
7803 * xdisp.c (handle_composition_prop, check_point_in_composition):
7804 Make buffer positions EMACS_INT.
7805
7806 * composite.c (find_composition, run_composition_function)
7807 (update_compositions, Ffind_composition_internal): Make buffer
7808 positions EMACS_INT.
7809
7810 * composite.h (find_composition, update_compositions): Make
7811 position args EMACS_INT.
7812
1f45f627 7813 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
aca7a3d2
MB
7814
7815 * intervals.c (get_property_and_range):
7816 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
7817
7818 * unexalpha.c: Don't include varargs.h.
7819
73acf815 78202008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7821
7822 * coding.h (ENCODE_UTF_8): New.
7823
7824 * Makefile.in (gtkutil.o): Depend on coding.h.
7825
7826 * coding.c (Fset_coding_system_priority): Doc fix.
7827
73acf815 78282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7829
7830 * fileio.c (Finsert_file_contents): Call setup_coding_system in
7831 the case of auto saving.
7832
73acf815 78332008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 7834
4c4475a8
GM
7835 * chartab.c (map_char_table, map_char_table_for_charset): Protect
7836 `range' from GC.
aca7a3d2 7837
73acf815 78382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7839
7840 * coding.c (decode_coding_sjis): Check bytes more rigidly.
7841
73acf815 78422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7843
1f45f627 7844 * fileio.c (choose_write_coding_system): Return a decided coding system.
aca7a3d2
MB
7845 (Fwrite_region): Set Vlast_coding_system_used to the return value
7846 of choose_write_coding_system.
7847
73acf815 78482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7849
7850 * charset.c (Fset_charset_priority): Pay attention to duplicated
7851 arguments.
7852
7853 * coding.c (QCcategory): New variable.
7854 (syms_of_coding): Defsym it. Set all elements of
7855 Vcoding_category_table and their symbol values.
7856 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
7857 coding-category-XXX, and coding-category-list.
7858 (Fdefine_coding_system_internal): Add category in the plist.
7859
73acf815 78602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7861
7862 * callproc.c (Fcall_process): Handle carryover correctly.
7863
1f45f627 7864 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
aca7a3d2
MB
7865 (raw_text_coding_system): Check NILP (coding_system).
7866 (coding_inherit_eol_type): Check NILP (coding_system) and
7867 NILP (parent).
7868 (consume_chars): Fix for the case of raw-text.
7869
7870 * process.c (read_process_output): Handle carryover correctly.
7871
73acf815 78722008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7873
7874 * regex.c (re_search_2): Fix last change.
7875
73acf815 78762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7877
7878 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
7879 target_multibyte. Even in a unibyte case, return a converted
7880 multibyte char.
7881 (GET_CHAR_AFTER): New macro.
7882 (PATFETCH): Translate via multibyte char.
7883 (HANDLE_UNIBYTE_RANGE): Delete this macro.
7884 (SETUP_MULTIBYTE_RANGE): New macro.
7885 (regex_compile): Setup compiled code so that its multibyteness
7886 matches that of a target. Fix the handling of "[X-YZ]" using
7887 SETUP_MULTIBYTE_RANGE.
7888 (analyse_first) <charset>: For filling fastmap for all multibyte
7889 characters, don't check by BASE_LEADING_CODE_P.
7890 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
7891 the same as RE_MULTIBYTE_P (bufp) now.
1f45f627 7892 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
aca7a3d2
MB
7893 (TARGET_CHAR_AND_LENGTH): Delete this macro.
7894 (TRANSLATE_VIA_MULTIBYTE): New macro.
7895 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
7896 It is the same as RE_MULTIBYTE_P (bufp) now.
7897 <exactn>: Translate via multibyte.
7898 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
7899 translate it.
7900 <charset, charset_not>: Fetch a character by
7901 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
7902 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
7903 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
7904 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
7905 by GET_CHAR_AFTER.
c5ad7a3d 7906 (bcmp_translate): Likewise.
aca7a3d2
MB
7907
7908 * search.c (compile_pattern): Check the member target_multibyte,
7909 not the member multibyte of buf.
7910
7911 * lread.c (read1): While reading a string, set force_singlebyte
7912 and force_multibyte correctly.
7913
4c4475a8
GM
7914 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
7915 up of unibyte_to_multibyte_table.
aca7a3d2 7916
73acf815 79172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7918
7919 * coding.c (setup_coding_system): If coding has
7920 post-read-conversion or pre-write-conversion, set
7921 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
7922 respectively.
7923 (decode_coding_gap): Run post-read-conversion if any.
7924
7925 * fileio.c (Finsert_file_contents): Even if we read into a
7926 unibyte buffer, check if we must decode the result or not.
7927
73acf815 79282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7929
7930 * coding.c (make_conversion_work_buffer): Change the work buffer
7931 name to the same one as that of Emacs 21.
7932
73acf815 79332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7934
1f45f627 7935 * coding.h (make_conversion_work_buffer): Adjust prototype.
aca7a3d2
MB
7936 (code_conversion_restore): Don't extern it.
7937
7938 * coding.c (detected_mask): Delete unused variable.
7939 (decode_coding_iso_2022): Pay attention to the byte sequence of
7940 CTEXT extended segment, and retain those bytes as is.
7941 (decode_coding_ccl): Delete unused variable `valids'.
7942 (setup_coding_system): Delete unused variable `category'.
7943 (consume_chars): Delete unused variable `category'. Make it work
7944 for non-multibyte case.
1f45f627 7945 (make_conversion_work_buffer): Change argument.
aca7a3d2
MB
7946 (saved_coding): Delete unused variable.
7947 (code_conversion_restore): Don't check saved_coding->destination.
7948 (code_conversion_save): New function.
7949 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
7950 instead of record_unwind_protect.
1f45f627 7951 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
aca7a3d2 7952 (detect_coding_system): Delete unused variable `mask'.
1f45f627 7953 (Fdefine_coding_system_internal): Delete unused vaiable id.
aca7a3d2
MB
7954
7955 * fileio.c (kill_workbuf_unwind): New function.
7956 (Finsert_file_contents): On replacing, call
7957 make_conversion_work_buffer with correct args, and call
7958 record_unwind_protect with the first arg kill_workbuf_unwind.
7959
7960 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
7961
73acf815 79622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7963
1f45f627 7964 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
aca7a3d2
MB
7965 (fontset_add): Fix for the case that TO is less than TO1.
7966 (Ffontset_info): Don't use fallback fontset on checking the
7967 default fontset.
7968 (dump_fontset): New function for debugging.
7969
7970 * coding.c (Fdefine_coding_system_internal): Fix for the case that
7971 coding_type is Qcharset.
7972
73acf815 79732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7974
7975 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
7976 (map_char_table): Don't inherit the value from the parent on
1f45f627 7977 initializing VAL. Adjust for the above change.
aca7a3d2 7978
73acf815 79792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7980
7981 * coding.c (Qsignature, Qendian): Delete these variables.
7982 (syms_of_coding): Don't initialize them.
7983 (CATEGORY_MASK_UTF_16_AUTO): New macro.
7984 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
7985 detect_info->found.
7986 (decode_coding_utf_16): Don't detect BOM here.
7987 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
7988 is NOT utf_16_without_bom.
7989 (setup_coding_system): For a coding system of type utf-16, check
7990 if the attribute :endian is Qbig or not (not nil or not), and set
7991 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
7992 (detect_coding): If coding type is utf-16 and BOM detection is
7993 required, detect it.
7994 (Fdefine_coding_system_internal): For a coding system of type
1f45f627 7995 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
aca7a3d2 7996
73acf815 79972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7998
7999 * coding.c (coding_set_source): Fix for the case that the current
8000 buffer is different from coding->src_object.
8001 (decode_coding_object): Don't use the conversion work buffer if
8002 DST_OBJECT is a buffer.
8003
73acf815 80042008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8005
8006 * lread.c (read_emacs_mule_char) [len==2]: Index
8007 emacs_mule_charset correctly.
8008
73acf815 80092008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8010
8011 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
8012 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1f45f627 8013 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
aca7a3d2
MB
8014 treated specially.)
8015 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
8016 (detected_mask): Remove Big5 bits.
8017
73acf815 80182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8019
8020 The following changes are to make the font rescaling facility
8021 compatible with Emacs 21.
8022
1f45f627 8023 * xfaces.c (Vface_font_rescale_alist): Rename from
aca7a3d2
MB
8024 Vface_resizing_fonts.
8025 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1f45f627 8026 (font_rescale_ratio): Rename from font_resizing_ratio.
aca7a3d2
MB
8027 (split_font_name): Set font->rescale_ratio.
8028 (better_font_p): Pay attention to font->rescale_ratio.
8029 (build_scalable_font_name): Likewise. Change RESX, and RESY
8030 fields.
1f45f627 8031 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
aca7a3d2 8032
73acf815 80332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8034
8035 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
8036 (Qutf_16_le): Remove these variables.
8037 (syms_of_coding): Don't DEFSYM them.
8038 (decode_coding_utf_16): Fix handling of BOM.
8039 (encode_coding_utf_16): Fix handling of BOM.
8040
73acf815 80412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8042
8043 * fileio.c (Finsert_file_contents): On replacing, before decoding
1f45f627 8044 the file into the work buffer, set point of the work buffer to the end.
aca7a3d2 8045
73acf815 80462008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8047
8048 * coding.c (Fcheck_coding_systems_region): Fix type errors.
8049
73acf815 80502008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8051
8052 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
8053 and fix C types.
8054
73acf815 80552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8056
8057 * xdisp.c (SKIP_GLYPHS): New macro.
8058 (set_cursor_from_row): Pay attention to string display properties.
8059
8060 * category.c (copy_category_entry): Fix for the case that RANGE
8061 is an integer.
8062
8063 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
8064
1f45f627 8065 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
aca7a3d2 8066
73acf815 80672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8068
8069 * charset.c (Fcharset_id_internal): New function.
8070 (syms_of_charset): Defsubr it.
8071
8072 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
8073 with the last arg charset_list acquired from coding.
8074 (Fdefine_coding_system_internal): For ccl-based coding system, fix
8075 the attribute coding_attr_ccl_valids.
8076
8077 * coding.h (enum define_coding_ccl_arg_index): Set the first
8078 member coding_arg_ccl_decoder to coding_arg_max.
8079
1f45f627 8080 * ccl.h (ccl_driver): Adjust prototype.
aca7a3d2
MB
8081
8082 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
8083 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
8084 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4c4475a8
GM
8085 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
8086 last arg Qnil.
aca7a3d2 8087
73acf815 80882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8089
8090 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
8091 call encode_char.
8092
1f45f627 8093 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
aca7a3d2 8094
73acf815 80952008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8096
1f45f627 8097 * composite.c (syms_of_composite): Make composition_hash_table weak.
aca7a3d2 8098
73acf815 80992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8100
8101 * dispextern.h (check_face_attributes, generate_ascii_font_name)
8102 (font_name_registry): Don't extern them.
1f45f627 8103 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
aca7a3d2
MB
8104
8105 * fontset.h (Qfontset): Don't extern it.
8106 (new_fontset_from_font_name): Extern it.
8107
8108 * fontset.c: Give 8 extra slots to fontset objects.
8109 (Qfontset_info): New variable.
8110 (syms_of_fontset): Defsym it.
8111 (FONTSET_FALLBACK): New macro.
8112 (fontset_face): Try also the default fontset.
1f45f627
GM
8113 (make_fontset): Realize a fallback fontset from the default fontset.
8114 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
aca7a3d2
MB
8115 using split_font_name_into_vector and build_font_name_from_vector.
8116 (Fset_fontset_font): Access the elements of font_spec by enum
8117 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
8118 name by using split_font_name_into_vector.
8119 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
8120 generate a proper font name from the fontset name. Update
8121 Vfontset_alias_alist.
8122 (n_auto_fontsets): New variable.
8123 (new_fontset_from_font_name): New function.
8124 (Ffont_info): Store the information about fonts generated from the
1f45f627 8125 default fontset in the first extra slot of the returned char-table.
aca7a3d2 8126
1f45f627
GM
8127 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
8128 (font_name_registry): Delete function.
aca7a3d2
MB
8129 (split_font_name_into_vector): New function.
8130 (build_font_name_from_vector): New function.
1f45f627 8131 (font_list): The argument REGISTRY is now a list of registry names.
aca7a3d2
MB
8132 (choose_face_font): If we are choosing an ASCII font, and ATTRS
8133 specifies an explicit font name, return the name as is. Make a
8134 list of registy names.
8135
1f45f627 8136 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
aca7a3d2
MB
8137 of x_new_fontset.
8138 (Fx_create_frame): Don't call x_new_fontset here. Just use
8139 x_list_fonts to check the existence of fonts.
8140
1f45f627 8141 * xterm.h (x_new_fontset): Adjust prototype.
aca7a3d2
MB
8142
8143 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
8144 string. Use new_fontset_from_font_name to create a fontset from a
8145 font name.
8146
1c8658b9
GM
81472008-02-01 Kenichi Handa <handa@m17n.org>
8148
8149 * syntax.c (Vfind_word_boundary_function_table): New name for
8150 Vnext_word_boundary_function_table.
8151 (find-word-boundary-function-table): New name for
8152 next-word-boundary-function-table.
8153
73acf815 81542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8155
8156 * Makefile.in: Fix some dependencies.
8157
8158 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
8159 set it to nil before returning.
8160
8161 * composite.c (update_compositions): Fix type error.
8162
8163 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
8164
73acf815 81652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8166
8167 * xterm.c (x_new_font): Optimize for the case that the font is
8168 already set for the frame.
8169
73acf815 81702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8171
8172 * chartab.c (char_table_ascii): Check if the char table contents
8173 is sub-char-table or not.
4c4475a8
GM
8174 (char_table_set, char_table_set_range): Fix argument to
8175 char_table_ascii.
aca7a3d2
MB
8176
8177 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
8178 (detect_coding_utf_8, detect_coding_utf_16)
8179 (detect_coding_emacs_mule, detect_coding_iso_2022)
8180 (detect_coding_sjis, detect_coding_big5)
8181 (detect_coding_ccl, detect_coding_charset): Change argument MASK
8182 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1f45f627 8183 sequence is valid in this coding system. Change callers.
aca7a3d2
MB
8184 (MAX_ANNOTATION_LENGTH): New macro.
8185 (ADD_ANNOTATION_DATA): New macro.
1f45f627
GM
8186 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
8187 ADD_ANNOTATION_DATA. Change the format of annotation data.
aca7a3d2 8188 (ADD_CHARSET_DATA): New macro.
1f45f627 8189 (emacs_mule_char): New argument ID. Change callers.
aca7a3d2
MB
8190 (decode_coding_emacs_mule, decode_coding_iso_2022)
8191 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
8192 Produce charset annotation data in coding->charbuf.
8193 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
8194 to charset annotation data in coding->charbuf.
8195 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
8196 coding->common_flags if the coding system is iso-2022 based and
8197 uses designation.
1f45f627 8198 (produce_composition): Adjust for the new annotation data format.
aca7a3d2
MB
8199 (produce_charset): New function.
8200 (produce_annotation): Handle charset annotation.
8201 (handle_composition_annotation, handle_charset_annotation): New
8202 functions.
8203 (consume_chars): Handle charset annotation. Utilize the above two
8204 functions.
8205 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
8206 buffer, get the deleted text as a string and set
8207 coding->src_object to that string.
8208 (detect_coding, detect_coding_system): Use the new struct
8209 coding_detection_info.
8210
8211 * coding.h (struct coding_detection_info): New structure.
1f45f627 8212 (struct coding_system): Adjust prototype of the member `detector'.
aca7a3d2
MB
8213 (CODING_ANNOTATE_CHARSET_MASK): New macro.
8214
73acf815 82152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8216
8217 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
8218
73acf815 82192008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8220
1f45f627 8221 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
aca7a3d2
MB
8222 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
8223 to new local and nullify apropos_accumulate before returning.
8224 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
8225
73acf815 82262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8227
8228 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
8229 correctly.
8230
73acf815 82312008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8232
8233 * fns.c (Flanginfo): Call synchronize_system_time_locale.
8234
73acf815 82352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8236
8237 The following changes are to make character composition happen
8238 automatically on displaying.
8239
2a2e8de7 8240 * Makefile.in (lisp, shortlisp): Add composite.elc.
aca7a3d2 8241
1f45f627
GM
8242 * composite.h (Qauto_composed, Vauto_composition_function)
8243 (Qauto_composition_function): Extern them.
aca7a3d2 8244
1f45f627
GM
8245 * composite.c (Vcomposition_function_table)
8246 (Qcomposition_function_table): Delete variables.
8247 (Qauto_composed, Vauto_composition_function)
8248 (Qauto_composition_function): New variables.
aca7a3d2
MB
8249 (run_composition_function): Don't call
8250 compose-chars-after-function.
8251 (update_compositions): Clear `auto-composed' text property.
8252 (compose_chars_in_text): Delete this function.
8253 (syms_of_composite): Staticpro Qauto_composed and
8254 Qauto_composition_function. Declare Vauto_composition_function as
8255 a Lisp variable.
8256
8257 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
8258
8259 * xdisp.c (it_props): Add an entry for Qauto_composed.
8260 (handle_auto_composed_prop): New function.
8261
8262 * xselect.c (selection_data_to_lisp_data): Don't call
8263 compose_chars_in_text.
8264
73acf815 82652008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8266
8267 * keyboard.c (read_char): Modify checking around use of
8268 Vkeyboard_translate_table.
8269
8270 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
8271 and fix C types.
8272
73acf815 82732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8274
4c4475a8
GM
8275 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
8276 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8277 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
aca7a3d2 8278 the case that the last byte is '\r' correctly.
1f45f627
GM
8279 (decode_coding): Flush out the unprocessed data correctly.
8280 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
aca7a3d2 8281
73acf815 82822008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8283
f245f2c6
JB
8284 * xterm.c (XTread_socket): Fix changes for defined keysyms.
8285 Add XK_ISO... case.
aca7a3d2
MB
8286 (xaw_scroll_callback): Revert last change.
8287
73acf815 82882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8289
1f45f627 8290 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
aca7a3d2 8291
73acf815 82922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8293
8294 * xfaces.c (Vface_resizing_fonts): New variable.
8295 (struct font_name): New member `resizing_ratio'.
8296 (font_resizing_ratio): New function.
8297 (split_font_name): Set font->resizing_ratio.
8298 (better_font_p): Pay attention to font->resizing_ratio.
8299 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
8300 RESX, and RESY fields.
8301 (try_alternative_families): Try scalable fonts if
8302 Vscalable_fonts_allowed is not Qt.
8303 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
8304
73acf815 83052008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8306
8307 * xterm.c (xaw_scroll_callback): Cast correctly.
8308
73acf815 83092008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8310
8311 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
8312 (lispy_kana_keys): Comment out.
8313 (make_lispy_event) [XK_kana_A]: Comment out.
8314
8315 * xterm.c (xaw_scroll_callback): Cast call_data.
8316 (XTread_socket): Deal with ASCII keysyms.
8317 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
8318
73acf815 83192008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8320
8321 * xterm.c (Vx_keysym_table): New.
8322 (syms_of_xterm): Initialize it.
8323 (XTread_socket): Use it.
8324 From head: Eliminate incorrect optimization that tried to avoid
8325 decoding the output of X*LookupString.
8326 (x_get_font_repertory): Delete charset declaration.
8327
73acf815 83282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8329
1f45f627
GM
8330 * coding.c (detect_coding_charset): If only ASCII bytes are found,
8331 return 0.
aca7a3d2
MB
8332 (Fdefine_coding_system_internal): Setup
8333 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
8334
73acf815 83352008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8336
8337 * coding.c (Fcheck_coding_system): Doc fix.
8338
8339 * editfns.c (Finsert_byte): Return a proper value.
8340
73acf815 83412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8342
8343 * coding.c (decode_coding): Fix args to translate_chars. Pay
8344 attention to Vstandard_translation_table_for_decode.
8345 (encode_coding): Fix args to translate_chars. Pay attention to
8346 Vstandard_translation_table_for_encode.
8347
8348 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
8349 SINGLE_BYTE_CHAR_P.
8350
8351 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
8352 not by SINGLE_BYTE_CHAR_P.
8353
8354 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
8355 SINGLE_BYTE_CHAR_P.
8356
8357 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
8358 SINGLE_BYTE_CHAR_P.
8359
8360 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
8361 by SINGLE_BYTE_CHAR_P.
8362
8363 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
8364 SINGLE_BYTE_CHAR_P.
8365
73acf815 83662008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8367
8368 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
8369
73acf815 83702008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8371
8372 * fns.c (Flanginfo): Fix typo.
8373
8374 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
8375
73acf815 83762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8377
4c4475a8
GM
8378 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
8379 (detect_coding_emacs_mule, detect_coding_iso_2022)
8380 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
8381 incomplete byte sequence. Don't update *mask when correctly detected.
aca7a3d2 8382 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1f45f627 8383 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4c4475a8 8384 (detect_coding, detect_coding_system): Adjust for the changes above.
aca7a3d2 8385
73acf815 83862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8387
1f45f627
GM
8388 * character.c (char_string): Rename from
8389 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
8390 (string_char): Rename from string_char.
aca7a3d2 8391
4c4475a8
GM
8392 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
8393 if C is greater than MAX_3_BYTE_CHAR.
8394 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
8395 string_char instead of string_char_with_unification.
aca7a3d2 8396
73acf815 83972008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8398
8399 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
8400
73acf815 84012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8402
1f45f627 8403 * keymap.c (push_key_description): Pay attention to force_multibyte.
aca7a3d2
MB
8404
8405 * regex.c (re_search_2): Fix for the case of unibyte buffer.
8406
73acf815 84072008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8408
8409 * charset.c (define_charset_internal): Rename `supprementary'.
8410
8411 * Makefile.in (lisp, shortlisp): Remove latin-N.
8412
73acf815 84132008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8414
8415 * xfns.c (x_window, x_window): Use use_xim.
8416
8417 * xterm.c (use_xim): Initialize.
8418 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
8419 (x_term_init): Maybe set use_xim.
8420
8421 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
8422
73acf815 84232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8424
8425 * search.c (search_buffer): Fix case-fold-search of multibyte
8426 characters.
8427 (boyer_moore): Rename the last argument to char_high_bits.
8428
73acf815 84292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8430
8431 * xdisp.c (display_string): Fix for the case of zero width glyph.
8432
8433 * xfns.c (x_set_font): Change the error message of the case that
8434 x_new_fontset returns Qt.
8435
8436 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
8437 (Finternal_set_lisp_face_attribute): Use signal_error for the
8438 error of invalid fontset.
8439
8440 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
8441 fontset, return Qt.
8442
73acf815 84432008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8444
aca7a3d2
MB
8445 * unexelf.c (unexec): Make .got handling not SGI-specific.
8446
8447 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
8448
8449 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
8450
8451 * keyboard.c (read_key_sequence): Fix type error.
8452
8453 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
8454 type error.
8455
8456 * fontset.c (fontset_add): Return Lisp_Object.
8457
73acf815 84582008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8459
8460 * charset.h (charset_ordered_list_tick): Declare extern.
8461
73acf815 84622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8463
73acf815 8464 The following changes (and some of 2008-02-01 changes of mine) are
aca7a3d2
MB
8465 for handling syntax, category, and case conversion for unibyte
8466 characters by converting them to multibyte on the fly. With these
8467 changes, we don't have to setup syntax and case tables for unibyte
8468 characters in each language environment.
8469
8470 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
8471 multibyte if necessary.
8472
8473 * bytecode.c (Fbyte_code): Likewise.
8474
8475 * character.h (LEADING_CODE_LATIN_1_MIN)
8476 (LEADING_CODE_LATIN_1_MAX): New macros.
8477 (unibyte_to_multibyte_table): Extern it.
8478 (unibyte_char_to_multibyte): New macro.
8479 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
8480 (CHAR_LEADING_CODE): New macro.
8481 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
8482
8483 * character.c (unibyte_to_multibyte_table): New variable.
1f45f627 8484 (unibyte_char_to_multibyte): Move to character.h and define as macro.
aca7a3d2
MB
8485 (multibyte_char_to_unibyte): If C is an eight-bit character,
8486 convert it to the corresponding byte value.
8487
8488 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
8489 not 1, singals an error. Update the elements of
8490 unibyte_to_multibyte_table.
8491 (init_charset_once): Initialize unibyte_to_multibyte_table.
8492 (syms_of_charset): Define the charset `iso-8859-1'.
8493
aca7a3d2
MB
8494 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
8495 as is without converting it to unibyte. In a unibyte buffer,
8496 convert C to multibyte before checking the syntax.
8497
1f45f627 8498 * lisp.h (unibyte_char_to_multibyte): Delete extern.
aca7a3d2
MB
8499
8500 * minibuf.c (Fminibuffer_complete_word): Use the macro
8501 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
8502
8503 * regex.h (struct re_pattern_buffer): New member target_multibyte.
8504
8505 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
8506 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
8507 that is zero, convert an eight-bit char to multibyte.
8508 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
8509 non-emacs case.
8510 (PATFETCH): Convert an eight-bit char to multibyte.
8511 (HANDLE_UNIBYTE_RANGE): New macro.
8512 (regex_compile): Setup the compiled pattern for multibyte chars
8513 even if the given regex string is unibyte. Use PATFETCH_RAW
8514 instead of PATFETCH in many places. To handle `charset'
c5ad7a3d 8515 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
aca7a3d2 8516 only for ASCII chars.
1f45f627 8517 (analyse_first) <exactn>: Simplify because the compiled pattern
aca7a3d2
MB
8518 is multibyte.
8519 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
8520 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1f45f627 8521 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
aca7a3d2
MB
8522 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
8523 multibyte always 1.
8524 (re_search_2): In emacs, set the locale variable multibyte to 1,
8525 otherwise to 0. New local variable target_multibyte. Check it
8526 to decide the multibyteness of STR1 and STR2. If
8527 target_multibyte is zero, convert unibyte chars to multibyte
8528 before translating and checking fastmap.
8529 (TARGET_CHAR_AND_LENGTH): New macro.
8530 (re_match_2_internal): In emacs, set the locale variable multibyte
8531 to 1, otherwise to 0. New local variable target_multibyte. Check
8532 it to decide the multibyteness of STR1 and STR2. Use
8533 TARGET_CHAR_AND_LENGTH to fetch a character from D.
8534 <charset, charset_not>: If multibyte is nonzero, check fastmap
c5ad7a3d 8535 only for ASCII chars. Call bcmp_translate with
aca7a3d2
MB
8536 target_multibyte, not with multibyte.
8537 <begline>: Declare the local variable C as `unsigned'.
8538 (bcmp_translate): Change the last arg name to target_multibyte.
8539
8540 * search.c (compile_pattern_1): Don't adjust the multibyteness of
8541 the regexp pattern and the matching target. Set cp->buf.multibyte
8542 to the multibyteness of the regexp pattern. Set
1f45f627 8543 cp->but.target_multibyte to the multibyteness of the matching target.
aca7a3d2
MB
8544 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
8545 FETCH_STRING_CHAR_ADVANCE.
8546 (Freplace_match): Convert unibyte chars to multibyte.
8547
4c4475a8
GM
8548 * syntax.c (char_quoted, back_comment, scan_words)
8549 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
8550 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
aca7a3d2 8551 unibyte chars to multibyte.
1f45f627
GM
8552 (skip_chars): Delete the arg syntaxp, and move the code for
8553 handling syntaxes to skip_syntaxes. Change callers.
aca7a3d2
MB
8554 Fix the case that the multibyteness of STRING and the current
8555 buffer doesn't match.
8556 (skip_syntaxes): New function.
8557 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
8558 SINGLE_BYTE_CHAR_P.
aca7a3d2 8559
73acf815 85602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8561
8562 * xfaces.c (QCfontset): New variable.
8563 (LFACE_FONTSET): New macro.
8564 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
8565 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
4c4475a8
GM
8566 (Finternal_set_lisp_face_attribute)
8567 (Finternal_get_lisp_face_attribute): Handle QCfontset.
aca7a3d2
MB
8568 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
8569 check also LFACE_FONTSET_INDEX.
8570 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
8571 attrs[LFACE_FONT_INDEX].
8572 (syms_of_xfaces): Intern and staticpro QCfontset.
8573
8574 * dispextern.h (enum lface_attribute_index): New member
8575 LFACE_FONTSET_INDEX.
8576
8577 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
8578
73acf815 85792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8580
8581 * coding.c (coding_set_destination): Fix coding->destination for
8582 the case converting a region.
8583 (encode_coding_utf_8): Encode eight-bit chars as single byte.
8584 (encode_coding_object): Fix coding->dst_pos and
8585 coding->dst_pos_byte for the case converting a region.
8586
8587 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
8588
8589 * character.h (BYTE8_STRING): New macro.
8590
8591 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
8592
73acf815 85932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8594
8595 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
8596 characters by octal form.
8597
8598 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
8599
1f45f627 8600 * buffer.h (_fetch_multibyte_char_len): Delete extern.
4c4475a8
GM
8601 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
8602 _fetch_multibyte_char_len.
aca7a3d2
MB
8603 (FETCH_CHAR_AS_MULTIBYTE): New macro.
8604
1f45f627 8605 * casetab.c (set_canon, set_identity, shuffle): Simplify.
aca7a3d2 8606
1f45f627 8607 * casefiddle.c (casify_object): Simplify. Handle the case that
aca7a3d2 8608 the case conversion change the byte length.
1f45f627 8609 (casify_region): Likewise.
aca7a3d2 8610
1f45f627 8611 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
aca7a3d2 8612
1f45f627 8613 * character.c (_fetch_multibyte_char_len): Delet this variable.
aca7a3d2
MB
8614 (syms_of_character): Setup Vprintable_chars.
8615
8616 * editfns.c (Fchar_equal): Fix for the unibyte case.
8617 (Finsert_byte): New function.
8618 (syms_of_editfns): Defsubr it.
8619
8620 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
8621 of direct code 0x3ffff.
8622
8623 * search.c (Freplace_match): Fix for the unibyte case.
8624
73acf815 86252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8626
8627 * lread.c (safe_to_load_p): Fix the logic.
8628
8629 * syntax.c (scan_words): Don't treat characters belonging to
8630 different scripts as constituting a word.
8631
8632 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
8633
1f45f627 8634 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
aca7a3d2
MB
8635
8636 * emacs.c (main): In the case of --unibyte, instead of aborting on
8637 finding non-empty buffer, make it unibyte.
8638
73acf815 86392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8640
8641 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
8642 to create a fontset.
8643
73acf815 86442008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8645
8646 * character.c (Funibyte_char_to_multibyte): Doc fix.
8647
8648 * xfns.c [HAVE_STDLIB_H]: Fix last change.
8649
73acf815 86502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8651
8652 * fontset.c (fontset_add): Make the type `int'.
8653 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
8654
4c4475a8
GM
8655 * character.c (unibyte_char_to_multibyte)
8656 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
aca7a3d2 8657 charset_unibyte, not charset_primary.
aca7a3d2 8658
1f45f627 8659 * charset.h (charset_unibyte): Extern it instead of charset_primary.
aca7a3d2 8660
1f45f627
GM
8661 * charset.c (charset_unibyte): Rename from charset_primary.
8662 (Funibyte_charset): Rename from Fprimary_charset.
8663 (Fset_unibyte_charset): Rename from Fset_primary_charset.
8664 (syms_of_charset): Adjust for the above changes.
aca7a3d2
MB
8665
8666 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
8667 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
8668 it->multibyte_p is zero.
8669
8670 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1f45f627 8671 Delete extern.
aca7a3d2 8672
73acf815 86732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8674
8675 * coding.c (Fdefine_coding_system_internal): Fix category setting
8676 for a coding system of type iso-2022.
8677
73acf815 86782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8679
1f45f627 8680 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
aca7a3d2 8681
73acf815 86822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8683
8684 * syntax.c (Vnext_word_boundary_function_table): New variable.
1c8658b9
GM
8685 (next-word-boundary-function-table): Declare it as a Lisp variable
8686 in syms_of_syntax.
aca7a3d2
MB
8687 (scan_words): Call functions in Vnext_word_boundary_function_table
8688 if any.
8689
8690 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
8691
8692 * fontset.c (fs_load_font): If fontp->charset is not negative,
8693 return fontp without setting its members.
8694
73acf815 86952008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8696
aca7a3d2
MB
8697 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
8698
8699 * m/sparc.h (HAVE_ALLOCA): Delete.
8700
8701 * s/irix6-5.h: Don't include strings.h.
8702 (bcopy, bzero, bcmp): Don't undef.
8703
8704 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
8705
8706 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
8707 (TIOCSIGSEND): Don't test IRIX6.
8708 (bcopy, bzero, bcmp): Define conditionally.
8709
73acf815 87102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8711
8712 * buffer.c (Qas, Qmake, Qto): New variables.
1f45f627 8713 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
aca7a3d2
MB
8714 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
8715
8716 * callproc.c (Fcall_process): Don't call insert_1_both directly if
8717 we are inserting a process output into a multibyte buffer.
8718
8719 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
8720 multibyte_char_to_unibyte.
8721
8722 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
8723 by the primary charset, make it eight-bit char.
8724 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
8725
1f45f627
GM
8726 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
8727 (charset_8_bit__control, charset_8_bit_graphic)
8728 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
aca7a3d2
MB
8729 (define_charset_internal): New function.
8730 (syms_of_charset): Call define_charset_internal for pre-defined
8731 charsets.
8732
8733 * charset.h (charset_8_bit): Extern it.
8734
1f45f627 8735 * coding.c (make_conversion_work_buffer): Adjust for the change
aca7a3d2
MB
8736 of Fset_buffer_multibyte.
8737 (encode_coding_raw_text): Increment p0 in the loop.
8738
1f45f627 8739 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
aca7a3d2 8740
1f45f627 8741 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
aca7a3d2
MB
8742 for the change of Fset_buffer_multibyte.
8743
8744 * fns.c (Fstring_to_multibyte): New function.
8745 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
8746
73acf815 87472008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8748
8749 * xfns.c (x_put_x_image): Declare args.
8750
1f45f627 8751 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
aca7a3d2
MB
8752 (try_font_list): Declare an arg.
8753
8754 * xdisp.c (message2_nolog, set_message): Declare an arg.
8755
8756 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
8757
8758 * syntax.c (scan_sexps_forward): Declare an arg.
8759
8760 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
8761 Declare an arg.
8762
8763 * lisp.h (Fnew_fontset): Declare.
8764
8765 * keymap.c (push_key_description): Call CHARACTERP correctly.
8766
1f45f627 8767 * fontset.c (fontset_add): Declare args. Call make_number correctly.
aca7a3d2
MB
8768 (face_for_char): Delete unused vars.
8769 (Fset_fontset_font): Doc fix. Delete unused vars.
8770
8771 * doc.c (Fsubstitute_command_keys): Delete unused vars.
8772
8773 * composite.c (update_compositions): Declare arg.
8774
8775 * cm.c (calccost, cmgoto): Declare args.
8776
8777 * charset.c: Remove `emacs' conditional. Doc fixes.
8778 (map_char_table_for_charset): Declare.
8779
1f45f627 8780 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
aca7a3d2 8781
1f45f627 8782 * ccl.c: Remove `emacs' conditional.
aca7a3d2 8783
73acf815 87842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8785
8786 The following changes are to allow specifying multiple font
8787 patterns for a character range (specified by script or charset).
8788
8789 * Makefile.in (abbrev.o): Depend on syntax.h.
8790 (xfaces.o): Depend on charset.h.
8791
8792 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
8793 SINGLE_BYTE_CHAR_P.
8794
8795 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
8796
8797 * character.h (Vchar_script_table): Extern it.
8798
1f45f627 8799 * character.c (Vscript_alist): Delete.
aca7a3d2
MB
8800 (Vchar_script_table, Qchar_script_table): New variable.
8801 (syms_of_character): Declare Vchar_script_table as a lisp variable
8802 and initialize it.
8803
1f45f627 8804 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
aca7a3d2
MB
8805 have property char-table-extra-slots, make no extra slot.
8806
1f45f627 8807 * dispextern.h (struct face): Delete member `charset'.
4c4475a8
GM
8808 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
8809 SINGLE_BYTE_CHAR_P.
1f45f627
GM
8810 (choose_face_font, lookup_non_ascii_face, font_name_registry):
8811 Add prototypes.
8812 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
8813 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
8814
8815 * fontset.h (get_font_repertory_func): New prototype.
1f45f627 8816 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
aca7a3d2
MB
8817 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
8818
8819 * fontset.c (Qprepend, Qappend): New variables.
1f45f627 8820 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
aca7a3d2
MB
8821 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
8822 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
8823 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
8824 (fontset_ref_and_range, fontset_add, reorder_font_vector)
8825 (load_font_get_repertory): New functions.
1f45f627 8826 (fontset_set): Delete.
aca7a3d2 8827 (fontset_face): New arg FACE. Return face ID, not face.
1f45f627 8828 Complete re-write to handle new fontset structure. Change caller.
aca7a3d2
MB
8829 (free_face_fontset): Use ASET istead of AREF (X) = Y.
8830 (face_for_char): Don't call lookup_face.
8831 (make_fontset_for_ascii_face): New arg FACE.
8832 (fs_load_font): New arg CHARSET_ID. Don't check
8833 Vfont_encoding_alist here.
8834 (find_font_encoding): New function.
8835 (list_fontsets): Use STRINGP, not ! NILP.
8836 (accumulate_script_ranges): New function.
8837 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
8838 re-written to handle new fontset structure.
8839 (Ffontset_font): Return a copy of element.
8840 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
8841 docstring of font-encoding-alist.
8842
8843 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
8844 (Fset_fotset_font): Fix arguments to 5.
8845
1f45f627 8846 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
aca7a3d2
MB
8847
8848 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
8849 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1f45f627 8850 (highlight_trailing_whitespace): Adjust for the change of
aca7a3d2
MB
8851 lookup_named_face.
8852
8853 * xfaces.c: Include charset.h.
1f45f627
GM
8854 (load_face_font): Delete argument C. Change caller.
8855 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
8856 (font_name_registry): New function.
8857 (cache_face): Store ascii faces before non-ascii faces in buckets.
1f45f627 8858 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
aca7a3d2
MB
8859 Lookup only ascii faces.
8860 (lookup_non_ascii_face): New function.
1f45f627
GM
8861 (lookup_named_face): Delete argument C. Change caller.
8862 (lookup_derived_face): Delete argument C. Change caller.
8863 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
aca7a3d2 8864 a string, just call font_list with it.
1f45f627
GM
8865 (choose_face_font): Delete arguments FACE and C. New arg
8866 FONT_SPEC. Change caller.
4c4475a8
GM
8867 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
8868 Change caller.
aca7a3d2
MB
8869 (realize_non_ascii_face): New function.
8870 (realize_x_face): Call load_face_font here.
1f45f627 8871 (realize_tty_face): Delete argument C. Change caller.
aca7a3d2
MB
8872 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
8873 get a face ID.
8874 (dump_realized_face): Don't print charset of FACE.
8875
8876 * xfns.c (x_set_font): Always call x_new_fontset and
8877 store_frame_parameter.
8878 (Fx_create_frame): Call x_new_fontset, not x_new_font.
1f45f627 8879 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
aca7a3d2
MB
8880
8881 * xterm.h (x_get_font_repertory): Extern it.
8882
8883 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
8884 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
8885 it->multibyte_p is zero.
8886 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
8887 (x_new_fontset): If FONTSETNAME doesn't match any existing
8888 fontsets, create a new one.
8889 (x_get_font_repertory): New function.
8890
73acf815 88912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8892
8893 * coding.c (Ffind_coding_systems_region_internal): Detect an
8894 ASCII only string correctly.
8895
8896 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
8897 version is 0.
8898
73acf815 88992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8900
8901 * lread.c: Include "coding.h".
1f45f627
GM
8902 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
8903 (load_each_byte, unread_char): New variables.
8904 (readchar_backlog): Delete.
aca7a3d2
MB
8905 (readchar): Return a character unless load_each_byte is nonzero.
8906 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
8907 cons. If unread_char is not -1, simply return it.
8908 (unreadchar): Handle the case that readcharfun is
1f45f627
GM
8909 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
8910 (read_multibyte): Delete.
aca7a3d2
MB
8911 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
8912 (read_emacs_mule_char): New functions.
8913 (Fload): Even if the file doesn't have the extention ".elc", if
8914 safe_to_load_p returns a positive version number, assume that the
8915 file contains bytecompiled code. If the version is less than 22,
8916 load the file while decoding multibyte sequences by emacs-mule.
8917 (readevalloop): Don't use readchar_backlog.
1f45f627
GM
8918 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
8919 (Fread_from_string): Pay attention to the case that STREAM is a cons.
8920 (read_escape): Delete the arg BYTEREP.
aca7a3d2
MB
8921 (read1): Set load_each_byte to 1 temporarily while handling
8922 #@NUMBER. Don't call read_multibyte.
8923 (read_vector): Call Fread with a cons. If readcharfun is
8924 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
1f45f627 8925 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
aca7a3d2
MB
8926 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
8927 and Qload_force_doc_strings.
8928
73acf815 89292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8930
8931 * xdisp.c (face_before_or_after_it_pos): Call
8932 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
8933
73acf815 89342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8935
8936 * character.h (TRAILING_CODE_P): New macro.
1f45f627 8937 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
aca7a3d2
MB
8938 (string_char_with_unification): Fix prototype.
8939 (Vscript_alist): Extern it.
8940
8941 * character.c (Vscript_alist): New variable.
4c4475a8
GM
8942 (string_char_with_unification, str_as_unibyte)
8943 (string_escape_byte8): Add `const' to local variables.
aca7a3d2
MB
8944 (syms_of_character): Declare script-alist as a Lisp variable.
8945
8946 * charset.h (Vcharset_ordered_list): Extern it.
8947 (charset_ordered_list_tick): Extern it.
8948 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
8949 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
8950 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
1f204af3 8951 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
1f45f627 8952 (Funify_charset): Adjust for the change of Funify_charset.
aca7a3d2
MB
8953
8954 * charset.c (charset_ordered_list_tick): New variable.
8955 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
8956 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
8957 deunify intead of unify a charset.
8958 (string_xstring_p): Add `const' to local variables.
1f45f627
GM
8959 (find_charsets_in_text): Add `const' to arguemnts and local variables.
8960 (encode_char): Adjust for the change of Funify_charset. Fix
aca7a3d2
MB
8961 detecting of invalid code.
8962 (Fset_charset_priority): Increment charset_ordered_list_tick.
8963 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
8964 and TO_CODE.
8965
8966 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
1f45f627
GM
8967 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
8968 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
4c4475a8
GM
8969 (decode_coding_ccl, consume_chars)
8970 (Ffind_coding_systems_region_internal)
8971 (Fcheck_coding_systems_region): Add `const' to local variables.
aca7a3d2
MB
8972
8973 * print.c (print_object): Use octal form for printing the
8974 contents of a bool vector.
8975
73acf815 89762008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8977
8978 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
8979 <version == 20>: Refuse to load.
8980
73acf815 89812008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8982
8983 * fns.c: Move coding.h.
8984 (Qcodeset, Qdays, Qmonths): New.
8985 (concat): Use CHARACTERP instead of INTERGERP.
1f45f627 8986 (Flocale_codeset): Delete.
aca7a3d2 8987 (Flanginfo): New function.
1f45f627 8988 (syms_of_fns): Change accordingly.
aca7a3d2
MB
8989
8990 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
8991
73acf815 89922008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8993
8994 * casetab.c (init_casetab_once, init_casetab_once): Fix
8995 CHAR_TABLE_SET call.
8996
8997 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
8998
8999 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
9000
9001 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
9002 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
9003 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
9004
9005 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
9006
9007 * coding.c (ENCODE_DESIGNATION, decode_eol)
9008 (make_conversion_work_buffer, code_conversion_restore)
9009 (Fdefine_coding_system_internal): Convert Lisp types.
9010 (code_conversion_restore): Use EQ, not ==.
9011 (Fencode_coding_string): Fix code_convert_string call.
9012
9013 * coding.h (code_convert_region): Fix prototype.
9014
1f45f627 9015 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
aca7a3d2
MB
9016
9017 * fontset.c (fontset_ref, fontset_set, fs_load_font)
9018 (Ffontset_info): Convert Lisp types.
9019
9020 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
9021
9022 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
9023
9024 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
9025
9026 * chartab.c: Include "...h", not <...h> in some cases.
9027
9028 * callproc.c (Fcall_process): Remove unused variables.
9029
73acf815 90302008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9031
9032 * coding.c (Fset_coding_system_priority): Allow null arg list.
9033
73acf815 90342008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9035
9036 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
9037 (Fself_insert_and_exit): Use CHARACTERP.
9038
9039 * callproc.c (Fcall_process): Remove unused vars.
9040
9041 * xterm.c (XTread_socket): Add extra dead keysyms.
9042
9043 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
9044
9045 * dispextern.h: Remove prototypes for redraw_frame,
9046 redraw_garbaged_frames.
9047
9048 * cmds.c (Fself_insert_command): Use CHARACTERP.
9049
9050 * chartab.c (make_sub_char_table): Remove unused var.
9051 (Fset_char_table_default, Fmap_char_table): Doc fix.
9052
9053 * keymap.c (access_keymap): Remove generic char code.
9054 (push_key_description): Use CHARACTERP.
9055
73acf815 90562008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9057
9058 * charset.c: Doc fixes.
9059 (Funify_charset): Extra checking.
9060
73acf815 90612008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9062
9063 * lread.c: Remove some unused variables.
9064 (safe_to_load_p): If safe, return the magic number version byte.
9065 (Fload): Maybe use load-with-code-conversion.
9066
73acf815 90672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9068
9069 * category.c (Fmodify_category_entry): Don't modify the contents
9070 of category_set for characters out of the range. Avoid
9071 unnecessary modification.
9072
1f45f627 9073 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
aca7a3d2
MB
9074 Vchar_unify_table. The default value of the table is now nil.
9075
9076 * character.c (syms_of_character): Setup Vchar_width_table for
9077 eight-bit-control and raw-byte chars.
9078
9079 * charset.h (enum define_charset_arg_index): Delete
9080 charset_arg_parents and add charset_arg_subset and
9081 charset_arg_superset.
9082 (enum charset_attr_index): Delete charset_parents and add
9083 charset_subset and charset_superset.
9084 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
9085 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
1f45f627 9086 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
aca7a3d2
MB
9087 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
9088 (CHARSET_SUPERSET): New macros.
9089 (charset_work): Extern it.
9090 (ENCODE_CHAR): Use charset_work.
1f45f627 9091 (CHAR_CHARSET_P): Adjust for the change of encoder format.
aca7a3d2
MB
9092 (map_charset_chars): Extern it.
9093
9094 * charset.c (load_charset_map): Set the default value of encoder
9095 and deunifier char-tables to nil.
1f45f627 9096 (map_charset_chars): Change argument. Change callers. Use
aca7a3d2
MB
9097 map_char_table_for_charset instead of map_char_table.
9098 (Fmap_charset_chars): New optional args from_code and to_code.
1f45f627 9099 (Fdefine_charset_internal): Adjust for the change of
aca7a3d2
MB
9100 `define-charset' (:parents -> :subset or :superset).
9101 (charset_work): New variable.
4c4475a8
GM
9102 (encode_char, syms_of_charset): Adjust for the change of
9103 Fdefine_charset_internal.
aca7a3d2
MB
9104 (Ffind_charset_string): Setup the vector `charsets' correctly.
9105
1f45f627 9106 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
aca7a3d2 9107 the previous change.
1f45f627 9108 (char_table_ref_and_range): Adjust for the above change.
aca7a3d2
MB
9109 (map_sub_char_table_for_charset): New function.
9110 (map_char_table_for_charset): New function.
9111
9112 * keymap.c (describe_vector): Handle a char-table directly here.
1f45f627 9113 (describe_char_table): Delete.
aca7a3d2 9114
1f45f627 9115 * lisp.h (map_charset_chars): Delete.
aca7a3d2 9116
73acf815 91172008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9118
9119 * fns.c (count_combining): Comment out (unused).
9120 (Flocale_codeset): New.
9121 (syms_of_fns): Defsubr it.
9122
9123 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
1f45f627 9124 (size_t): Remove.
aca7a3d2 9125
73acf815 91262008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9127
6f69e89b 9128 * Makefile.in (chartab.o): Depend on charset.h.
aca7a3d2 9129
73acf815 91302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9131
9132 * character.c (syms_of_character): Set the default value of
9133 Vprintable_chars to Qnil.
9134
73acf815 91352008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9136
9137 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
9138
73acf815 91392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9140
9141 * charset.c (load_charset_map): Handle the case that from < to
9142 correctly.
9143
4c4475a8
GM
9144 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
9145 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
9146 Pay attention to raw-8-bit chars.
aca7a3d2 9147
73acf815 91482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9149
4c4475a8
GM
9150 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
9151 It is not bytecompiled now.
aca7a3d2
MB
9152
9153 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
9154 (charset_jisx0208): New variables.
9155 (Fdefine_charset_internal): Setup them if appropriate.
9156 (init_charset_once): Initialize them to -1.
9157
1f45f627
GM
9158 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
9159 (charset_jisx0208): Extern them.
aca7a3d2 9160
1f204af3 9161 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
aca7a3d2 9162 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
1f45f627
GM
9163 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
9164 (setup_iso_safe_charsets): Fix arguments to Fassq.
4c4475a8
GM
9165 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
9166 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
9167 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
aca7a3d2
MB
9168 (encode_coding_iso_2022): Change the 1st arg to
9169 ENCODE_ISO_CHARACTER to a variable.
9170
73acf815 91712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9172
9173 * charset.h (enum define_charset_arg_index): New enums
9174 charset_arg_min_code and charset_arg_max_code.
9175 (struct charset): New member char_index_offset.
9176
4c4475a8
GM
9177 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
9178 Take charset->char_index_offset into account.
aca7a3d2
MB
9179 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
9180 args[charset_arg_max_code]. Setup charset.char_index_offset.
9181 (syms_of_charset): Fix args to Fdefine_charset_internal.
9182
73acf815 91832008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9184
9185 * coding.c (decode_coding_utf_8): Reject overlong sequences.
9186
73acf815 91872008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9188
9189 * coding.c: Doc fixes.
9190 (Fcoding_system_aliases): Fix return value.
9191 (Qmac): Remove (duplicated) definition.
9192
73acf815 91932008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9194
9195 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
9196 functions.
9197
9198 * character.c (Fstring): Doc fix.
9199
9200 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
9201
9202 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
9203 ids.
9204 (font-encoding-alist): Doc fix.
9205
73acf815 92062008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9207
9208 * term.c (costs_set): Declare static, non-initialized for pcc.
1f45f627 9209 (encode_terminal_code): Remove unused var.
aca7a3d2
MB
9210
9211 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
9212 for K&R.
9213
9214 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
9215
9216 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
1f45f627 9217 (suffixes): Move out of make_subsidiaries for K&R.
aca7a3d2 9218
1f45f627 9219 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
aca7a3d2
MB
9220
9221 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
9222
73acf815 92232008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9224
9225 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
9226
1f45f627 9227 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
aca7a3d2 9228
2a2e8de7 92292008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
9230
9231 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
9232
1f45f627 9233 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
aca7a3d2 9234
73acf815 92352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9236
4c4475a8 9237 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
aca7a3d2 9238 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
aca7a3d2 9239
73acf815 92402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9241
1f45f627 9242 * coding.c (decode_coding_charset): Adjust for the change of
aca7a3d2
MB
9243 Fdefine_coding_system_internal.
9244 (Fdefine_coding_system_internal): For a coding system of
9245 `charset' type, store a list of charset IDs in
9246 `charset_attr_charset_valids' element of coding attributes.
9247
73acf815 92482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9249
9250 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
1f45f627
GM
9251 (emacs_mule_char): New arg src. Delete arg `composition'. Change
9252 caller. Handle 2-byte and 3-byte charsets correctly.
9253 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
9254 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
aca7a3d2
MB
9255 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
9256 (DECODE_EMACS_MULE_21_COMPOSITION): Call
9257 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
9258 sequence.
9259 (decode_coding_emacs_mule): Handle composition correctly. Rewind
1f45f627 9260 `src' and `consumed_chars' correctly before calling emacs_mule_char.
aca7a3d2
MB
9261 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
9262 and alt&rule composition.
9263 (decode_coding_iso_2022): Handle composition correctly.
9264 (init_coding_once): Setup emacs_mule_bytes for private charsets.
9265
9266 * charset.c (Fdefine_charset_internal): Fix bug for the case of
9267 re-defining a charset. If the charset has :emacs-mule-id, setup
9268 emacs_mule_bytes.
1f45f627 9269 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
aca7a3d2 9270
73acf815 92712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9272
4c4475a8
GM
9273 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
9274 (encode_coding_big5, encode_coding_charset): If coding requires safe
aca7a3d2
MB
9275 encoding, produce a character specified by
9276 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
aca7a3d2 9277
73acf815 92782008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9279
9280 * xterm.c (XSetIMValues): Declare.
9281
9282 * process.c: Conditionally include sys/wait.h, pty.h.
9283
1f45f627 9284 * print.c (print_object): Fix print format for 64-bit systems.
aca7a3d2 9285
1f45f627 9286 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
aca7a3d2
MB
9287
9288 * buffer.c (emacs_strerror): Declare.
aca7a3d2
MB
9289
9290 * fontset.c (Fclear_face_cache): Declare.
1f45f627 9291 (accumulate_font_info): Comment-out (unused).
aca7a3d2
MB
9292 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
9293 variables.
9294
9295 * character.h (string_escape_byte8): Declare.
9296
9297 * charset.c (load_charset_map, load_charset_map_from_file): Remove
9298 unused vars.
9299 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
9300 (Fmap_charset_chars): Doc fix.
9301
1f45f627 9302 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
aca7a3d2
MB
9303 (Fset_coding_system_priority, Fset_coding_system_priority)
9304 (Fdefine_coding_system_internal): Doc fix.
9305
73acf815 93062008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9307
9308 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
9309
73acf815 93102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9311
9312 * character.c (string_escape_byte8): Make multibyte string with
9313 correct size.
9314
9315 * charset.c (Fmake_char): Delete unnecessary code.
9316
73acf815 93172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9318
9319 * xfns.c (x_encode_text): Allocate coding.destination here, and
9320 call encode_coding_object with dst_object Qnil.
9321
9322 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
9323 multibyte form correctly.
9324
9325 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
9326 against Vfont_encoding_alist.
9327
9328 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
9329 handling of charset list.
9330 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
9331 (decode_coding_object): Move point to coding->dst_pos before
9332 calling post-read-conversion function.
9333 (encode_coding_object): Give correct arguments to
9334 pre-write-conversion. Ignore the return value of
9335 pre-write-conversion function. Pay attention to the case that
9336 pre-write-conversion changes the current buffer. If dst_object is
9337 Qt, even if coding->src_bytes is zero, allocate at least one byte
9338 to coding->destination.
9339
9340 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
9341
9342 * charset.c (Fmake_char): Make it more backward compatible.
9343 (Fmap_charset_chars): Fix docstring.
9344
73acf815 93452008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9346
9347 * coding.c: Doc fixes.
9348 (Fdefine_coding_system_alias): Use names, not symbols, in
9349 coding-system-alist.
9350
73acf815 93512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9352
9353 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
9354 of calling free_realized_face.
9355
2a2e8de7 93562008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2 9357
1f45f627
GM
9358 * charset.c (read_hex): Don't treat SPC as a comment starter.
9359 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
aca7a3d2
MB
9360 (Fdecode_char): Fix typo.
9361
73acf815 93622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9363
9364 * charset.h (struct charset): New member `code_space_mask'.
9365
1f45f627 9366 * coding.c (coding_set_source): Delete the local variable beg_byte.
4c4475a8
GM
9367 (encode_coding_charset, Fdefine_coding_system_internal):
9368 Delete the local variable charset.
aca7a3d2
MB
9369 (Fdefine_coding_system_internal): Setup
9370 attrs[coding_attr_charset_valids] correctly.
9371
9372 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
9373 member to check if CODE is valid or not.
9374 (Fdefine_charset_internal): Initialize `code_space_mask' member.
9375 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
9376 is within the range of charset->min_code and carset->max_code.
9377
73acf815 93782008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9379
9380 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
9381
9382 * dispextern.h (generate_ascii_font): Fix return type.
9383
9384 * xfaces.c (generate_ascii_font): Fix arg declaration.
9385
9386 * coding.c (coding_inherit_eol_type)
9387 (Fset_terminal_coding_system_internal)
9388 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
9389
73acf815 93902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9391
9392 * coding.c (decode_coding_charset, encode_coding_charset): Handle
9393 multiple charsets correctly.
9394
73acf815 93952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9396
9397 * search.c (boyer_moore): Fix handling of mulitbyte character
9398 translation.
9399
9400 * xdisp.c (display_mode_element): When the variable `elt' is
9401 changed, update `this' and `lisp_string'.
9402
73acf815 94032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9404
9405 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
9406
9407 * callproc.c (Fcall_process): Be sure to give the current buffer
1f45f627 9408 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
aca7a3d2
MB
9409
9410 * charset.c (struct charset_map_entries): New struct.
1f45f627
GM
9411 (load_charset_map): Rename from parse_charset_map. New args
9412 entries and n_entries. Change caller.
9413 (load_charset_map_from_file): Rename from load_charset_map.
9414 Change caller. New arg control_flag. Call load_charset_map at
aca7a3d2
MB
9415 the tail.
9416 (load_charset_map_from_vector): New function.
9417 (Fdefine_charset_internal): Setup charset.compact_codes_p.
9418 (encode_char): If the charset is compact, change a character index
9419 to a code point.
9420
9421 * coding.c (coding_alloc_by_making_gap): Check the case that the
9422 source and destination are the same correctly.
9423 (decode_coding_raw_text): Set coding->consumed_char and
9424 coding->consumed to 0.
9425 (produce_chars): If coding->chars_at_source is nonzero, update
9426 coding->consumed_char and coding->consumed before calling
9427 alloc_destination.
9428 (Fdefine_coding_system_alias): Register ALIAS in
9429 Vcoding_system_alist.
9430 (syms_of_coding): Define `no-convesion' coding system at the tail.
9431
9432 * fileio.c (Finsert_file_contents): Set coding_system instead of
9433 val. If the current buffer is multibyte, always call
9434 decode_coding_gap.
9435
9436 * xfaces.c (try_font_list): Give higher priority to fontset's
9437 family than face's family.
9438
73acf815 94392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9440
9441 * callproc.c (Fcall_process): Be sure to give the current buffer
9442 to decode_coding_c_string.
9443
9444 * xfaces.c (try_font_list): Give a family specified in a fontset
9445 higher priority than a family specified in a face.
9446
73acf815 94472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9448
9449 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
9450 Fix arguments to insert_from_buffer.
9451
9452 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
9453
73acf815 94542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9455
9456 * coding.c (produce_chars): Set the variable `multibytep' correctly.
9457 (decode_coding_gap): Set coding->dst_multibyte correctly.
9458
73acf815 94592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9460
9461 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
1f45f627 9462 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
aca7a3d2
MB
9463 (encode_coding_utf_16): Substitute coding->default_char for
9464 non-Unicode characters.
9465 (decode_coding): Don't call record_insert here.
9466 (setup_coding_system): Initialize `surrogate' of
9467 coding->spec.utf_16 to 0.
9468 (EMIT_ONE_BYTE): Fix for multibyte case.
9469
9470 * insdel.c (insert_from_gap): Call record_insert.
9471
73acf815 94722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9473
9474 * casefiddle.c (casify_region): Fix multibyte case.
9475
9476 * character.c (c_string_width): Add return type `int'.
1f45f627 9477 (char_string_with_unification): Delete arg ADVANCED.
aca7a3d2
MB
9478
9479 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
1f45f627 9480 (CHAR_STRING): Adjust for the change of char_string_with_unification.
aca7a3d2
MB
9481 (CHAR_STRING_ADVANCE): Make it do-while statement.
9482
1f45f627 9483 * chartab.c (sub_char_table_set_range): Optimize for the case
aca7a3d2
MB
9484 DEPTH == 3. Add workaround code for a GCC optimization bug.
9485
9486 * charset.c (parse_charset_map): Remove an unused variable.
9487
9488 * coding.c: Delete unused variables.
9489
9490 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
9491 earlier. If inserted is zero and the coding system doesn't
9492 require flushing, don't call decode_coding_gap.
9493
9494 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
9495
73acf815 94962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9497
9498 The following changes are for using Unicode as an internal
9499 character model, and use UTF-8 format for buffer/string
9500 representation.
9501
1f45f627 9502 * .gdbinit (xchartable): Adjust for the change of char table structure.
aca7a3d2
MB
9503 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
9504
9505 * Makefile.in (obj): Add character.o and chartab.o.
c3f9fba8 9506 (lisp, shortlisp): Remove utf-8.elc.
aca7a3d2
MB
9507 (*.o): For many files, change dependency on charset.h to
9508 character.h, and add dependency on character.h.
9509 (character.o, chartab.o): New targets.
9510
1f45f627
GM
9511 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
9512 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
9513 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
aca7a3d2
MB
9514 of "charset.h".
9515
9516 * dired.c, filelock.c: Include "character.h".
9517
9518 * alloc.c: Include "character.h" instead of "charset.h".
4c4475a8 9519 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
aca7a3d2
MB
9520 (syms_of_alloc): Remove defsubr for Smake_char_table.
9521
9522 * buffer.c: Include "character.h" instead of "charset.h", don't
9523 include "coding.h".
1f45f627 9524 (Fset_buffer_multibyte): Adjust for UTF-8.
aca7a3d2
MB
9525
9526 * buffer.h: EXFUN Fbuffer_live_p.
9527
9528 * callproc.c: Include "character.h" instead of "charset.h".
9529 (Fcall_process): Big change for the new code-conversion APIs.
9530
9531 * casetab.c: Include "character.h" instead of "charset.h".
1f45f627 9532 (set_canon, set_identity, shuffle): Adjust for the new
aca7a3d2
MB
9533 map_char_table spec.
9534 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
9535 accessing the char table structure.
9536
9537 * chartab.c: New file that implements char table.
9538
9539 * category.c: Include "character.h".
9540 (copy_category_entry): New function.
9541 (copy_category_table): Call map_char_table and copy_category_entry.
9542 (Fmake_category_table): Initialize all top-vel slots.
9543 (char_category_set): New function.
1f45f627 9544 (modify_lower_category_set): Delete.
aca7a3d2
MB
9545 (Fmodify_category_entry): Call char_table_ref_and_range.
9546
9547 * category.h (CATEGORY_SET): Just call char_category_set.
9548
9549 * ccl.c: Include "character.h".
9550 (Qccl, Qcclp): New variables.
9551 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
9552 it's less than 256.
1f45f627
GM
9553 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
9554 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
aca7a3d2 9555 and DST type.
1f45f627
GM
9556 (ccl_driver): Change types of argument, adjust code accordingly.
9557 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
aca7a3d2
MB
9558 ccl_driver.
9559 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
9560
1f45f627
GM
9561 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
9562 New members src_multibyte, dst_multibyte, consumed, and produced.
9563 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
aca7a3d2 9564 (CODING_SPEC_CCL_PROGRAM): New macro.
1f45f627 9565 (ccl_driver): Update prototype.
aca7a3d2
MB
9566 (Qccl, Qcclp, Fccl_program_p): Extern them.
9567 (CHECK_CCL_PROGRAM): New macro.
9568
9569 * character.c, character.h, chartab.c: New files.
9570
1f45f627
GM
9571 * charset.c: Mostly re-written. Move character and multibyte sequence
9572 handling codes to character.c.
aca7a3d2 9573
1f45f627
GM
9574 * charset.h: Mostly re-written. Move character and multibyte sequence
9575 handling codes to character.h.
aca7a3d2
MB
9576
9577 * coding.c, coding.h: Mostly re-written.
9578
9579 * composite.c: Include "character.h" instead of "charset.h".
1f45f627
GM
9580 (CHAR_WIDTH): Move to character.h.
9581 (HASH_KEY, HASH_VALUE): Delete.
aca7a3d2 9582
1f45f627
GM
9583 * composite.h (enum composition_method): Change order of enumeration
9584 symbols.
aca7a3d2
MB
9585
9586 * data.c: Include "character.h" instead of "charset.h".
9587 (Faref): Call CHAR_TABLE_REF for a char table.
9588 (Faset): Call CHAR_TABLE_SET for a char table.
9589
1f45f627
GM
9590 * dispextern.h (free_realized_face, check_face_attribytes)
9591 (generate_ascii_font): Extern them.
9592 (free_realized_multibyte_face): Delete extern.
aca7a3d2 9593
1f45f627 9594 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
aca7a3d2
MB
9595 table structure.
9596
9597 * editfns.c: Include "character.h" instead of "charset.h".
9598 (Fchar_to_string): Always call CHAR_STRING.
9599
9600 * emacs.c (main): Call init_charset_once, init_charset,
9601 syms_of_chartab, and syms_of_character.
9602
9603 * fileio.c: Include "character.h" instead of "charset.h".
1f45f627 9604 (Finsert_file_contents): Big change for the new code-conversion API.
4c4475a8 9605 (choose_write_coding_system, Fwrite_region): Likewise.
1f45f627 9606 (build_annotations_2): Delete.
aca7a3d2
MB
9607 (e_write): Big change for the new code-conversion API.
9608
9609 * fns.c: Include "character.h" instead of "charset.h".
1f45f627 9610 (copy_sub_char_table): Move to chartab.c.
aca7a3d2
MB
9611 (Fcopy_sequence): Call copy_char_table for a char table.
9612 (concat): Delete codes calling count_multibyte.
4c4475a8
GM
9613 (string_char_to_byte, string_byte_to_char): Adjust for the new
9614 multibyte form.
1f45f627
GM
9615 (internal_equal): Adjust for the change of char table structure.
9616 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
9617 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
9618 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
9619 (char_table_translate, optimize_sub_char_table)
9620 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
aca7a3d2 9621 chartab.c.
1f45f627
GM
9622 (char_table_ref_and_index): Delete.
9623 (HASH_KEY, HASH_VALUE): Move to lisp.h.
aca7a3d2 9624 (Fmd5): Call preferred_coding_system instead of accessing
1f45f627
GM
9625 Vcoding_category_list. Adjust for the new code-conversion API.
9626 (syms_of_fns): Move defsubr for char table related functions to
aca7a3d2
MB
9627 chartab.c.
9628
9629 * fontset.c: Mostly re-written.
9630
1f45f627 9631 * fontset.h (struct font_info): Change type of the member encoding_type.
aca7a3d2 9632 (enum FONT_SPEC_INDEX): New enum.
1f45f627
GM
9633 (fontset_font_pattern, fs_load_font): Update prototype.
9634 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
aca7a3d2
MB
9635
9636 * indent.c: Include "character.h" instead of "charset.h".
1f45f627 9637 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
aca7a3d2
MB
9638
9639 * insdel.c: Include "character.h" instead of "charset.h".
9640 (copy_text): Don't refer to Vnonascii_translation_table.
9641 (insert_from_gap): New function.
9642
9643 * keyboard.c: Include "character.h" instead of "charset.h".
9644 (command_loop_1): Never call direct_output_forward_char before
9645 a non-ASCII character.
9646 (read_char): If Vkeyboard_translate_table is a char table, always
1f45f627 9647 translate a character.
aca7a3d2
MB
9648
9649 * keymap.c: Include "character.h".
9650 (store_in_keymap): Handle the case that IDX is a cons.
9651 (Fdefine_key): Handle the case that KEY is a cons and the car part
9652 is also a cons (range).
1f45f627 9653 (push_key_description): Adjust for the new character code.
aca7a3d2
MB
9654 (describe_vector): Call describe_char_table for a char table.
9655 (describe_char_table): New function.
9656
9657 * keymap.h (describe_char_table): Extern it.
9658
9659 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
9660 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
1f45f627
GM
9661 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
9662 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
9663 Delete.
9664 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
aca7a3d2
MB
9665 structure.
9666 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
1f45f627
GM
9667 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
9668 (CHARTAB_SIZE_BITS_3): New macros.
aca7a3d2 9669 (chartab_size): Extern it.
1f45f627 9670 (struct Lisp_Char_Table): Re-design.
aca7a3d2 9671 (struct Lisp_Sub_Char_Table): New structure.
1f45f627
GM
9672 (HASH_KEY, HASH_VALUE): Move from fns.c.
9673 (CHARACTERBITS): Define as 22.
9674 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
aca7a3d2
MB
9675 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
9676 (GC_SUB_CHAR_TABLE_P): New macro.
1f45f627
GM
9677 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
9678 (code_convert_string_norecord): Deleted extern.
9679 (init_character_once, syms_of_character, init_charset)
9680 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
aca7a3d2
MB
9681
9682 * lread.c: Include "character.h".
9683 (read_multibyte): New arg NBYTES.
1f45f627
GM
9684 (read_escape): Change the meaning of returned *BYTEREP.
9685 (to_multibyte): Delete.
9686 (read1): Adjust the handling of char table and string.
aca7a3d2
MB
9687
9688 * print.c: Include "character.h" instead of "charset.h".
9689 (print_string): Convert 8-bit raw bytes to octal form by
9690 string_escape_byte8.
1f45f627 9691 (print_object): Adjust for the new multibyte form. Print 8-bit
aca7a3d2
MB
9692 raw bytes always in octal form. Handle sub char table correctly.
9693
9694 * process.c: Include "character.h" instead of "charset.h".
4c4475a8
GM
9695 (read_process_output, send_process): Adjust for the new
9696 code-conversion API.
aca7a3d2 9697
1f45f627 9698 * puresize.h (BASE_PURESIZE): Increase.
aca7a3d2
MB
9699
9700 * regex.c: Include "character.h" instead of "charset.h".
9701 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
9702 (regex_compile): Accept a range whose starting and ending
9703 character have different leading bytes.
1f45f627 9704 (analyse_first): Adjust for the above change.
aca7a3d2
MB
9705
9706 * search.c: Include "character.h" instead of "charset.h".
1f45f627
GM
9707 (search_buffer, boyer_moore): Adjust for the new multibyte form.
9708 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
aca7a3d2
MB
9709
9710 * syntax.c: Include "character.h" instead of "charset.h".
1f45f627 9711 (syntax_parent_lookup): Delete.
aca7a3d2 9712 (Fmodify_syntax_entry): Accept a cons as CHAR.
1f45f627 9713 (skip_chars): Adjust for the new multibyte form.
aca7a3d2
MB
9714 (init_syntax_once): Call char_table_set_range instead of directly
9715 accessing the structure of a char table.
9716
9717 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
1f45f627 9718 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
aca7a3d2
MB
9719 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
9720 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
9721
9722 * term.c: Include "buffer.h" and "character.h".
4c4475a8
GM
9723 (encode_terminal_code, write_glyphs): Adjust for the new
9724 code-conversion API.
aca7a3d2
MB
9725 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
9726
1f45f627 9727 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
aca7a3d2
MB
9728
9729 * xdisp.c: Include "character.h".
1f45f627
GM
9730 (get_next_display_element): Adjust for the new multibyte form.
9731 (disp_char_vector): Adjust for the new char table structure.
9732 (decode_mode_spec_coding): Adjust for the new structure of
aca7a3d2 9733 coding system.
1f45f627 9734 (decode_mode_spec): Adjust for the new code-conversion API.
aca7a3d2
MB
9735
9736 * xfaces.c: Include "character.h" instead of "charset.h".
1f45f627 9737 (load_face_font): Adjust for the change of choose_face_font and
aca7a3d2
MB
9738 FS_LOAD_FONT.
9739 (generate_ascii_font): New function.
1f45f627
GM
9740 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
9741 (set_font_frame_param): Adjust for the change of choose_face_font.
aca7a3d2 9742 (free_realized_face): Make it public.
1f45f627 9743 (free_realized_faces_for_fontset): Rename from
aca7a3d2 9744 free_realized_multibyte_face. Free also faces realized for ASCII.
1f45f627 9745 (choose_face_font): Change arguments. Adjust for the change of
aca7a3d2
MB
9746 fontset_font_pattern and FS_LOAD_FONT.
9747
9748 * xfns.c: Include "character.h".
1f45f627 9749 (x_encode_text): Adjust for the new code-conversion API.
aca7a3d2
MB
9750
9751 * xselect.c: Don't include "charset.h".
1f45f627 9752 (selection_data_to_lisp_data): Adjust for the new code conversion API.
aca7a3d2
MB
9753
9754 * xterm.c: Include "character.h".
1f45f627 9755 (x_encode_char): New argument CHARSET. Change caller.
4c4475a8
GM
9756 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
9757 Call ENCODE_CHAR instead of SPLIT_CHAR.
aca7a3d2
MB
9758 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
9759 CHAR_WIDTH instead of CHARSET_WIDTH.
1f45f627
GM
9760 (XTread_socket): Adjust for the new code-conversion API.
9761 (x_new_font): Adjust for the change of FS_LOAD_FONT.
9762 (x_load_font): Adjust for the change of struct font.
aca7a3d2 9763
d6abfc14
SM
97642008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9765
9766 * xfaces.c (face_at_buffer_position): Remove unused vars.
9767
0acdaf8d
KH
97682008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9769
4c4475a8
GM
9770 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
9771 Fix overflow checking.
0acdaf8d 9772
6c8a0ebf
GM
97732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9774
9775 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
9776 Cancel previous change.
9777
97782008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
9779
9780 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
9781 ccl->eight_bit_control. Fix check for buffer overflow.
9782 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
9783 (ccl_driver): Initialize extra_bytes to 0.
9784
a32aad64
KH
97852008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
9786
9787 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
9788 return it ORed with ctrl_modifier.
9789
8b329dba
MB
97902008-01-29 Miles Bader <miles@gnu.org>
9791
9792 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
9793
548667aa
JR
97942008-01-28 Jason Rumney <jasonr@gnu.org>
9795
9796 * w32.c (stat): Don't double check for networked drive.
9797
0975aa24
SM
97982008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9799
ef264c42
SM
9800 * window.c (run_window_configuration_change_hook): New function.
9801 Code extracted from set_window_buffer. Set the selected frame.
9802 (set_window_buffer): Use it.
9803 * window.h (run_window_configuration_change_hook): Declare.
9804 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
9805
0975aa24
SM
9806 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
9807
9c28b587
DN
98082008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9809
9810 * Makefile.in: Remove references to unused macros.
9811
c617afce
EZ
98122008-01-26 Eli Zaretskii <eliz@gnu.org>
9813
9814 * w32.c (g_b_init_get_sid_sub_authority)
9815 (g_b_init_get_sid_sub_authority_count): New static variables.
9816 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
9817 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
0975aa24
SM
9818 (init_user_info): Use them to retrieve uid and gid.
9819 Use 500/513, the Windows defaults, as Administrator's uid/gid.
248c21c5
EZ
9820 (fstat): Use pw_uid and pw_gid from the_passwd structure for
9821 st_uid and st_gid of the file.
c617afce 9822
302d7d54
JR
98232008-01-26 Jason Rumney <jasonr@gnu.org>
9824
9825 * w32.c (logon_network_drive): New function.
9826 (stat): Use it.
9827
3ac7a21e
CY
98282008-01-26 Chong Yidong <cyd@stupidchicken.com>
9829
9830 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
9831 invisible text covered with an ellipsis.
9832
bbb9fc1f
RS
98332008-01-25 Richard Stallman <rms@gnu.org>
9834
9835 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
9836 jump back to beginning. Move some other initializations after that.
9837 (Qwindow_text_change_functions, Vwindow_text_change_functions):
9838 New variables.
9839 (syms_of_xdisp): Init them.
9840
9841 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
9842
0975aa24
SM
9843 * buffer.c (reset_buffer_local_variables):
9844 Implement `permanent-local-hook'.
bbb9fc1f 9845 (Qpermanent_local_hook): New variable.
0975aa24 9846 (syms_of_buffer): Init and staticpro it.
bbb9fc1f 9847
79235cbe
MA
98482008-01-25 Michael Albinus <michael.albinus@gmx.de>
9849
9850 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
9851
ccd8f7fe
TTN
98522008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
9853
9854 * fns.c (Fclrhash): Return TABLE.
9855
dfbe40f2 98562008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223b3d1d
YM
9857
9858 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
9859 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
9860 is set even without positional changes.
9861 (x_scroll_bar_clear): Set bar->redraw_needed_p.
9862
9863 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
9864
dfbe40f2 98652008-01-23 Jason Rumney <jasonr@gnu.org>
602e142f 9866
d6169680
JR
9867 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
9868
602e142f
JR
9869 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
9870 the unicode range available in MULE by locale-coding-system.
c041e2d1 9871 Improve dbcs lead byte detection. Set event timestamp and modifiers
602e142f
JR
9872 earlier.
9873
dfbe40f2 98742008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5ee4de53
YM
9875
9876 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
9877 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6f69e89b 9878 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
5ee4de53
YM
9879 when used on child processes.
9880
8c7a4ac5
MA
98812008-01-21 Michael Albinus <michael.albinus@gmx.de>
9882
e0df1b73 9883 * dbusbind.c (Fdbus_method_return_internal): Rename from
8c7a4ac5 9884 Fdbus_method_return.
e0df1b73 9885 (Fdbus_unregister_object): Move to dbus.el.
8c7a4ac5 9886 (Fdbus_call_method, Fdbus_method_return_internal)
e0df1b73 9887 (Fdbus_send_signal): Improve debug messages.
8c7a4ac5 9888
8abe0f97
MR
98892008-01-20 Martin Rudalics <rudalics@gmx.at>
9890
9891 * undo.c (undo_inhibit_record_point): New variable.
9892 (syms_of_undo): Initialize it.
9893 (record_point): Don't record point when undo_inhibit_record_point
9894 is set.
9895
c3b232e4
SM
98962008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9897
e69c4cae
SM
9898 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
9899
823e0ebb
SM
9900 * xdisp.c (Qauto_hscroll_mode): New var.
9901 (syms_of_xdisp): Initialize it.
9902 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
9903 window's buffer.
9904 (hscroll_windows): Don't check automatic_hscrolling_p here.
9905
c3b232e4
SM
9906 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
9907 vscroll if we're setting window-buffer to the value it already has.
9908
76ed5e01
DN
99092008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9910
9911 * m/intel386.h: Remove references to XENIX.
9912
55e6d9b2
AS
99132008-01-17 Andreas Schwab <schwab@suse.de>
9914
9915 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
9916 instead of HAVE_X86_64_LIB64_DIR.
9917 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
9918
b16ed52d
GM
99192008-01-17 Glenn Morris <rgm@gnu.org>
9920
9921 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
9922 to HAVE_X86_64_LIB64_DIR.
9923
6bed5c4a
DN
99242008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
9925
9926 * s/irix3-3.h:
9927 * s/irix4-0.h:
9928 * s/386-ix.h:
9929 * s/domain.h:
9930 * s/hpux9-x11r4.h:
9931 * s/hpux9shxr4.h: Remove files for systems no longer supported.
9932
9933 * sysdep.c: Remove code containing references to symbols defined
9934 by unsupported systems.
9935
fdecf907
GM
99362008-01-16 Glenn Morris <rgm@gnu.org>
9937
9938 * coding.c (select-safe-coding-system-function): Doc fix.
9939
9292328f
GM
99402008-01-15 Glenn Morris <rgm@gnu.org>
9941
9942 * config.in: Revert 2008-01-13 change: this is a generated file.
9943
944df511
MO
99442008-01-13 Tom Tromey <tromey@redhat.com>
9945
9946 * lisp.h: Fix typo.
9947
8111ec05
DN
99482008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
9949
f40f5dc3
DN
9950 * m/sequent-ptx.h:
9951 * m/sequent.h:
9952 * s/ptx.h:
9953 * s/ptx4-2.h:
9954 * s/ptx4.h: Remove files for systems no longer supported.
9955
ce20b664 9956 * callproc.c (Fcall_process): Fix previous change.
8111ec05 9957
e39a993c
DN
99582008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
9959
052e457f 9960 * unexsunos4.c: Remove file, system not supported anymore.
e39a993c 9961
290afd83
JB
9962 * m/mips.h:
9963 * m/intel386.h:
e39a993c
DN
9964 * callproc.c:
9965 * config.in:
9966 * ecrt0.c:
9967 * emacs.c:
9968 * fileio.c:
9969 * frame.c:
9970 * getpagesize.h:
9971 * keyboard.c:
9972 * lread.c:
9973 * process.c:
9974 * puresize.h:
9975 * sysdep.c:
9976 * systty.h:
9977 * syswait.h:
9978 * unexec.c:
9979 * xdisp.c:
9980 * alloc.c: Remove code containing references to symbols defined by
9981 unsupported systems.
9982
81cd7687
KH
99832008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
9984
9985 * coding.c (detect_coding_mask): Fix previous change.
9986
218b3b76
KH
99872008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
9988
9989 * coding.c (detect_coding_iso2022): New arg
9990 latin_extra_code_state. Allow Latin extra codes only
9991 when *latin_extra_code_state is nonzero.
9992 (detect_coding_mask): If there is a NULL byte, detect the encoding
9993 as UTF-16 or binary. If Latin extra codes exist, detect the
9994 encoding as ISO-2022 only when there's no other proper encoding is
9995 found.
9996
59ce725a 99972008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
081f2203 9998
59ce725a
MB
9999 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
10000 #ifdef MAC_OS.
048addec 10001
59ce725a 100022008-01-08 Richard Stallman <rms@gnu.org>
048addec 10003
59ce725a 10004 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
048addec 10005
8290574e
NR
100062008-01-06 Nick Roberts <nickrob@snap.net.nz>
10007
a0a3805c 10008 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8290574e
NR
10009 menu bar in parentheses.
10010
f3041af1
DN
100112008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10012
10013 * m/7300.h:
10014 * m/acorn.h:
10015 * m/alliant-2800.h:
10016 * m/alliant.h:
10017 * m/alliant1.h:
10018 * m/alliant4.h:
10019 * m/altos.h:
10020 * m/amdahl.h:
10021 * m/apollo.h:
10022 * m/att3b.h:
10023 * m/aviion-intel.h:
10024 * m/aviion.h:
10025 * m/celerity.h:
10026 * m/clipper.h:
10027 * m/cnvrgnt.h:
10028 * m/convex.h:
10029 * m/cydra5.h:
10030 * m/delta88k.h:
10031 * m/dpx2.h:
10032 * m/dual.h:
10033 * m/elxsi.h:
10034 * m/f301.h:
10035 * m/gould-np1.h:
10036 * m/gould.h:
10037 * m/i860.h:
10038 * m/ibmps2-aix.h:
10039 * m/ibmrt-aix.h:
10040 * m/ibmrt.h:
10041 * m/irist.h:
10042 * m/is386.h:
10043 * m/isi-ov.h:
10044 * m/mega68.h:
10045 * m/mg1.h:
10046 * m/news-r6.h:
10047 * m/news-risc.h:
10048 * m/news.h:
10049 * m/nh3000.h:
10050 * m/nh4000.h:
10051 * m/ns16000.h:
10052 * m/ns32000.h:
10053 * m/nu.h:
10054 * m/orion.h:
10055 * m/orion105.h:
10056 * m/paragon.h:
10057 * m/pfa50.h:
10058 * m/plexus.h:
10059 * m/pyramid.h:
10060 * m/pyrmips.h:
10061 * m/sh3el.h:
10062 * m/sps7.h:
10063 * m/sr2k.h:
10064 * m/stride.h:
10065 * m/sun1.h:
10066 * m/sun2.h:
10067 * m/sun3-68881.h:
10068 * m/sun3-fpa.h:
10069 * m/sun3-soft.h:
10070 * m/sun3.h:
10071 * m/sun386.h:
10072 * m/symmetry.h:
10073 * m/tad68k.h:
10074 * m/tahoe.h:
10075 * m/targon31.h:
10076 * m/tek4300.h:
10077 * m/tekxd88.h:
10078 * m/tower32.h:
10079 * m/tower32v3.h:
10080 * m/ustation.h:
10081 * m/wicat.h:
10082 * m/xps100.h:
10083 * s/cxux.h:
10084 * s/cxux7.h:
10085 * s/dgux.h:
10086 * s/dgux4.h:
10087 * s/dgux5-4-3.h:
10088 * s/dgux5-4r2.h:
10089 * s/esix.h:
10090 * s/esix5r4.h:
10091 * s/hiuxmpp.h:
10092 * s/hiuxwe2.h:
10093 * s/iris3-5.h:
10094 * s/iris3-6.h:
10095 * s/isc2-2.h:
10096 * s/isc3-0.h:
10097 * s/isc4-0.h:
10098 * s/isc4-1.h:
10099 * s/newsos5.h:
10100 * s/newsos6.h:
10101 * s/osf1.h:
10102 * s/osf5-0.h:
10103 * s/riscix1-1.h:
10104 * s/riscix12.h:
10105 * s/sco4.h:
10106 * s/sco5.h:
10107 * s/sunos4-0.h:
10108 * s/sunos4-1.h:
10109 * s/sunos413.h:
10110 * s/sunos4shr.h:
10111 * s/umax.h:
10112 * s/unipl5-2.h:
10113 * s/xenix.h:
10114 * cxux-crt0.s:
10115 * unexapollo.c:
10116 * unexconvex.c:
10117 * unexenix.c:
10118 * unexsni.c: Remove files for systems no longer supported.
10119
10120 * m/intel386.h: Remove references to unsupported systems.
10121
10122 * w32.c (get_emacs_configuration): Remove reference to i860.
10123
10124 * sysdep.c: Remove dead code.
10125
d35e1cd7
DN
101262008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10127
10128 * s/rtu.h:
a0a3805c 10129 * m/masscomp.h: Remove files. Platform is obsolete.
d35e1cd7 10130
abe136ee
MA
101312008-01-04 Michael Albinus <michael.albinus@gmx.de>
10132
10133 * dbusbind.c (Fdbus_method_return): New function.
10134 (xd_read_message): Add the serial number to the event.
10135 (Fdbus_register_method): Activate the function.
10136
87df3c32
SM
101372008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * keyboard.c (read_key_sequence): Fix typo.
10140
5125905e
MA
101412008-01-03 Michael Albinus <michael.albinus@gmx.de>
10142
10143 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
10144 (xd_signature, xd_append_arg): Handle element type detection for
10145 empty arrays.
10146 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
10147 SDATA () calls; this must be solved more general.
10148 (Fdbus_register_signal): Use SBYTES instead of strlen.
10149
8bba1b5c
MH
101502008-01-03 Magnus Henoch <magnus@zemdatav>
10151
10152 * dbusbind.c (xd_append_arg): Use unsigned char instead of
10153 unsigned int for byte values (necessary for big-endian platform).
2c3a8b27 10154 (Fdbus_call_method): Handle the case of no returned arguments.
8bba1b5c 10155
a0a3805c 101562007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15f16c1b
MA
10157
10158 * dbusbind.c (xd_read_message): Use non-static input_event struct.
10159
a271e124
MH
101602007-12-31 Magnus Henoch <mange@freemail.hu>
10161
10162 * dbusbind.c (xd_signature): Signature of variant is just "v".
10163
17bc8f94
MA
101642007-12-30 Michael Albinus <michael.albinus@gmx.de>
10165
87df3c32 10166 * dbusbind.c: Fix several errors and compiler warnings.
1f204af3 10167 Reported by Tom Tromey <tromey@redhat.com>.
17bc8f94
MA
10168 (XD_ERROR, XD_DEBUG_MESSAGE)
10169 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
10170 (xd_append_arg): Part for basic D-Bus types rewitten.
10171 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
10172 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
10173 appropriate.
10174 (xd_read_message): Return Qnil. Don't signal an error; it is not
10175 useful during event reading.
10176 (Fdbus_register_signal): Signal an error if the check for
10177 FUNCTIONP fails.
10178 (Fdbus_register_method): New function. The implementation is not
10179 complete, the call of the function signals an error therefore.
10180 (Fdbus_unregister_object): New function, renamed from
10181 Fdbus_unregister_signal. The initial check signals an error, if
5125905e 10182 the object is not well formed.
17bc8f94 10183
dd6f2802
RS
101842007-12-30 Richard Stallman <rms@gnu.org>
10185
10186 * textprop.c (get_char_property_and_overlay):
10187 Signal error if POSITION is out of range in a buffer.
10188
1da8a031
MR
101892007-12-29 Martin Rudalics <rudalics@gmx.at>
10190
10191 * w32fns.c (Fx_create_frame): Make copy of frame parameters
10192 because the original parameters are in pure storage now.
10193
5742be86
YM
101942007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10195
10196 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
10197
b014713c
EZ
101982007-12-22 Eli Zaretskii <eliz@gnu.org>
10199
b17f53ab
MB
10200 * callint.c (syms_of_callint) <command-history>: Add reference to
10201 history-length in the doc string.
048addec 10202
b17f53ab 102032007-12-17 Jason Rumney <jasonr@gnu.org>
048addec 10204
b17f53ab
MB
10205 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
10206 before passing as wParam.
048addec 10207
9af5078b
MA
102082007-12-22 Michael Albinus <michael.albinus@gmx.de>
10209
10210 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
10211 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
10212 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
10213 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
10214 as number.
10215 (Fdbus_call_method): Fix docstring.
10216
87cf1a39
MA
102172007-12-21 Michael Albinus <michael.albinus@gmx.de>
10218
10219 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
10220 New macros.
87df3c32 10221 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
a0a3805c
JB
10222 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
10223 Simplify.
87cf1a39
MA
10224 (xd_signature): New function.
10225 (xd_append_arg): Compute also signatures. Major rewrite.
10226 (xd_retrieve_arg): Make debug messages friendly.
87df3c32
SM
10227 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
10228 Check for signatures of arguments.
87cf1a39 10229
54371585
MA
102302007-12-19 Michael Albinus <michael.albinus@gmx.de>
10231
10232 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
10233 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
10234 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
10235 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
10236 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
87df3c32 10237 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
54371585
MA
10238 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
10239 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
87df3c32 10240 (xd_retrieve_value): Remove. Functionality included in ...
54371585
MA
10241 (xd_append_arg): New function.
10242 (Fdbus_call_method, Fdbus_send_signal): Apply it.
10243
f5306ca3
MA
102442007-12-16 Michael Albinus <michael.albinus@gmx.de>
10245
10246 * dbusbind.c (top): Include <stdio.h>.
10247 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
10248 dbus_message_new_method_call and dbus_message_new_signal.
87df3c32
SM
10249 (Fdbus_register_signal): Rename unique_name to uname.
10250 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
f5306ca3
MA
10251 non-existing unique name. Fix typos in matching rule. Return an
10252 object which is useful in Fdbus_unregister_signal.
10253 (Fdbus_unregister_signal): Reimplementation, in order to remove
10254 only the corresponding entry.
10255 (Vdbus_registered_functions_table): Change the order of entries.
10256 Apply these changes in xd_read_message and Fdbus_register_signal.
10257
77a28bbf
AS
102582007-12-16 Andreas Schwab <schwab@suse.de>
10259
10260 * fileio.c (Finsert_file_contents): Fix overflow check to not
10261 depend on undefined integer overflow.
10262
2e3566d8
JR
102632007-12-14 Jason Rumney <jasonr@gnu.org>
10264
10265 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
10266 for characters above 127.
10267
bf254037
JR
102682007-12-13 Jason Rumney <jasonr@gnu.org>
10269
10270 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
10271 before dereferencing array.
10272 (lookup_vk_code): Remove zero comparison.
10273
eb7c7bf5
MA
102742007-12-14 Michael Albinus <michael.albinus@gmx.de>
10275
10276 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
87df3c32
SM
10277 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
10278 Use `unsigned int' instead of `uint'.
eb7c7bf5
MA
10279 (xd_read_message, Fdbus_register_signal): Split expressions into
10280 multiple lines before operators "&&" and "||", according to the
10281 GNU Coding Standards.
10282
34fb0fc9
EZ
102832007-12-14 Eli Zaretskii <eliz@gnu.org>
10284
10285 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
10286
c7d97628
JL
102872007-12-12 Juri Linkov <juri@jurta.org>
10288
10289 * buffer.c (Frename_buffer): In interactive spec replace
10290 `read-buffer' with `read-string' that uses `buffer-name-history'
10291 as history, and the current buffer's name as default.
10292
3709505e
SM
102932007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
10296 manipulating the backtrace manually.
10297 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
10298 (struct backtrace, backtrace_list): Remove.
10299 (command_loop_1): Remove dead var `no_direct'.
10300
10301 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
10302 preserve non-built-in buffer-local variables.
10303 (Fkill_all_local_variables): Don't re-create&re-set permanent
10304 buffer-local variables.
10305
e2bec886
JL
103062007-12-09 Juri Linkov <juri@jurta.org>
10307
10308 * buffer.c (Frename_buffer): Change interactive spec from "s" to
10309 Lisp code that uses `read-buffer' with current buffer as default.
10310
a31d47c7
MA
103112007-12-08 Michael Albinus <michael.albinus@gmx.de>
10312
10313 * dbusbind.c (xd_read_message): Generate an event for every
10314 registered handler. There might be several handlers registered
10315 for the same signal.
10316 (Fdbus_register_signal): Don't overwrite a registration for the
10317 same signal. Add a new registration if handlers are different.
10318 (Vdbus_registered_functions_table): Rework doc string.
10319
52da95fa
MA
103202007-12-07 Michael Albinus <michael.albinus@gmx.de>
10321
10322 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
10323 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
10324 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
10325 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
10326 Unify argument lists.
a0a3805c 10327 (xd_read_message, Fdbus_register_signal): Reorder and extend event
52da95fa
MA
10328 arguments and hash table keys. Use unique name for service.
10329 (Fdbus_unregister_signal): Remove checks.
10330 (Vdbus_registered_functions_table): Fix doc string.
10331
e5e76c04 103322007-12-05 Magnus Henoch <mange@freemail.hu>
0277bfa1
RS
10333
10334 * process.c (make_process): Initialize pty_flag to 0.
10335
e5e76c04 103362007-12-05 Jason Rumney <jasonr@gnu.org>
44b1dc2e
JR
10337
10338 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
10339 specified XBMs.
10340
e5e76c04 103412007-12-05 Richard Stallman <rms@gnu.org>
048addec 10342
e5e76c04 10343 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
048addec 10344
e5e76c04 103452007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 10346
e5e76c04
MB
10347 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
10348 New variable.
10349 (mac_try_close_socket) [MAC_OSX]: New function.
10350 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
10351 Update cfsockets_for_select. Replace invalid CFRunLoop source.
048addec 10352
e5e76c04
MB
10353 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
10354 Use mac_try_close_socket.
048addec 10355
e5e76c04 103562007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 10357
e5e76c04
MB
10358 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
10359 reloc_base.
10360 (copy_dysymtab): Compute relocation base here.
10361 (rebase_reloc_address) [__ppc64__]: New function.
10362 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
10363 changed.
048addec 10364
e5e76c04 103652007-12-05 Jason Rumney <jasonr@gnu.org>
048addec 10366
e5e76c04 10367 * w32proc.c (sys_spawnve): Quote args with wildcards.
048addec 10368
e5e76c04 103692007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 10370
e5e76c04
MB
10371 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
10372 __objc_* sections.
10373 (unrelocate) [_LP64]: Set relocation base to address of data segment.
048addec 10374
96faeb40
MA
103752007-12-05 Michael Albinus <michael.albinus@gmx.de>
10376
10377 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
10378 Move check for Vdbus_registered_functions_table to
10379 xd_read_queued_messages.
10380 (xd_read_queued_messages): Protect xd_read_message calls by
10381 internal_condition_case_1.
10382
39abdd4a
MA
103832007-12-04 Michael Albinus <michael.albinus@gmx.de>
10384
87df3c32 10385 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
39abdd4a 10386 Qdbus_system_bus and Qdbus_session_bus, respectively.
87df3c32 10387 (Vdbus_intern_symbols): Remove.
39abdd4a 10388 (Vdbus_registered_functions_table): New hash table.
87df3c32 10389 (XD_SYMBOL_INTERN_SYMBOL): Remove.
39abdd4a 10390 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
87df3c32 10391 Rewrite in order to manage registered functions by hash table
39abdd4a
MA
10392 Vdbus_registered_functions_table.
10393
880820fe 103942007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7ba30657
JD
10395
10396 * xterm.c: Update URL to Window Manager Specification in comment.
10397
033b73e2
MA
103982007-12-02 Michael Albinus <michael.albinus@gmx.de>
10399
10400 * config.in (HAVE_DBUS): Add.
10401
a0a3805c 10402 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
033b73e2
MA
10403 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
10404 (obj): Add $(DBUS_OBJ).
10405 (LIBES): Add $(DBUS_LIBS).
10406 (dbusbind.o): New target.
10407
10408 * dbusbind.c: New file.
10409
10410 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
10411
10412 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
a0a3805c 10413 (Qdbus_event): New Lisp symbol.
033b73e2 10414 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
87df3c32 10415 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
033b73e2
MA
10416 (keys_of_keyboard ): Define dbus-event.
10417
10418 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
10419
39d0bf74
RS
104202007-12-01 Richard Stallman <rms@gnu.org>
10421
10422 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
10423
f3157c65
JR
104242007-11-30 Jason Rumney <jasonr@gnu.org>
10425
10426 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
10427 (w32con_reset_terminal_modes): Clear screen buffer.
f1e8dcf1
JR
10428 (w32_face_attributes): Don't use color indexes that are out of range.
10429 Only reverse the default colors.
f3157c65
JR
10430
10431 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
10432 WINDOWSNT.
10433
10434 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
10435
b510360c
JR
104362007-11-29 Jason Rumney <jasonr@gnu.org>
10437
10438 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
10439 (w32_face_attributes): Use Vtty_defined_color_alist to determine
10440 if the terminal colors are initialized.
10441 (unspecified_fg, unspecified_bg): Remove unused declarations.
10442
4b7ab1c4
AS
104432007-11-29 Andreas Schwab <schwab@suse.de>
10444
10445 * keyboard.c (apply_modifiers): Fix typo.
10446
4bb6c266
RS
104472007-11-29 Richard Stallman <rms@gnu.org>
10448
10449 * keymap.c (Fcurrent_local_map): Doc fix.
10450
aa44cd84
GM
104512007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
10452
10453 * s/gnu-kfreebsd.h: New file.
10454
21ec2c43
SM
104552007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10456
cc648cef
SM
10457 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
10458 Don't cast redundantly.
10459
21ec2c43
SM
10460 * keyboard.c (KEY_TO_CHAR): New macro.
10461 (parse_modifiers, apply_modifiers): Accept integer arguments.
10462 (read_key_sequence): Use them to unify the "shift->unshift" mapping
10463 for chars and symbol keys.
10464 After doing such remapping, apply function-key-map again.
10465
73e72da4
DN
104662007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
10467
10468 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
10469 compiled anymore.
10470
254693ff
AS
104712007-11-26 Andreas Schwab <schwab@suse.de>
10472
10473 * process.c (list_processes_1): Fix indentation level of the
10474 command column.
10475
ff6e6ac8
AS
104762007-11-23 Andreas Schwab <schwab@suse.de>
10477
10478 * editfns.c (Fformat): Handle %c specially since it requires the
10479 argument to be of type int.
10480
f7cf8b20
SM
104812007-11-23 Markus Triska <markus.triska@gmx.at>
10482
10483 * emacs.c (main): Call init_editfns before init_process, since
2a2e8de7 10484 init_process sets Vprocess_connection_type depending on OS release.
f7cf8b20 10485
569c11e3
SM
104862007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10487
8787dd73
SM
10488 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
10489 (find_symbol_value): Use do_symval_forwarding.
10490
569c11e3
SM
10491 * data.c (set_internal): Set the value in the `cons-cell' (for
10492 Buffer_Local_values) not only for frame-local variables.
10493
6af1696d
AS
104942007-11-22 Andreas Schwab <schwab@suse.de>
10495
10496 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
10497 values to sprintf.
10498 * keymap.c (Fsingle_key_description): Likewise.
10499 * print.c (print_object): Likewise.
10500
880820fe 105012007-11-22 Jan Djärv <jan.h.d@swipnet.se>
d4ad8c04
JD
10502
10503 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
10504 file for image is nil.
10505
7c401d15
DN
105062007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
10507
10508 * term.c: Include stdarg.h.
569c11e3 10509 (fatal): Implement using varargs.
a0a3805c 10510 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7c401d15 10511
64e16c3c
SM
105122007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
10515 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
10516 Update call to buffer_slot_type_mismatch.
10517 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
10518 (buffer_slot_type_mismatch): Update.
10519 * buffer.c (buffer_local_types): Remove.
10520 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
10521 (defvar_per_buffer): Set the type in the buffer_objfwd.
10522
d4aa48db 105232007-11-21 Jason Rumney <jasonr@gnu.org>
5f42a7eb 10524
64e16c3c
SM
10525 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
10526 CreateFileMapping returns NULL on failure.
5f42a7eb 10527
d4aa48db 105282007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
048addec 10529
d4aa48db
MB
10530 * search.c (Fset_match_data): Remove the `evaporate' feature.
10531 (unwind_set_match_data): Don't use the `evaporate' feature.
437dfb9f 10532
bdae0540
JR
105332007-11-21 Jason Rumney <jasonr@gnu.org>
10534
10535 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
10536
10537 * w32console.c (w32con_write_glyphs): Remove unused variables.
10538
202c09a8
DN
105392007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10540
b951420f
DN
10541 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
10542
202c09a8
DN
10543 * s/darwin.h (MULTI_KBOARD): Remove.
10544
10545 * macfns.c (x_create_tip_frame, Fx_create_frame)
10546 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
10547
bae72c12
SM
105482007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10549
e7c10f83
SM
10550 * buffer.c (Fbuffer_local_value): Remove redundant test.
10551 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
10552 than in `current-buffer' to match the comment.
10553 Do the swap using swap_in_global_binding.
10554
136eb6ed
SM
10555 * data.c (store_symval_forwarding, set_internal):
10556 * eval.c (specbind): Remove dead code.
10557
bae72c12
SM
10558 * coding.c (detect_coding, Fupdate_coding_systems_internal):
10559 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
10560 Since we do not want to see internal Lisp_*fwd objects here.
10561
880820fe 105622007-11-18 Jan Djärv <jan.h.d@swipnet.se>
95fbaefc 10563
3d66b985
JD
10564 * sysdep.c (init_system_name): Use getaddrinfo if available.
10565
95fbaefc
JD
10566 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
10567 (x_scroll_bar_note_movement): start, end, with, height in struct
10568 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
10569
6c1d8cb6
DN
105702007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
10571
10572 * puresize.h (BASE_PURESIZE): Increase to 1190000.
10573
30f95089
SM
105742007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10575
66b04bd4
SM
10576 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
10577 This undoes Richard's change of 14-Oct-2002.
10578
6d3f2bb2
SM
10579 * alloc.c (allocate_other_vector):
10580 * lisp.h (allocate_other_vector): Remove.
10581
b05b4e27
SM
10582 * window.c (struct save_window_data): Move non-lisp data to the end
10583 and make it `int' rather than Lisp_Object.
10584 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
10585 Done wrap/unwrap integer values.
10586 (Fset_window_configuration, compare_window_configurations):
10587 Update use of fields to their new types.
10588
056ce195
SM
10589 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
10590 Turn integer fields into `int'. Merge x_window_low and x_window_high.
10591 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
10592 (SET_SCROLL_BAR_X_WINDOW): Remove.
10593 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
10594 Access the new x_window field directly.
10595 * xterm.c (x_scroll_bar_create): Use a pseudovector.
10596 Don't wrap/unwrap integers into Lisp_Objects.
10597 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
10598 (x_scroll_bar_report_motion):
10599 Don't wrap/unwrap integers into Lisp_Objects.
10600 (x_term_init): Use SDATA.
10601 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
10602 (x_scroll_bar_set_handle, x_scroll_bar_remove)
10603 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
10604 (x_scroll_bar_report_motion, x_scroll_bar_clear):
10605 * xfns.c (x_set_background_color):
10606 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
10607 Access the new x_window field directly.
10608
30f95089
SM
10609 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
10610 (allocate_pseudovector): Make non-static.
6d3f2bb2 10611
30f95089
SM
10612 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
10613 (allocate_pseudovector): Declare.
6f69e89b 10614 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
30f95089 10615
9b6112e8
AS
106162007-11-15 Andreas Schwab <schwab@suse.de>
10617
30f95089
SM
10618 * editfns.c (Fformat): Correctly format EMACS_INT values.
10619 Also take precision into account when formatting an integer.
0f860bd7 10620
9b6112e8
AS
10621 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
10622
262fcd41
SM
106232007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10624
58da34c7
SM
10625 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
10626 (syms_of_keyboard): Defsubr it.
10627
262fcd41
SM
10628 * data.c (swap_in_global_binding): Fix longstanding bug where
10629 store_symval_forwarding was not called with the right second argument,
10630 thus causing objfwd-ing from being dropped.
10631
d29a9848
JB
106322007-11-14 Juanma Barranquero <lekktu@gmail.com>
10633
10634 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
10635 (Fx_display_pixel_height, Fx_display_planes)
10636 (Fx_display_color_cells, Fx_server_max_request_size)
10637 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
10638 (Fx_display_visual_class, Fx_display_save_under):
10639 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
10640 (Fx_display_pixel_height, Fx_display_planes)
10641 (Fx_display_color_cells, Fx_server_max_request_size)
10642 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10643 (Fx_display_mm_height, Fx_display_mm_width)
10644 (Fx_display_backing_store, Fx_display_visual_class)
10645 (Fw32_select_font, Fx_display_save_under):
10646 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
10647 (Fx_display_pixel_height, Fx_display_planes)
10648 (Fx_display_color_cells, Fx_server_max_request_size)
10649 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
10650 (Fx_display_save_under): Fix typos in docstrings.
10651
74084731
JB
106522007-11-14 Juanma Barranquero <lekktu@gmail.com>
10653
10654 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
10655 corresponding to deleted entries; they are an implementation detail.
10656 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
10657 Remove variables.
10658 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
10659 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
10660 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
10661 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
10662 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
d29a9848 10663 (Fw32_define_rgb_color, Fw32_load_color_file)
74084731 10664 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
02b39a28
JB
10665 Fix typos in docstrings.
10666 (Fx_server_version): Reflow docstring.
10667 (Fw32_shell_execute): Doc fixes.
74084731 10668
fb053a1f
JB
106692007-11-13 Juanma Barranquero <lekktu@gmail.com>
10670
10671 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
10672 if w32_parse_hot_key returned nil.
10673
a457417e 106742007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9ec1bdb6 10675
a457417e 10676 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9ec1bdb6 10677
4b219faa
JR
106782007-11-09 Jason Rumney <jasonr@gnu.org>
10679
10680 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
10681
10682 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
10683
10684 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
10685 Remove W32_SCROLL_BAR_CLICK_EVENT.
10686
10687 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
10688 Add MULTIMEDIA_KEY_EVENT.
10689
10690 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
10691 (lispy_multimedia_keys) [WINDOWSNT]: New array.
10692 (make_lispy_event) [WINDOWSNT]: Use it to translate
10693 MULTIMEDIA_KEY_EVENT.
10694
10695 * w32term.h (WM_APPCOMMAND): Define if not already.
10696 (GET_APPCOMMAND_LPARAM): Likewise.
10697
10698 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
10699 WM_APPCOMMAND.
10700
10701 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
10702 (syms_of_w32fns): Export and initialize it.
10703 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
10704
c12ecb0a 107052007-11-09 Chong Yidong <cyd@stupidchicken.com>
d388d2ac
CY
10706
10707 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
10708 twice.
10709
10710 * xdisp.c (handle_face_prop): Fix last change.
10711
c12ecb0a 107122007-11-09 Richard Stallman <rms@gnu.org>
048addec 10713
c12ecb0a
MB
10714 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
10715 not just for after-strings and before-strings.
10716 Call face_for_overlay_string and pass the overlay to it.
10717 (handle_display_prop): Determine whether property came from an overlay.
10718 Pass OVERLAY arg to handle_single_display_spec.
10719 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
10720 (load_overlay_strings): Fill in it->string_overlays.
10721 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
b5cb6072 10722
c12ecb0a
MB
10723 * xfaces.c (face_for_overlay_string): Function renamed from
10724 face_at_buffer_position_no_overlays, and add arg OVERLAY.
b5cb6072 10725
c12ecb0a
MB
10726 * dispextern.h (struct it): New elt string_overlays.
10727 New elt from_overlay, also in stack.
10728 Rearrange a few elements.
10729 (face_for_overlay_string): Decl renamed from
10730 face_at_buffer_position_no_overlays, and add argument.
15fff01d 10731
c12ecb0a 107322007-11-09 Richard Stallman <rms@gnu.org>
0065bb74 10733
c12ecb0a
MB
10734 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
10735 to get the base face for an overlay string.
0d8466cc 10736
c12ecb0a 10737 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15fff01d 10738
c12ecb0a 10739 * xfaces.c (face_at_buffer_position_no_overlays): New function.
2fae9111 10740
c12ecb0a 10741 * xdisp.c (handle_stop): Move some code out of loop.
2d6c1fc0 10742
c12ecb0a 107432007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
07025a55 10744
c12ecb0a
MB
10745 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
10746 Fix conversion from Lisp object to ATSUFontID.
07025a55 10747
c12ecb0a 107482007-11-09 Jason Rumney <jasonr@gnu.org>
07025a55 10749
c12ecb0a 10750 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
3a232704 10751
c12ecb0a 107522007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
539e92ad 10753
c12ecb0a
MB
10754 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
10755 Don't assume regions are aligned to page boundary.
10756 (print_load_command_name): Add LC_UUID if defined.
3a232704 10757
c12ecb0a 107582007-11-09 Richard Stallman <rms@gnu.org>
0cb8bb48 10759
c12ecb0a 10760 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
539e92ad 10761
b8ddfbcc
JR
107622007-11-07 Jason Rumney <jasonr@gnu.org>
10763
10764 * s/windows95.h: Remove.
10765
880820fe 107662007-11-06 Jan Djärv <jan.h.d@swipnet.se>
e624c3f9
JD
10767
10768 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
10769 abort with a message on unhandled store_type values.
10770
880820fe 107712007-11-01 Jan Djärv <jan.h.d@swipnet.se>
ac1278c1
JD
10772
10773 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
10774 Remove HAVE_X11R5 and HAVE_X11R4.
10775
04a697fe
DN
107762007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
10777
10778 * Makefile.in: Remove references to sunfns.c and sunfns.o.
10779
880820fe 107802007-11-01 Johan Bockgård <bojohan@gnu.org>
56dad874
GM
10781
10782 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
fb053a1f 10783 Don't set s->stippled_p here, since it has already been set by
56dad874
GM
10784 x_set_glyph_string_gc from x_draw_glyph_string.
10785
07e5c0b0
DN
107862007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
10787
2a2e8de7 10788 * sunfns.c: Remove file.
07e5c0b0
DN
10789
10790 * m/sun386.h:
10791 * m/sun2.h:
10792 * m/sparc.h: Remove Sun windows code.
10793
1bc973c2
SM
107942007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
10797 (init_keyboard): Set current_kboard's window-system to nil.
10798 (tty_read_avail_input): Typo.
10799 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
10800
c22140f6
DN
108012007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10802
10803 * s/usg5-4.h:
10804 * s/usg5-3.h:
10805 * s/ptx.h:
10806 * m/is386.h:
10807 * m/ibmps2-aix.h:
2a2e8de7 10808 * Makefile.in: Remove all mentions of X10.
c22140f6
DN
10809
10810 * dispnew.c (syms_of_display): Don't mention version 10.
10811
660a8219
JB
108122007-10-28 Juanma Barranquero <lekktu@gmail.com>
10813
10814 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
10815 ($(BLD)/abbrev.$(O)): Remove.
10816
e047f448
SM
108172007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 Rewrite abbrev.c in Elisp.
10820 * image.c (Qcount): Don't declare as extern.
10821 (syms_of_image): Initialize and staticpro `Qcount'.
10822 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
10823 * emacs.c (main): Don't call syms_of_abbrev.
10824 * Makefile.in (obj): Remove abbrev.o.
10825 (abbrev.o): Remove.
10826 * abbrev.c: Remove.
10827
67b73e3a
MR
108282007-10-26 Martin Rudalics <rudalics@gmx.at>
10829
10830 * window.c (window_min_size_2): Don't count header-line.
10831
e3d7bd83
DN
108322007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10833
10834 * frame.h (struct frame): Move all bit fields after the first bit
660a8219 10835 field to take advantage of the available space. Group all the
e3d7bd83
DN
10836 chars together to reduce wasted space due to padding.
10837
a3547743
JB
108382007-10-26 Juanma Barranquero <lekktu@gmail.com>
10839
e298936f
JB
10840 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
10841
d3d47262
JB
10842 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
10843 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
10844 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
10845 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
10846 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
10847 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
10848 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
10849 (last_marked, mark_object_loop_halt): Make static.
10850
a3547743
JB
10851 * frame.c (syms_of_frame) <delete-frame-functions>:
10852 Fix typo in docstring.
10853
14c71d8b
JB
108542007-10-25 Juanma Barranquero <lekktu@gmail.com>
10855
10856 * w32.c (init_environment): Fix tiny memory leak.
66199f74 10857 (w32_get_resource): Remove unused variable `ok'.
14c71d8b 10858
70b8d0a4
SM
108592007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 Make `window-system' into a keyboard-local variable (rather than
10862 frame-local as done originally by multi-tty).
10863
10864 * keyboard.h (struct kboard): Add Vwindow_system.
10865 * keyboard.c (init_kboard): Set a default for Vwindow_system.
10866 (mark_kboards): Mark Vwindow_system.
10867
10868 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
10869 (init_display): Don't set the obsolete `window-system' frame-param.
10870
10871 * xterm.c (x_term_init):
10872 * w32term.c (w32_create_terminal):
10873 * term.c (init_tty): Set Vwindow_system.
10874 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
10875 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
10876
10877 * xfns.c (Fx_create_frame, x_create_tip_frame):
10878 * w32fns.c (Fx_create_frame, x_create_tip_frame):
10879 * macfns.c (Fx_create_frame):
10880 Don't set the obsolete `window-system' frame-param.
10881
10882 * frame.h (Qwindow_system): Remove.
10883 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
10884 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
10885
fdc90613 108862007-10-24 Richard Stallman <rms@gnu.org>
4521d1fc 10887
fdc90613
MB
10888 * frame.c (x_figure_window_size): For fullscreen case,
10889 set USPosition | PPosition without clobbering rest of window_prompting.
7c75be36 10890
fdc90613 10891 * keyboard.c (Fcurrent_idle_time): Doc fix.
4521d1fc 10892
fdc90613 10893 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4521d1fc 10894
7357cb04
SM
108952007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10896
98228e72
SM
10897 * process.c (unwind_request_sigio): Only define if __ultrix__.
10898
1baf6db9
SM
10899 * callproc.c (child_setup): Remove spurious *.
10900
4d0ac3d7
SM
10901 * lisp.h (Fget_text_property): Declare.
10902 (have_menus_p): Declare it here rather than in sys-dep header files.
10903 * macterm.h (have_menus_p):
10904 * msdos.h (have_menus_p):
10905 * xterm.h (have_menus_p): Remove.
10906
7357cb04
SM
10907 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10908 (Fmake_variable_frame_local): Just check the variable's const-ness
10909 rather than checking nil or t.
10910
866e6dd6
JR
109112007-10-22 Jason Rumney <jasonr@gnu.org>
10912
b00afeae
JR
10913 * w32fns.c: Include math.h.
10914 (w32_abort): Declaration moved to nt/config.nt.
0f7f11b7 10915
c8f7c76b
JR
10916 * s/ms-w32.h (HAVE_STDLIB_H): Define.
10917 (abort): Redefinition moved to nt/config.nt.
10918
866e6dd6
JR
10919 * m/windowsnt.h: Remove.
10920
e79beb56
JB
109212007-10-22 Juanma Barranquero <lekktu@gmail.com>
10922
10923 * emacs.c (Fdump_emacs): Fix typo in message.
10924 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
10925 <installation-directory>: Reflow docstring.
10926
fb30dfd2
JL
109272007-10-22 Juri Linkov <juri@jurta.org>
10928
10929 * minibuf.c: Allow minibuffer default to be a list of default values.
10930 With empty input use the first element of this list as returned default.
e79beb56 10931 (string_to_object)
0f7f11b7 10932 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
fb30dfd2
JL
10933 (read_minibuf): If defalt is cons, set histstring to its car.
10934 (Fread_string): If default_value is cons, set val to its car.
10935 (Fread_buffer): If def is cons, use its car.
10936 (Fcompleting_read): If defalt is cons, set val to its car.
10937
1f163f28
MA
109382007-10-21 Michael Albinus <michael.albinus@gmx.de>
10939
10940 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
10941
db3534c3
JB
109422007-10-20 Juanma Barranquero <lekktu@gmail.com>
10943
10944 * doc.c (Fdocumentation): Check for advice in all cases.
10945
c6f18a07
CY
109462007-10-19 Chong Yidong <cyd@stupidchicken.com>
10947
10948 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
10949
2a1534d3
RS
109502007-10-19 Richard Stallman <rms@gnu.org>
10951
10952 * doc.c (Fdocumentation): Check for and handle an advised function.
10953
7b82c3b6
JB
109542007-10-19 Juanma Barranquero <lekktu@gmail.com>
10955
10956 * process.c (Fset_process_filter): Doc fix.
10957
3278f20e
SM
109582007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
10961 which caused key-translation-map to applied repeatedly (thus breaking
10962 double-mode).
10963
99784d63
SM
109642007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * xselect.c (x_own_selection, x_handle_selection_clear)
10967 (x_clear_frame_selections):
10968 * w32menu.c (list_of_panes, list_of_items):
10969 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
10970 * textprop.c (validate_plist, interval_has_all_properties)
10971 (interval_has_some_properties, interval_has_some_properties_list)
10972 (add_properties, text_property_list):
10973 * process.c (Fget_buffer_process, list_processes_1, status_notify):
10974 * minibuf.c (Fassoc_string):
10975 * macselect.c (x_own_selection, x_clear_frame_selections)
10976 (Fx_disown_selection_internal):
10977 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
10978 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
10979
44bb704d
CY
109802007-10-17 Chong Yidong <cyd@stupidchicken.com>
10981
10982 * process.c: Link to libs for calling res_init() if available.
10983 (Fmake_network_process): Call res_init() before getaddrinfo or
10984 gethostbyname, if possible.
10985
d314756e
SM
109862007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10987
2504022a
SM
10988 * lread.c (read1): Set pvectype for char_tables.
10989
19fa82b9
SM
10990 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
10991 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
10992 Add type checks.
10993 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
10994
d314756e
SM
10995 * alloc.c (free_misc): Use XMISCTYPE.
10996 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
10997
94b9aaa2
GM
109982007-10-17 Glenn Morris <rgm@gnu.org>
10999
11000 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
11001 (syms_of_minibuf): Add Qcompletion_ignore_case.
11002 * dired.c (Qcompletion_ignore_case): Change to external.
11003 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
11004 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
11005 (Fread_file_name): Use it rather than intern'ing.
11006
11007 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
11008 (Fread_coding_system): Ignore case of user input.
11009
da6658e8
YM
110102007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11011
11012 * xdisp.c (handle_display_prop): Ignore display specs after
11013 replacing one when string text is being replaced.
11014 (handle_single_display_spec): Pretend as if characters with display
11015 property haven't been consumed only when buffer text is being replaced.
11016
11fb4bdb
SM
110172007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11018
9beb8baa
SM
11019 * xfns.c (Fx_create_frame, Fx_display_list):
11020 * window.c (window_fixed_size_p, enlarge_window)
11021 (shrink_window_lowest_first):
11022 * macterm.c (init_font_name_table):
11023 * macfns.c (Fx_create_frame, Fx_display_list):
11024 * lread.c (close_load_descs):
11025 * keyboard.c (read_char_x_menu_prompt):
11026 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
11027 * coding.c (code_convert_region_unwind): Test the type of an object
11028 rather than just !NILP before extracting data from it.
11029
d3f41ff5
SM
11030 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
11031
67ee9f6e
SM
11032 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
11033 (XMISCANY): New macro.
11034 (XMISCTYPE): Use it.
11035 (struct Lisp_Misc_Any): New type.
11036 (union Lisp_Misc): Use it.
11037 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
11038 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
11039 (find_symbol_value, set_internal, default_value, Fset_default)
11040 (Fmake_variable_buffer_local, Fmake_local_variable)
11041 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
11042 (Flocal_variable_if_set_p, Fvariable_binding_locus):
11043 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
11044 * alloc.c (allocate_buffer): Set the size and tag.
11045 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
11046 Use XMISCANY.
11047 (die): Follow the GNU convention for error messages.
11048 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
11049 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
11050 tag any more.
11051 (set_buffer_internal_1):
11052 * frame.c (store_frame_param):
11053 * eval.c (specbind):
11054 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
11055
11fb4bdb
SM
11056 * doc.c (Fsnarf_documentation): Simplify.
11057
decb374a
JB
110582007-10-14 Juanma Barranquero <lekktu@gmail.com>
11059
11060 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
11061 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
11062
b5a40ee7
SM
110632007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11064
11065 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
11066
35277b03
JB
110672007-10-14 Juanma Barranquero <lekktu@gmail.com>
11068
11069 * eval.c (do_autoload): Don't save autoloads.
11070
11071 * data.c (Ffset): Save autoload of the function being set.
11072
35fdaa62
GM
110732007-10-07 John Paul Wallington <jpw@pobox.com>
11074
11075 * xfns.c (x_create_tip_frame): Set the `display-type' frame
11076 parameter before setting up faces.
11077
1ea40aa2
EZ
110782007-10-13 Eli Zaretskii <eliz@gnu.org>
11079
35fdaa62 11080 * ccl.c (Fregister_code_conversion_map):
96a5affb
EZ
11081 * keyboard.c (append_tool_bar_item): Reformat last change.
11082
1ea40aa2
EZ
11083 * lisp.h (eabs): Rename from `abs'. All callers changed.
11084
35277b03 110852007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
71d00ce4
EZ
11086
11087 * buffer.c (add_overlay_mod_hooklist):
11088 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
11089 * fontset.c (make_fontset):
11090 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
11091 (append_tool_bar_item):
11092 * macmenu.c (grow_menu_items):
35fdaa62 11093 * w32menu.c (grow_menu_items):
71d00ce4 11094 * xmenu.c (grow_menu_items): Use larger_vector.
35fdaa62 11095
bc82f120
EZ
110962007-10-13 Eli Zaretskii <eliz@gnu.org>
11097
11098 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
11099 selected frame'' on MSDOS).
11100
d57d5a78
MR
111012007-10-12 Martin Rudalics <rudalics@gmx.at>
11102
11103 * frame.c (Qexplicit_name): New variable.
11104 (x_report_frame_params): Report it in parameter alist.
11105 (syms_of_frame): Intern and staticpro it.
11106
35277b03 111072007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
04710ebd
JR
11108
11109 * macfns.c (x_create_tip_frame): Set terminal for frame.
11110
c7a4b95b
SM
111112007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11112
26f9c7b7
SM
11113 * frame.c (Qenvironment): Remove.
11114 (syms_of_frame) <Qenvironment>: Don't initialize.
11115 (Fdelete_frame): Don't treat the `environment' param specially.
11116 * frame.h (Qenvironment): Don't declare.
11117 * callproc.c (set_initial_environment): Don't set unused frame param.
11118
c7a4b95b
SM
11119 * frame.c (Fframe_with_environment): Remove.
11120 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26f9c7b7 11121
c7a4b95b
SM
11122 * lisp.h (Fframe_with_environment): Don't declare.
11123
c86f7377
JB
111242007-10-10 Juanma Barranquero <lekktu@gmail.com>
11125
11126 * indent.c (indent_tabs_mode, last_known_column)
11127 (last_known_column_modified): Make static.
11128 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
11129
d1b3a122
KY
111302007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
11131
11132 * puresize.h (BASE_PURESIZE): Increase to 1170000.
11133
d57d5a78
MR
111342007-10-09 Jason Rumney <jasonr@gnu.org>
11135
11136 * w32term.c (x_set_window_size): Disable code that attempts to tell
11137 Lisp code about a size change before it actually happens.
11138
81d3d428 111392007-10-09 Richard Stallman <rms@gnu.org>
91175673 11140
81d3d428
MB
11141 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
11142 return HANDLED_RETURN.
91175673 11143
1af74d06 111442007-10-08 Martin Rudalics <rudalics@gmx.at>
4f1b1854 11145
1af74d06
MB
11146 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
11147 when there's an unread command event.
e0fead5d 11148
c7a4b95b 11149 * frame.c (focus_follows_mouse): Move here from frame.el to allow
1af74d06
MB
11150 window autoselection act appropriately when leaving selected frame.
11151 (syms_of_frame): Initialize focus_follows_mouse.
11152 * frame.h (focus_follows_mouse): Extern it.
11153 * macterm.c (XTread_socket): When focus_follows_mouse is nil
c7a4b95b 11154 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
1af74d06
MB
11155 * msdos.c (dos_rawgetc): Likewise.
11156 * w32term.c (w32_read_socket): Likewise.
11157 * xterm.c (handle_one_xevent): Likewise.
11158 * xdisp.c (syms_of_xdisp): In doc-string of
11159 mouse-autoselect-window mention focus-follows-mouse.
e0fead5d 11160
1af74d06 111612007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e0fead5d 11162
1af74d06
MB
11163 * macterm.c (mac_load_query_font): Fix missing return value.
11164 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
11165 Add BLOCK_INPUT.
c186cdb3 11166
1af74d06 111672007-10-08 Richard Stallman <rms@gnu.org>
c186cdb3 11168
1af74d06
MB
11169 * xdisp.c (get_window_cursor_type): Implement documented behavior
11170 for cursor-in-non-selected-windows = t.
c186cdb3 11171
1af74d06 111722007-10-08 Jason Rumney <jasonr@gnu.org>
c186cdb3 11173
1af74d06 11174 * w32.c (w32_get_resource): Always close registry keys.
58cfce98 11175
1af74d06 111762007-10-08 Jason Rumney <jasonr@gnu.org>
58cfce98 11177
1af74d06 11178 * makefile.w32-in (LIBS): Add COMCTL32.
62854fe2 11179
1af74d06 11180 * w32fns.c (globals_of_w32fns): Init common controls.
62854fe2 11181
1af74d06 111822007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 11183
c7a4b95b 11184 * image.c (our_memory_buffer): Rename from omfib_buffer.
656f46bb 11185
1af74d06 111862007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 11187
1af74d06 11188 * buffer.c (Foverlays_at): Doc fix.
036e218d 11189
1af74d06 111902007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
036e218d 11191
1af74d06 11192 * fns.c (Fplist_put): Preserve uneven tail data.
7ddb2c16 11193
1af74d06 111942007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7ddb2c16 11195
1af74d06 11196 * termhooks.h (enum event_kind): Remove trailing comma.
ace9b298 11197
1af74d06 11198 * frame.h (enum): Remove trailing comma.
90647b07 11199
8993ad2e 112002007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
90647b07 11201
1af74d06 11202 * w32proc.c (delete_child): Don't terminate threads of zombies.
ace9b298 11203
1af74d06 112042007-10-08 Martin Rudalics <rudalics@gmx.at>
ace9b298 11205
1af74d06 11206 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
ace9b298 11207
1af74d06
MB
11208 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
11209 last-repeatable-command.
11210 (init_kboard): Initialize Vlast_repeatable_command.
11211 (command_loop_1): Set it to real_this_command unless that was
11212 bound to an input event.
11213 (mark_kboards): Mark it.
9fbc32aa 11214
1af74d06 112152007-10-08 Richard Stallman <rms@gnu.org>
036e218d 11216
1af74d06 11217 * eval.c (condition-case): Doc fix.
9fbc32aa 11218
1af74d06 112192007-10-08 Masatake YAMATO <jet@gyve.org>
9fbc32aa 11220
1af74d06
MB
11221 * xfaces.c (tty_supports_face_attributes_p): Fix code
11222 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
11223 was copied and not edited.
9fbc32aa 11224
beb9f745
SM
112252007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11226
c86f7377 11227 Add new `input-decode-map' keymap and use it for terminal
4f4a84ec
SM
11228 escape sequences.
11229 * keyboard.h (struct kboard): Add Vinput_decode_map.
11230 Remove Vlocal_key_translation_map.
11231 * keyboard.c (read_key_sequence): Add support for input-decode-map.
11232 (init_kboard): Init input-decode-map.
11233 Replace local-key-translation-map back with key-translation-map.
11234 (syms_of_keyboard): Declare input-decode-map.
11235 Remove local-key-translation-map. Update docstrings.
11236 (mark_kboards): Mark Vinput_decode_map.
11237 Don't mark Vlocal_key_translation_map.
11238 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
11239 Replace local-key-translation-map back with key-translation-map.
11240 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
11241 Bind in input-decode-map rather than function-key-map.
11242
beb9f745
SM
11243 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
11244 This was made redundant by the previous introduction of XSETPVECTYPE.
11245
65342ae3
RS
112462007-10-09 Richard Stallman <rms@gnu.org>
11247
beb9f745 11248 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
65342ae3
RS
11249
112502007-09-29 Richard Stallman <rms@gnu.org>
11251
11252 * eval.c (internal_condition_case_2, internal_condition_case_1)
11253 (internal_condition_case): Reenable abort if x_catching_errors ()
11254 to see if that really happens and why.
11255
6cff77fd
AS
112562007-10-06 Andreas Schwab <schwab@suse.de>
11257
11258 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
11259
bbe6f2aa
JB
112602007-10-04 Juanma Barranquero <lekktu@gmail.com>
11261
11262 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
11263
a390930c
SM
112642007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
11267
d6aa1876
SM
112682007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11269
d0fdb6da
SM
11270 * window.h (struct window):
11271 * window.c (struct save_window_data, struct saved_window):
11272 * termhooks.h (struct terminal):
11273 * process.h (struct Lisp_Process):
11274 * frame.h (struct frame):
11275 * buffer.h (struct buffer):
11276 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
11277 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
11278 The size field of (pseudo)vectors is now unsigned.
11279 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
11280
878f97ff
SM
11281 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
11282 Turn `count' into an integer.
d0fdb6da 11283
878f97ff
SM
11284 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
11285 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
11286 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
11287 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
11288 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
11289
d2029e5b
SM
11290 * alloc.c (allocate_pseudovector): New fun.
11291 (ALLOCATE_PSEUDOVECTOR): New macro.
11292 (allocate_window, allocate_terminal, allocate_frame)
11293 (allocate_process): Use it.
11294 (mark_vectorlike): New function.
11295 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
11296 (mark_terminals): Use it.
11297 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
11298 (Fmake_byte_code): Use XSETPVECTYPE.
11299
11300 * frame.c (Fframe_parameters): Minor simplification.
11301
11302 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
11303
11304 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
11305
11306 * buffer.c (Fget_buffer_create, init_buffer_once):
11307 * lread.c (defsubr):
11308 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
11309
11310 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
11311 defined differently in the m/*.h files.
11312 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
11313 (XSETPVECTYPE): New macro.
11314 (XSETPSEUDOVECTOR): Use it.
11315
d6aa1876
SM
11316 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
11317 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
d2029e5b 11318
d6aa1876
SM
11319 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
11320 * lread.c (defvar_per_buffer):
11321 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
11322
11323 * window.c (candidate_window_p): Only consider as visible frames that
11324 are on the same terminal.
11325
11326 * m/ibms390x.h (MARKBIT): Remove unused macro.
11327
88852d45
JB
113282007-10-01 Juanma Barranquero <lekktu@gmail.com>
11329
11330 * lread.c (Fload): Fix typo in docstring.
11331
880820fe 113322007-10-01 Michaël Cadilhac <michael@cadilhac.name>
2742fe30
MC
11333
11334 * floatfns.c (Fexpt): Manually check for overflows, so that a power
11335 of a non-zero value can't yield zero.
11336
ed0c79c6
SM
113372007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11338
b870aa61
SM
11339 * term.c (term_clear_mouse_face, term_mouse_highlight)
11340 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
11341
4c37a414
SM
11342 * print.c (safe_debug_print): Use XHASH.
11343
b9466edb
SM
11344 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
11345 Lisp elements such as tags.
11346 (XHASH): New macro.
11347 (EQ): Use it.
11348 (SREF, SSET, STRING_COPYIN): Use SDATA.
11349 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
11350
9c545a55
SM
11351 * alloc.c (mark_terminal): Remove left-over declaration.
11352 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
11353 (allocate_vectorlike): Remove type argument. Adjust callers.
11354 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
11355 Only handle the one remaining MEM_TYPE_VECTORLIKE.
11356
dafc79fa
SM
11357 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
11358 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
11359 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
11360 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
11361 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
11362 Use them.
11363
ed0c79c6
SM
11364 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
11365 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
11366 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
11367
3c81afd4
DN
113682007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
11369
11370 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
11371 loaded by default.
11372
6178ce5e
SM
113732007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11374
4ce5ab77
SM
11375 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
11376 on this tty.
11377 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
11378
6178ce5e
SM
11379 * term.c (mouse_face_window): Rename from Qmouse_face_window.
11380 Update all users.
11381 (handle_one_term_event): Use Gpm_DrawPointer.
11382 (Fgpm_mouse_start): Rename from Fterm_open_connection.
11383 Signal errors instead of returning nil. Always return nil.
11384 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
11385 Make it a noop if gpm-mouse was not activated.
11386 (syms_of_term): Update names.
11387
bdf5f8ef
SM
113882007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11389
75a8734b
SM
11390 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
11391 (init_sys_modes): Check that gpm_tty is the current tty.
11392
13559ee0
SM
11393 * alloc.c (allocate_terminal): Set the vector size to only count the
11394 lisp fields. Initialize those to nil.
11395 (mark_object): Don't treat terminals specially.
11396 (mark_terminal): Remove.
11397 (mark_terminals): Use mark_object instead.
11398
ff16b875
SM
11399 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
11400 the GC to the beginning.
11401
83155776
SM
11402 * indent.h:
11403 * indent.c: Use EMACS_INT for ints coming from Elisp data.
11404
bdf5f8ef
SM
11405 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
11406
ec8705b6
JR
114072007-09-25 Jason Rumney <jasonr@gnu.org>
11408
11409 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
11410
11411 * w32console.c (create_w32cons_output): Remove.
11412
11413 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
11414
11415 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
11416 (reset_sys_modes): Use reset_terminal_modes_hook.
11417
7351b242
SM
114182007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11419
11420 * eval.c (do_autoload): Don't output any message.
11421
16706228
JL
114222007-09-24 Juri Linkov <juri@jurta.org>
11423
11424 * emacs.c (standard_args): Change priority of "--no-splash"
11425 from 40 to 3. Add "--no-desktop" with the same priority.
11426
3ae2e3a3
RS
114272007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
11428
11429 * alloc.c (gc_sweep): Check cons cell mark bits word by word
11430 and optimize the case where they are all 1.
11431
7a58fb43
GM
114322007-09-23 Johannes Weiner <hannes@saeurebad.de>
11433
3ae2e3a3
RS
11434 * lisp.h (abs): Define if not defined.
11435 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
11436 Don't define `abs', since it's defined in lisp.h.
7a58fb43 11437
78048085
EZ
114382007-09-22 Eli Zaretskii <eliz@gnu.org>
11439
c7a4b95b 11440 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
78048085
EZ
11441 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
11442 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
11443 (init_tty): Use DEV_TTY instead of "/dev/tty".
11444 [WINDOWSNT]: No need to protect from NAME arg being null.
11445
23d4cba5
DN
114462007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11447
11448 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
11449 up the tty state.
11450
71f44e7a
SM
114512007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
11454 (gpm_tty): Change its type.
11455 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
11456 (gpm_tty): Change its type and initialize it.
11457 (Fterm_open_connection): Check the frame is indeed a tty.
11458 Use the new gpm_tty.
11459 (Fterm_close_connection): Use the new gpm_tty.
11460 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
11461 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
11462
def7fa34
JB
114632007-09-21 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
11466 underline_color, to draw strike-through.
11467
d2bb6598
SM
114682007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11469
273f164c
SM
11470 * lisp.h (allocate_terminal): Declare.
11471
ca2d5566
SM
11472 * window.c (candidate_window_p): Consider frames that are being placed
11473 by the user as somewhere between visible and iconified.
11474 (window_loop): Prefer windows on the current frame.
11475 (Fselect_window): Move the use of select-frame to the beginning so we
11476 can just delegate all the work (it'll call us back anyway).
11477
6168122d
SM
11478 * frame.c (Qdisplay_environment_variable):
11479 * frame.h (Qdisplay_environment_variable): Delete.
11480
c51842ec
SM
11481 * .gdbinit (xbacktrace): Print the arg's address rather than the value
11482 of the first arg, since that value may be a union.
11483
d2bb6598
SM
11484 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
11485 parameter rather than Qdisplay_environment_variable. If all else
11486 fails, look for DISPLAY in initial-environment.
11487
6f022c19
GM
114882007-09-21 Glenn Morris <rgm@gnu.org>
11489
11490 * Makefile.in (emacstool): Remove target.
f466320b 11491 (lisp, shortlisp): Remove termdev.elc.
6f022c19 11492
ea1bf8c7
GM
114932007-09-21 Markus Triska <markus.triska@gmx.at>
11494
d2bb6598 11495 * xterm.c (x_delete_display): Compile session management conditionally.
ea1bf8c7 11496
d30a25b3
SM
114972007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11498
db699fc6
SM
11499 * callproc.c (getenv_internal_1): New function.
11500 (getenv_internal): Use it.
11501 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
11502
d2bb6598 11503 * terminal.c (get_terminal): Don't accept ints to represent terminals.
c5911e55
SM
11504 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
11505 (Fset_terminal_parameter): Work with dead terminals as well.
11506 (Fmodify_terminal_parameters): Remove.
11507
d30a25b3
SM
11508 * terminal.c (get_terminal): Handle terminals.
11509 Make sure the terminal returned is live.
11510 (create_terminal): Use allocate_terminal.
11511 (mark_terminals): Move to alloc.c.
11512 (delete_terminal): Use terminal->name as liveness status.
11513 NULL out fields after freeing their contents.
11514 Don't deallocate the object.
11515 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
11516 rather than an int.
11517 (Fterminal_live_p): Accept non-integer arguments.
11518 (Fterminal_list): Return terminal objects rather than an ints.
11519
11520 * alloc.c (enum mem_type): New member for `terminal' objects.
11521 (allocate_terminal): New function.
d2bb6598
SM
11522 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
11523 Handle terminals.
d30a25b3
SM
11524 (mark_terminal): New fun.
11525 (mark_terminals): Move from terminal.c.
11526
11527 * term.c (get_tty_terminal): Don't treat output_initial specially.
11528 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
11529 (delete_tty): Use terminal->name as liveness status.
11530
11531 * termhooks.h (struct terminal): Make it into a pseudovector.
11532 Remove `deleted' replaced by checking `name's nullness.
11533
11534 * print.c (print_object): Handle terminals.
11535
11536 * lisp.h (enum pvec_type): New `terminal' pseudovector.
11537 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
11538
11539 * frame.c (make_terminal_frame):
11540 * keyboard.c (tty_read_avail_input):
11541 * w32term.c (x_delete_terminal):
11542 * xfns.c (Fx_create_frame, x_create_tip_frame):
11543 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
11544
eba25e7c
GM
115452007-09-20 Glenn Morris <rgm@gnu.org>
11546
11547 * process.c (Fmake_network_process): Doc fix.
11548
2a29c3c1
JR
115492007-09-19 Jason Rumney <jasonr@gnu.org>
11550
11551 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
11552
880820fe 115532007-09-19 Michaël Cadilhac <michael@cadilhac.name>
ba1cbad7
MC
11554
11555 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
11556 Fix a C warning regarding variable constness.
11557
11558 * xterm.c (handle_one_xevent): Fix a C warning.
11559
334a1195
JR
115602007-09-18 Jason Rumney <jasonr@gnu.org>
11561
11562 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
11563
880820fe 115642007-09-17 Jan Djärv <jan.h.d@swipnet.se>
879ffad9
JD
11565
11566 * gtkutil.c (gdpy_def): New variable.
11567 (xg_initialize): Initialize gdpy_def.
11568 (xg_display_close): If no other display exists, set gdpy_def to a
11569 new connection.
11570
880820fe 115712007-09-16 Jan Djärv <jan.h.d@swipnet.se>
45c94881
JD
11572
11573 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
11574 when we have no file name for the icon.
11575 (xg_tool_bar_expose_callback): Remove.
11576 (xg_create_tool_bar): Don't connect expose signal to
11577 xg_tool_bar_expose_callback.
11578 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
11579
4d580af2
AS
115802007-09-16 Andreas Schwab <schwab@suse.de>
11581
11582 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
11583 values instead of zapping them.
11584
aca946f3
GM
115852007-09-14 Glenn Morris <rgm@gnu.org>
11586
11587 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
11588 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
11589 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
11590 scope and rename to omfib_buffer for clarity.
11591 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
11592
25c460e5
KH
115932007-09-14 Kenichi Handa <handa@m17n.org>
11594
11595 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
11596
09b69f01
JR
115972007-09-13 Jason Rumney <jasonr@gnu.org>
11598
11599 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
11600
11601 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
11602
11603 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
11604 (mac_term_init): Call here instead, passing rif.
11605
442218db
GM
116062007-09-13 Glenn Morris <rgm@gnu.org>
11607
11608 * s/hpux.h: No longer define `static' as nothing.
11609
880820fe 116102007-09-13 Johan Bockgård <bojohan@gnu.org>
4795c40f
GM
11611
11612 * callint.c (Fcall_interactively): Remove unused var `fun'.
11613
1971a872
RF
116142007-09-12 Romain Francoise <romain@orebokech.com>
11615
11616 * window.c (prefer_window_split_horizontally, display_buffer):
11617 Revert 2007-09-08 change.
11618
2d33f506
GM
116192007-09-12 Glenn Morris <rgm@gnu.org>
11620
585474ae 11621 * alloca.c: Remove file.
ca7af97a
GM
11622 * Makefile.in (alloca): Do not undef.
11623 (allocaobj, alloca.o): Remove.
11624 (otherobj): Remove allocaobj.
11625 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
11626 * regex.c (C_ALLOCA): Remove all references and code that was only
11627 used when this was defined.
11628 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
11629 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
99dfbaf1
GM
11630 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
11631
2d33f506 11632 * Makefile.in (SOURCES, unlock, relock): Delete.
ca7af97a
GM
11633
11634 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
11635 (menu_grab_callback): All uses changed.
11636
11637 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
11638 (x_reply_selection_request): All uses changed.
2d33f506 11639
18a4a65e
SM
116402007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * lread.c (load_warn_old_style_backquotes): Change message to look
11643 better when it appears in the middle of byte-compiler messages.
11644
47cc8819
DN
116452007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
11646
b7ea0894
DN
11647 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
11648
47cc8819
DN
11649 * xterm.c (x_create_terminal): Add comment.
11650
11651 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
11652
5632bd0f
RS
116532007-09-10 Richard Stallman <rms@gnu.org>
11654
11655 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
11656
880820fe 116572007-09-10 Michaël Cadilhac <michael@cadilhac.name>
ccb5c14f 11658
4bca9161
MC
11659 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
11660 (DEFUN): Document `intspec', use it instead of `prompt'.
11661
04724b69
MC
11662 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
11663
8a6d230a
MC
11664 * data.c (Finteractive_form): If the interactive specification starts
11665 with a `(', use it as a Lisp form.
11666
09fbdf6c
MC
11667 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
11668 name and file modes.
11669
ccb5c14f
MC
11670 * callint.c (Fcall_interactively): Comment fixes.
11671
023accd6
SM
116722007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11673
11674 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
11675 and compiled functions.
11676
f26b9544
EZ
116772007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
11678
11679 * window.c (prefer_window_split_horizontally): New variable.
11680 (display_buffer): Consider splitting window horizontally depending
11681 on prefer_window_split_horizontally.
11682
4d395425
EZ
116832007-09-08 Eli Zaretskii <eliz@gnu.org>
11684
97ddc760 11685 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
4d395425 11686
08c1d235
SM
116872007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11688
179cef48
SM
11689 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
11690
08c1d235
SM
11691 * frame.c (x_set_frame_parameters): Check number is positive before
11692 using XFASTINT.
11693
11694 * window.c (freeze_window_start): Don't presume selected_window holds
11695 a window object.
92f94a12 11696 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
08c1d235 11697
97ddc760 116982007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
de52dcbb
DN
11699
11700 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
11701
90ab5c62
SM
117022007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11703
11704 * window.c (Vsplit_window_preferred_function): New var.
11705 (Fdisplay_buffer): Use it.
11706 (syms_of_window): Export, and initialize it.
11707
1ab2cd43
TTN
117082007-09-06 Pixel <pixel@mandriva.com> (tiny change)
11709
11710 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
11711
0b0515bc
GM
117122007-09-06 Glenn Morris <rgm@gnu.org>
11713
57fd5c55 11714 * gtkutil.c (menu_grab_callback) <cnt>:
0b0515bc
GM
11715 * xselect.c (x_reply_selection_request) <cnt>: Move static
11716 variable to file scope.
11717
98594580
SM
117182007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
11721 consistent values of selected_frame and selected_window.
11722
0f4c7aef
JR
117232007-09-04 Jason Rumney <jasonr@gnu.org>
11724
11725 * w32console.c (initialize_w32_display): Zero unused hooks.
11726
e4019195
DN
117272007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11728
11729 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
11730 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
11731
bce179b5
JR
117322007-09-04 Jason Rumney <jasonr@gnu.org>
11733
a0236551
JR
11734 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
11735 in w32console.c. Set up input. Remove XXX comments that have been
11736 confirmed as correct.
11737
a4926668
JR
11738 * s/ms-w32.h (MULTI_KBOARD): Define.
11739
953bf0dc
JR
11740 * w32console.c (one_and_only_w32cons): Remove.
11741 (initialize_w32_display): Take terminal argument.
11742
11743 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
11744 initialize_w32_display.
11745 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
11746
bce179b5
JR
11747 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
11748
11749 * keyboard.c (discard_mouse_events): Discard it.
11750 (make_lispy_event): Translate it to a lisp event.
11751 (lispy_wheel_names): Add wheel-left and right events.
11752 (syms_of_keyboard): Enlarge wheel_syms.
11753
11754 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
11755 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
11756
11757 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
11758
11759 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
11760 from WM_MOUSEHWHEEL.
11761 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
11762
11763 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
11764 terminal.
11765
11766 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
11767 keyboard for the terminal.
11768
92cd6a7c
DN
117692007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11770
11771 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
11772 (Vresume_tty_hook): Rename from Vresume_tty_functions.
11773 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
11774 and resume-tty-function to resume-tty-hook.
11775 (Fsuspend_tty, Fresume_tty): Use new names.
11776
880820fe 117772007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2154c964
JD
11778
11779 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
11780 if it starts with "n:".
11781
880820fe 117822007-08-31 Jan Djärv <jan.h.d@swipnet.se>
b42ff099
JD
11783
11784 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
11785
6b8e474c
SM
117862007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11787
92d9c1d4
SM
11788 * frame.h:
11789 * frame.c (Qterm_environment_variable): Remove.
11790 (syms_of_frame): Don't init and staticpro it.
11791
92d9c1d4
SM
11792 * callproc.c (getenv_internal): Remove special case for $TERM.
11793
6b8e474c
SM
11794 * callproc.c (Vinitial_environment): New variable.
11795 (set_initial_environment): Initialize it.
11796 (syms_of_callproc): Declare it.
11797 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
11798 TERM under which a process runs is never related to the TERM in which
11799 Emacs is running.
11800
0f1444e1
DN
118012007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11802
11803 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
11804 * s/darwin.h: ... do it here.
11805
b8866860
SM
118062007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11807
11808 * lisp.h (set_initial_environment): Rename from set_global_environment.
11809
11810 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
11811 removed by mistake on the multi-tty branch.
11812
11813 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
11814 (Fmodify_frame_parameters): Return a value.
11815
11816 * image.c (png_load): Comment-out var only used in commented-out code.
11817
11818 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
11819 before passing it to mark_object.
11820
11821 * xfaces.c (internal_resolve_face_name): Return a value.
11822 (internal_resolve_face_name, resolve_face_name_error): Comment out.
11823
11824 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
11825 (x_icon): Comment-out var only used in commented-out code.
11826
0a42be6d
RF
118272007-08-29 Romain Francoise <romain@orebokech.com>
11828
11829 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
11830 QUIT hasn't been provided.
11831
8d9cc0b7
MB
118322007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11833
11834 * callproc.c (child_setup, getenv_internal): Use the
ce20b664 11835 display-environment-variable and term-environment-variable frame params.
8d9cc0b7
MB
11836 (set_initial_environment): Initialise Vprocess_environment.
11837
11838 * config.in: Disable multi-keyboard support on a mac.
11839
11840 * frame.c (Qterm_environment_variable)
11841 (Qdisplay_environment_variable): New variables.
11842 (syms_of_frame): Intern and staticpro them.
11843 (Fmake_terminal_frame): Disable output method test.
11844
11845 * frame.h: Declare them here.
11846
11847 * macfns.c (x_set_mouse_color): Get rif from the frame.
11848 (x_set_tool_bar_lines): Don't use updating_frame.
11849 (mac_window): Add 2 new parameters for consistency with other systems.
11850 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
11851 frame parameters following what is done in X11 and w32. Don't use
11852 FRAME_MAC_DISPLAY_INFO.
11853 (Fx_open_connection, start_hourglass): Remove window-system check.
11854 (x_create_tip_frame): Get the keyboard from the terminal.
11855
11856 * macmenu.c: Reorder includes.
11857 (Fx_popup_menu): Use terminal specific mouse_position_hook.
11858
11859 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
11860 terminal parameter.
11861 (x_clear_frame): Add a frame parameter.
11862 (note_mouse_movement): Get rif from the frame.
11863 (mac_term_init): Initialize the terminal.
11864 (mac_initialize): Make static and move terminal initialization ...
11865 (mac_create_terminal): ... to this new function.
11866
11867 * macterm.h (struct mac_display_info): Add terminal.
7196c970 11868 (mac_initialize): Delete declaration.
8d9cc0b7 11869
381864b2 11870 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8d9cc0b7
MB
11871
11872 * sysdep.c: Comment out text after #endif.
11873
11874 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
11875 is defined. Better initialize ttys in windows. Use terminal
11876 specific mouse_position_hook.
11877
11878 * termhooks.h (union display_info): Add mac_display_info.
11879
b8866860
SM
11880 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
11881 Set the default minibuffer frame, window_system and the rest of the
8d9cc0b7
MB
11882 frame parameters following what is done in X11.
11883
11884 * w32term.c (w32_initialize): Make static.
11885
11886 * xselect.c (x_handle_selection_clear): Only access
11887 terminal->kboard when MULTI_KBOARD is defined.
11888
11889 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
11890 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
11891
118922007-08-29 Jason Rumney <jasonr@gnu.org>
11893
11894 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
11895 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
11896
11897 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
11898 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
11899
11900 * keyboard.c (restore_kboard_configuration): Only define when
11901 MULTI_KBOARD defined.
11902
35277b03 11903 * makefile.w32-in: Update dependancies from Makefile.in.
8d9cc0b7
MB
11904 (OBJ1): Add terminal.$(O)
11905
b8866860
SM
11906 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
11907 Don't define function body.
8d9cc0b7
MB
11908 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
11909
11910 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
11911
11912 * w32.c (request_sigio, unrequest_sigio): Remove.
11913
11914 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
11915 (w32con_clear_frame, w32con_clear_end_of_line)
11916 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
11917 (w32con_delete_glyphs, w32con_set_terminal_window)
11918 (scroll_line, w32_sys_ring_bell): Add frame arg.
b8866860
SM
11919 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
11920 Add terminal arg.
8d9cc0b7
MB
11921 (PICK_FRAME): Remove.
11922 (w32con_write_glyphs): Use frame specific terminal coding.
11923 (one_and_only_w32cons): New global variable.
11924 (initialize_w32_display): Use it for storing hooks.
11925 (create_w32cons_output): New function.
11926
11927 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
11928 arg a frame.
11929
b8866860
SM
11930 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
11931 Set window_system.
8d9cc0b7
MB
11932 (x_set_tool_bar_lines): Don't use updating_frame.
11933 (Fx_create_frame): Set terminal and ref count.
11934 (Fx_open_connection): Remove window-system check.
11935
11936 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
11937
11938 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
11939 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
11940 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
11941 Add frame arg.
11942 (x_delete_terminal, w32_create_terminal): New functions.
11943 (w32_term_init): Create a terminal.
11944 (w32_initialize): Move terminal specific initialization to
11945 w32_create_terminal.
11946
b8866860 11947 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8d9cc0b7
MB
11948 (w32_clear_rect, w32_clear_area): Use background from frame.
11949 (w32_display_info): Add terminal.
11950 (w32_sys_ring_bell, x_delete_display): Declare here.
11951
11952 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
11953
11954 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
11955
119562007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
11957
11958 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
11959 Fix get_named_tty calls for the controlling tty.
11960
119612007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11962
11963 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
11964
119652007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
11966
11967 * term.c (tty_insert_glyphs): Add missing first parameter.
11968
880820fe 119692007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8d9cc0b7 11970
b8866860
SM
11971 * buffer.c (Fbuffer_list, Fbury_buffer):
11972 Take frame->buried_buffer_list into account.
8d9cc0b7
MB
11973
11974 * cm.c (current_tty): New variable, for cmputc().
11975 (cmputc): Use it.
11976 (cmcheckmagic): Add tty parameter, look up terminal streams there.
11977 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
b8866860
SM
11978 (cmgoto): Add tty parameter. Pass it on to calccost().
11979 Use emacs_tputs() instead of tputs().
8d9cc0b7
MB
11980
11981 * cm.h (emacs_tputs): New macro to set current_tty, and then call
11982 tputs().
11983 (current_tty): New variable, for cmputc().
11984 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
11985
11986 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
11987 (internal_condition_case, internal_condition_case_1)
11988 (internal_condition_case_2): Don't abort when x_catching_errors.
11989
11990 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
11991 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
11992 prevent crashes caused by bogus longjmps in read_char.
11993
11994 * keymap.h (Fset_keymap_parent): Add EXFUN.
11995
11996 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
11997 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
11998 Remove redundant definition.
11999
b8866860
SM
12000 * macfns.c (x_set_mouse_color, x_make_gc):
12001 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7 12002
b8866860
SM
12003 * w32term.c (x_free_frame_resources):
12004 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12005 (w32_initialize): Use the accessor macros for terminal characteristics.
12006
12007 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
12008 Use the accessor macros for terminal characteristics.
12009 * msdos.c (internal_terminal_init): Use the accessor macros for
12010 terminal characteristics.
b8866860
SM
12011 (ScreenVisualBell, internal_terminal_init):
12012 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12013
12014 * termopts.h (no_redraw_on_reenter): Declare.
12015
12016 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
03f06e5c 12017 (mark_terminals, mark_ttys): Declare.
8d9cc0b7 12018 (Fgarbage_collect): Call them.
03f06e5c 12019 (mark_object): Mark buried_buffer_list.
8d9cc0b7
MB
12020
12021 * prefix-args.c: Include stdlib.h for exit.
12022
12023 * syssignal.h: Add comment.
12024
12025 * indent.c: Include stdio.h.
12026
12027 * window.h (Vinitial_window_system): Declare.
12028 (Vwindow_system): Delete declaration.
12029
12030 * fontset.c (Finternal_char_font): Use FRAME_RIF.
12031
12032 * image.c (lookup_image): Don't initialize `c' until the xasserts
12033 have been run.
12034
12035 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
12036 FRAME_FOREGROUND_PIXEL.
12037
12038 * print.c (print_preprocess): Don't lose print_depth levels while
12039 iterating.
12040
b8866860
SM
12041 * widget.c (update_from_various_frame_slots):
12042 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12043
12044 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
12045 frames.
12046 (window_internal_height): Remove bogus make_number call.
b8866860 12047 (init_window_once): Call make_terminal_frame with two zero parameters.
8d9cc0b7
MB
12048
12049 * fileio.c (Fread_file_name): Update comment.
12050
b8866860
SM
12051 * callint.c (Fcall_interactively):
12052 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8d9cc0b7
MB
12053 Make sure it is correctly unwound.
12054
12055 * xsmfns.c (x_session_close): New function.
12056
03f06e5c 12057 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8d9cc0b7
MB
12058 Delete declarations.
12059
12060 * xterm.h: Remove declaration for x_fully_uncatch_errors.
12061 (x_output): Remove background_pixel and foreground_pixel fields.
03f06e5c 12062 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
c3f9fba8 12063 (x_delete_device, x_session_close): Declare.
8d9cc0b7
MB
12064
12065 * lread.c: Include setjmp.h. Update declaration of `read_char'.
12066 (read_filtered_event): Call `read_char' with a local
12067 `wrong_kboard_jmpbuf'.
12068
b8866860
SM
12069 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
12070 Don't call single_kboard_state. Use FRAME_RIF.
8d9cc0b7
MB
12071
12072 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
12073 systems.
12074
b8866860 12075 * lisp.h (set_process_environment): Rename to `set_global_environment'.
03f06e5c 12076 (Fframe_with_environment, Fset_input_meta_mode)
8d9cc0b7 12077 (Fset_quit_char): EXFUN.
03f06e5c 12078 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8d9cc0b7
MB
12079 (init_sys_modes, reset_sys_modes): Update prototypes.
12080 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
12081
b8866860
SM
12082 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
12083 Vlocal_key_translation_map, and Vkeyboard_translate_table.
03f06e5c 12084 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8d9cc0b7 12085 Delete declarations.
03f06e5c
JB
12086 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
12087 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8d9cc0b7
MB
12088 New declarations.
12089
12090 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
12091 already does that during init_display(). Call syms_of_keymap
b8866860
SM
12092 before syms_of_keyboard. Call `syms_of_terminal'.
12093 Call set_initial_environment, not set_process_environment.
8d9cc0b7
MB
12094 (shut_down_emacs): Call reset_all_sys_modes() instead of
12095 reset_sys_modes().
12096
12097 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
03f06e5c
JB
12098 (internal_resolve_face_name, resolve_face_name_error): New functions.
12099 (resolve_face_name): Protect against loops and errors thrown by Fget.
12100 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8d9cc0b7
MB
12101 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
12102
12103 * scroll.c: Replace CURTTY() with local variables throughout the
12104 file (where applicable).
12105 (calculate_scrolling, calculate_direct_scrolling)
12106 (scrolling_1, scroll_cost): Use the accessor macros for terminal
12107 characteristics.
12108
12109 * keymap.c (Vfunction_key_map): Remove.
b8866860 12110 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8d9cc0b7
MB
12111 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
12112 (Vkey_translation_map): Remove.
12113 (syms_of_keymap): Remove DEFVAR for key-translation-map.
c3f9fba8 12114 (Fdescribe_buffer_bindings)
8d9cc0b7
MB
12115 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
12116 Update for terminal-local key-translation-map.
12117
12118 * Makefile.in (callproc.o): Update dependencies.
12119 (lisp, shortlisp): Add termdev.elc.
12120 (obj): Add terminal.o.
12121 (terminal.o): Add dependencies.
12122 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
12123 (data.o, fns.o): Add termhooks.h dependency.
12124 (SOME_MACHINE_LISP): Add dnd.elc.
12125 (minibuf.o): Fix typo.
12126 Update dependencies.
12127
12128 * data.c (do_symval_forwarding, store_symval_forwarding)
12129 (find_symbol_value): Use the selected frame's keyboard, not
12130 current_kboard.
12131
12132 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
12133 Vwindow_system.
12134
12135 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
12136 Fmenu_bar_open.
12137 (syms_of_xmenu): Update defsubr.
12138 (mouse_position_for_popup, Fx_popup_menu)
12139 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
12140 (set_frame_menubar, free_frame_menubar)
12141 (create_and_show_popup_menu, xmenu_show, )
12142 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
12143 an X frame.
12144
12145 * xselect.c (x_own_selection): Abort if not an X frame.
12146 (some_frame_on_display): Check if it is an X frame.
12147 (x_handle_selection_clear): Deal with MULTI_KBOARD.
12148
12149 * coding.c: Include frame.h and termhooks.h.
03f06e5c 12150 (terminal_coding, keyboard_coding): Delete.
c3f9fba8
JB
12151 (Fset_terminal_coding_system_internal)
12152 (Fset_keyboard_coding_system_internal)
12153 (Fkeyboard_coding_system)
03f06e5c
JB
12154 (Fterminal_coding_system): Add a terminal parameter.
12155 Get terminal_coding from the terminal.
8d9cc0b7
MB
12156 (init_coding_once): Don't call setup_coding_system here.
12157
12158 * dispextern.h (set_scroll_region, turn_off_insert)
12159 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
12160 (tty_clear_end_of_line, tty_setup_colors)
03f06e5c 12161 (delete_tty, updating_frame)
8d9cc0b7
MB
12162 (produce_special_glyphs, produce_glyphs, write_glyphs)
12163 (insert_glyphs): Remove.
12164 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
03f06e5c 12165 (tty_turn_off_highlight, get_tty_size): Add declaration.
b8866860 12166 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8d9cc0b7
MB
12167
12168 * frame.h (enum output_method): Add output_initial.
12169 (struct x_output): Delete.
b8866860
SM
12170 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
12171 Access foreground_pixel and background_pixel directly from the frame.
8d9cc0b7
MB
12172 (tty_display): Delete.
12173 (struct frame): Add buried_buffer_list, foreground_pixel,
1f204af3 12174 background_pixel and terminal. Delete kboard.
8d9cc0b7
MB
12175 (union output_data): Add tty.
12176 (FRAME_KBOARD): Get the kboard from the terminal.
12177 (FRAME_INITIAL_P): New macro.
12178 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
12179 (Qterm_environment_variable, Qdisplay_environment_variable)
b8866860
SM
12180 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
12181 New declarations.
8d9cc0b7
MB
12182
12183 * termchar.h (tty_output, tty_display_info): New structures.
12184 (tty_list): Declare.
12185 (FRAME_TTY, CURTTY): New macros.
12186 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
12187 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
12188 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
12189 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
12190
12191 * callproc.c: Include frame.h and termhooks.h, for terminal
12192 parameters.
12193 (add_env): New function.
12194 (child_setup): Use it.
b8866860 12195 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8d9cc0b7
MB
12196 (getenv_internal): Fix get_terminal_param call.
12197 (Fgetenv_internal, egetenv): Update doc.
12198 (syms_of_callproc): Initialize Vprocess_environment to nil.
03f06e5c 12199 Register and initialize them. Remove obsolete defvars. Update doc
8d9cc0b7
MB
12200 strings.
12201 (child_setup): Handle Vlocal_environment_variables.
b8866860
SM
12202 (getenv_internal): Add terminal parameter.
12203 Handle Vlocal_environment_variables.
8d9cc0b7
MB
12204 (Fgetenv_internal): Add terminal parameter.
12205 (child_setup, getenv_internal, Fgetenv_internal): Store the local
b8866860 12206 environment in a frame (not terminal) parameter. Update doc strings.
8d9cc0b7
MB
12207 (set_initial_environment): Rename from set_global_environment.
12208 Store Emacs environment in initial frame parameter.
12209
12210 * xdisp.c (redisplay_internal): Update references to
12211 `previous_terminal_frame'.
12212 (display_mode_line, Fformat_mode_line): Replace calls to
12213 `push_frame_kboard' with `push_kboard'.
12214 (get_glyph_string_clip_rects): Add extra parentheses and
12215 braces to prevent compiler warnings.
12216 (calc_pixel_width_or_height): Add xassert to check that the
12217 frame is alive. Don't call `lookup_image' on a termcap frame.
12218 (message2_nolog, message3_nolog, redisplay_internal)
12219 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
12220 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
12221 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
12222 (Fx_display_pixel_width, Fx_display_pixel_height)
12223 (Fx_display_planes, Fx_display_color_cells)
12224 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
12225 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
12226 (Fx_display_backing_store, Fx_display_visual_class)
12227 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
97ddc760 12228 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8d9cc0b7
MB
12229
12230 * xfns.c (x_set_foreground_color x_set_background_color)
b8866860
SM
12231 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
12232 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12233 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
12234 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
12235 terminal that is being deleted.
12236 (Fx_create_frame): Use `store_frame_param' to set `window-system'
b8866860 12237 frame parameter, and make sure it overrides any user-supplied setting.
8d9cc0b7
MB
12238 (Fx_close_connection, Fx_synchronize): Unify argument names with
12239 the rest of the DEFUNs.
12240
12241 * dispnew.c (Fsend_string_to_terminal): Update call to
12242 `get_tty_terminal'.
12243 (Fredraw_frame, Fsend_string_to_terminal)
2d33f506 12244 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8d9cc0b7
MB
12245 FRAME_TERMCAP_P and FRAME_TTY.
12246 (window_change_signal): Don't believe width/height values that are
12247 impossibly small.
12248 (Vinitial_window_system): Rename from Vwindow_system.
12249 (termscript, Wcm, rif): Delete.
12250
12251 * termhooks.h (struct terminal): New struct containing the
12252 previously global text display hooks and new members NAME,
12253 DELETED and PARAM_ALIST.
12254 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
12255 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
12256 (FRAME_RIF): New macros.
12257 (get_terminal_param, get_device): New declarations.
12258 (termscript): Delete declaration.
12259
12260 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
12261 (XTflash, x_free_frame_resources, x_scroll_bar_create)
12262 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
12263 FRAME_FOREGROUND_PIXEL.
12264 (x_fully_uncatch_errors): Disable definition.
12265 (x_scroll_bar_expose): Fix reference to foreground pixel.
12266 (XTread_socket): Disable loop on all X displays.
12267 (x_delete_terminal): Don't set terminal->deleted and let
12268 delete_terminal delete the frames on the terminal.
12269 (x_delete_display): Doc update to reflect changes in
12270 delete_terminal.
12271 (x_display_info) <terminal>: Move member earlier in the struct.
8d9cc0b7
MB
12272 (deleting_tty): Remove old variable.
12273 (Fsuspend_tty): Call clear_tty_hooks.
12274 (Fresume_tty, init_tty): Call set_tty_hooks.
8d9cc0b7
MB
12275 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
12276 errors on X frames.
12277 (x_catch_errors_unwind): Abort if x_error_message is NULL.
12278 (handle_one_xevent): Initialize `f' to NULL.
9cab96b0 12279 (x_delete_terminal, x_create_terminal): New functions.
8d9cc0b7
MB
12280 (XTset_terminal_modes, XTreset_terminal_modes)
12281 (XTread_socket, x_connection_closed, x_term_init)
12282 (x_term_init, x_delete_display): Add terminal parameter.
12283 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
12284 X connections.
12285
bf380f53
GM
12286 * frame.c: Include termchar.h.
12287 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
12288 (Qwindow_system, Qenvironment, Qterm_environment_variable)
12289 (Qdisplay_environment_variable): New vars.
12290 (Fframep): Deal with output_initial.
12291 (Fframe-live-p): Doc fix.
12292 (Fwindow-system): New function.
8d9cc0b7
MB
12293 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
12294 (make_terminal_frame): Don't create frames on a terminal that is
bf380f53 12295 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
b8866860 12296 (store_frame_param): Check for found_for_frame before calling XFRAME.
8d9cc0b7
MB
12297 (Fmake_terminal_frame): Handle NULL tty names correctly.
12298 (syms_of_frame): Enhance doc string of `default-frame-alist'.
bf380f53
GM
12299 (Fdelete_frame): Remove unused variable `count'. Don't allow other
12300 frames to refer to a deleted frame in their 'environment parameter.
8d9cc0b7 12301 (Fframe_with_environment): New function.
b8866860 12302 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8d9cc0b7
MB
12303 (get_future_frame_param): New function.
12304 (Fmake_terminal_frame): Use it.
2d33f506 12305 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8d9cc0b7
MB
12306
12307 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
12308 * sysdep.c (reset_sys_modes): Update for renames.
12309
12310 * keyboard.c (tty_read_avail_input): New function.
03f06e5c 12311 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8d9cc0b7
MB
12312 (syms_of_keyboard): Defsubr them.
12313 (Fset_input_meta_mode, Fset_quit_char): New functions.
12314 (Fset_input_mode): Split to above functions.
8d9cc0b7
MB
12315 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
12316 parameter. Use it in call to `read_char'.
b8866860
SM
12317 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
12318 Set wrong_kboard_jmpbuf correctly in recursive calls.
12319 Use current_kboard to access Vkeyboard_translate_table.
12320 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
12321 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
12322 Update longjmp invocations. Remember the original current_kboard,
12323 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
12324 changes it. Comment out unnecessary calls to
12325 `record_single_kboard_state' and `any_kboard_state'.
12326 Update recursive calls.
8d9cc0b7
MB
12327 (wrong_kboard_jmpbuf): Remove global variable.
12328 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
12329 Handle deleted interrupted_kboards correctly; that is a legal
12330 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
b8866860 12331 and read_char calls. Abort if interrupted_kboard died in read_char.
8d9cc0b7
MB
12332 (any_kboard_state, single_kboard_state)
12333 (push_frame_kboard): Remove function.
12334 (pop_kboard): Switch out of single_kboard mode if the kboard has
03f06e5c
JB
12335 been deleted. Remove unused variable. Help debugging by not
12336 changing current_kboard unnecessarily. Set current_kboard to the
8d9cc0b7
MB
12337 kboard of the selected frame when the stored kboard object has
12338 been deleted before pop_kboard.
12339 (temporarily_switch_to_single_kboard): Change first parameter to a
12340 frame pointer. Throw an error when caller wants to change kboards
12341 while in single_kboard mode. Don't push_kboard if we weren't in
12342 single kboard state. Don't pop_kboard if we popped into any
12343 kboard state.
12344 (restore_kboard_configuration): Abort if pop_kboard changed the
03f06e5c 12345 kboard in single_kboard mode. Call pop_kboard only after setting
8d9cc0b7
MB
12346 up single_kboard mode.
12347 (Frecursive_edit): Switch to single_kboard mode only in nested
12348 command loops.
b8866860
SM
12349 (cmd_error, command_loop, command_loop_1, timer_check):
12350 Comment out unnecessary call to `any_kboard_state' and
8d9cc0b7
MB
12351 `record_single_kboard_state'.
12352 (delete_kboard): Exit single_kboard mode if we have just deleted
03f06e5c 12353 that kboard. Use FRAME_KBOARD.
8d9cc0b7
MB
12354 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
12355 `fatal_error_signal'.
12356 (record_single_kboard_state): Don't push_kboard if we weren't in
12357 single kboard state. Don't pop_kboard if we popped into any
12358 kboard state.
12359 (push_frame_kboard): Rename to push_kboard.
12360 (kbd_buffer_get_event): Use FRAME_TERMINAL.
12361 (read_avail_input): Read input from all terminals.
12362 (mark_kboards): Also mark Vkeyboard_translate_table.
12363 (kbd_buffer_store_event_hold): Simplify condition.
12364 (read_key_sequence): Reinitialize fkey and keytran at each replay.
12365 (Vkeyboard_translate_table): Move to struct kboard.
12366 (init_kboard): Initialize Vkeyboard_translate_table.
12367 (syms_of_keyboard): Use DEFVAR_KBOARD to define
12368 Vkeyboard_translate_table. Update doc strings. Update docs of
12369 local-function-key-map and function-key-map.
12370
12371 * terminal.c: New file.
12372
12373 * term.c: Include errno.h.
12374 (Vring_bell_function, device_list, initial_device)
12375 (next_device_id, ring_bell, update_begin, update_end)
12376 (set_terminal_window, cursor_to, raw_cursor_to)
12377 (clear_to_end, clear_frame, clear_end_of_line)
12378 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
12379 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
12380 (syms_of_term): Move their initialization to terminal.c.
12381 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
12382 (Ftty_display_color_cells)
12383 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
9cab96b0 12384 (clear_tty_hooks, set_tty_hooks)
8d9cc0b7
MB
12385 (init_tty, maybe_fatal): New functions.
12386 (Ftty_type): Return nil if terminal is not on a tty instead of
12387 throwing an error. Doc update.
12388 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
03f06e5c 12389 Doc update. Initialize new subrs and variables.
8d9cc0b7
MB
12390 (delete_tty): Use terminal->deleted.
12391 (tty_set_terminal_modes): Rename from set_terminal_modes.
12392 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
12393 (set_scroll_region): Rename to `tty_set_scroll_region'.
12394 (turn_on_insert): Rename to `tty_turn_on_insert'.
12395 (turn_off_insert): Rename to `tty_turn_off_insert'.
12396 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
12397 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
12398 (toggle_highligh): Rename to `tty_toggle_highlight'.
12399 (background_highlight): Rename to `tty_background_highlight'.
12400 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
12401 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
12402 (tty_set_scroll_region, tty_background_highlight)
12403 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
12404 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
12405 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
12406 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
12407 Add static modifier.
12408 (tty_reset_terminal_modes, tty_set_terminal_window)
12409 (tty_set_scroll_region, tty_background_highlight)
12410 (tty_highlight_if_desired, tty_cursor_to)
12411 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
12412 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
12413 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
12414 renames.
12415
880820fe 124162007-08-28 Jan Djärv <jan.h.d@swipnet.se>
cf0590c4
JD
12417
12418 * keyboard.c: Qrtl is new.
12419 (parse_tool_bar_item): Handle :rtl keyword.
12420 (syms_of_keyboard): Intern :rtl keyword.
12421
12422 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
12423
12424 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
12425 so no Lisp code is executed.
12426 (file_for_image, find_rtl_image): New functions.
1f204af3 12427 (xg_get_image_for_pixmap): Use file_for_image.
cf0590c4
JD
12428 (update_frame_tool_bar): If direction is RTL, use RTL image if
12429 defined. Use Gtk stock images if defined.
12430
83cc8d35
YM
124312007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12432
12433 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
12434 for nonexistent or zero-width glyph in composition glyph.
12435
e60c4e15
SM
124362007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12437
d7e2a28f
SM
12438 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
12439
e60c4e15
SM
12440 * xdisp.c (Finvisible_p): New function.
12441 (syms_of_xdisp): defsubr it.
12442
ee163e6d
JB
124432007-08-24 Juanma Barranquero <lekktu@gmail.com>
12444
12445 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
12446 Doc fixes.
12447
90fa408d
YM
124482007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12449
35277b03 12450 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
90fa408d 12451
cac4219c
MR
124522007-08-24 Martin Rudalics <rudalics@gmx.at>
12453
12454 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
12455 whether decoding has modified buffer contents.
12456
5fc9fdeb
JR
124572007-08-24 Jason Rumney <jasonr@gnu.org>
12458
12459 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
12460 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
12461 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
12462 (init_svg_functions) [HAVE_NTGUI]: New function.
12463 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
12464 (svg_load_image): Use them.
12465 (svg_load_image) [HAVE_NTGUI]: Implement background.
12466
93b23406
YM
124672007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12468
12469 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
12470 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
12471 (LIBX): Remove @RSVG_LIBS@.
12472 (LIBES): Add $(RSVG_LIBS).
12473
12474 * image.c (svg_load_image): Blend with specified background if exists.
12475 Use IMAGE_BACKGROUND. Add Mac OS Support.
12476
12477 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
12478 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
12479 Remove macros.
12480 [MAC_OSX] (socket_callback): Do nothing.
12481 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
12482 ReceiveNextEvent.
12483 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
12484 socket_callback.
12485 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
12486
2467875c
GM
124872007-08-22 Glenn Morris <rgm@gnu.org>
12488
ff8da443 12489 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
2467875c 12490
4ab27a43
GM
124912007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
12492
12493 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
ff8da443 12494
666e0eda
GM
12495 * image.c: Add support for SVG images. Some additional comments
12496 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
12497 (svg_image_p): New function to test for SVG image.
12498 (svg_load): New function to load SVG image.
12499 (svg_load_image): New function, helper for svg_load.
12500 (Qsvg): New Lisp_object.
12501 (svg_keyword_index): New enum.
12502 (svg_format): New static `image_keyword' struct.
12503 (svg_type): New static `image_type' struct.
12504 (librsvg/rsvg.h): Include it.
4ab27a43 12505
b636b4c1
SM
125062007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
12509
9ecb827b
SM
125102007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12511
1d064697
SM
12512 * lread.c (Qold_style_backquotes): New var.
12513 (syms_of_lread): Init and staticpro it.
12514 (load_warn_old_style_backquotes): New fun.
12515 (Fload): Use them to warn about old style backquotes.
12516 (end_of_file_error, Fload): Remove unused vars.
12517
5772ed4b
SM
12518 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
12519
9ecb827b 12520 * lread.c (Vold_style_backquotes): New var.
5aa273b0 12521 (syms_of_lread): Init and export it to Elisp.
9ecb827b
SM
12522 (read1): Set it when we find an old-style (back)quote.
12523
32e1c7b1
JR
125242007-08-22 Jason Rumney <jasonr@gnu.org>
12525
12526 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
12527
b8fa755b
KY
125282007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
12529
12530 * puresize.h (BASE_PURESIZE): Increase to 1140000.
12531
1283140e
RS
125322007-08-19 Richard Stallman <rms@gnu.org>
12533
12534 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
12535
2c4685ee
AS
125362007-08-19 Andreas Schwab <schwab@suse.de>
12537
12538 * alloc.c (pure): Round PURESIZE up.
12539
880820fe 125402007-08-17 Jan Djärv <jan.h.d@swipnet.se>
e8953ebf
JD
12541
12542 * xterm.c (handle_one_xevent): Remove check that mouse click is in
12543 active frame.
12544
6e33efc4
RS
125452007-08-16 Richard Stallman <rms@gnu.org>
12546
12547 * eval.c (Fcommandp): Add parens to clarify.
12548
12549 * minibuf.c (Fall_completions): Use enum for type of table.
12550
12551 * emacs.c (USAGE2): Improve text.
12552
fcf8ff2e
GM
125532007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
12554
5205ee62
GM
12555 * term.c (tty_default_color_capabilities): Declare static
12556 variables in file scope, to avoid HPUX compiler problem.
fcf8ff2e 12557
880820fe 125582007-08-13 Jan Djärv <jan.h.d@swipnet.se>
81d13a51
JD
12559
12560 * gtkutil.c (update_frame_tool_bar): Use -1 as index
12561 to gtk_toolbar_insert.
12562
4a181359
SM
125632007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
12564
1bc99c9c
SM
12565 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
12566
4a181359
SM
12567 * insdel.c (reset_var_on_error): New fun.
12568 (signal_before_change, signal_after_change):
12569 Use it to reset (after|before)-change-functions to nil in case of error.
12570 Bind inhibit-modification-hooks to t.
12571 Don't bind (after|before)-change-functions to nil while they run.
12572
6c28435c
YM
125732007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12574
12575 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
12576 filling pixmap with stippled background.
12577
ad3b3e02
YM
125782007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12579
12580 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
12581 Don't use invisible frame as parent window for repositioning.
12582
a22dec27
SM
125832007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * print.c (new_backquote_output): Rename from old_backquote_output.
12586 (print): Inverse its logic (according to its name) so as to match the
12587 behavior of new_backquote_flag in lread.c.
12588
7b7d07bb
YM
125892007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12590
12591 * gmalloc.c (posix_memalign): New function.
12592
12593 * macterm.c (frame_highlight, frame_unhighlight): Don't call
12594 ActivateControl/DeactivateControl here.
12595 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
12596 frame-notice-user-settings is non-nil.
12597 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
12598 for kEventParamFMFontStyle.
12599 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
12600 mac_pass_command_to_system and mac_pass_control_to_system here.
12601 (XTread_socket): Call ActivateControl/DeactivateControl here.
12602 (XTread_socket) [TARGET_API_MAC_CARBON]:
12603 Check mac_pass_command_to_system and mac_pass_control_to_system here.
f9426479
YM
12604 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
12605 for window repositioning.
7b7d07bb 12606
22e9fe24
GM
126072007-08-08 Glenn Morris <rgm@gnu.org>
12608
12609 * Replace `iff' in doc-strings and comments.
12610
ae494350
CY
126112007-08-07 Chong Yidong <cyd@stupidchicken.com>
12612
12613 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
12614
6f2528d8
MR
126152007-08-07 Martin Rudalics <rudalics@gmx.at>
12616
12617 * fileio.c (Finsert_file_contents): Run format-decode and
12618 after_insert_file_functions on entire buffer when REPLACE is
12619 non-nil and inhibit modification_hooks and point_motion_hooks.
12620 For consistency, run after_insert_file_functions iff something
12621 got inserted. Move signal_after_change and update_compositions
12622 after code running after_insert_file_functions. Make sure that
6b8e474c 12623 undo_list doesn't record intermediate steps of the decoding process.
6f2528d8 12624
3ceeb306
YM
126252007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12626
12627 * emacs.c (main)
12628 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
12629 Call malloc_enable_thread on interactive startup.
12630
12631 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
7b7d07bb
YM
12632 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
12633 [USE_PTHREAD]: Conditionalize with it.
3ceeb306
YM
12634 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
12635 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
12636 New functions.
12637
ca5e6fd5
CY
126382007-08-06 Chong Yidong <cyd@stupidchicken.com>
12639
32bfce5d
CY
12640 * xdisp.c (redisplay_window): When restoring original buffer
12641 position, make sure it is still valid.
12642
ca5e6fd5
CY
12643 * image.c (png_load): Ignore png-supplied background color.
12644
a5b11587
YM
126452007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12646
12647 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
12648 Use kCFAbsoluteTimeIntervalSince1970.
12649
12650 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
12651 New variable.
12652 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
12653 event loop should be quit.
12654 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
12655 Quit dialog event loop if quit_dialog_event_loop is set.
12656
12657 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
12658 (Selection): New typedef. Use instead of ScrapRef.
12659 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
12660 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
12661 (mac_clear_selection): Rename from clear_scrap.
12662 (get_flavor_type_from_symbol): New argument SEL and subsume function of
ff8da443 12663 scrap_has_target_type. All uses changed.
a5b11587
YM
12664 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12665 (mac_selection_has_target_p): New functions.
12666 (mac_put_selection_value): Rename from put_scrap_string.
12667 (mac_get_selection_value): Rename from get_scrap_string.
12668 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
12669 (put_scrap_private_timestamp, scrap_has_target_type)
12670 (get_scrap_private_timestamp): Remove functions.
12671 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
12672 (x_own_selection, x_get_local_selection):
12673 Use mac_valid_selection_value_p.
12674 (x_own_selection): Don't use put_scrap_private_timestamp.
12675 Record OWNERSHIP-INFO into Vselection_alist instead.
12676 (x_get_local_selection): Don't check type if request is local.
12677 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
12678 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
12679
880820fe 126802007-08-04 Jan Djärv <jan.h.d@swipnet.se>
991bde0d
JD
12681
12682 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
12683 add comment explaining why.
12684
73ff9d42
RS
126852007-08-03 Richard Stallman <rms@gnu.org>
12686
12687 * fileio.c (Fvisited_file_modtime): Use make_time.
12688
54ed9a2d 126892007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
cdf5c17a
VJL
12690
12691 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
12692 build.
12693
65a9c8e2
SM
126942007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
12697
c5925799
KY
126982007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12699
12700 * puresize.h (BASE_PURESIZE): Increase to 1130000.
12701
adef3de7
RS
127022007-07-30 Richard Stallman <rms@gnu.org>
12703
12704 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
12705
880820fe 127062007-07-29 Jan Djärv <jan.h.d@swipnet.se>
784c1472
JD
12707
12708 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
12709
a10421a1
NR
127102007-07-28 Nick Roberts <nickrob@snap.net.nz>
12711
12712 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
12713 remote default-directory.
12714
12715 * buffer.c (mode-line-format): Update doc string.
12716
0cb1ae20
YM
127172007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12718
12719 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
12720 scroll bar gap.
12721 (x_scroll_bar_create): Set bar->fringe_extended_p.
12722 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
12723 on frame edge. Check fringe background extension. Don't clear
12724 extended fringe background area.
12725
12726 * w32term.h (struct scroll_bar): New member fringe_extended_p.
12727 (w32_fill_area): Enclose multiple statements with do ... while (0).
12728
12729 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
12730 Extend fringe background to scroll bar gap.
12731 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
12732 Set bar->fringe_extended_p.
12733 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
12734 Put leftmost/rightmost scroll bars on frame edge. Check fringe
12735 background extension. Don't clear extended fringe background area.
12736
12737 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
12738 New member fringe_extended_p.
12739
cacc7b51
GM
127402007-07-25 Glenn Morris <rgm@gnu.org>
12741
12742 * Relicense all FSF files to GPLv3 or later.
12743
12744 * COPYING: Switch to GPLv3.
12745
89835619
SM
127462007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
12747
c4f46926
SM
12748 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
12749
12750 * data.c (Finteractive_form): Check for the presence of an
12751 `interactive-form' symbol property more thoroughly.
12752
12753 * data.c (Finteractive_form): Use an `interactive-form' property if
89835619
SM
12754 present, analogous to the function-documentation property.
12755
ee04257d
JR
127562007-07-24 Jason Rumney <jasonr@gnu.org>
12757
12758 * w32fns.c (x_real_positions): Get real position from OS instead of
12759 calculating it.
12760
50624218
JR
127612007-07-23 Jason Rumney <jasonr@gnu.org>
12762
12763 * filelock.c (current_lock_owner): Allow for @ sign in username.
12764
3650f60e
NR
127652007-07-22 Nick Roberts <nickrob@snap.net.nz>
12766
12767 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
12768 remote default-directory.
12769
12770 * buffer.c (mode-line-format): Describe above case in doc string.
12771
1e899515 127722007-07-20 Eli Zaretskii <eliz@gnu.org>
b395d6e1 12773
75be5258
EZ
12774 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
12775 Define if not defined.
12776
2b6e2f4d
JR
127772007-07-18 Jason Rumney <jasonr@gnu.org>
12778
12779 * w32proc.c (w32_executable_type): Handle 64 bit executables.
12780
23dacf80
JB
127812007-07-18 Richard Stallman <rms@gnu.org>
12782
12783 * data.c (Fsetq_default): Doc fix.
12784
12785 * eval.c (Fsetq): Doc fix.
12786
127872007-07-18 Juanma Barranquero <lekktu@gmail.com>
12788
12789 * coding.c (Ffind_operation_coding_system):
12790 * eval.c (For, Fand): Doc fixes.
880820fe 12791 Reported by Johan Bockgård.
23dacf80 12792
880820fe 127932007-07-18 Jan Djärv <jan.h.d@swipnet.se>
656de71a 12794
23dacf80 12795 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
656de71a 12796
23dacf80 12797 * xterm.h: Declare x_ewmh_activate_frame.
656de71a
JD
12798
12799 * xterm.c (x_ewmh_activate_frame): New function.
12800 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
12801
71ec17e6
MR
128022007-07-17 Martin Rudalics <rudalics@gmx.at>
12803
12804 * window.c (Fdisplay_buffer): If largest or LRU window is the
12805 only window, split it even if it is not eligible for splitting.
12806 This restores the original behavior broken by the 2007-07-15
12807 change.
12808
e9818042
GM
128092007-07-17 Glenn Morris <rgm@gnu.org>
12810
12811 * abbrev.c (abbrev_check_chars): New function.
6b8e474c
SM
12812 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
12813 Call abbrev_check_chars to check abbrev characters are word
e9818042
GM
12814 constituents. Doc fix.
12815
e6fca843
SM
128162007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * process.c (Fstart_process, Fmake_network_process)
12819 (read_process_output): Fix up last changes.
12820
b5d2b4ab
EZ
128212007-07-16 Eli Zaretskii <eliz@gnu.org>
12822
12823 * makefile.w32-in (clean): Don't delete *~.
12824
413a79ad
AS
128252007-07-16 Andreas Schwab <schwab@suse.de>
12826
12827 * window.c (Fdisplay_buffer): Use NILP.
12828 (Fset_window_scroll_bars): Likewise.
12829
f1de8c77
MR
128302007-07-15 Martin Rudalics <rudalics@gmx.at>
12831
12832 * window.c (window_min_size_2): New function.
12833 (window_min_size_1, size_window, Fdisplay_buffer)
12834 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
12835 windows without mode- or header-lines when window-min-height is
12836 too small.
12837 (size_window): Reset nodelete_p after testing it, following an
12838 earlier note by Kim F. Storm.
12839 (display_buffer): Do not set split_height_threshold to twice the
12840 value of window_min_height to avoid changing the value of a
12841 customizable variable. Rather explicitly check whether the
12842 height of the window that shall be splitted is at least as large
12843 as split_height_threshold.
1af74d06
MB
12844 (Fwindow_full_width_p): New defun.
12845 (syms_of_window): Defsubr it.
d31053f9 12846
1af74d06 12847 * window.h: Add EXFUN for Fwindow_full_width_p.
f1de8c77 12848
5e1ab613
JR
128492007-07-14 Jason Rumney <jasonr@gnu.org>
12850
12851 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
12852
f01cbfdd
RS
128532007-07-14 Richard Stallman <rms@gnu.org>
12854
12855 * eval.c (maybe_call_debugger): New function.
12856 (find_handler_clause): Use maybe_call_debugger.
12857 Call it when the handler says `debug'.
12858 Eliminate DEBUGGER_VALUE_PTR.
12859 (Fsignal): Eliminate debugger_value.
12860 (Qdebug): New variable.
12861 (syms_of_eval): Initialize it.
12862
1bab435a
JB
128632007-07-14 Juanma Barranquero <lekktu@gmail.com>
12864
12865 * eval.c (Fprogn):
12866 * keyboard.c (Ftrack_mouse):
12867 * print.c (Fwith_output_to_temp_buffer):
12868 * window.c (Fsave_window_excursion): Doc fix.
12869
be436d23
SM
128702007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
12873
60f0fb11
SM
128742007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * process.h (struct Lisp_Process): Turn slots infd, outfd,
12877 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
12878 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
12879 read_output_delay, and read_output_skip from Lisp_Objects to ints.
12880 Remove unused encoding_carryover.
12881 * process.c: Adjust all functions accordingly.
12882
d8b18043
RS
128832007-07-12 Richard Stallman <rms@gnu.org>
12884
12885 * term.c: Include unistd.h only if HAVE_UNISTD_H.
12886
d5781bb6
JR
128872007-07-11 Jason Rumney <jasonr@gnu.org>
12888
12889 * makefile.w32-in (LIBS): Include OLE32.
12890
12891 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
12892 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
12893
5bb7dfee
SM
128942007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
12897 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
12898 from a Lisp_Object into a bare pointer.
12899 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
12900 Adjust the code correspondingly.
12901
12902 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
12903
12904 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
12905 (term_show_mouse_face): Remove unused var `j'.
12906 (handle_one_term_event): Remove unused vars `i' and `j'.
12907 Don't cast return value of ttyname since it's not necessary.
12908
a1be1ce8
SM
129092007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12910
5045e68e
SM
12911 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
12912 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
12913
8071c00f
SM
12914 * fns.c (map_char_table): Use an array of int for `indices' rather than
12915 an array of Lisp_Objects (which are only ever integers anyway).
12916 (Fmap_char_table): Update caller.
12917 * lisp.h: Update prototype.
12918 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
12919 * fontset.c (Ffontset_info):
12920 * casetab.c (set_case_table): Update callers.
12921
12922 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
12923
fab84e3c
SM
12924 * keymap.c (struct accessible_keymaps_data)
12925 (struct where_is_internal_data): New structures.
12926 (accessible_keymaps_1, where_is_internal_1): Use them to change
12927 interface to adhere to the one used by map_keymap.
12928 (Faccessible_keymaps, where_is_internal): Use map_keymap.
12929 (accessible_keymaps_char_table, where_is_internal_2): Remove.
12930
a1be1ce8
SM
12931 * keymap.h (map_keymap_function_t): More informative prototype.
12932
ef887810
RS
129332007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
12934
12935 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
12936 (looking_at_1): Don't change search_regs and last_thing_searched
12937 if `inhibit-changing-match-data' is non-nil.
12938 (string_match_1, search_buffer, set_search_regs): Likewise.
12939 (syms_of_search): Add Lisp level definition for
12940 `inhibit-changing-match-data' and set it to nil.
8071c00f
SM
12941 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
12942 start and end of the match, instead of using values in search_regs.
ef887810 12943
4d02fc25
SM
129442007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * minibuf.c (Fcompleting_read): New value `confirm-only'
12947 for `require-match'.
12948
fe45b81f
SM
129492007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
12952 part of the 2007-06-27 change to syms_of_fileio.
12953
a56dd283
YM
129542007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12955
12956 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
12957 Check WINDOWP before using XWINDOW. Consolidate return statements.
12958
0cf9f5b5
RS
129592007-06-27 Richard Stallman <rms@gnu.org>
12960
12961 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
12962
a66f285a
JB
129632007-06-27 Juanma Barranquero <lekktu@gmail.com>
12964
12965 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
12966
8d0d84d2
YM
129672007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12968
12969 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
12970 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
12971 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
12972 (_free_internal, memalign): Use them.
12973 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
12974 Initialize to PTHREAD_MUTEX_INITIALIZER.
12975 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
12976 (morecore_nolock): Rename from morecore. All uses changed.
12977 Use only nolock versions of internal allocation functions.
12978 (_malloc_internal_nolock, _realloc_internal_nolock)
12979 (_free_internal_nolock): New functions created from
12980 _malloc_internal, _realloc_internal, and _free_internal.
12981 (_malloc_internal, _realloc_internal, _free_internal): Use them.
12982 Copy hook value to automatic variable before its use.
12983 (memalign): Copy hook value to automatic variable before its use.
12984
5a0bbd9a
KH
129852007-06-26 Kenichi Handa <handa@m17n.org>
12986
12987 * coding.c (Ffind_operation_coding_system): Docstring improved.
12988 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
12989
9a51747b
DK
129902007-06-25 David Kastrup <dak@gnu.org>
12991
12992 * keymap.c (Fcurrent_active_maps): Add `position' argument.
12993 (Fwhere_is_internal): Adjust call to `current-active-maps' to
12994 cater for additional parameter.
12995
12996 * keymap.h: Adjust number of parameters to `current-active-maps'.
12997
12998 * doc.c (Fsubstitute_command_keys): Adjust call of
12999 `current-active-maps'.
13000
e4305426
DK
130012007-06-25 David Kastrup <dak@gnu.org>
13002
13003 * callint.c (Fcall_interactively): Make the parsing of interactive
13004 specs somewhat more readable.
13005
511a18d9
YM
130062007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13007
13008 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
13009 to scroll bar gap also when bitmap fills fringe. Draw only foreground
13010 if extended background has already been filled.
13011
512eb161
YM
130122007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13013
13014 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
13015 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
13016
13017 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
13018 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
13019 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
13020 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
13021 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
13022 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
13023 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
13024 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
13025 Run timers during dialog popup.
13026 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
13027
2386b1f1
JR
130282007-06-21 Jason Rumney <jasonr@gnu.org>
13029
13030 * image.c (convert_mono_to_color_image): Swap fore and background.
13031
fab8b787
JR
130322007-06-20 Jason Rumney <jasonr@gnu.org>
13033
13034 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
13035 (w32_free_bdf_font): Unmap memory not handle.
13036
15bdd7a0 130372007-06-20 Sam Steingold <sds@gnu.org>
3cacba85
SS
13038
13039 * gmalloc.c (__morecore): Fix the declaration to comply with the
13040 definition.
13041
1bb8a291
JB
130422007-06-20 Juanma Barranquero <lekktu@gmail.com>
13043
13044 * w32term.c (w32_delete_display): Remove leftover declaration.
13045 (w32_define_cursor, w32_initialize): Make static.
13046
13047 * w32.c (_wsa_errlist): Fix typo in error message.
13048 (init_environment): Ignore any environment variable from the
13049 registry having a null value.
13050
92648dea
GM
130512007-06-20 Glenn Morris <rgm@gnu.org>
13052
13053 * Makefile.in (LIBGIF): Default to -lgif.
13054
ff25d115
JR
130552007-06-17 Jason Rumney <jasonr@gnu.org>
13056
13057 * w32menu.c (add_menu_item): Don't use multibyte string functions on
13058 unicode strings.
13059
a1a578a5
JB
130602007-06-16 Juanma Barranquero <lekktu@gmail.com>
13061
13062 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
13063 Fix typo in docstring.
13064
af41f8a8
EZ
130652007-06-16 Eli Zaretskii <eliz@gnu.org>
13066
13067 * w32menu.c (add_menu_item): Escape `&' characters in menu items
13068 and their keybindings.
13069
8b29cab9
CY
130702007-06-15 Chong Yidong <cyd@stupidchicken.com>
13071
13072 * composite.c (update_compositions): Fix last fix.
13073
c433c134
JR
130742007-06-14 Jason Rumney <jasonr@gnu.org>
13075
13076 * w32.c (get_process_times_fn): New function pointer.
13077 (globals_of_w32): Intialize it if present in kernel32.dll.
13078 (w32_get_internal_run_time): New function.
13079
13080 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
13081
553d3164
KH
130822007-06-14 Kenichi Handa <handa@etlken.m17n.org>
13083
13084 * composite.c (update_compositions): Check the validness of
13085 compositions.
13086
446ba96f
YM
130872007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13088
13089 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
13090 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
13091
13092 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
13093 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
13094
13095 * macgui.h (USE_MAC_TOOLBAR): New define.
13096
13097 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
13098 Return immediately unless popup is activated.
13099
13100 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
13101 background to scroll bar gap.
13102 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
13103 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
13104 scroll bars on frame edge. Check fringe background extension.
13105 Don't clear extended fringe background area.
13106 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
13107 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
13108 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
13109 [USE_MAC_TOOLBAR]: New macros.
13110 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
13111 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
13112 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
13113 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
13114 [USE_MAC_TOOLBAR]: New functions.
13115 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
13116 manually if previous repositioning has failed.
13117 (mac_handle_keyboard_event): Use precomputed event kind.
13118 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
13119 as tool bar item click. Handle mouse movement over tool bar items.
13120
13121 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
13122 toolbar_win_gravity.
13123 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
13124 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
13125 Add externs.
13126
13127 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
13128 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
13129
9720173f
CY
131302007-06-14 Chong Yidong <cyd@stupidchicken.com>
13131
13132 * image.c (search_image_cache): Remove unused variable.
13133
1217dd00
CY
131342007-06-13 Chong Yidong <cyd@stupidchicken.com>
13135
13136 * xfns.c, xmenu.c: Link to xaw3d if available.
13137
c5b8e0ea
YM
131382007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13139
13140 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
13141 frame_foreground and frame_background.
13142
13143 * image.c (lookup_image): Save frame foreground and background colors.
13144 (search_image_cache): Check if saved and current frame colors match.
13145
c69b0314
SM
131462007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13147
13148 * regex.c (regex_compile): Remove the `regnum' counter.
13149 Use bufp->re_nsub instead. Add support for \(?N:RE\).
13150
c9612b8e
SM
131512007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * term.c: Include intervals.h to declare Fget_text_property.
13154
843d2458
JR
131552007-06-10 Jason Rumney <jasonr@gnu.org>
13156
13157 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
13158
1e0d2d60 131592007-06-08 Juanma Barranquero <lekktu@gmail.com>
977f6cfb
JB
13160
13161 * callint.c (Fcall_interactively):
13162 * editfns.c (Fdelete_and_extract_region):
13163 * fileio.c (Fread_file_name):
13164 * fns.c (Fmapconcat):
13165 * keyboard.c (cmd_error_internal):
13166 * keymap.c (Fkey_description):
13167 * lread.c (openp):
13168 * minibuf.c (read_minibuf):
13169 * search.c (wordify):
13170 * sunfns.c (sel_read):
13171 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
13172 * xfns.c (x_default_scroll_bar_color_parameter):
13173 * xmenu.c (menu_help_callback):
13174 * xselect.c (Fx_get_atom_name):
13175 * xterm.c (x_term_init): Use empty_unibyte_string.
13176
15bdd7a0 131772007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
977f6cfb
JB
13178
13179 * alloc.c (init_strings): Initialize canonical empty strings.
13180 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
13181 canonical empty string when the requested size is 0.
13182
13183 * emacs.c (empty_unibyte_string): Rename from empty_string.
13184 (empty_multibyte_string): New canonical empty string.
13185 (syms_of_emacs): Don't initialize empty_string.
13186
13187 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
13188 string, if appropriate.
13189 (empty_unibyte_string, empty_multibyte_string): New externs.
13190 (empty_string): Remove extern.
13191
13192 * lread.c (syms_of_lread): Use empty_unibyte_string.
13193
42c4c67a
JR
131942007-06-07 Jason Rumney <jasonr@gnu.org>
13195
13196 * s/ms-w32.h: Don't define HAVE_TZNAME.
13197
13198 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
13199
aa8280d3
YM
132002007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13201
13202 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
13203
13204 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
13205 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
13206
13207 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
13208 Don't call next handler.
13209 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
13210 Remove argument. Install handler to application.
13211 (set_frame_menubar): Don't change deep_p.
1e0d2d60 13212 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
aa8280d3
YM
13213 FRAME_OUTER_TO_INNER_DIFF_Y.
13214 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13215 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13216 [HAVE_DIALOGS]: New macros.
13217 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
13218 Use them.
13219 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
13220
13221 * macselect.c [MAC_OSX] (install_service_handler): Rename from
13222 init_service_handler. All callers changed. Return OSStatus value.
13223
13224 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
13225 All callers changed so as not to call SetPortWindowPort.
13226 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
13227 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
13228 mac_draw_string_common.
13229 (mac_draw_image_string_qd): Likewise.
13230 (mac_draw_string_common): Use them. Add INLINE.
13231 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
13232 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
13233 GetGlobalMouse.
13234 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
13235 and FRAME_OUTER_TO_INNER_DIFF_Y.
13236 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
13237 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
13238 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
13239 repositioning window to mac_handle_window_event.
13240 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
13241 saving window location to mac_handle_window_event
13242 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
13243 (install_menu_target_item_handler): Remove argument in extern.
13244 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
13245 Also accept command events.
13246 (do_keystroke): New function created from XTread_socket.
13247 (init_command_handler): Remove functions.
13248 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
13249 and save window location by kEventWindowShowing and kEventWindowHiding
13250 handlers here. Don't call next handler for window state change and
13251 focus events.
13252 (mac_handle_application_event, mac_handle_keyboard_event)
13253 [TARGET_API_MAC_CARBON]: New functions.
13254 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
13255 kEventWindowShowing and kEventWindowHiding events. Move installation
13256 of mouse, font, text input and menu target item handlers to
13257 install_application_handler.
13258 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
13259 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13260 New function.
13261 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13262 Register it.
c9612b8e
SM
13263 (XTread_socket) [TARGET_API_MAC_CARBON]:
13264 Consolidate SendEventToEventTarget calls.
13265 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
13266 Move application activation handler to mac_handle_application_event.
13267 Move keyboard handler to mac_handle_keyboard_event.
aa8280d3
YM
13268 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
13269 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
13270 init_command_handler. Call install_application_handler.
13271
13272 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
13273 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
13274
6926c954
GM
132752007-06-07 Glenn Morris <rgm@gnu.org>
13276
13277 * emacs.c (main): Use `emacs-copyright' in --version output.
13278
6fe04c89
CY
132792007-06-06 Chong Yidong <cyd@stupidchicken.com>
13280
c9612b8e 13281 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
6fe04c89 13282
7eb0d727
YM
132832007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13284
13285 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
13286
13287 * macgui.h: Replace WindowPtr with WindowRef.
13288
13289 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
13290 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
13291 Replace ControlHandle with ControlRef.
13292 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
13293
13294 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
13295 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
13296 Replace ControlHandle with ControlRef.
13297 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
13298 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
13299
13300 * macterm.h (struct scroll_bar): Rename member control_handle_low
13301 and control_handle_high to control_ref_low and control_ref_high.
13302 All uses changed.
13303 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
13304 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
13305 respectively. All uses changed.
13306 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
13307 (install_window_handler, remove_window_handler): Replace WindowPtr
13308 with WindowRef in externs.
13309
65fddb74
JB
133102007-06-05 Juanma Barranquero <lekktu@gmail.com>
13311
13312 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
13313
db1213a9
NR
133142007-06-03 Nick Roberts <nickrob@snap.net.nz>
13315
13316 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
13317
65fddb74 13318 * frame.c (Fmouse_position, Fmouse_pixel_position):
db1213a9
NR
13319 Condition on HAVE_GPM too.
13320
13321 * term.c (term_mouse_highlight): Remove unused variables.
13322 (Fterm_open_connection): Set gpm_zerobased to 1.
13323 (term_mouse_movement, term_mouse_click, handle_one_term_event):
13324 Use zero based co-ordinates.
13325 (handle_one_term_event): Report a drag as mouse movement too.
13326
13327 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
13328
d94df25b
CY
133292007-06-03 Chong Yidong <cyd@stupidchicken.com>
13330
13331 * image.c (search_image_cache): New function. Require background
13332 color match if background color is unspecified in the image spec.
13333 (uncache_image, lookup_image): Use it.
13334
4797b6d9
JB
133352007-06-01 Juanma Barranquero <lekktu@gmail.com>
13336
13337 * window.c (Fshrink_window): Reflow docstring.
13338
1ffe7343
NR
133392007-06-02 Chong Yidong <cyd@stupidchicken.com>
13340
13341 * Version 22.1 released.
13342
133432007-06-01 Richard Stallman <rms@gnu.org>
13344
13345 * xfns.c (x_encode_text): Add GCPRO.
13346
133472007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13348
13349 * xfns.c (x_set_name_internal): Save encoded name before
13350 x_encode_text in case string data is relocated.
13351
133522007-05-31 Richard Stallman <rms@gnu.org>
13353
13354 * buffer.c (syms_of_buffer): Doc fix.
13355
133562007-05-30 Nick Roberts <nickrob@snap.net.nz>
13357
13358 * sysdep.c (init_sys_modes): Add rather than replace with
13359 O_NONBLOCK.
13360
13361 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
13362 term_mouse_moveto.
13363
13364 * termhooks.h (term_mouse_moveto): New extern.
13365
13366 * term.c (mouse_face_window): Rename...
13367 (Qmouse_face_window): ...to this.
13368 (term_show_mouse_face, term_clear_mouse_face)
13369 (term_mouse_highlight): Use Qmouse_face_window.
13370 (term_mouse_moveto): New function.
13371 (term_mouse_position): Make it work.
13372 (syms_of_term): Uncomment assignment to mouse_position_hook.
13373 Staticpro Qmouse_face_window.
13374
133752007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13376
13377 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
13378 around current_column call.
13379
133802007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
13381
13382 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
13383 * xdisp.c (next_element_from_buffer):
13384 * window.c (delete_window):
13385 * term.c (term_mouse_highlight):
13386 * msdos.c (getdefdir):
13387 * macterm.c (mac_create_bitmap_from_bitmap_data)
13388 (init_font_name_table):
13389 * fns.c (Fsxhash):
13390 * data.c (Fmake_local_variable):
13391 * ccl.c (ccl_driver): Likewise.
13392
133932007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13394
13395 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
13396 Call mac_wakeup_from_rne on window size change.
13397
133982007-05-25 Chong Yidong <cyd@stupidchicken.com>
13399
13400 * image.c (uncache_image): Fix typo.
13401
134022007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
13403
13404 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
13405
134062007-05-22 Richard Stallman <rms@gnu.org>
13407
13408 * xterm.c (x_connection_closed): Remove NO_RETURN.
13409
134102007-05-22 Martin Rudalics <rudalics@gmx.at>
13411
13412 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
13413
134142007-05-21 Chong Yidong <cyd@stupidchicken.com>
13415
13416 * image.c (uncache_image): New function.
13417 (Fimage_refresh): New function.
13418
880820fe 134192007-05-20 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
13420
13421 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
13422
134232007-05-20 Nick Roberts <nickrob@snap.net.nz>
13424
13425 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
13426 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
13427
134282007-05-20 Nick Roberts <nickrob@snap.net.nz>
13429
13430 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
13431 conditional on [HAVE_GPM_H].
13432
134332007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13434
13435 * syntax.c (skip_chars): Update syntax-table only after we checked that
13436 the new location is valid.
13437
134382007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13439
13440 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
13441 mac_get_window_bounds.
13442
134432007-05-20 Nick Roberts <nickrob@snap.net.nz>
13444
13445 * Makefile.in (LIBGPM): Allow it to be set from configure.
13446 If set then link Emacs with it.
13447
13448 * config.in: Regenerate.
13449
13450 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
13451 New externs.
13452
13453 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
13454 Include gpm.h.
13455 (handle_one_term_event, term_gpm): New externs.
13456
13457 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
13458 and allow it to be interrupted by SIGIO.
13459
13460 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
13461 (wait_reading_process_output): Wait on gpm_fd too.
13462 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
13463 (add_gpm_wait_descriptor_called_flag): New variable.
13464 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
13465
13466 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
13467 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
13468 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
13469 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
13470 (make_lispy_event): Add case GPM_CLICK_EVENT.
13471 (read_avail_input): Handle mouse input.
13472
13473 * term.c (write_glyphs_with_face): New function.
13474 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
13475 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
13476 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
13477 (mouse_face_face_id, term_gpm, pos_x, pos_y)
13478 (last_mouse_x, last_mouse_y): New variables.
13479 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
13480 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
13481 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
13482 (Fterm_close_connection): New functions.
13483 (term_init): Initialise mouse_face_window.
13484
134852007-05-19 Chong Yidong <cyd@stupidchicken.com>
13486
13487 * xdisp.c (redisplay_window): If first window line is a
13488 continuation line, recompute the new window start instead of
13489 recentering.
13490
134912007-05-18 Glenn Morris <rgm@gnu.org>
13492
13493 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
13494 Suggested by Alfred M. Szmidt <ams@gnu.org>.
13495
134962007-05-17 Glenn Morris <rgm@gnu.org>
13497
13498 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
13499
135002007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13501
13502 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
13503 dead key repeat and up events.
13504
135052007-05-14 Chong Yidong <cyd@stupidchicken.com>
13506
13507 * image.c (pbm_load): Check image size for monochrome pbm.
13508
135092007-05-13 Chong Yidong <cyd@stupidchicken.com>
13510
13511 * xterm.c (XTread_socket): Revert last change.
13512
135132007-05-12 Chong Yidong <cyd@stupidchicken.com>
13514
13515 * image.c (pbm_load): Correctly check image size for greyscale pbm.
13516
13517 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
13518
135192007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
13522 mixup (YAILOM).
13523
135242007-05-07 Andreas Schwab <schwab@suse.de>
13525
13526 * keymap.c (Flookup_key): Fix typo in last change.
13527
135282007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
13531 mapping for unibyte strings.
13532
135332007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13534
13535 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
13536 (Fx_popup_dialog) [MAC_OSX]: Likewise.
13537
135382007-04-29 Richard Stallman <rms@gnu.org>
13539
13540 * insdel.c (replace_range): For undo, record insertion first.
13541
135422007-04-29 Andreas Schwab <schwab@suse.de>
13543
13544 * lisp.h (VECSIZE): Use OFFSETOF.
13545
135462007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13547
13548 * xdisp.c (try_window_reusing_current_matrix): Fix number of
13549 disabled lines.
13550
135512007-04-28 Richard Stallman <rms@gnu.org>
13552
13553 * lread.c (read_escape): In a string, \s is always space.
13554
880820fe 135552007-04-27 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
13556
13557 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
13558
13559 * gtkutil.c (xg_update_menubar, create_menus): Create empty
13560 submenu for menu bar items.
13561
382c648d 13562See ChangeLog.10 for earlier changes.
6922b018
KH
13563
13564;; Local Variables:
880820fe 13565;; coding: utf-8
33462dfa 13566;; add-log-time-zone-rule: t
67e8d28a 13567;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
6922b018 13568;; End:
2a34a036 13569
59ce725a 13570 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
13571
13572 This file is part of GNU Emacs.
13573
5a1dde61 13574 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 13575 it under the terms of the GNU General Public License as published by
5a1dde61
GM
13576 the Free Software Foundation, either version 3 of the License, or
13577 (at your option) any later version.
7f6d64f8
GM
13578
13579 GNU Emacs is distributed in the hope that it will be useful,
13580 but WITHOUT ANY WARRANTY; without even the implied warranty of
13581 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13582 GNU General Public License for more details.
13583
13584 You should have received a copy of the GNU General Public License
5a1dde61 13585 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 13586
28f60c3d 13587;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40