(ns-handle-switch): Simplify. Handle the numeric case.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
122e9f8f
AR
12008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * syntax.c: Remove stdio.h include accidentally introduced in
4 Emacs.app commit.
5 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
6 NS_IMPL_COCOA.
7 * keyboard.c (handle_async_input, input_available_signal): Remove
8 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
9
0bcfd7d7
SM
102008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11
6882361b
SM
12 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
13 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
14 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
15 Use SDATA.
16
0bcfd7d7
SM
17 * keymap.c: Remove all NS-specific code.
18 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
19 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
20 where_is_preferred_modifier, return a different value depending on how
21 preferred is the binding.
22 (where_is_internal): Adjust accordingly.
23 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
24 Adjust to new preferred_sequence_p.
25 (syms_of_keymap): Declare `where-is-preferred-modifier'.
26 * keyboard.c (parse_solitary_modifier): Not static any more.
27 * keyboard.h (parse_solitary_modifier): Declare.
28
720f3147
AS
292008-07-16 Andreas Schwab <schwab@suse.de>
30
31 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
32 of easymenu.
33
01e19fea
CY
342008-07-16 Chong Yidong <cyd@stupidchicken.com>
35
36 * xdisp.c (move_it_in_display_line): Account for word wrap, so
37 that we don't move off the line.
38
4c89a3e0
SM
392008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * keyboard.c (Qsuper): Remove.
42 (parse_menu_item): Don't call where_is_internal specially for NS.
43
586b975c
DN
442008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
45
3ec8ef33
DN
46 * s/gnu-linux.h: Remove boilerplate comments.
47
d4d080b6
DN
48 * m/alpha.h (__ELF__): Consolidate conditions.
49
7ab56cc4
DN
50 * m/m68k.h (linux): Use GNU_LINUX instead.
51 Remove boilerplate comments.
52
586b975c 53 * m/intel386.h: Undo reactoring from previous change.
7ab56cc4
DN
54 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
55 too, remove dead code.
56 (linux): Use GNU_LINUX instead.
586b975c 57
5cc9d48a
JR
582008-07-16 Jason Rumney <jasonr@gnu.org>
59
4c89a3e0 60 * w32gui.h: Repeat 26 June changes lost by last change.
5cc9d48a 61
6b0273cd
DN
622008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
63
132d0475
DN
64 * systty.h: Remove code for Aix on 386, unsupported platform.
65
66 * s/ms-w32.h: Remove boilerplate comments.
67 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
68
69 * s/gnu-linux.h (TERM): Remove support.
70 (HAVE_SYSVIPC): Remove, unused.
71 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
72 for this system.
73
74 * process.c: Remove support for IRIS, unused.
75 Remove support for TERM, not relevant anymore.
76
77 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
78 used with the definition.
79
80 * s/aix4-2.h (static): Do not undef.
81
82 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
83 only used on Aix.
84 (HAVE_SYSVIPC): Remove, unused.
85
86 * m/hp800.h (CANNOT_DUMP): Do not undef.
87
88 * m/alpha.h: Fix comment.
89
8111c2d8
DN
90 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
91 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
92 used by this configuration.
93 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
94 * unexec.c: Remove code depending on HPUX and
95 USG_SHARED_LIBRARIES, not used with this file. Remove code
96 depending on IRIS, unused. Remove if 0-ed code.
97
e9a57a88
DN
98 * s/template.h: Remove comments about static.
99
4c89a3e0
SM
100 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
101 Remove if 0-ed code.
c7607b94
DN
102 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
103 were the same as the default.
104 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
105 Remove boilerplate comments.
106 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
107 (HAVE_SYSVIPC): Remove, unused.
108 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
109
ff841b30
DN
110 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
111 Remove boilerplate comments.
112 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
113 Remove boilerplate comments.
114 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
115 Remove boilerplate comments.
116 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
117
586b975c
DN
118 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
119 USG systems which do not use DATA_SEG_BITS.
120 Refactor code. Remove boilerplate comments.
121
dc89925b 122 * m/ibms390.h:
dc89925b
DN
123 * m/m68k.h:
124 * s/bsd-common.h:
125 * s/cygwin.h:
126 * s/darwin.h:
127 * s/freebsd.h:
128 * s/gnu.h:
129 * s/msdos.h: Remove boilerplate comments.
130
96b72211
DN
131 * m/iris4d.h: Remove boilerplate comments and code for systems that
132 do not use this file.
133 (IRIS_4D): Remove, unused.
134
c3b5f109
DN
135 * m/mips.h: Remove boilerplate comments and code for systems that
136 do not use this file.
96b72211 137 (SIGN_EXTEND_CHAR):
c3b5f109
DN
138 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
139 * unexmips.c: Remove file, unused.
140
6b0273cd
DN
141 * editfns.c (Fuser_full_name): Replace the only use of
142 USER_FULL_NAME with its value.
143 * config.in: Regenerate.
144
6fbcfb6f
DR
1452008-07-16 David Reitter <david.reitter@gmail.com>
146
147 * Makefile.in: add ns-win, ns-carbon-compat, easy-mmode and
148 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port
149
44ac2d3e
GM
1502008-07-16 Glenn Morris <rgm@gnu.org>
151
152 * emacs.c (system-type): Doc fix.
153
0a170079
SM
1542008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
157 If the cache doesn't work, let's fix it, rather than work around it.
158
a68fda4a
AR
1592008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
160
161 * Makefile.in: Correct additions for nsfont.o in last commit.
162 * nsfont.m: New file (forgot last commit).
163
edfda783
AR
1642008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
165
166 Changes and additions for NeXTstep windowing system (Cocoa and
167 GNUstep) support.
168
169 * Makefile.in
170 * config.in: Support defines and build commands for NS port.
171 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
172 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
173 * callproc.c (set_initial_environment): Initialize
174 Vprocess_environment under CANNOT_DUMP (fixes crash when
175 batch-compiling for bootstrap, due to Chris Hall).
176 * dispextern.h: Include nsgui.h and add needed typedefs under NS
177 windowing.
178 (struct face): Add synth_ital field.
179 * dispnew.c: Include nsterm.h when compiling under NS windowing.
180 (init_display): Initialize Vinitial_window_system to "ns" when so
181 compiled.
182 * emacs.c: Include GSConfig.h when compiling under GNUstep.
183 (display_arg): Use under NS.
184 (main): Under NS, allocate autorelease pool and handle command line
185 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
186 (standard_args): Add NS-specific args.
187 (shut_down_emacs): Shut down NS terminal if compiled under NS.
188 * font.c (DEFAULT_ENCODING): New variable.
189 (font_find_for_lface): Use it.
190 (syms_of_font): Load syms_of_nsfont under NS.
191 * font.h: Declare nsfont_driver when compiled under NS.
192 * fontset.c: When compiling under NS, include nsterm.h.
193 (fontset_from_font): Autoconstruct fontset under NS.
194 * frame.c (various): Under NS, include nsterm.h, add Qns window system
195 symbol, document and use it.
196 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
197 patch to fix crash due to different init order, due to Chris Hall and
198 Yamamoto Mitsuharu.
199 (do_switch_frame): When for_deletion under Cocoa, add
200 Fraise_frame(Qnil).
201 (x_set_frame_parameters): Ensure font attribute changes are picked up.
202 (x_get_arg): Allow "yes" and "no" as boolean values.
203 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
204 Qright under Cocoa.
205 (focus-follows-mouse): Default to 0 under NS.
206 * frame.h (enum output_method): Add output_ns.
207 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
208 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
209 (FRAME_WINDOW_P): NS-specific definition.
210 * fringe.c (max_used_fringe_bitmap): Make public.
211 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
212 (getloadavg): Use NeXT code under descendant OS's.
213 * image.c (includes and header section, x_create_bitmap_from_data)
214 (x_create_bitmap_from_file, free_bitmap_record, image_background)
215 (image_background_transparent, x_clear_image_1)
216 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
217 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
218 (x_to_xcolors, x_from_xcolors, x_disable_image)
219 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
220 other GUIs, including XPM support using code originally written for
221 Carbon GUI.
0a170079 222 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
edfda783
AR
223 using NS API.
224 (image_ascent): Use font metrics macros instead of direct struct field
225 access.
226 * keyboard.c (includes): Add nsterm.h when compiling under NS.
227 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
228 Also, handle NS as GTK for menu bar purposes.
229 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
230 toolkit where they differ.
231 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
232 use cachelist, still needed under NS.
6ddc6cca 233 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
edfda783
AR
234 (struct widget_value): Define it here for menu.c.
235 * keymap.c (includes): Include modifier internals.
236 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
237 NS.
238 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
239 support for preferring sequences using certain modifiers, specified by
240 the FIRSTONLY argument.
241 * lisp.h (hash_remove): Rename to avoid name clash when compiling
242 under NS GNUstep implementation.
243 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
244 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
245 * menu.c: Include nsterm.h under NS.
246 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
247 (free_menubar_widget_tree_value, update_submenu_strings)
248 (find_and_call_menu_selection): Treat NS as X and NT.
249 (find_and_return_menu_selection): New function, used for popup menus.
250 * nsgui.h
251 * nsterm.h
252 * nsfns.m
253 * nsimage.m
254 * nsmenu.m
255 * nsselect.m
256 * nsterm.m: New files.
257 * process.c (wait_reading_process_output): Under NS, call ns_select()
258 instead of plain select().
259 * syntax.c (char_quoted): Under NS, avoid a crash when called near
260 beginning of buffer.
261 * sysselect.h (init_process): Rename when compiling under Cocoa to
262 avoid name conflict.
263 * termhooks.h (display_info): Add ns_display_info to union.
264 * terminal.c (Fterminal_live_p): Add ns to terminal types.
265 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
266 COCOA environment.
267 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
268 unexec() signature. (Note, this will dump, but the resulting file
269 crashes; unexosx is used instead; keeping around for reference and
270 possible aid in getting dump working under GNUstep.)
271 * w32gui.h (button_type, widget_value): Remove definitions (now in
272 keyboard.h).
273 * window.c: Include nsterm.h when compiling under NS.
274 * xdisp.c (includes): Include nsterm.h when compiling under NS.
275 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
276 other GUI windowing systems.
277 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
278 GTK.
279 (x_consider_frame_title): Under NS, set icon type and frame
280 modified-state indicator; use ns_set_name_as_filename() when using
281 formatted title.
282 (update_window_cursor): Make public when compiling under NS.
283 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
284 (hourglass_atimer, Vhourglass_delay
285 * xfaces.c (header section, init_frame_faces, clear_font_table)
286 (defined_color, unload_color, x_face_list_fonts)
6ddc6cca
SM
287 (prepare_face_for_display): Add NS support parallel to other GUIs.
288 Emulate GCs like other non-X GUIs.
edfda783
AR
289 (split_font_name): Don't lowercase font name under NS.
290 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
291 under NS.
292 * s/darwin.h: Add support for compilation under NS.
293
1391cd54
JR
2942008-07-15 Jason Rumney <jasonr@gnu.org>
295
6ddc6cca
SM
296 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
297 (w32_show_hourglass): Rename from show_hourglass.
298 (w32_hide_hourglass): Rename from hide_hourglass.
299 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
300 (Vhourglass_delay): Declare extern.
301 (hourglass_started): Remove.
1391cd54 302
6ddc6cca
SM
303 * xdisp.c (Vhourglass_delay): Remove static.
304 (hourglass_started, start_hourglass, cancel_hourglass):
305 Don't include these versions on WINDOWSNT.
1391cd54 306
1885ab29
AR
3072008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
308
6ddc6cca 309 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
20d6dc02 310 variables (formerly in xfns.c).
1885ab29
AR
311 (show_hourglass, hide_hourglass): New prototypes (same).
312 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
313 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
20d6dc02 314 in xfns.c).
1885ab29
AR
315 (syms_of_xdisp): Declare/initialize display-hourglass,
316 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
317 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
20d6dc02 318 formerly in xfns.c.
1885ab29
AR
319 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
320 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
321 (start_hourglass, cancel_hourglass): Remove.
322 (show_hourglass, hide_hourglass): Remove prototypes and static
323 modifiers.
324 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
325 hourglass_atimer, hourglass_shown_p declaration/initialization.
326 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
327 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
328 (start_hourglass, cancel_hourglass): Remove.
329 (show_hourglass, hide_hourglass): Remove prototypes and static
330 modifiers.
331 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
332 hourglass_atimer, hourglass_shown_p declaration/initialization.
333 * w32fns.c (display_hourglass_p, Vhourglass_delay)
334 (DEFAULT_HOURGLASS_DELAY): Remove.
335 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
336 hourglass_shown_p declaration/initialization.
337
3faa984f
JR
3382008-07-14 Jason Rumney <jasonr@gnu.org>
339
6ddc6cca
SM
340 * w32fns.c (w32_get_arg): Remove wrapper function.
341 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
342 directly.
343 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
3faa984f 344
2f73901f
KH
3452008-07-14 Kenichi Handa <handa@m17n.org>
346
347 * xfont.c (xfont_open): Add workaround for X's bug.
348
11da284d
KH
3492008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
350
351 * fontset.c: Include <stdio.h> unconditionally.
352
944cc4a8
MA
3532008-07-13 Michael Albinus <michael.albinus@gmx.de>
354
355 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
356 for filtering.
357
bdee2ef3
DN
3582008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
359
360 * s/vms.h: Use __GNUC__ instead of _GNUC_.
361
362 * m/macppc.h:
363 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
364
365 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
944cc4a8
MA
366 (SPECIAL_EMACS_INT):
367 * m/ia64.h (SPECIAL_EMACS_INT):
bdee2ef3
DN
368 * m/amdx86-64.h (SPECIAL_EMACS_INT):
369 * s/gnu.h (NLIST_STRUCT):
370 * aix4-2.h (X11R5_INHIBIT_I18N):
371 * s/gnu-linux.h (LINUX):
372 * s/msdos.h (HAVE_FACES):
373 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
374
944cc4a8 375 * systty.h:
bdee2ef3
DN
376 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
377 anymore.
378
bba104c1
DN
3792008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
380
381 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
382 always defined as int.
383
384 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
385 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
386 * s/gnu-linux.h (HAVE_WAIT_HEADER):
387 * s/freebsd.h (HAVE_WAIT_HEADER):
388 * s/bsd-common.h (HAVE_UNION_WAIT):
389 * s/aix4-2.h (HAVE_WAIT_HEADER):
390 * m/mips.h (HAVE_UNION_WAIT):
391 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
392 (COFF, static): Do not define, they are undefined later in the file.
393
394 * process.c (update_status): Don't use a union.
395 (status_convert):
396 (sigchld_handler): Use int instead of WAITTYPE.
397
e433031a
CY
3982008-07-12 Chong Yidong <cyd@stupidchicken.com>
399
400 * indent.c (Fvertical_motion): Restore hscroll before moving to
401 goal column.
402
3bfb4d48
DN
4032008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
404
405 * lisp.h: Remove left over code.
406
e7c9048f
AS
4072008-07-11 Andreas Schwab <schwab@suse.de>
408
7e770c85
AS
409 * lisp.h: Fix logic in last change.
410
e7c9048f
AS
411 * menu.h: New file.
412 * menu.c: Include it.
413 * xmenu.c: Likewise.
414 * Makefile.in: Update dependencies.
415
38aaf336
KH
4162008-07-11 Kenichi Handa <handa@m17n.org>
417
418 * fontset.c (fontset_from_font): Cancel the previous change.
419
6e5cb96f
DN
4202008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
421
422 * lisp.h:
423 * w32heap.c:
424 * emacs.c:
425 * alloc.c: Replace all references of NO_UNION_TYPE with
426 USE_LISP_UNION_TYPE.
427
428 * m/xtensa.h (NO_UNION_TYPE):
429 * m/vax.h (NO_UNION_TYPE):
430 * m/template.h (NO_UNION_TYPE):
431 * m/sparc.h (NO_UNION_TYPE):
432 * m/mips.h (NO_UNION_TYPE):
433 * m/macppc.h (NO_UNION_TYPE):
434 * m/m68k.h (NO_UNION_TYPE):
435 * m/iris4d.h (NO_UNION_TYPE):
436 * m/intel386.h (NO_UNION_TYPE):
437 * m/ibms390x.h (NO_UNION_TYPE):
438 * m/ibms390.h (NO_UNION_TYPE):
439 * m/ibmrs6000.h (NO_UNION_TYPE):
440 * m/ia64.h (NO_UNION_TYPE):
441 * m/hp800.h (NO_UNION_TYPE):
442 * m/arm.h (NO_UNION_TYPE):
443 * m/amdx86-64.h (NO_UNION_TYPE):
444 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
445 defining it the same.
446
e0f47a68
CY
4472008-07-10 Chong Yidong <cyd@stupidchicken.com>
448
449 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped
450 line.
451
c5e7567d
DN
4522008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
453
454 * src/fileio.c:
455 * src/sysdep.c
456 * src/systty.h:
457 * src/m/ibmrs6000.h:
458 * src/m/iris4d.h:
459 * src/s/aix4-2.h:
460 * src/s/freebsd.h:
461 * src/s/gnu-linux.h:
462 * src/s/hpux10-20.h:
463 * src/s/hpux11.h:
464 * src/s/netbsd.h:
465 * src/s/sol2-3.h:
466 * src/s/sol2-4.h:
467 * src/s/sol2.h:
468 * src/s/usg5-4.h:
469 * src/s/vms.h: Remove references to unused variables.
470
bb658864
AS
4712008-07-10 Andreas Schwab <schwab@suse.de>
472
473 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
474 pattern before matching the generic family.
475
3d3db608
DN
4762008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
477
a0ce9ab7 478 * unexec.c:
3460e0b9
DN
479 * s/vms.h:
480 * s/usg5-4-2.h:
481 * s/sol2-5.h:
482 * s/freebsd.h:
483 * s/darwin.h: Remove dead code.
484
ad76189a
DN
485 * m/template.h:
486 * m/sparc.h:
487 * m/mips.h:
488 * m/m68k.h:
489 * m/iris4d.h:
490 * m/intel386.h:
491 * m/ibms390x.h:
492 * m/ibms390.h:
493 * m/ia64.h:
494 * m/hp800.h:
495 * m/arm.h:
496 * m/amdx86-64.h: Remove dead code and references to unused
497 and compiler defined symbols.
498
d2b5bbda
DN
499 * unexmips.c:
500 * unexelf.c: Remove references to desupported systems.
501
40dde9d1
DN
502 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
503
21133394
DN
504 * m/powermac.h: Remove boilerplate comments.
505 (NO_REMAP): Remove unused definition.
506
3d3db608
DN
507 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
508 define them.
509
c8e0e16d
KH
5102008-07-10 Kenichi Handa <handa@m17n.org>
511
512 * xfont.c (xfont_open): Log the reason of failure.
513
3cba9369
SM
5142008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * fontset.c (fontset_get_font_group):
517 * font.c (font_check_otf): Specify argument types.
518
73353585
KH
5192008-07-09 Kenichi Handa <handa@m17n.org>
520
0e17387a
KH
521 * coding.c (detect_coding_utf_8): Set detect_info->found only when
522 non-ASCII char is found.
523
73353585
KH
524 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
525 (reorder_font_vector): Change the arg preferred_family to font.
526 Prefer the spec matching with font.
527 (fontset_get_font_group): New function.
528 (fontset_find_font): Change the format of an element of a realized
529 fontset. Use fontset_get_font_group.
530 (fontset_font): Try the current fontset, the default fontset, the
531 fallbacks of the current fonset, and the fallbacks of the default
532 fontset in this order.
533 (face_for_char): Delete the shortcut to use the current font.
534 (fontset_from_font): Don't set fonts for Latin in the fontset.
535
536 * font.h (font_make_object, font_match_p): Adjust prototypes.
537
538 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
539
540 * font.c (font_make_object): New arg entity and pixelsize.
541 (font_check_otf_features, font_check_otf): New functions.
542 (font_match_p): Check :lang, :script, and :otf properties.
543
544 * xfont.c (xfont_open): Adjust it for the change of
545 font_make_object.
e5d05978 546 (xfont_text_extents): Fix initial setting of metrics.
73353585
KH
547
548 * ftfont.c (struct ftfont_info): New member index, delete member
549 fc_charset_idx. Make the member order compatible with struct
550 xftfont_info.
551 (fc_charset_table): Change charset names to registry names.
552 (ftfont_pattern_entity): Delete the args registry and
553 fc_charset_idx. Change the value of :font-entity property
554 to (FONTNAME . INDEX). Always set :registry property to
555 `iso10646-1'.
556 (struct ftfont_cache_data): New struct.
557 (ftfont_lookup_cache): New arg for_face.
558 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
559 (ftfont_driver): Set the member otf_capability.
560 (ftfont_get_charset): Adjust it for the change of
561 fc_charset_table.
562 (OTF_TAG_SYM): New macro.
563 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
564 for the change of fc_charset_table.
565 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
566 ftfont_pattern_entity. Add FC_INDEX to objset.
567 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
568 and ftfont_pattern_entity.
569 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
570 font_make_object, struct ftfont_info.
571 (ftfont_has_char): Use ftfont_get_fc_charset.
572 (ftfont_otf_features, ftfont_otf_capability): New functions.
573 (ftfont_shape): Use ftfont_get_otf.
e5d05978 574 (ftfont_text_extents): Fix initial setting of metrics.
73353585
KH
575
576 * xftfont.c (struct xftfont_info): New member ft_size. Make the
577 member order compatible with struct ftfont_info.
578 (xftfont_open): Add FC_CHARSET to the pattern. Set
579 xftfont_info->ft_size. Don't unlock the face. Check BDF
580 properties if appropriate.
581 (xftfont_close): Unlock the face.
582 (xftfont_anchor_point, xftfont_shape): Deleted.
583 (syms_of_xftfont): Don't set members anchor_point and shape of
584 xftfont_driver.
585
586 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
587 font_make_object.
588
589 * w32font.c (w32font_open): Adjust it for the change of
590 font_make_object.
591 (w32font_open_internal): Don't set properties of font_object here.
592
7f000038
CY
5932008-07-08 Chong Yidong <cyd@stupidchicken.com>
594
830aab93
CY
595 * macfns.c (x_create_tip_frame):
596 * w32fns.c (x_create_tip_frame):
597 * xfns.c (x_create_tip_frame): Pass parameter argument to
598 face-set-after-frame-default.
599
7f000038
CY
600 * xfaces.c (Finternal_merge_in_global_face): Save merged
601 attributes for the default face back into the face vector.
602
85cf8992
AS
6032008-07-08 Andreas Schwab <schwab@suse.de>
604
605 * fontset.h: Declare fontset_from_font. Don't declare
606 new_fontset_from_font and fontset_from_font_name.
607 * xterm.c: Include "fontset.h".
608 * Makefile.in (xterm.o): Update dependencies.
609
4a00783e
GM
6102008-07-08 Glenn Morris <rgm@gnu.org>
611
612 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
613 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
614
4d2d5f5f
CY
6152008-07-07 Chong Yidong <cyd@stupidchicken.com>
616
617 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
618 (x_set_frame_parameters): Don't bind it.
619
dfe66c5b
JB
6202008-07-07 Juanma Barranquero <lekktu@gmail.com>
621
622 * w32fns.c (map_w32_filename): Declare extern.
623
ec7e221c
JR
6242008-07-07 Jason Rumney <jasonr@gnu.org>
625
dfe66c5b 626 * w32term.c (WS_EX_LAYERED): Define if not already.
ec7e221c 627
fe5d61c4
CY
6282008-07-06 Chong Yidong <cyd@stupidchicken.com>
629
630 * xfaces.c (set_font_frame_param): Don't try to set the font
631 parameter if it is still unspecified in the lface.
632
9204cb8b
CY
6332008-07-05 Chong Yidong <cyd@stupidchicken.com>
634
0a143d3a
CY
635 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
636 face if it didn't already exist.
637
9204cb8b
CY
638 * xdisp.c (try_window_id): Give up if word-wrapping is on.
639
6c95e70d
AS
6402008-07-05 Andreas Schwab <schwab@suse.de>
641
dfe66c5b 642 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
6c95e70d 643
59230395
CY
6442008-07-05 Chong Yidong <cyd@stupidchicken.com>
645
646 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
647 word-wrapping.
648 (IT_DISPLAYING_WHITESPACE): New macro.
649 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
650 when word-wrapping. Simplify word-wrapping logic. Use correct
651 pixel positions when saving copies of the iterator.
652 (display_line): Use proper wrap point if the last character on a
653 line was preceded by whitespace.
654
d7c664f3
SM
6552008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
658
9ffc8a3a
KH
6592008-07-04 Kenichi Handa <handa@m17n.org>
660
661 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
662
663 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
664
946598bf
JR
6652008-07-02 Jason Rumney <jasonr@gnu.org>
666
d7c664f3
SM
667 * xfns.c (syms_of_xfns): Only define x-select-font when both
668 HAVE_FREETYPE and USE_GTK
946598bf 669
d7c664f3
SM
670 * xdisp.c (next_element_from_display_vector): Move assignment out
671 of if statement.
946598bf 672
6cf29fe8
JR
6732008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
674
d7c664f3 675 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
6cf29fe8 676
d7c664f3
SM
677 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
678 (syms_of_fileio): Initialize and export them.
679 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
6cf29fe8 680
d7c664f3
SM
681 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
682 (Fsystem_move_file_to_trash): New function.
683 (syms_of_w32fns): Export it to lisp.
6cf29fe8 684
79ca7db1
JR
6852008-07-01 Jason Rumney <jasonr@gnu.org>
686
d7c664f3
SM
687 * w32font.c (w32font_text_extents): Don't count overhang as part
688 of width.
79ca7db1 689
c2786a3d 6902008-06-30 Miles Bader <miles@gnu.org>
c4f4682b
MB
691
692 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
693 Add `avoid_cursor_p' field.
694
695 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
696 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
697 (append_glyph, append_composite_glyph, produce_image_glyph)
c2786a3d
JB
698 (append_stretch_glyph): Initialize avoid_cursor_p.
699 (get_it_property): Rename from `get_line_height_property'.
c4f4682b
MB
700 (x_produce_glyphs): Use get_it_property.
701 (handle_line_prefix, push_display_prop): New functions.
702 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
c2786a3d
JB
703 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
704 New variables.
c4f4682b
MB
705 (syms_of_xdisp): Initialize them.
706
7d7ad10e
KH
7072008-06-30 Kenichi Handa <handa@m17n.org>
708
709 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
710 XftDefaultSubstitute (they are called in XftFontMatch).
711 (xftfont_open): Fix args to ftfont_font_format.
712
713 * ftfont.c (fc_charset_table): New member lang.
714 (ftfont_resolve_generic_family): New arg pattern.
715 (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
716 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
717 (ftfont_open): Fix args to ftfont_font_format.
718 (ftfont_font_format): New arg filename.
719
44b754c7
CY
7202008-06-30 Chong Yidong <cyd@stupidchicken.com>
721
722 * xfaces.c (Finternal_merge_in_global_face): If default face was
723 modified, realize it again. Update the font face attribute.
724
a4521b03
JR
7252008-06-29 Jason Rumney <jasonr@gnu.org>
726
c2786a3d 727 * w32term.c (x_set_frame_alpha): Fix logic.
a4521b03 728
fe44f009
KH
7292008-06-29 Kenichi Handa <handa@m17n.org>
730
731 * fontset.c (Finternal_char_font): Return font-object instead of
732 font-name.
733
c2786a3d 734 * composite.c (get_composition_id): Fix the width calculation for TAB.
fe44f009 735
baed8445
SM
7362008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * indent.c (Fvertical_motion): Properly handle float column arg.
739
8b61a891
JR
7402008-06-28 Jason Rumney <jasonr@gnu.org>
741
baed8445
SM
742 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
743 (pfnSetLayeredWindowAttributes): New function pointer.
744 (w32_initialize): Initialize it when supported.
745 (x_set_frame_alpha): New function.
8b61a891 746
baed8445
SM
747 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
748 (w32_frame_parm_handlers): Set alpha handler.
8b61a891 749
baed8445 750 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8b61a891 751
57016d37
JR
7522008-06-27 Jason Rumney <jasonr@gnu.org>
753
baed8445
SM
754 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
755 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
756 (w32_to_x_charset, x_to_w32_charset)
757 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
758 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
759 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
760 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
761 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
762 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
763 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
764 (Qw32_charset_unicode): Remove.
765 (syms_of_w32fns): Update for above changes.
766
767 * w32font.c (w32_to_x_charset, x_to_w32_charset)
768 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
769 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
770 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
771 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
772 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
773 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
774 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
775 (syms_of_w32font): Update for above changes.
57016d37 776
d6bf1bdb
DN
7772008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
778
779 * s/usg5-4.h: Fix previous change: keep the correct branch of a
780 removed #if.
9fa1c445 781 (USG_SHARED_LIBRARIES): Remove duplicate definition.
d6bf1bdb 782
43db14bb
JB
7832008-06-26 Juanma Barranquero <lekktu@gmail.com>
784 Eli Zaretskii <eliz@gnu.org>
785
786 * makefile.w32-in (LOCAL_FLAGS):
787 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
788
789 * sysdep.c (_spawnlp, _getpid):
790 Declare with explicit _cdecl instead of _CRTAPI1.
791
792 * editfns.c (Fget_internal_run_time):
793 Check for WINDOWSNT with #ifdef, not #if.
794
c35f9821
JR
7952008-06-26 Jason Rumney <jasonr@gnu.org>
796
43db14bb 797 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
c35f9821 798
57016d37 799 * w32term.c (x_draw_glyph_string_foreground)
43db14bb
JB
800 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
801 Use FONT_HANDLE macro.
802 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
c35f9821 803
57016d37 804 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
43db14bb 805 (uniscribe_encode_char): Use FONT_HANDLE macro.
c35f9821 806
43db14bb
JB
807 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
808 (w32font_text_extents): Use precast w32_font.
809 (w32font_close): Free cached metrics.
810 (w32font_open_internal): Allocate space for name on stack.
c35f9821 811
1f8ad719
CY
8122008-06-26 Chong Yidong <cyd@stupidchicken.com>
813
814 * xdisp.c (extend_face_to_end_of_line): Fix last change.
815
97e71655
JR
8162008-06-26 Jason Rumney <jasonr@gnu.org>
817
43db14bb
JB
818 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
819 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
97e71655 820
c9fc02c7
JB
8212008-06-26 Juanma Barranquero <lekktu@gmail.com>
822
823 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
824
1b5defe6
JR
8252008-06-26 Jason Rumney <jasonr@gnu.org>
826
c9fc02c7 827 * w32bdf.c, w32bdf.h: Remove obsolete files.
1b5defe6 828
c9fc02c7 829 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
1b5defe6 830
c9fc02c7
JB
831 * w32gui.h: Don't include w32bdf.h.
832 (XCharStruct, enum w32_char_font_type, W32FontStruct):
833 Remove obsolete font support.
1b5defe6 834
c9fc02c7
JB
835 * w32font.h (struct w32font_info): Remove compat_w32_font.
836 Add hfont member.
837 (FONT_COMPAT): Remove obsolete macro.
1b5defe6 838
c9fc02c7
JB
839 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
840 (w32font_encode_char, w32font_text_extents): Use new hfont member.
841 (w32font_open_internal): Remove compat code. Set new hfont member.
842 (Fx_select_font): Use new hfont member.
1b5defe6 843
57016d37 844 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
c9fc02c7 845 (uniscribe_encode_char): Use new hfont member.
1b5defe6 846
57016d37 847 * w32term.c (x_draw_glyph_string_foreground)
c9fc02c7
JB
848 (x_draw_composite_glyph_string_foreground): Use new hfont member.
849 (x_draw_glyph_string): Use metrics in w32font_info.
1b5defe6 850
1fc66bca
KH
8512008-06-26 Kenichi Handa <handa@m17n.org>
852
853 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
854
f2a77c3a
DN
8552008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
856
857 * unexnext.c:
858 * m/ews4800.h:
859 * m/hp9000s300.h:
860 * m/ibm370aix.h:
861 * m/mips-siemens.h:
862 * m/ncr386.h:
863 * m/next.h:
864 * m/pmax.h:
865 * m/powerpcle.h:
866 * m/tandem-s2.h:
867 * s/386bsd.h:
868 * s/bsd386.h:
869 * s/bsd4-1.h:
870 * s/bsd4-2.h:
871 * s/bsdos2-1.h:
872 * s/bsdos2.h:
873 * s/bsdos3.h:
874 * s/bsdos4.h:
875 * s/nextstep.h:
876 * s/ultrix4-3.h:
877 * s/usg5-0.h:
878 * s/usg5-2-2.h:
879 * s/usg5-2.h:
880 * s/usg5-4-3.h:
881 * s/ux4800.h:
882 * s/uxpds.h:
883 * s/uxpv.h: Remove support for obsolete systems.
884 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
885 Remove, insert contents in s/hpux-10.20.h
886 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
887 Remove, insert contents in s/aix-4.2.h
888 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
889 * s/bsd4-3.h: Rename to ..
890 * s/bsd-common.h: ... this.
891 * src/data.c:
892 * src/doc.c:
893 * src/ecrt0.c:
894 * src/emacs.c:
895 * src/fileio.c:
896 * src/floatfns.c:
897 * src/keyboard.c:
898 * src/mem-limits.h:
899 * src/print.c:
900 * src/process.c:
901 * src/sysdep.c:
902 * src/syssignal.h:
903 * src/systty.h:
904 * src/syswait.h:
905 * src/term.c:
906 * src/unexec.c:
907 * src/unexelf.c:
908 * src/unexhp9k800.c:
909 * src/m/hp800.h:
910 * src/m/ibmrs6000.h:
911 * src/m/mips.h:
912 * src/m/vax.h:
913 * src/s/darwin.h:
914 * src/s/freebsd.h:
915 * src/s/gnu.h:
916 * src/s/ms-w32.h:
917 * src/s/msdos.h:
918 * src/s/netbsd.h:
919 * src/s/template.h: Remove references to obsolete variables.
920
921 * Makefile.in: Add dependencies for all unexec files.
922 (admindir): Remove unused variable.
923 (UNEXEC_SRC): Remove references.
924
bd02793a
CY
9252008-06-25 Chong Yidong <cyd@stupidchicken.com>
926
927 * xfns.c (x_default_font_parameter): If Xft is available, first
928 try Monospace-12 for the default font.
929
ccedd259
JR
9302008-06-25 Jason Rumney <jasonr@gnu.org>
931
c9fc02c7 932 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
ccedd259 933
fbe062b7
SM
9342008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
935
603a0937
SM
936 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
937
fbe062b7
SM
938 * buffer.c (syms_of_buffer): Remove default-word-wrap.
939
69785ad0
JB
9402008-06-25 Juanma Barranquero <lekktu@gmail.com>
941
942 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
943 <scroll-conservatively>: Fix typo in docstring.
944
945 * xselect.c (Fx_send_client_event): Doc fix.
946
249e6f76
KH
9472008-06-25 Kenichi Handa <handa@m17n.org>
948
34e97272
KH
949 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
950
951 * font.c (font_parse_fcname): Remove unused variables.
69785ad0
JB
952 (font_sort_entites): Delete the arg SPEC. Caller changed.
953 Fix for the case of ! best_only.
34e97272
KH
954 (font_delete_unmatched): Check DPI and AVGWIDTH too.
955
249e6f76
KH
956 * lisp.h (Fstring_to_unibyte): EXFUN it.
957
69785ad0 958 * character.h (str_to_unibyte): Extern it.
249e6f76
KH
959
960 * character.c (str_to_unibyte): New function.
961
962 * fns.c (Fstring_to_unibyte): New function.
963 (syms_of_fns): Defsubr it.
964
65c108e4
KH
9652008-06-24 Kenichi Handa <handa@m17n.org>
966
967 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
968 DPI too.
969 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
970
4c3f18fe
AS
9712008-06-24 Andreas Schwab <schwab@suse.de>
972
69785ad0 973 * Makefile.in (${lispsource}loaddefs.el): Rename from
4c3f18fe 974 ../lisp/loaddefs.el.
fd13748d
AS
975 (bootstrap-clean): Do what distclean does but don't remove
976 Makefile.
977 (distclean): Depend on bootstrap-clean and remove Makefile.
4c3f18fe 978
faa6190f
CY
9792008-06-24 Chong Yidong <cyd@stupidchicken.com>
980
981 * buffer.h (struct buffer): New member word_wrap.
982
983 * buffer.c (syms_of_buffer): New variables default-word-wrap and
984 word-wrap.
985 (init_buffer_once): Initialize them.
986
987 * dispextern.h (struct it): Replace bool truncate_lines_p with a
988 line_wrap enum possessing three possible values.
989
990 * termopts.h: Replace truncate_partial_width_windows with
991 Vtruncate_partial_width_windows.
992
993 * dispnew.c (direct_output_for_insert): Avoid direct output when
994 inserting a space with word wrap on.
995
996 * indent.c (compute_motion): Obey integer values of
997 truncate-partial-width-windows.
998
999 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
1000 replacing truncate_partial_width_windows.
1001 (init_iterator): If Vtruncate_partial_width_windows is an integer,
1002 truncate only if the window width is below that integer.
1003 (start_display. resize_mini_window, produce_stretch_glyph)
1004 (display_string, move_it_in_display_line_to): Use line_wrap.
1005 (back_to_previous_visible_line_start, reseat_1): Reset
1006 string_from_display_prop_p.
1007 (display_line): Extend default face to end of line when wrapping.
1008
10092008-06-24 Kim F. Storm <storm@cua.dk>
1010
1011 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
1012 to wrap continued lines at word boundaries.
1013
c3bb5465
JR
10142008-06-24 Jason Rumney <jasonr@gnu.org>
1015
69785ad0
JB
1016 * font.c (Ffont_face_attributes): Multiply pixel size before point
1017 conversion to avoid multiplying rounding error.
c3bb5465 1018
0b07ad98
JR
10192008-06-23 Jason Rumney <jasonr@gnu.org>
1020
f245f2c6
JB
1021 * w32term.c (x_draw_glyph_string_background)
1022 (x_draw_glyph_string): Remove old bdf font code.
0b07ad98 1023
69785ad0 1024 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
0b07ad98 1025
22459668
KH
10262008-06-22 Kenichi Handa <handa@m17n.org>
1027
1028 * font.c (font_find_for_lface): Try the adstyle specified in
1029 the property of LFACE_FONT of LFACE (if any).
1030
d925a426 10312008-06-21 Seiji Zenitani <zenitani@mac.com>
f245f2c6 1032 Ryo Yoshitake <ryo@shiftmode.net>
d925a426
SM
1033
1034 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
1035
b4945b95
SM
10362008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
1039 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
1040 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
1041 (witness-emacs): Remove.
1042 (lisp, shortlisp): Move loaddefs.el earlier.
1043 (mostlyclean): Forget about witness-emacs.
1044
64124279
GM
10452008-06-22 Glenn Morris <rgm@gnu.org>
1046
1047 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
36565815 1048 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
64124279 1049
768efd84
SM
10502008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * Makefile.in (PRECOMP): Remove.
1053 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
1054 (witness-emacs): Run `compile-first'.
1055 (.el.elc): Use the new compile-onefile target.
1056
808dd567
KH
10572008-06-21 Kenichi Handa <handa@m17n.org>
1058
1059 * xftfont.c (xftfont_open): Handle QCembolden only when
1060 FC_EMBOLDEN is defined.
1061
0de59eae
AS
10622008-06-21 Andreas Schwab <schwab@suse.de>
1063
1064 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
58e8833b 1065 (.el.elc): Likewise.
0de59eae 1066
fb38e9c9
MB
10672008-06-21 Miles Bader <miles@gnu.org>
1068
1069 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
1070 build dir, not the lisp source dir.
1071
fc46d219
SM
10722008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
1075 (bootstrapclean): Remove.
1076 (.el.elc): New rule.
1077 (PRECOMP): New var.
1078 (../lisp/subdirs.el): Remove.
1079 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
1080 (witness-emacs): New target.
1081 (mostlyclean): Remove witness-emacs as well.
1082 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
1083 Add witness-emacs dependency.
1084
eaf1f6e7
CY
10852008-06-20 Chong Yidong <cyd@stupidchicken.com>
1086
1087 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
1088 defined by the font.
1089
49f6eb95
SM
10902008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
1093 (bootstrap-clean): New target that keeps TAGS around.
1094 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
1095 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
1096
4c100a01
JR
10972008-06-20 Jason Rumney <jasonr@gnu.org>
1098
49f6eb95
SM
1099 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
1100 Remove obsolete font code.
db61a7f8 1101
49f6eb95
SM
1102 * w32font.c (font_matches_spec): Use csb bitfield from font signature
1103 to determine language support.
4c100a01 1104
759d3f32
SM
11052008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * sysdep.c (cfsetspeed): New fun extracted from the code.
1108 (cfmakeraw): Move before first use.
1109
25241b4d
SM
11102008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
1111
1112 * sysdep.c (cfmakeraw): Provide fallback implementation.
1113 (serial_configure): Provide fallback implementation of cfsetspeed.
1114
d7afccca
KH
11152008-06-20 Kenichi Handa <handa@m17n.org>
1116
dc2226d0
KH
1117 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
1118 the pattern.
1119
9b9cd864
KH
1120 * fontset.c (fontset_from_font): Copy font_spec before changing
1121 the elements.
1122
d7afccca
KH
1123 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
1124
770e2e6e
SM
11252008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
1128 for explicit `font' parameters.
1129
1130 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
1131
22e64f7c
KH
11322008-06-19 Kenichi Handa <handa@m17n.org>
1133
1134 * frame.c: Include <ctype.h>.
1135 (x_set_font_backend): Allow spacing characters in the X resource
1136 for FontBackend.
1137
27129af9
SM
11382008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * w32fns.c, xfns.c (Qfont_param): New var.
1141 (syms_of_w32fns): Initialize it.
22e64f7c
KH
1142 (x_default_font_parameter): Record explicit `font' into
1143 `font-parameter'.
27129af9 1144
d26424c5
KH
11452008-06-18 Kenichi Handa <handa@m17n.org>
1146
1147 * font.c (font_parse_xlfd): Fix previous change.
1148 (font_parse_fcname): Don't use :fc-unknown-spec.
1149 (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
1150 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
1151 (font_add_log): Prepend the driver name to the resulting fonts.
1152
1153 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
1154 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
1155 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
1156
1157 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
1158 (QCembolden): New variables.
1159 (syms_of_xftfont): DEFSYM them.
1160 (xftfont_open): Call XftFontMatch. Don't trust the result of
1161 XftTextExtents8 if the pixel_size is less than 5.
1162
51cf11be
AS
11632008-06-18 Andreas Schwab <schwab@suse.de>
1164
f245f2c6 1165 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
51cf11be
AS
1166 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
1167
07d9ba9b
JR
11682008-06-18 Jason Rumney <jasonr@gnu.org>
1169
27129af9 1170 * w32font.c (w32font_list, w32font_match): Add logging.
07d9ba9b 1171
27129af9 1172 * w32uniscribe (uniscribe_list, uniscribe_match): Add logging.
07d9ba9b 1173
0c36bc4e
CY
11742008-06-17 Chong Yidong <cyd@stupidchicken.com>
1175
1176 * font.c (font_parse_fcname): Store divider characters for
1578da31
CY
1177 unknown-spec list. For known key symbols, intern using correct
1178 symbol name.
0c36bc4e 1179
70d6ecc6
KH
11802008-06-17 Kenichi Handa <handa@m17n.org>
1181
1182 * xfaces.c (realize_default_face): If the frame is not on window
1183 system, set the fontset of face to nil.
1184
821bc4db
KH
11852008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1186
f245f2c6 1187 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
821bc4db 1188
3554e566
JB
11892008-06-16 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
1192 (build_font_name_from_vector): Delete externs.
1193
1194 * xfaces.c (struct font_name): Don't declare.
1195
93eed26b
SM
11962008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
1199
d756bcd0
CY
12002008-06-16 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
1203
7a18a178
JB
12042008-06-16 Juanma Barranquero <lekktu@gmail.com>
1205
1206 * font.c (Ffont_spec): Fix usage in docstring.
48105a6a 1207 (Ffont_face_attributes): Doc fix.
7a18a178 1208
6f568955
AS
12092008-06-16 Andreas Schwab <schwab@suse.de>
1210
1211 * font.c (Ffont_face_attributes): Fix definition.
1212
3ef8c1b4
JR
12132008-06-16 Jason Rumney <jasonr@gnu.org>
1214
93eed26b 1215 * font.h (font_style_symbolic_from_value): Remove.
3ef8c1b4 1216
93eed26b
SM
1217 * font.c (font_style_symbolic_from_value): Remove.
1218 (font_style_symbolic): Revert to pre 2008-06-13 version.
3ef8c1b4 1219
93eed26b
SM
1220 * w32font.c (w32_to_fc_weight): New function.
1221 (w32font_full_name, logfont_to_fcname): Use it.
3ef8c1b4 1222
5e634ec9
KH
12232008-06-16 Kenichi Handa <handa@m17n.org>
1224
1225 * font.c (font_check_object): Delete it.
1226 (font_clear_cache): Check if a font-object is alive.
1227 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
1228 font-object to nil.
1229 (font_close_object): Don't check FONT_CLOSE_OBJECT.
1230 (font_at): Don't call font_check_object.
2babb359 1231 (Ffont_get): Return a symbol for :weight, :slant, and :width.
5e634ec9 1232
6409a955
KY
12332008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
1234
1235 * puresize.h (BASE_PURESIZE): Increase to 1230000.
1236
ce4eaddb
CY
12372008-06-16 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
1240
523dbe64
CY
12412008-06-15 Chong Yidong <cyd@stupidchicken.com>
1242
54b2ab27 1243 * font.c (font_parse_fcname): Only one decimal point.
523dbe64
CY
1244 (font_unparse_fcname): Handle data in family and foundry indices
1245 as symbols, not strings.
1246 (font_unparse_gtkname, Ffont_face_attributes): New functions.
1247
54b2ab27 1248 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
523dbe64
CY
1249
1250 * font.h (font_unparse_gtkname): Add prototype.
1251
9f296082
KH
12522008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1253
54b2ab27 1254 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9f296082 1255
3306c6dc
AS
12562008-06-15 Andreas Schwab <schwab@suse.de>
1257
1258 * font.c (font_update_drivers): Fix crash when no drivers match.
1259
a099c27a
SM
12602008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
1263 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
1264
a8aa344d
SM
12652008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
1268
a879ee6f
SM
12692008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * process.c (Fserial_process_configure, Fprocess_send_eof):
1272 Use EQ to compare Lisp_Objects.
1273
6fe9826d
JR
12742008-06-13 Jason Rumney <jasonr@gnu.org>
1275
a879ee6f 1276 * w32fns.c (Fw32_select_font): Remove old font API function.
6fe9826d 1277
a879ee6f
SM
1278 * w32font.c (logfont_to_fcname): New function.
1279 (Fx_select_font): New font dialog function compatible with
1280 GTK/fontconfig version.
6fe9826d 1281
a879ee6f
SM
1282 * font.c (font_style_symbolic_from_value): New function.
1283 (font_style_symbolic): Use it.
6fe9826d 1284
a879ee6f 1285 * font.h (font_style_symbolic_from_value): Declare new function.
6fe9826d 1286
17ab8f5d
JB
12872008-06-13 Juanma Barranquero <lekktu@gmail.com>
1288
1289 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
1290 <font-width-table>: Fix typos in docstrings.
1291
d888760c
GM
12922008-06-13 Daniel Engeler <engeler@gmail.com>
1293
1294 These changes add serial port access.
1295 * process.c: Add HAVE_SERIAL.
1296 (Fdelete_process, Fprocess_status, Fset_process_buffer)
1297 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
1298 (list_processes_1, select_wrapper, Fstop_process)
1299 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
1300 (status_notify): Modify to handle serial processes.
1301 [HAVE_SERIAL] (Fserial_process_configure)
1302 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
1303 New functions.
1304 * process.h (struct Lisp_Process): Add `type'.
1305 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
1306 New functions.
1307 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
1308 serial ports.
1309 (serial_open, serial_configure) New functions.
1310 * w32.h: Add FILE_SERIAL.
1311 (struct _child_process): Add ovl_read, ovl_write.
1312
f4cc0153
KH
13132008-06-13 Kenichi Handa <handa@m17n.org>
1314
1315 * dispextern.h (enum lface_attribute_index): New member
1316 LFACE_FOUNDRY_INDEX.
1317
1318 * font.c (font_score): Delete arg alternate_families. Check only
7a18e381 1319 weight, slant, width, and size. Ignore the difference of alias
f4cc0153 1320 style symbols.
7a18e381 1321 (font_sort_entites): Adjust for the above change. Reflect the
f4cc0153
KH
1322 order of font-driver to scores.
1323 (font_list_entities): Don't check alternate_familes here.
1324 (font_clear_prop): Handle foundry.
1325 (font_update_lface): Don't parse "foundry-family" form here.
1326 Handle FONT_FOUNDRY_INDEX.
1327 (font_find_for_lface): Likewise. Handle alternate families here.
a879ee6f 1328 If registry is nil, try iso8859-1 and ascii-0.
f4cc0153 1329 (font_open_for_lface): Pay attention to size in ENTITY.
7a18e381 1330 (font_open_by_name): Simplify by calling font_load_for_lface.
f4cc0153
KH
1331 (free_font_driver_list): Delete it.
1332 (font_update_drivers): Preserve the order of backends.
1333 (syms_of_font): Setting of sort_shift_bits adjusted for the change
1334 of font_score and font_sort_entites.
1335 (font_update_sort_order): Likewise.
1336
1337 * xfaces.c (LFACE_FOUNDRY): New macro.
1338 (check_lface_attrs): Check foundry.
7a18e381 1339 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
f4cc0153
KH
1340 (merge_face_vectors): Check foundry.
1341 (merge_face_ref): Likewise.
1342 (Finternal_set_lisp_face_attribute): Likewise.
1343 (x_update_menu_appearance): Likewise.
1344 (Finternal_get_lisp_face_attribute): Likewise.
1345 (lface_hash): Likewise.
1346 (lface_same_font_attributes_p): Likewise.
1347 (x_supports_face_attributes_p): Likewise.
1348 (tty_supports_face_attributes_p): Likewise.
1349 (Finternal_set_alternative_font_family_alist): Intern strings.
1350 (Finternal_set_alternative_font_registry_alist): Downcase strings.
1351 (realize_default_face): Set LFACE_FOUNDRY (lface).
1352
1353 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
1354 font-driver at first.
1355
1356 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
1357
d434fef5 13582008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
97dead2d
JM
1359
1360 * lread.c (Fload): Use xfree, not free on saved_doc_string.
1361
9c5e177e
JM
13622008-06-12 Jim Meyering <meyering@redhat.com>
1363
d434fef5 1364 Make unexec_free handle NULL the same way free does.
9c5e177e
JM
1365 * unexmacosx.c (unexec_free): Ignore a NULL argument.
1366
2afc21f5
SM
13672008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * character.h (CHAR_TO_BYTE_SAFE): New macro.
1370 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
1371 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
1372 (WEAK_ALIAS): Simplify.
1373 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
1374 when searching a unibyte buffer.
1375
76c0de62
CY
13762008-06-12 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * xfns.c (Fx_select_font): Rename from x-font-dialog.
1379
0500dcc9
JB
13802008-06-12 Juanma Barranquero <lekktu@gmail.com>
1381
1382 * w32font.c: Include ctype.h.
1383
f42adef6
JR
13842008-06-11 Jason Rumney <jasonr@gnu.org>
1385
2afc21f5
SM
1386 * w32font.c (w32font_encode_char): Detect missing glyphs that are
1387 misreported as space.
1388 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
1389 as aliases for registry iso10646-1.
f42adef6 1390
4b7cdc0e
SM
13912008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * buffer.c (clone_per_buffer_values): Skip `name'.
1394
cc02ebe1
CY
13952008-06-11 Chong Yidong <cyd@stupidchicken.com>
1396
1397 * font.c (font_parse_fcname): Fix last change; accept decimal
1398 points in font size.
1399
351ccb76
JR
14002008-06-10 Jason Rumney <jasonr@gnu.org>
1401
0500dcc9
JB
1402 * w32uniscribe.c (add_opentype_font_name_to_list):
1403 Skip non unicode fonts.
351ccb76 1404
f473ed6f
CY
14052008-06-10 Chong Yidong <cyd@stupidchicken.com>
1406
1407 * xfns.c (Fx_font_dialog): New function.
1408
5d6333d5 1409 * gtkutil.c (xg_dialog_response_cb): Rename from
f473ed6f
CY
1410 xg_file_response_callback.
1411 (pop_down_dialog): Rename from pop_down_file_dialog.
1412 (xg_get_file_name): Callers changed.
1413 (xg_get_font_name): New function.
1414
5d6333d5 1415 * gtkutil.h (xg_get_font_name): Insert prototype.
f473ed6f 1416
2a3bd2e1
SM
14172008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
1420 x_underline_minimum_display_offset.
1421 (syms_of_xdisp): Declare it here rather than in xterm.c.
1422 * dispextern.h (underline_minimum_offset): Declare it.
1423 * w32term.c (x_draw_glyph_string): Use it.
1424 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
1425 (syms_of_xterm): Don't declare it any more.
1426 (x_draw_glyph_string): Adjust to the new name.
1427
d5dc6163
SM
14282008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
1429
1430 * xterm.c (x_underline_minimum_display_offset): New var.
1431 (x_draw_glyph_string): Use it.
1432 (syms_of_xterm): Declare it.
1433
0abdd197
CY
14342008-06-10 Chong Yidong <cyd@stupidchicken.com>
1435
1436 * font.c (font_parse_fcname): Accept GTK-style font names too.
1437
a1562258
SM
14382008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1439
928b5acc
SM
1440 * dired.c (file_name_completion): Don't return t if the match is exact
1441 but with different capitalization.
1442 * minibuf.c (Ftry_completion): Simplify.
1443
a1562258
SM
1444 * window.c (Vwindow_point_insertion_type): New var.
1445 (set_window_buffer): Use it.
1446 (syms_of_window): Init and export it to Lisp.
1447
9552dbd1
KH
14482008-06-10 Kenichi Handa <handa@m17n.org>
1449
1450 * font.h (font_intern_prop): Prototype adjusted.
1451
1452 * font.c (font_intern_prop): New arg force_symbol.
a1562258
SM
1453 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
1454 Adjust for the change of font_intern_prop.
9552dbd1 1455
a1562258
SM
1456 * ftfont.c (ftfont_pattern_entity):
1457 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
1458 (w32_registry):
1459 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9552dbd1
KH
1460 the change of font_intern_prop.
1461
8993ad2e
JB
14622008-06-09 Juanma Barranquero <lekktu@gmail.com>
1463
1464 * w32menu.c (digest_single_submenu): Declare extern.
1465
0c2258fc
JR
14662008-06-09 Jason Rumney <jasonr@gnu.org>
1467
a1562258 1468 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12f71857 1469
a1562258
SM
1470 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
1471 (parse_single_submenu): Remove.
1472 (digest_single_submenu): Remove.
1473 (syms_of_w32menu): Don't initialise variables that have moved
1474 to menu.c.
1475 (set_frame_menubar): Sync with version in xmenu.c.
1476 (w32_menu_show): Sync with xmenu_show in xmenu.c.
593c843c 1477
8993ad2e
JB
1478 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
1479 Make static again.
0c2258fc 1480
02246cb8
JR
14812008-06-09 Jason Rumney <jasonr@gnu.org>
1482
8993ad2e
JB
1483 Changes to w32 files related to the move of common menu code
1484 to menu.c on 2008-06-08 by Chong Yidong.
1485
1486 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
1487 defs to w32gui.h.
1488 (single_keymap_panes, push_menu_item, push_menu_pane):
1489 Make globally visible.
1490
d434fef5
JB
1491 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
1492 (local_free, malloc_widget_value, free_widget_value)
1493 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
1494 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
1495 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8993ad2e 1496 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
d434fef5 1497 (menu_items, menu_items_allocated, menu_items_used)
8993ad2e
JB
1498 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
1499 (init_menu_items, finish_menu_items, discard_menu_items)
1500 (grow_menu_items, push_submenu_start, push_submenu_end)
1501 (push_left_right_boundary, push_menu_pane, push_menu_item)
1502 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
d434fef5 1503 (free_menubar_widget_tree_value, parse_single_submenu)
8993ad2e
JB
1504 (update_submenu_strings): Remove functions.
1505 (xmalloc_widget_value): Remove and declare extern.
1506
1507 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
1508 (OBJ1): Build it.
1509
1510 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
1511 (local_heap, local_alloc, local_free, malloc_widget_value)
1512 (free_widget_value): Define here.
02246cb8 1513
9e1bb909
KH
15142008-06-09 Kenichi Handa <handa@m17n.org>
1515
366664ad
KH
1516 * font.h (Qascii_0): Extern it.
1517
9e1bb909
KH
1518 * font.c (Qascii_0): New variable.
1519 (syms_of_font): DEFSYM it.
1520 (font_open_by_name): If the registry "iso8859-1" fails, try also
1521 "ascii-0".
1522
1523 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
1524
b2ee479e
KH
15252008-06-08 Kenichi Handa <handa@m17n.org>
1526
8f440b79 1527 * .gdbinit (xfont): New command.
b2ee479e 1528
01ef9d36
AS
15292008-06-08 Andreas Schwab <schwab@suse.de>
1530
a4240420
AS
1531 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
1532 * Makefile.in (menu.o): Update dependencies.
1533
0181bf66 1534 * Makefile.in (obj): Always add menu.o.
01ef9d36
AS
1535 * emacs.c (main): Always call syms_of_menu.
1536 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
1537
c07cbae6
CY
15382008-06-08 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * Makefile.in: Compile menu.c.
1541
1542 * lisp.h: Declare syms_of_menu.
1543
1544 * emacs.c (main): Call syms_of_menu.
1545
1546 * keyboard.h: Relocate platform-independent menu definitions from
1547 xmenu.c.
1548
1549 * menu.c: New file. Relocate platform-independent menu
904d8c69 1550 definitions from xmenu.c. Suggested by Adrian Robert.
c07cbae6
CY
1551
1552 * xmenu.c: Remove platform-independent menu definitions.
1553 (menu_items menu_items_inuse, menu_items_allocated)
1554 (menu_items_used, menu_items_n_panes)
1555 (menu_items_submenu_depth): Move to keyboard.h.
1556 (init_menu_items, finish_menu_items, unuse_menu_items)
1557 (discard_menu_items, restore_menu_items, save_menu_items)
1558 (grow_menu_items, push_submenu_start, push_submenu_end)
1559 (push_left_right_boundary, push_menu_pane, push_menu_item)
1560 (keymap_panes, single_keymap_panes, single_menu_item)
1561 (list_of_panes, list_of_items, find_and_call_menu_selection)
1562 (xmalloc_widget_value, free_menubar_widget_value_tree)
1563 (parse_single_submenu, digest_single_submenu)
1564 (update_submenu_strings): Move to menu.c.
1565
4958ed94
SM
15662008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
1569
408b8ab4
MB
15702008-06-06 Miles Bader <miles@gnu.org>
1571
1572 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
1573 face, not frame default.
1574
87478b52
SM
15752008-06-05 Martin Rudalics <rudalics@gmx.at>
1576
1577 * window.c (pop_up_windows, pop_up_frames)
1578 (display_buffer_reuse_frames, Vpop_up_frame_function)
1579 (Vdisplay_buffer_function, Veven_window_heights)
1580 (Vspecial_display_buffer_names, Vspecial_display_regexps)
1581 (Vspecial_display_function, Vsame_window_buffer_names)
1582 (Vsame_window_regexps, split_height_threshold)
1583 (Vsplit_window_preferred_function): Move those vars to window.el.
1584 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
1585 (Fdisplay_buffer): Move those functions to window.el.
1586 (syms_of_window): Remove corresponding declarations.
1587 (display_buffer): New function.
1588 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
1589 * dispnew.c (Flast_nonminibuf_frame): New function.
1590 * buffer.c (Fpop_to_buffer): Move to window.el.
1591
9e0e0d77
SM
15922008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
1595
4a485df8
KH
15962008-06-05 Kenichi Handa <handa@m17n.org>
1597
1598 * coding.c (detect_coding): Fix previous change.
1599 (detect_coding_system): Likewise.
1600
8ba31f36
SM
16012008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1602
c0dc8f64
SM
1603 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
1604
8ba31f36
SM
1605 * keymap.c (Vminibuffer_local_filename_must_match_map):
1606 Rename from Vminibuffer_local_must_match_filename_map.
1607 (syms_of_keymap):
1608 * minibuf.c (Fcompleting_read): Adjust accordingly.
1609 * commands.h: Rename declaration as well.
1610
7740d2c7
KH
16112008-06-05 Kenichi Handa <handa@m17n.org>
1612
e7438ece
KH
1613 * font.c (Ffont_spec): Don't use font_parse_family_registry for
1614 family name.
1615 (Ffont_put): Likewise.
1616
1617 * fontset.c (fontset_find_font): Call font_open_for_lface with the
1618 current font-spec.
1619
7740d2c7
KH
1620 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
1621 is unspecified.
1622
1623 * xfaces.c (realize_x_face): If the font-related face attributes
e7438ece
KH
1624 are the same as those of default face, realize a new fontset from
1625 default->fontset.
9e0e0d77 1626 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7740d2c7 1627
c876b227
SM
16282008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
1631 (move_it_in_display_line): New wrapper.
1632
1633 * window.c (window_scroll_pixel_based_preserve_x)
1634 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
1635 (window_scroll_pixel_based, window_scroll_line_based):
1636 Use them to preserve column positions.
1637 (syms_of_window): Initialize them.
1638
1639 * indent.c (Fvertical_motion): Extend first arg to allow passing an
1640 (HPOS . VPOS) pair.
1641
1642 * dispextern.h (move_it_in_display_line): Declare.
1643
927abf37
JB
16442008-06-05 Juanma Barranquero <lekktu@gmail.com>
1645
1646 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
1647 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
1648 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
1649
9d14503e
JB
16502008-06-04 Juanma Barranquero <lekktu@gmail.com>
1651
1652 * window.c (Fset_window_parameter): Doc fix.
1653 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
1654
e6841c3b
JB
16552008-06-04 Joakim Verona <joakim@verona.se>
1656
1657 * window.h (struct window): Add new member window_parameters.
1658
1659 * window.c (Fwindow_parameters, Fwindow_parameter)
1660 (Fset_window_parameter): New defuns.
1661 (syms_of_window): Defsubr the new defuns.
1662 (make_window): Initialize window_parameters to nil.
1663
4ba50634
JPW
16642008-06-04 John Paul Wallington <jpw@pobox.com>
1665
1666 * eval.c (Fdefmacro): Doc fix.
1667
c0e16b14
KH
16682008-06-04 Kenichi Handa <handa@m17n.org>
1669
1670 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9e0e0d77 1671 Be sure to call setup_coding_system when we find a proper coding system.
c0e16b14
KH
1672 (detect_coding_system): Fix handling of coding->head_ascii.
1673
0615d903
AS
16742008-06-03 Andreas Schwab <schwab@suse.de>
1675
1676 * font.c (font_prop_validate_spacing): Fix last change.
1677
8a1816bb
KH
16782008-06-03 Kenichi Handa <handa@m17n.org>
1679
eea9c5c4
KH
1680 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
1681 (font_parse_fcname): Fix handling of unknown key.
1682
1683 * xfont.c (xfont_list): Try an alias.
1684
8a1816bb
KH
1685 * charset.c (char_charset): Return NULL if the arg charset_list is
1686 specified and C doesn't belong to any of them.
1687
2f593f4c 16882008-06-02 Chip Coldwell <coldwell@redhat.com>
6c5e8775
CY
1689
1690 * font.c (font_pixel_size): Don't take cdr of an integer.
1691
c2cd06e6
JM
16922008-06-02 Jim Meyering <meyering@redhat.com>
1693
70fdbb46
JM
1694 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
1695 * alloc.c (xfree): Return right away for a NULL arg.
1696 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
1697 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
1698 * mac.c (create_apple_event_from_event_ref): Likewise.
2f593f4c
JB
1699 (create_apple_event_from_drag_ref, cfstring_create_normalized):
1700 Likewise.
70fdbb46
JM
1701 * doprnt.c (doprnt1): Likewise.
1702 * frame.c (frame): Likewise.
1703 * keyboard.c (wipe_kboard): Likewise.
1f204af3 1704 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
70fdbb46
JM
1705 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
1706 * term.c (tty_default_color_capabilities, maybe_fatal)
1707 (delete_tty): Likewise.
1708 * w16select.c (string): Likewise.
1709 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
1710 * w32bdf.c (w32_free_bdf_font): Likewise.
1711 * w32fns.c (w32_unload_font): Likewise.
1712 * w32font.c (w32font_close): Likewise.
1713 * window.c (size_window): Likewise.
1714 * xselect.c (receive_incremental_selection): Likewise.
1715 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
1716 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
1717 * w32.c (stat): Likewise.
1718
2f593f4c 1719 Remove useless if-before-free tests.
70fdbb46
JM
1720 * editfns.c (Fset_time_zone_rule): Likewise.
1721 * lread.c (nosuffix): Likewise.
1722 * ralloc.c (get_bloc): Likewise.
1723 * regex.c (reg_free): Likewise.
1724 * xftfont.c (xftfont_open, xftfont_close): Likewise.
1725 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
1726 * xsmfns.c (smc_save_yourself_CB): Likewise.
c2cd06e6 1727
4fc1984a
KH
17282008-06-02 Kenichi Handa <handa@m17n.org>
1729
1d1e1245
KH
1730 * font.c (font_find_for_lface): Handle float font size.
1731 (font_open_for_lface): Likewise.
1732
4fc1984a
KH
1733 * xfaces.c (x_supports_face_attributes_p): Check face->font before
1734 comparing the properties.
1735
aee986fd
JR
17362008-06-01 Jason Rumney <jasonr@gnu.org>
1737
e6841c3b
JB
1738 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
1739 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
1740 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
1741 Don't add empty script list.
1742 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
aee986fd 1743
60a3d7ee
DN
17442008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1745
aee986fd 1746 * Makefile.in (dot, dotdot): Remove, update users.
60a3d7ee
DN
1747 ".." has been used elsewhere in the file for a long time.
1748 (LIBXT_STATIC): Remove conditional based on unused variable.
1749
f2cec7a9
MB
17502008-06-01 Miles Bader <miles@gnu.org>
1751
1752 * xfaces.c (Vface_remapping_alist): New variable.
1753 (syms_of_xfaces): Initialize it.
1754 (enum named_merge_point_kind): New type.
1755 (struct named_merge_point): Add `named_merge_point_kind' field.
1756 (push_named_merge_point): Make cycle detection respect different
1757 named-merge-point kinds.
c876b227 1758 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
f2cec7a9
MB
1759 Remove face-name alias resolution.
1760 (lface_from_face_name): New definition using
1761 `lface_from_face_name_no_resolve'.
c876b227 1762 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
f2cec7a9
MB
1763 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
1764 (get_lface_attributes): New definition that layers face-remapping on
1765 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
1766 (lookup_basic_face): New function.
1767 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
1768 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
1769 `get_lface_attributes'.
1770 (face_at_buffer_position): Use `lookup_basic_face' to lookup
1771 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
1772 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
1773
1774 * xdisp.c (init_iterator): Pass base_face_id through
1775 `lookup_basic_face' when we actually use it as a face-id.
1776 (handle_single_display_prop): Use `lookup_basic_face' to lookup
1777 DEFAULT_FACE_ID.
1778
1779 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
1780 lookup the initial face-id.
1781
1782 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
1783
518c0b83
JB
17842008-06-01 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
1787 (Fremove_text_properties): Fix typos in docstrings.
1788
719b3d63
KH
17892008-05-31 Kenichi Handa <handa@m17n.org>
1790
e4c93315
KH
1791 * font.c (font_list_entities): Fix the car part of data to be
1792 stored in the cache.
1793
719b3d63
KH
1794 * ftfont.c (ftfont_font_format): Don't use strcasestr.
1795
d0827857
SM
17962008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
1799 Add a `test' argument so another predicate than `equal' can be used.
1800 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
1801 (map_char_table): Remove unused vars `c' and `i'.
1802 * lisp.h (Foptimize_char_table): Adjust declaration.
1803 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
1804
a266686a
KH
18052008-05-30 Kenichi Handa <handa@m17n.org>
1806
d0827857 1807 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
a266686a
KH
1808 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
1809 defined.
1810
fd9440c5
SM
18112008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
1814 (Fmake_variable_frame_local): Disallow mixing buffer-local and
1815 frame-local settings for the same variable.
1816
fd2ae9b2
KH
18172008-05-30 Kenichi Handa <handa@m17n.org>
1818
9e0e0d77 1819 * fontset.c (Ffont_info): Move to font.c.
fd2ae9b2
KH
1820 (syms_of_fontset): Delete defsubr of Sfont_info.
1821
1822 * font.c (font_style_to_value, font_score): Delete casting of the
1823 args to xstcasecmp.
1824 (register_font_driver): Increment num_font_drivers only when
1825 registering the driver globally.
9e0e0d77 1826 (Ffont_info): Move from fontset.c. Handle a font object too.
fd2ae9b2
KH
1827 (syms_of_font): Defsubr Sfont_info.
1828
eaf11618
KH
18292008-05-29 Kenichi Handa <handa@m17n.org>
1830
1831 * coding.h (enum define_coding_utf8_arg_index): New enum.
1832 (enum coding_attr_index): Change coding_attr_utf_16_bom to
1833 coding_attr_utf_bom.
fd9440c5
SM
1834 (enum utf_bom_type): Rename from utf_16_bom_type.
1835 (struct utf_16_spec): Adjust for the above change.
eaf11618
KH
1836 (struct coding_system): Add utf_8_bom in `spec' union.
1837
1838 * coding.c (CODING_UTF_8_BOM): New macro.
1839 (enum coding_category): Delete coding_category_utf_8, add
1840 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
1841 coding_category_utf_8_sig.
1842 (CATEGORY_MASK_UTF_8): Delete it.
1843 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
1844 (CATEGORY_MASK_UTF_8_SIG): New macros.
1845 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
1846 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
1847 CATEGORY_MASK_UTF_8_SIG.
1848 (CATEGORY_MASK_UTF_8): New macro.
1849 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
1850 (detect_coding_utf_8): Check BOM.
1851 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
fd9440c5 1852 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
eaf11618
KH
1853 (encode_coding_utf_16): Likewise.
1854 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
1855 (detect_coding, detect_coding_system): Handle utf-8-auto.
1856 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
1857 (syms_of_coding): Fix setting up of Vcoding_category_table.
1858
891bd142
SM
18592008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * process.c (Faccept_process_output): If `millisec' is non-nil,
1862 `seconds' default to 0.
1863 (wait_reading_process_output): Also return non-nil if we read output
1864 from a non-running process.
1865
1519d52e
JR
18662008-05-29 Jason Rumney <jasonr@gnu.org>
1867
fd9440c5
SM
1868 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
1869 `raster' specified.
1870 (add_font_entity_to_list): Allow non-opentype truetype fonts back
1871 in the uniscribe backend, but disallow any font that has no
1872 unicode subrange support.
1519d52e 1873
d5ab09cd
JB
18742008-05-29 Juanma Barranquero <lekktu@gmail.com>
1875
1876 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
1877 Fix typos in docstrings.
1878
a4eec626
KH
18792008-05-29 Kenichi Handa <handa@m17n.org>
1880
1881 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
e887f2ac 1882 (Fx_family_fonts): Set frame correctly.
a4eec626 1883
a6e0b7e5
JR
18842008-05-28 Jason Rumney <jasonr@gnu.org>
1885
d5ab09cd 1886 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
a6e0b7e5 1887
6b3d752c
SM
18882008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
1891 calling build_annotations.
1892
c3f9fba8
JB
18932008-05-28 Juanma Barranquero <lekktu@gmail.com>
1894
1895 * coding.c (Fdecode_coding_region, Fencode_coding_region)
1896 (Fencode_coding_string):
1897 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
1898 <latin-extra-code-table>: Fix typos in docstrings.
1899 (syms_of_coding) <coding-system-alist>: Doc fix.
1900 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
1901
00c670e1
KH
19022008-05-28 Kenichi Handa <handa@m17n.org>
1903
b75d7f28
KH
1904 * fontset.c (Ffont_info): Don't call font_close_object.
1905
1906 * font.c (font_parse_family_registry): Use Ffont_put to validate
1907 foundry and family.
1908 (font_delete_unmatched): Don't check spacing.
1909 (font_list_entities): Add spacing to the spec to list fonts.
1910
1911 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
d5ab09cd 1912 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
b75d7f28 1913
00c670e1
KH
1914 * coding.c (encode_coding_raw_text): Fix previous change.
1915 (encode_coding_object): When the dst_object is a buffer and is
1916 different from src_object, move gap to PT.
1917
45feca91
CY
19182008-05-27 Chong Yidong <cyd@stupidchicken.com>
1919
c3f9fba8 1920 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
45feca91 1921
5dd5d9eb
SM
19222008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1923
01d45367
SM
1924 * coding.c (encode_coding_raw_text): Set coding->produced_char for
1925 all branches. Compute it differently.
1926
5dd5d9eb
SM
1927 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
1928
9c623c85
JB
19292008-05-27 Juanma Barranquero <lekktu@gmail.com>
1930
1931 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
1932 into "else if () ... else ...".
1933
943f2093
JR
19342008-05-27 Jason Rumney <jasonr@gnu.org>
1935
5dd5d9eb
SM
1936 * w32font.c (w32font_open_internal): Determine if glyph indices
1937 are likely to work here.
943f2093 1938
7385fe74
CY
19392008-05-27 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
1942 draw overlap glyphs with appropriate highlighting.
1943
4f64a164
KH
19442008-05-27 Kenichi Handa <handa@m17n.org>
1945
1946 * xfont.c (xfont_open): Fix calculation of font->average_width.
1947
1fb5aad7
SM
19482008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * casefiddle.c (casify_object): Try to guess better whether the
1951 argument is a byte or a char.
1952
f8eb1603
AS
19532008-05-26 Andreas Schwab <schwab@suse.de>
1954
1fb5aad7
SM
1955 * xselect.c (x_reply_selection_request): Properly handle format == 32.
1956 Always send multiples of format size.
5a9c35e5 1957
f8eb1603
AS
1958 * xterm.c (x_set_frame_alpha): Fix type mismatch.
1959
ba93d684
JR
19602008-05-26 Jason Rumney <jasonr@gnu.org>
1961
1fb5aad7
SM
1962 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
1963 (compute_metrics): Don't set failure if we just cleared the cache.
1964 (w32_weight_table): Remove unused variable.
1965 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
1966 backwards compatibility.
ba93d684 1967
505ecc49
KH
19682008-05-25 Kenichi Handa <handa@m17n.org>
1969
1fb5aad7
SM
1970 * w32term.c (x_draw_glyph_string):
1971 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
505ecc49
KH
1972
1973 * xfaces.c: Delete unused function prototypes.
1974 (xstrlwr, font_frame): Delete them.
1975 (clear_face_cache): Delete unused variable.
1976
1fb5aad7
SM
1977 * xftfont.c (xftfont_open): Delete unused variable.
1978 If underline_thickness is not 1, adjust underline_position.
505ecc49
KH
1979
1980 * ftxfont.c (ftxfont_open): Delete unused variable.
1981
1982 * fontset.c (face_for_char): Optimize for the case of no charset
1983 property.
1984
1985 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
1986 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
1987 (otf_open, font_otf_capability, generate_otf_features)
1988 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
1fb5aad7 1989 Comment out by surrounding "#if 0" and "#endif" for the moment.
505ecc49
KH
1990 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
1991 (syms_of_font): Codes for accessing above commented out.
1992
f481eb31
EZ
19932008-05-24 Eli Zaretskii <eliz@gnu.org>
1994
1995 * w32proc.c: Include dispextern.h.
1996
1997 * w32.c: Include dispextern.h.
1998
20746fe4
JB
19992008-05-23 Juanma Barranquero <lekktu@gmail.com>
2000
2001 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
2002 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
2003 Fix typos in docstrings.
2004
e7150846
JR
20052008-05-23 Jason Rumney <jasonr@gnu.org>
2006
20746fe4 2007 * xsmfns.c: Remove includes that are already included by config.h.
e7150846 2008
dbf46ba6
KH
20092008-05-23 Kenichi Handa <handa@m17n.org>
2010
6c652beb
KH
2011 * charset.c (Qemacs, charset_emacs): New variables.
2012 (char_charset): Fix for non-Unicode characters.
2013 (syms_of_charset): Define charset_emacs.
2014
baf4d3b3 2015 * w32term.c (x_draw_glyph_string): Be sure to update
328fab2a
KH
2016 s->underline_thickness and s->underline_position. Be sure to draw
2017 underline within the current line area.
baf4d3b3
KH
2018
2019 * xterm.c (x_draw_glyph_string): Be sure to update
328fab2a 2020 s->underline_thickness and s->underline_position. Be sure to draw
90dc78a3 2021 underline within the current line area.
baf4d3b3 2022
dbf46ba6
KH
2023 * fontset.c: Delete unused variables and add casting for char *
2024 throughout the file.
2025 (fontset_font): Try the fallback fonts of the current fontset
2026 before consulting the default fontset.
2027
2028 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
2029
9e0e0d77 2030 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
dbf46ba6 2031
3b780338
JR
20322008-05-22 Jason Rumney <jasonr@gnu.org>
2033
20746fe4 2034 * font.c: Don't include strings.h.
577eba22 2035
9e0e0d77 2036 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
05131107 2037
20746fe4
JB
2038 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
2039 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
b1722a46
EZ
2040 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
2041 to call xstrcasecmp.
05131107 2042
b1722a46 2043 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3b780338 2044
b1722a46 2045 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3b780338 2046
b1722a46 2047 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3b780338 2048
b1722a46 2049 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3b780338 2050
a30e1957
KH
20512008-05-22 Kenichi Handa <handa@m17n.org>
2052
20746fe4 2053 * puresize.h (BASE_PURESIZE): Increase to 1220000.
955b979c 2054
20746fe4 2055 * font.c (font_prop_validate_style): Adjust for the format
64b900e3
KH
2056 change of font_style_table.
2057
a30e1957
KH
2058 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
2059 two args.
2060
2061 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
2062 two args.
2063
631248e5
SM
20642008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 * minibuf.c (keys_of_minibuf): Delete.
2067 * lisp.h (keys_of_minibuf): Delete.
2068 * emacs.c (main): Don't call keys_of_minibuf.
2069
318548be
KH
20702008-05-22 Kenichi Handa <handa@m17n.org>
2071
631248e5 2072 * ftfont.c (ftfont_resolve_generic_family): Rename from
318548be
KH
2073 ftfont_list_generic_family. Return a single family for each
2074 generic family.
2075 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
20746fe4
JB
2076 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
2077 Call font_add_log.
318548be
KH
2078 (ftfont_match): Call font_add_log.
2079
2080 * font.h (Ffont_xlfd_name): EXFUN adjusted.
2081 (FONT_DEBUG): Define it.
2082 (font_add_log): Extern it.
631248e5 2083 (font_assert): Rename from xassert.
318548be
KH
2084
2085 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
2086 (xfont_list_family): Call font_add_log.
2087 (xfont_match): Likewise.
631248e5 2088 (memq_no_quit): Delete.
318548be
KH
2089
2090 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
2091 call of Ffont_xlfd_name.
2092
2093 * xfaces.c (struct table_entry, slant_table, weight_table)
631248e5 2094 (swidth_table): Move to font.c.
318548be
KH
2095
2096 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
631248e5 2097 xassert are changed to font_assert. Delete many unused variables.
20746fe4
JB
2098 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
2099 New variables.
631248e5
SM
2100 (struct table_entry): Move from xfaces.c and modified.
2101 (weight_table, slant_table, width_table): Move from xfaces.c and
318548be 2102 contents adjusted for the change of struct table_entry.
20746fe4 2103 (font_style_to_value, font_style_symbolic): Adjust for the
64b900e3 2104 format change of font_style_table.
318548be
KH
2105 (font_parse_family_registry): Don't overwrite existing foundry and
2106 family of font_spec.
2107 (font_score): Fix calculation of diff for sizes.
2108 (font_sort_entites): Call font_add_log.
2109 (font_delete_unmatched): Return a newly created list.
2110 (font_list_entities): Fix previous change. Call font_add_log.
20746fe4
JB
2111 (font_matching_entity, font_open_entity, font_close_entity):
2112 Call font_add_log.
318548be 2113 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
631248e5 2114 (Finternal_set_font_style_table): Delete.
318548be
KH
2115 (BUILD_STYLE_TABLE): New macro.
2116 (build_style_table): New function.
2117 (Vfont_log, font_log_env_checked): New variables.
2118 (font_add_log): New function.
2119 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
2120 Declare Lisp variables "font-weight-table", "font-slant-table",
2121 "font-width-table", and "font-log". Initialize font_style_table.
2122
6aac1c03
DN
21232008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
2124
bcc850aa 2125 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6aac1c03 2126
7950790f
GM
21272008-05-21 Seiji Zenitani <zenitani@mac.com>
2128 Ryo Yoshitake <ryo@shiftmode.net>
a2979e8e 2129
7950790f 2130 * frame.c (Qalpha): Add a new frame parameter `alpha'.
bcc850aa 2131 (Vframe_alpha_lower_limit): New variable.
b9fb2c45 2132 (x_set_alpha): New function.
a2979e8e 2133
7950790f 2134 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
a2979e8e 2135
7950790f
GM
2136 * xfns.c (x-create-frame, Qalpha):
2137 Initialize the frame parameter `alpha'.
b9fb2c45
GM
2138 * xterm.c (OPAQUE, OPACITY): New.
2139 (x_set_frame_alpha): New function.
2140 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
a2979e8e 2141
7950790f
GM
2142 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
2143 * w32fns.c (w32_frame_parm_handlers): Likewise.
a2979e8e 2144
5c2a72d9
JR
21452008-05-20 Jason Rumney <jasonr@gnu.org>
2146
20746fe4
JB
2147 * w32font.c (add_font_entity_to_list): Don't add non-opentype
2148 truetype fonts to opentype list.
5c2a72d9 2149
eb152aa9
JB
21502008-05-20 Juanma Barranquero <lekktu@gmail.com>
2151
2152 * fontset.c (Ffontset_info): Doc fix.
2153 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
2154 <ignore-relative-composition>: Fix typos in docstrings.
2155
2156 * font.c (syms-of-font) <font-encoding-alist>:
2157 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
2158 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
2159 (Ffont_otf_alternates): Doc fixes.
2160
ad00e1a3
KH
21612008-05-20 Kenichi Handa <handa@m17n.org>
2162
2163 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
2164 font.h through out the file.
9e0e0d77 2165 (FONT_DRIVERS): Rename from FONTOBJ.
12855572 2166 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
ad00e1a3
KH
2167 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
2168
2169 * emacs.c (main): Call syms_of_font unconditionally.
2170
2171 * font.h (find_font_encoding): Extern it.
2172
9e0e0d77 2173 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
ad00e1a3
KH
2174 fontset.c.
2175 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
2176 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
2177 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
2178 only when HAVE_WINDOW_SYSTEM is defined.
2179 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
2180 when HAVE_WINDOW_SYSTEM is defined.
2181
9e0e0d77
SM
2182 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
2183 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
ad00e1a3
KH
2184
2185 * xfaces.c: Include font.h unconditionally.
2186 (merge_face_ref, merge_face_vectors)
2187 (Finternal_set_lisp_face_attribute): Cancel the previous change.
2188
40a69fac
SM
21892008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
2192 indirect_variable.
2193 * eval.c (lisp_indirect_variable): New fun.
2194 (Fuser_variable_p): Use it.
2195
8c2dccbf
SM
21962008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2197
ad97b375
SM
2198 * lisp.h (indirect_variable):
2199 * data.c (indirect_variable, let_shadows_buffer_binding_p):
2200 Use Lisp_Symbol pointers rather than Lisp_Object.
2201 Adjust callers.
2202 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
2203 To this end, change calling-convention.
2204
8c2dccbf
SM
2205 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
2206 if some non-hidden buffers are selected by string&pred.
2207
ad97b375
SM
22082008-05-19 Chong Yidong <cyd@stupidchicken.com>
2209
2210 * process.c (wait_reading_process_output): Always check status
2211 when in batch mode.
2212
25b81df4
KH
22132008-05-19 Kenichi Handa <handa@m17n.org>
2214
2215 * font.c (font_list_entities): Fix handling of cache.
2216 (font_matching_entity): Likewise.
2217
8c2dccbf 2218 * ftfont.c (cs_iso8859_1): Delete.
25b81df4 2219 (ft_face_cache): New variable.
1f204af3 2220 (struct ftfont_info): New member fc_charset_idx.
8c2dccbf 2221 (ftfont_build_basic_charsets): Delete.
25b81df4
KH
2222 (fc_charset_table): New variable.
2223 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
2224 . FC_CHARSET_IDX) as :font-entity property in the font entity.
2225 Callers changed.
dde8403f 2226 (ftfont_lookup_cache, ftfont_get_charset): New functions.
8c2dccbf
SM
2227 (ftfont_spec_pattern): New argument fc_charset_idx.
2228 Check registry more rigidly. Change callers.
a2979e8e 2229 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
25b81df4
KH
2230 change of :font-entity property of the font.
2231
a2979e8e 2232 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
25b81df4
KH
2233 property of the font.
2234
d4a1d553
JB
22352008-05-18 Juanma Barranquero <lekktu@gmail.com>
2236
2237 * coding.c (Fcoding_system_p): Rename argument to match docstring.
2238 (Funencodable_char_position, Fcheck_coding_systems_region)
2239 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
2240 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
2241 (Ffind_operation_coding_system, Fset_coding_system_priority)
2242 (Fcoding_system_eol_type): Doc fixes.
2243
07cfc4e7
GM
22442008-05-17 Glenn Morris <rgm@gnu.org>
2245
2246 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
2247
1cab27d2
EZ
22482008-05-16 Eli Zaretskii <eliz@gnu.org>
2249
2250 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
2251 and st_gid.
2252
dde8403f 2253 * frame.c (Fdelete_frame): Don't call font_update_drivers if
1cab27d2
EZ
2254 HAVE_WINDOW_SYSTEM is not defined.
2255
2256 * xfaces.c (merge_face_ref, merge_face_vectors)
2257 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
2258 HAVE_WINDOW_SYSTEM is defined.
2259 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
2260
86b89713
SM
22612008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
2264
6750bd93
YM
22652008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2266
62867b11 2267 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6750bd93 2268
79f105c9
KH
22692008-05-15 Kenichi Handa <handa@m17n.org>
2270
2271 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
2272 preference.
2273
6b33da9f
GM
22742008-05-15 Glenn Morris <rgm@gnu.org>
2275
2276 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
2277
d0e4433b
CY
22782008-05-15 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * fns.c (init_fns): Don't initialize weak_hash_tables here.
2281 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
2282
2283 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
2284
5f2d79e0
KH
22852008-05-15 Kenichi Handa <handa@m17n.org>
2286
fd8a1cae
KH
2287 * ftfont.c (ftfont_list): Downcase family name to check generic
2288 families.
2289
2290 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
2291 font-spec for QCfont value.
2292
5f2d79e0
KH
2293 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
2294 buffer. Check the return value of it.
2295
e5e29349
JR
22962008-05-14 Jason Rumney <jasonr@gnu.org>
2297
2298 * w32term.c (w32_get_glyph_overhangs): Remove.
2299 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
2300
1f09f444
KH
23012008-05-14 Kenichi Handa <handa@m17n.org>
2302
2303 * font.c (font_prop_validate): Make nil a valid value.
be9442ad
KH
2304 (font_clear_cache): Check if the cached vector of entities is nil
2305 or not.
1f09f444 2306
ecae6af9 23072008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
f8240abd
YM
2308
2309 * emacs.c (main_thread): Conditionalize on
2310 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
2311 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
2312
2313 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
2314 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
2315 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
2316
c6b278e7
KH
23172008-05-14 Kenichi Handa <handa@m17n.org>
2318
2319 * coding.c (detect_coding_iso_2022): Ignore a coding category that
2320 has no corresponding coding system.
2321
23222008-05-14 Jason Rumney <jasonr@gnu.org>
2323
2324 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
2325
2326 * w32font.h (w32font_open_internal): Update declaration.
2327
2328 * w32font.c (w32font_open_internal): Change last argument from
2329 w32font_info struct to font object. Fill in font object from
2330 font_entity. Get Outline metrics if possible. Use them to
2331 calculate underline position and thickness. Use xlfd name as name
2332 property. Don't set codepage.
2333 (w32font_open): Pass font_object to w32font_open_internal. Don't
a879ee6f 2334 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
c6b278e7
KH
2335 (w32font_draw): Use s->font.
2336 (clear_cached_metrics): Don't clear non-existent blocks.
2337
2338 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
2339 font was not found.
a879ee6f 2340 (x_draw_glyph_string): Use underline position and thickness from font.
c6b278e7
KH
2341
2342 * w32uniscribe.c (uniscribe_open): Pass font_object to
2343 w32font_open_internal.
2344
23452008-05-14 Kenichi Handa <handa@m17n.org>
2346
2347 These changes are to delete all legacy font-handling codes, and
2348 make Emacs use only font-backends.
2349
2350 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
2351 (frame.o, image.o, print.o): Depend on $(FONTSRC).
2352
2353 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
2354
2355 * charset.h (Vcharset_non_preferred_head)
2356 (Vcurrent_iso639_language): Extern them.
2357
2358 * charset.c (Vcharset_non_preferred_head): New variable.
2359 (Vcurrent_iso639_language): New variable.
2360 (syms_of_charset): Declare it as a Lisp variable.
2361 (char_charset): Don't check non preferred charsets. As a last
2362 resort, return charset_unicode.
2363 (Fset_charset_priority): Update Vcharset_non_preferred_head.
2364
2365 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
2366 conditionals. Don't check enable_font_backend. Delete all codes
2367 used only when USE_FONT_BACKEND is not defined.
2368
2369 * dispextern.h (struct glyph_string): Change type of `font' to
2370 `struct font *'.
2371 (struct glyph_string): New member underline_position and
2372 underline_thickness.
2373 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
2374 (struct face): Change type of `font' to `struct font *'. Remove
2375 members `font_name', `font_info_id'.
2376 (per_char_metric, encode_char): Delete externs.
2377 (calc_pixel_width_or_height): Adjust the prototype.
2378
2379 * emacs.c (enable_font_backend): Delete extern.
2380 (main): Don't set enable_font_backend. Don't check the command
2381 line argument "-disable-font-backend".
2382
2383 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
2384 (enum font_property_index): New members FONT_DPI_INDEX,
2385 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
2386 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
2387 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
2388 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
2389 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
2390 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
2391 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
2392 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
2393 (struct font_spec, struct font_entity): New structs.
2394 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
2395 (struct font): Many members from old "struct font_info" moved to
2396 here. Members font and entity deleted.
2397 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
2398 the new font-related objects.
2399 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
2400 (CHECK_FONT_GET_OBJECT): Likewise.
2401 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
2402 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
2403 (struct font_driver): New members case_sensitive anc check. Type
2404 of the member list and open changed.
2405 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
2406 (font_symbolic_width, font_find_object, font_get_spec)
2407 (font_set_lface_from_name): Delete extern.
20746fe4 2408 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
c6b278e7
KH
2409
2410 * font.c: Include <strings.h>.
2411 (enable_font_backend): Delete it.
2412 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
2413 (CHECK_VALIDATE_FONT_SPEC): Delete it.
2414 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
2415 (null_string): Delete it.
2416 (null_vector): Make it static.
2417 (font_family_alist): Delete it.
2418 (Qnormal): Extern it.
2419 (QCextra, QClanguage): Delete it.
1f204af3 2420 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
c6b278e7
KH
2421 (font_make_spec, font_make_entity, font_make_object)
2422 (font_intern_prop): Renamed from intern_downcase. Don't downcase
2423 the string. Callers changed.
2424 (font_pixel_size): Adjusted for the format change of font-related
2425 objects.
2426 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
2427 (font_style_to_value, font_style_symbolic): New function.
2428 (build_font_family_alist): Delete it.
2429 (font_registry_charsets): Use Fassoc_string instead of
2430 assq_no_quit.
2431 (font_prop_validate_symbol): Don't return null_string.
2432 (font_prop_validate_style): Adjusted for the change of
2433 style-related values in a font vector.
20746fe4 2434 (font_property_table): Delete entries for QClanguage and
c6b278e7
KH
2435 QCantialias, add entries for QCavgwidth.
2436 (get_font_prop_index): Delete the 2nd argument FROM.
2437 (font_prop_validate): Arguments changed.
2438 (font_put_extra): Adjusted for the change of font-related objects.
2439 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
2440 (font_parse_fcname, font_unparse_fcname)
2441 (font_prepare_composition): Likewise.
2442 (font_parse_family_registry): Renamed from font_merge_old_spec.
2443 (otf_open): Delete the 1st arg entity.
2444 (font_otf_capability): Adjusted for the above change.
2445 (font_score): New arg alternate_families. Adjusted for the change
2446 of font-related objects.
2447 (font_sort_entites): New arg best_only.
2448 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
2449 Delete them.
2450 (font_match_p): Check alternate families.
2451 (font_find_object): Delete it.
2452 (font_check_object): New function.
c3f9fba8 2453 (font_clear_cache): Adjusted for the change of font-related objects.
c6b278e7
KH
2454 (font_delete_unmatched): New arg.
2455 (font_list_entities): Call font_driver->list with a spec that
2456 doesn't specify style-related properties.
2457 (font_matching_entity): Arguments changed. Caller changed.
c3f9fba8 2458 (font_open_entity): Adjusted for the change of font-related objects.
c6b278e7
KH
2459 (font_close_object, font_has_char, font_encode_char)
2460 (font_get_name, font_get_spec): Likewise.
c3f9fba8
JB
2461 (font_spec_from_name, font_clear_prop, font_update_lface):
2462 New functions.
2463 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
c6b278e7
KH
2464 (font_prepare_for_face, font_done_for_face, font_open_by_name)
2465 (font_at): Adjusted for the change of font-related objects.
2466 (font_range): New function.
2467 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
c3f9fba8 2468 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
c6b278e7
KH
2469 (Fcopy_font_spec, Fmerge_font_spec): New function.
2470 (Ffont_family_list): Renamed from list-families.
2471 (Finternal_set_font_style_table): Arguments changed.
2472 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
2473 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
2474 change of font-related objects.
c3f9fba8 2475 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
c6b278e7 2476
3554e566 2477 * fontset.h (struct font_info): Delete it. Most members go to
c6b278e7
KH
2478 struct font.
2479 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
2480 (enum FONT_SPEC_INDEX): Delete it.
2481 (font_info, list_fonts_func, load_font_func, query_font_func)
2482 (set_frame_fontset_func, find_ccl_program_func)
2483 (get_font_repertory_func, new_fontset_from_font_name): Delete
2484 externs.
2485 (fontset_from_font_name): Extern it.
2486 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
2487 (FONT_INFO_FROM_FACE): Deleted.
2488 (face_for_font): Adjust prototype.
2489
2490 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
2491 conditionals. Don't check enable_font_backend. Delete all codes
2492 used only when USE_FONT_BACKEND is not defined.
2493 (get_font_info_func, list_font_func, load_font_func)
2494 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
2495 (get_font_repertory_func): Delete them.
2496 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
2497 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
2498 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
2499 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
2500 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
2501 (fontset_compare_rfontdef): New function.
2502 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
2503 ront-defs by qsort. Adjusted for the change of font-group vector.
2504 (load_font_get_repertory): Deleted.
2505 (fontset_find_font): Use new macros to ref/set elements of
2506 font-def and rfont-def.
2507 (fontset_font): Fix the timing of remembering that no font for C.
2508 (free_face_fontset): Do nothing if the face has no fontset.
2509 (face_suitable_for_char_p): Use new macros to ref/set elements of
2510 rfont-def.
2511 (face_for_char): Likewise. Call face_for_char with font_object.
2512 (fs_load_font): Delete. Delete #pragma surrounding it.
2513 (fs_query_fontset): Use strcasecmp instead of strcmp.
2514 (generate_ascii_font_name): Adjusted for the format change of
2515 font-spec.
2516 (Fset_fontset_font): Likewise. Use new macros to set elements of
2517 font-def.
2518 (Fnew_fontset): Use font_unparse_xlfd to generate
2519 FONTSET_ASCII (fontset).
2520 (new_fontset_from_font_name): Deleted.
2521 (fontset_from_font): Renamed from new_fontset_from_font. Check if
2522 a fontset is already created for the font. FIx updating of
2523 Vfontset_alias_alist.
2524 (fontset_ascii_font): Deleted.
2525 (Ffont_info): Adjusted for the format change of font-spec.
2526 (Finternal_char_font): Likewise.
2527 (Ffontset_info): Likewise.
2528 (syms_of_fontset): Don't check load_font_func.
2529
2530 * fns.c (internal_equal): Handle PREV_FONT.
2531
2532 * frame.h: Delete USE_FONT_BACKEND conditional.
2533
2534 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
2535 conditionals. Don't check enable_font_backend. Delete all codes
2536 used only when USE_FONT_BACKEND is not defined.
2537 (x_set_font): Call x_new_font, not x_new_fontset2.
2538 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
2539 already set for the frame.
2540
2541 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
2542 a font-entity by font_make_entity. Use font_intern_prop instead
2543 of intern_downcase. Use FONT_SET_STYLE to set a style-related
2544 font property. If a font is scalable, set avgwidth property to 0.
2545 Set font-entity property by font_put_extra.
2546 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
2547 (ffont_driver): Adjusted for the change of struct font_driver.
2548 (ftfont_spec_pattern): New function.
2549 (ftfont_list): Return a list, not vector.
2550 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
2551 (ftfont_list_family): Don't downcase names.
2552 (ftfont_free_entity): Deleted.
2553 (ftfont_open): Return a font-ojbect. Adjusted for the change of
2554 struct font. Get underline_thickness and underline_position from
2555 font property. Don't update dpyinfo->smallest_font_height and
2556 dpyinfo->smallest_char_width.
2557 (ftfont_close): Don't free `struct font'.
2558 (ftfont_has_char): Adjusted for the format change of font-entity.
2559 (ftfont_encode_char, ftfont_text_extents): Likewise.
2560
2561 * ftxfont.c (ftxfont_list): Return a list, not vector.
2562 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
2563 struct font. Get underline_thickness and underline_position from
2564 font property. Don't update dpyinfo->smallest_font_height and
2565 dpyinfo->smallest_char_width.
2566 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
2567 (ftxfont_draw): Adjusted for the change of struct font.
2568
2569 * image.c (image_ascent): Don't include "charset.h". Include
2570 "character.h" and "font.h".
2571
2572 * lisp.h (enum pvec_type): New member PREV_FONT.
2573 (Fassoc_string): EXFUN it.
2574
2575 * print.c: Include font.h.
2576 (print_object): Handle font-related objects.
2577
2578 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
2579 conditionals. Don't check enable_font_backend. Delete all codes
2580 used only when USE_FONT_BACKEND is not defined.
2581 (handle_auto_composed_prop): Do nothing if it->f is not on a
2582 window system. Check how many following characters can be
2583 displayed by the same font.
2584 (calc_pixel_width_or_height): Type of the 4th arg is changed to
2585 'struct font *'.
2586 (get_char_face_and_encoding): Assign the whole encoding task to
2587 the `encode-char' method of a font driver.
2588 (fill_composite_glyph_string): Adjusted for the change of `struct
2589 face' and `struct glyph_string'.
2590 (fill_glyph_string): Likewise.
2591 (get_per_char_metric): Arguments changed.
2592 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
2593 and `struct glyph_string'.
2594 (produce_stretch_glyph, calc_line_height_property)
2595 (x_produce_glyphs): Likewise.
2596
2597 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
2598 conditionals. Don't check enable_font_backend. Delete all codes
2599 used only when USE_FONT_BACKEND is not defined. Use
2600 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
2601 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
2602 (Qp): Extern them.
2603 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
2604 Deleted.
2605 (struct font_name): Deleted.
2606 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
2607 (compare_fonts_by_sort_order): New function.
2608 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
2609 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
2610 Deleted.
2611 (Fx_family_fonts): Use font_list_entities, and sort fonts by
2612 compare_fonts_by_sort_order.
2613 (Fx_font_family_list): Call Ffont_family_list.
2614 (face_numeric_value, face_numeric_weight, face_numeric_slant)
2615 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
2616 (face_symbolic_slant, face_symbolic_swidth)
2617 (split_font_name_into_vector, build_font_name_from_vector)
2618 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
2619 (font_rescale_ratio, split_font_name, build_font_name)
2620 (free_font_names, sort_fonts, x_face_list_fonts)
2621 (face_font_available_p, sorted_font_list, cmp_font_names)
2622 (font_list_1, concat_font_list, font_list, remove_duplicates):
2623 Deleted.
2624 (Fx_list_fonts): Use Ffont_list.
2625 (LFACE_AVGWIDTH): Deleted.
2626 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
2627 by FONTP.
2628 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
2629 (set_lface_from_font_name): Delete it.
2630 (set_lface_from_font): Renamed from
2631 set_lface_from_font_and_fontset. Caller changed. Don't set
2632 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
2633 for face.
c3f9fba8
JB
2634 (merge_face_vectors): Copy font-spec if necessary.
2635 Clear properties of the font-spec if necessary.
c6b278e7
KH
2636 (merge_face_ref): Clear properties of the font-spec if necessary.
2637 (Finternal_set_lisp_face_attribute): Likewise.
2638 (set_font_frame_param): Use font_load_for_lface to load a
2639 font-object, and call Fmodify_frame_parameters with it.
2640 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
2641 font name by Ffont_xlfd_name.
2642 (Finternal_lisp_face_attribute_values): Don't check QCweight,
2643 QCslant, and QCwidth.
2644 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
2645 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
2646 Compare fonts by EQ.
2647 (lookup_non_ascii_face): Deleted.
2648 (face_for_font): The 2nd argument changed.
c3f9fba8
JB
2649 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
2650 Check atomic font properties by case insensitive.
c6b278e7
KH
2651 (realize_non_ascii_face): Set face->overstrike correctly.
2652 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
2653 (dump_realized_face): Get font name from
2654 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
2655
2656 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
2657 conditionals. Don't check enable_font_backend. Delete all codes
2658 used only when USE_FONT_BACKEND is not defined.
2659 (xic_create_xfontset): Original code deleted and renamed from
2660 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
2661 (x_make_gc): Don't set GCFont in GCs.
2662 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
2663 opened by "fixed".
2664 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
2665 find_ccl_program_func, query_font_func, set_frame_fontset_func,
2666 get_font_repertory_func.
2667
2668 * xfont.c: Include <stdlib.h> and "ccl.h".
2669 (struct xfont_info): New structure.
2670 (xfont_query_font): Deleted.
2671 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
2672 moved from xterm.c.
2673 (xfont_driver): Adjusted for the change of struct font_driver.
2674 (compare_font_names): New function.
2675 (xfont_list_pattern): Sort font names case insensitively. Make
2676 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
2677 (xfont_list): Return a list, not vector.
2678 (xfont_match): If the font doesn't have QCname property, generate
2679 a name from the other font properties.
2680 (xfont_open): Return a font-ojbect. Adjusted for the change of
2681 struct font. Get underline_thickness and underline_position from
2682 font property. Don't update dpyinfo->smallest_font_height and
2683 dpyinfo->smallest_char_width.
2684 (xfont_close): Don't free struct font.
2685 (xfont_prepare_face): Adjusted for the change of struct font.
2686 (xfont_done_face): Deleted.
2687 (xfont_has_char): Adjusted for the change of struct font.
2688 (xfont_encode_char, xfont_draw): Likewise.
2689 (xfont_check): New function.
2690
2691 * xftfont.c (xftfont_list): Adjusted for the change of `list'
2692 callback function.
2693 (xftfont_match): Adjusted for the fontmat change of font-entity.
2694 (xftfont_open): Adjusted for the format change of font-entity and
2695 font-object. Adjusted for the change of struct font. Return a
2696 font-object. Don't update dpyinfo->smallest_font_height and
2697 dpyinfo->smallest_char_width.
2698 (xftfont_close): Block input while calling XftFontClose.
2699 (xftfont_prepare_face): Don't block input while calling
2700 xftfont_get_colors. Adjusted for the change of struct font.
2701 (xftfont_shape): Return value of error case fixed.
2702
2703 * xrdb.c (x_load_resources): Don't setup a fontset resource.
2704
2705 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
2706 conditionals.
2707 (FONT_WIDTH): Return (f)->max_width.
2708 (struct x_display_info): Delete member `font'.
2709 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
2710 (x_find_ccl_program, x_get_font_repertory): Delete externs.
2711 (struct x_output): Change type of `font' to `struct font *'.
2712
2713 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
2714 conditionals. Don't check enable_font_backend. Delete all codes
c3f9fba8 2715 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
c6b278e7
KH
2716 (x_per_char_metric, x_encode_char): Deleted.
2717 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
2718 (x_compute_glyph_string_overhangs): Adjusted for the change of
c3f9fba8 2719 `struct face'.
c6b278e7
KH
2720 (x_draw_glyph_string_foreground)
2721 (x_draw_composite_glyph_string_foreground): Likewise.
2722 (x_draw_glyph_string): Likewise. Use font->underline_position and
2723 font->underline_thickness.
2724 (x_new_font): Renamed from x_new_fontset2.
2725 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
2726 (x_check_font): Call `check' method of a font driver.
2727 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
2728 (x_query_font, x_get_font_repertory): Deleted.
2729 (x_find_ccl_program): Renamed and moved to xfont.c.
2730 (x_redisplay_interface): Adjusted for the change of `struct
2731 redisplay_interface'.
2732
2733 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
2734 conditionals. Don't check enable_font_backend. Delete all codes
2735 used only when USE_FONT_BACKEND is not defined. Surround non-used
2736 code by "#ifdef OLD_FONT" and "endif".
2737 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
2738
2739 * w32font.h (struct w32font_info): New member.
2740 (FONT_COMPAT): New macro.
2741 (w32font_open_internal): Prototype adjusted.
2742
2743 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
2744 OLD_FONT" and "endif".
2745
2746 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
2747 conditionals. Don't check enable_font_backend. Delete all codes
2748 used only when USE_FONT_BACKEND is not defined.
2749 (w32font_open): Return a font-object. Make a font-object by
2750 font_make_object. Adjusted for the change of struct w32font_info.
2751 (w32font_close): Don't free struct font. Adjusted for the change
2752 of struct w32font_info.
2753 (w32font_encode_char, w32font_text_extents, w32font_draw):
2754 Adjusted for the change of struct w32font_info.
2755 (w32font_draw): Likewise.
2756 (w32font_list_internal): Return a list, not vector.
2757 (w32font_open_internal): Change the 4th arg to font-object.
c3f9fba8 2758 Adjusted for the change of struct w32font_info and font-object format.
c6b278e7
KH
2759 (add_font_name_to_list): Don't downcase names.
2760 (w32_enumfont_pattern_entity): Make a font-entity by
2761 font_make_entity. Adjusted for the format change of font-entity.
2762 Use FONT_SET_STYLE to set a style-related font property. If a
2763 font is scalable, set avgwidth property to 0. Set font-entity
2764 property by font_put_extra.
c3f9fba8 2765 (font_matches_spec): Adjusted for the format change of font-entity.
c6b278e7
KH
2766 (w32_weight_table, w32_decode_weight): New variables.
2767 (w32_encode_weight): New function.
2768 (fill_in_logfont): Adjusted for the format change of font-spec.
2769 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
2770 weight value.
2771 (w32font_driver): Adjusted for the change of struct font_driver.
2772
2773 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
f245f2c6 2774 conditionals. Don't check enable_font_backend. Surround non-used
c6b278e7
KH
2775 code by "#ifdef OLD_FONT" and "endif".
2776 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
2777 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
2778
2779 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
2780 conditionals. Don't check enable_font_backend. Delete all codes
2781 used only when USE_FONT_BACKEND is not defined. Surround non-used
2782 code by "#ifdef OLD_FONT" and "endif".
2783
2784 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
c3f9fba8
JB
2785 (uniscribe_open): Return value changed to font-object.
2786 Adjusted for the format change of font-object.
2787 (uniscribe_otf_capability): Adjusted for the change of struct font.
c6b278e7
KH
2788 (add_opentype_font_name_to_list): Don't downcase names.
2789 (uniscribe_font_driver): Adjusted for the change of struct
2790 font_driver.
2791
f9d4c199
CY
27922008-05-13 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * dispnew.c (update_frame_1): Check if tty output is still valid
2795 before flushing it.
2796
44f249c0
JD
27972008-05-13 Jan Djärv <jan.h.d@swipnet.se>
2798
2799 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
2800 to Gtk+ menus.
2801
01bb4018
SM
28022008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2803
3271a8f5
SM
2804 * dired.c (file_name_completion): Tweak the code so as to always do it
2805 in a single pass. Tighten the scope of some variables.
2806
01bb4018
SM
2807 * dired.c (Qdefault_directory): New var.
2808 (file_name_completion): Use it instead of Fexpand_file_name.
2809 (syms_of_dired): Initialize it.
2810
728bb8e0
SM
28112008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * fileio.c (double_dollars): Remove dead code.
2814
ed4c17bb
EZ
28152008-05-10 Eli Zaretskii <eliz@gnu.org>
2816
6c5665e9
EZ
2817 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
2818 Mention w32-get-true-file-attributes in doc string.
2819
ed4c17bb
EZ
2820 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
2821
71e1f69d
GM
28222008-05-09 Glenn Morris <rgm@gnu.org>
2823
2824 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
2825 2008-04-23.
2826
ee7a2e7a
EZ
28272008-05-09 Eli Zaretskii <eliz@gnu.org>
2828
8aaaec6b
EZ
2829 Support for reporting owner and group of each file on MS-Windows:
2830 * dired.c (stat_uname, stat_gname): New functions, with special
2831 implementation for w32.
2832 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
2833
ee7a2e7a
EZ
2834 * w32.c: Rename the_passwd_* to dflt_passwd_*.
2835 (dflt_group_name): New static variable.
728bb8e0 2836 (dflt_group): Rename from the_group.
ee7a2e7a
EZ
2837 (init_user_info): Init dflt_group fields. Get user's group name
2838 from LookupAccountSid.
8aaaec6b
EZ
2839 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
2840 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
2841 New initialization states.
2842 (globals_of_w32): Initialize them to zero. Initialize the default
2843 group name to "None".
2844 (GetFileSecurity_Name): New global var, the name of the function
2845 to call for GetFileSecurity.
2846 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
2847 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
2848 (get_file_security, get_security_descriptor_owner)
2849 (get_security_descriptor_group, is_valid_sid)
2850 (get_file_security_desc, get_rid, get_name_and_id)
2851 (get_file_owner_and_group): New functions.
2852 (stat): Use get_file_security_desc and get_file_owner_and_group to
2853 report the owner and primary group of each file. Don't ignore the
728bb8e0
SM
2854 high 32 bits of file's size, now that st_size is 64-bit wide.
2855 Fix test when to get true file attributes.
8aaaec6b
EZ
2856 (init_user_info): Use get_rid instead of equivalent inline code.
2857 (fstat): Don't ignore the high 32 bits of file's size.
ee7a2e7a 2858
b199c436
CY
28592008-05-09 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * image.c (png_load): Use correct bit-depth for setting background
2862 color.
2863
86914123
EZ
28642008-05-08 Eli Zaretskii <eliz@gnu.org>
2865
2866 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
2867 epa-hook.elc.
2868
67b5d7de
JB
28692008-05-08 Juanma Barranquero <lekktu@gmail.com>
2870
2871 * font.c (Ffont_match_p): Don't use `iff' in docstring.
2872
1a111394
DN
28732008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2874
2875 * macfns.c (Fx_create_frame): Make a copy of frame parameters
2876 because the original parameters are in pure storage now.
2877 (mac_window): Remove unused params. Update callers.
2878
6d77fa95
SM
28792008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2880
7a3d90dc
SM
2881 * lread.c (substitute_object_recurse): Use lower-level primitives.
2882 Don't signal errors when traversing sub-char-tables.
2883 Don't loop over all the possible characters when traversing char-tables.
2884
6d77fa95
SM
2885 * print.c (print_preprocess): Add sub-char-tables to the print-table,
2886 just like we do in print.c.
2887
140eb764
SM
28882008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * minibuf.c (Ftry_completion): Remove code left over from when we used
2891 scmp instead of Fcompare_strings.
2892
e9184ccb
JB
28932008-05-04 Juanma Barranquero <lekktu@gmail.com>
2894
2895 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
2896
0e9378b3
YM
28972008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2898
2899 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
2900 Create bitmap context in native byte order.
2901
f67e15be
MB
2902 * macterm.c (XDrawLine)
2903 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
2904 context in native byte order.
064032d0 2905
f67e15be 29062008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50eff40f
YM
2907
2908 * config.in: Regenerate.
2909
2910 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
2911 New definitions for Image I/O support.
2912 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
2913 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
2914 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
2915 (mac_data_provider_release_data, image_load_image_io)
2916 [USE_MAC_IMAGE_IO]: New functions.
2917 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
2918 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
2919 (init_image_func_pointer) [MAC_OSX]: Remove function.
2920 (image_load_quartz2d) [MAC_OSX]: Check availability of
2921 CGImageCreateWithPNGDataProvider at compile time.
2922 Use lowercase `false' for boolean constant.
2923 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
2924 Use image_load_image_io.
2925 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
2926 Don't check MyCGImageCreateWithPNGDataProvider.
2927 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
2928 Don't call init_image_func_pointer.
2929
2930 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
2931
2932 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
2933 Make variable non-static.
2934 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
2935 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
2936
2937 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
2938 (RED_FROM_ULONG): Mask off higher bits.
2939 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
2940
2941 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
2942 Include AvailabilityMacros.h.
2943 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
2944 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
2945
c6bff69e
SM
29462008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * chartab.c (Fset_char_table_range): If range is t, really set all
2949 chars to that value.
2950
7412d429
EZ
29512008-05-03 Eli Zaretskii <eliz@gnu.org>
2952
2953 * dired.c (Ffile_attributes): Don't allow the device number become
2954 negative.
2955
f83bbfac
DU
29562008-05-02 Daiki Ueno <ueno@unixuser.org>
2957
5a81d3d7 2958 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
f83bbfac 2959
2e3148e2
JL
29602008-05-02 Juri Linkov <juri@jurta.org>
2961
2962 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
728bb8e0
SM
2963 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
2964 DEFAULT argument as a list of default values in docstrings.
2e3148e2 2965
923fb88c
CY
29662008-05-01 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * puresize.h (BASE_PURESIZE): Increase to 1210000.
2969
047aaeb9
MR
29702008-05-01 Martin Rudalics <rudalics@gmx.at>
2971
2972 * dispnew.c (change_frame_size_1): Preserve small windows when
2973 shrinking frames by calling set_window_height|width with third
2974 arg 2.
2975
2976 * window.h (struct window): Replace field too_small_ok by field
2977 resize_proportionally.
2978
2979 * window.c (make_window): Initialize resize_proportionally.
2980 (enlarge_window): Temporarily set resize_proportionally to make
2981 sure that shrink_windows does scale the window proportionally.
2982 (shrink_windows): When window has resize_proportionally set try
2983 to shrink it proportionally by stealing from other windows.
2984 (struct saved_window, Fset_window_configuration)
2985 (compare_window_configurations): Handle resize_proportionally.
2986 (WINDOW_TOTAL_SIZE): New macro.
2987 (window_min_size, shrink_windows, size_window): Use it.
c6bff69e 2988 (check_min_window_sizes): Remove. Invalid values of
047aaeb9
MR
2989 window-min-height|width are handled by window_min_size_2 now.
2990 (size_window, Fsplit_window, enlarge_window)
2991 (adjust_window_trailing_edge, grow_mini_window): Don't call
2992 check_min_window_sizes.
c6bff69e
SM
2993 (window_min_size_2, window_min_size_1, window_min_size):
2994 New argument safe_p for retrieving "safe" minimum sizes.
c3f9fba8 2995 (Fdisplay_buffer, Fsplit_window, enlarge_window)
c6bff69e
SM
2996 (adjust_window_trailing_edge, grow_mini_window):
2997 Adjust arguments of window_min_size... functions.
047aaeb9
MR
2998 (shrink_windows): Argument min_size removed. New argument
2999 safe_p allows shrinking windows to their safe minimum sizes.
3000 Calculate minimum size and decide whether a window shall be
3001 deleted for each window individually.
3002 (size_window): When nodelete_p equals 2, tell shrink_windows to
3003 delete windows only if their new minimum size is no more safe.
3004 (shrink_window_lowest_first): Call window_min_size_1 to make
3005 sure to preserve modeline of bottom-most window when resizing
3006 the minibuffer.
3007 (Fset_window_configuration, Fcurrent_window_configuration)
3008 (compare_window_configurations): Do not handle
3009 window-min-height|width any more.
3010 (syms_of_window): Clarify window-min-height|width doc-strings.
3011
2a54a229
SM
30122008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * dired.c (file_name_completion): Fix up the encoding/decoding issue
3015 some more. Copy some of the code from Ftry_completions.
3016 Remove special case code that dates back to initial revision when the
3017 slash was only added when necessary and that can't trigger nowadays.
3018
384bc634
KH
30192008-04-27 Kenichi Handa <handa@m17n.org>
3020
3021 * font.c (font_prop_validate): Signal `error' instead of `font'.
3022
2c2279c6
JR
30232008-04-29 Jason Rumney <jasonr@gnu.org>
3024
3025 * w32fns.c (Fw32_battery_status): New defun.
3026 (syms_of_w32fns): Defsubr it.
3027
fb4a622a
AS
30282008-04-28 Andreas Schwab <schwab@suse.de>
3029
3030 * dired.c (file_name_completion): Fix another mixing of encoded
3031 and decoded names.
3032
23f250f4
JB
30332008-04-28 Juanma Barranquero <lekktu@gmail.com>
3034
3035 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
3036
d8d30dff
JB
30372008-04-27 Juanma Barranquero <lekktu@gmail.com>
3038
3039 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
3040
ea6104a8
AS
30412008-04-27 Andreas Schwab <schwab@suse.de>
3042
9c691c00
AS
3043 * dired.c (file_name_completion): Fix inappropriate mixing of
3044 encoded and decoded names.
3045
ec1bf773
AS
3046 * xterm.c (XTread_socket): Fix use of uninitialized variable.
3047
ea6104a8
AS
3048 * puresize.h (BASE_PURESIZE): Increase to 1200000.
3049
01388a3d
EZ
30502008-04-26 Eli Zaretskii <eliz@gnu.org>
3051
3052 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
3053 2008-03-31, it's not needed anymore with `struct stat' definition
3054 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
3055 for the same reasons.
3056
175aea10 30572008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
27af566c
CY
3058
3059 * m/sparc.h: Additional redefinitions for GNU/Linux.
3060
1289aeb8
YM
30612008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3062
3063 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
3064 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
3065 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
3066 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
3067 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
3068 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
3069 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3070 Likewise.
3071
3072 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
c3f9fba8 3073 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
1289aeb8
YM
3074 (mac_ax_number_of_characters): Add externs.
3075 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
3076 [USE_MAC_TSM]: Likewise.
3077 (mac_handle_text_input_event) [MAC_OSX]:
3078 Handle kEventTextInputOffsetToPos for no active input area case.
3079 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
3080 (mac_handle_document_access_event)
3081 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
3082 (install_application_handler) [MAC_OSX]: Register handlers for
3083 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
3084 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3085 Register mac_handle_document_access_event.
3086
3087 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
3088 Make functions non-static.
3089
dbd50d4b
SM
30902008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
3093 (read_file_name_completion_ignore_case, insert_default_directory)
3094 (Qdefault_directory): Move to minibuffer.el.
3095 (Fread_file_name): Call the new `read-file-name' instead.
3096
9ea37b9d 30972008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81fe843b
YM
3098
3099 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
3100 Make function non-static.
3101 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
3102 Remove function.
3103 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
3104 Move to mactoolbox.c.
3105 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
3106
3107 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
3108 (mac_rect_make): New macro.
3109
3110 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
3111 instead of float.
3112 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
3113 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
3114 (XSetBackground) [USE_CG_DRAWING]: Likewise.
3115 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
3116 CGRectMake.
3117 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
3118 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
3119 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
3120 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
3121 instead of WindowRef in argument type.
3122 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
3123 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
3124 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
3125 instead of DISPLAY. All uses changed.
3126 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
3127 (x_calc_absolute_position): Simplify so as not to use
3128 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
81fe843b
YM
3129
3130 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
3131 instead of WindowRef in argument type.
3132 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
3133 [TARGET_API_MAC_CARBON]: Remove externs.
3134 (create_apple_event, mac_event_parameters_to_lisp)
3135 [TARGET_API_MAC_CARBON]: Add externs.
3136
d8d30dff 3137 * mactoolbox.c (Vmac_ts_script_language_on_focus)
81fe843b
YM
3138 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
3139 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
3140 is clicked.
3141 (x_activate_menubar): Remove extern for saved_menu_event_location.
3142 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
3143 Move from mac.c.
3144
9ea37b9d 31452008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a1b41389
YM
3146
3147 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
3148 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
3149
9ea37b9d 31502008-04-23 Jason Rumney <jasonr@gnu.org>
bd735631
JR
3151
3152 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
3153 attributes only for local files.
3154
3155 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
e9184ccb 3156 default to Qlocal.
bd735631 3157
88970542
JL
31582008-04-22 Juri Linkov <juri@jurta.org>
3159
3160 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
3161 read-buffer-to-switch instead of using the letter "B".
3162
92ec67e3
SM
31632008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * fileio.c (Qdefault_directory): New variable.
3166 (Fread_file_name): Use it to pass `dir' to the completion functions.
3167
a32b2382
CY
31682008-04-20 Chong Yidong <cyd@stupidchicken.com>
3169
2a2e8de7 3170 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
a32b2382 3171
6c8b4f07
SM
31722008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3173
ece5f847
SM
3174 * keyboard.c (Vpre_help_message): Remove.
3175 (show_help_echo): Remove default C code.
3176
6c8b4f07
SM
3177 * dired.c (directory_files_internal, file_name_completion):
3178 Only call ENCODE_FILE if the string is indeed decoded.
3179
73d798d5
SM
31802008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * Makefile.in (TOOLKIT_DEFINES): Remove.
3183 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
3184
d8d30dff 31852008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9e13f0c3
YM
3186
3187 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
3188 (mactoolbox.o): New target.
3189
3190 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
3191 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
3192
3193 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
3194 Use mac_set_frame_window_background instead of XSetWindowBackground.
3195 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
3196 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
3197 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
3198 instead of SetWindowTitleWithCFString.
3199 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
3200 Move function to mactoolbox.c.
3201 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
3202 Use mac_set_window_modified instead of SetWindowModified.
3203 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
3204 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
3205 (Fx_focus_frame): Use mac_front_non_floating_window instead of
3206 FrontNonFloatingWindow. Use mac_activate_window instead of
3207 ActivateWindow. Use mac_active_non_floating_window instead of
3208 ActiveNonFloatingWindow.
3209 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
3210 Use mac_show_hourglass and mac_hide_hourglass.
3211 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
3212 instead of GetGlobalMouse.
3213 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
3214 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
3215 Use mac_bring_window_to_front instead of BringToFront.
3216 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
3217 mactoolbox.c.
3218 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
3219 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
3220 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
3221 mactoolbox.c.
3222
3223 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
3224 (XtPointer): Move typedef from macmenu.c.
3225 (enum button_type): Move enum from macmenu.c.
3226 (widget_value): Move typedef from macmenu.c.
3227 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
3228 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
3229 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
3230 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
3231 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
3232 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
3233 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
3234 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
3235 (Selection): Move typedef from macselect.c.
3236 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
3237 macterm.c.
3238 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
3239 (mac_is_window_collapsed, mac_bring_window_to_front)
3240 (mac_send_window_behind, mac_hide_window, mac_show_window)
3241 (mac_collapse_window, mac_front_non_floating_window)
3242 (mac_active_non_floating_window, mac_activate_window)
3243 (mac_move_window_structure, mac_move_window, mac_size_window)
3244 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
3245
3246 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
3247 (enum mac_menu_kind): Move enum to mactoolbox.c.
3248 (min_menu_id): Move variable to mactoolbox.c.
3249 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
3250 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
3251 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
3252 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
3253 [TARGET_API_MAC_CARBON]: Likewise.
3254 (XtPointer): Move typedef to macgui.h.
3255 (enum button_type): Move enum to macgui.h.
d02fe47d
MB
3256 (widget_value): Move typedef to macgui.h.
3257 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
3258 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
3259 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
3260 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
3261 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
3262 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
3263 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
3264 (popup_activated_flag): Make variable non-static.
3265 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
3266 (add_menu_item, fill_menu, dispose_menus):
3267 Move functions to mactoolbox.c.
3268 (restore_show_help_function, menu_target_item_handler)
3269 (install_menu_target_item_handler, mac_handle_dialog_event)
3270 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
3271 [TARGET_API_MAC_CARBON]: Likewise.
3272 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
3273 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
3274 (find_and_call_menu_selection, name_is_separator): Make function
3275 non-static.
3276 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
3277 to mactoolbox.c.
3278 (set_frame_menubar): Don't call install_menu_quit_handler.
3279 (menu_item_selection): New variable.
3280 (mac_menu_show): Use create_and_show_popup_menu.
3281 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
3282 selection but set variable menu_item_selection. All uses changed.
3283 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
3284 Call install_menu_quit_handler. Move to mactoolbox.c.
edd3ff1d 3285
d02fe47d
MB
3286 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
3287 (Selection): Move typedef to macgui.h.
3288 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
3289 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
3290 Make variables non-static.
3291 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
3292 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
3293 Make functions non-static.
3294 (Vmac_service_selection) [MAC_OSX]: Likewise.
3295 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
3296 (mac_valid_selection_target_p, mac_clear_selection)
3297 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
3298 (mac_put_selection_value, mac_selection_has_target_p)
3299 (mac_get_selection_value, mac_get_selection_target_list)
3300 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
3301 Move functions to mactoolbox.c.
3302 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
3303 Likewise.
3304 (copy_scrap_flavor_data, mac_handle_service_event)
3305 (install_service_handler) [MAC_OSX]: Likewise.
3306 (syms_of_macselect) <Vmac_dnd_known_types>:
3307 Use mac_dnd_default_known_types.
463f55ee 3308
d02fe47d
MB
3309 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
3310 Move to mactoolbox.c.
3311 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
3312 (Fx_selection_owner_p): Add EXFUN.
3313 (install_window_handler, remove_window_handler, XSetWindowBackground):
3314 Remove externs.
3315 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
3316 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
3317 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
3318 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
3319 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
3320 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
3321 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
3322 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
3323 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
3324 (create_and_show_popup_menu, mac_get_selection_from_symbol)
3325 (mac_valid_selection_target_p, mac_clear_selection)
3326 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
3327 (mac_put_selection_value, mac_selection_has_target_p)
3328 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
3329 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
3330 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
3331 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
3332 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
3333 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
3334 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
3335 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
3336 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
463f55ee 3337
d02fe47d 3338 * mactoolbox.c: New file.
af253914 3339
d8d30dff 33402008-04-18 Jason Rumney <jasonr@gnu.org>
af253914 3341
d02fe47d 3342 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
af253914 3343
8ee085a4
SM
33442008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3345
73d798d5
SM
3346 * character.c (Fmultibyte_char_to_unibyte):
3347 Return latin1 chars unchanged.
5556875b 3348
8ee085a4
SM
3349 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
3350 relocated if it points to `name'.
3351
5dff5999
KH
33522008-04-17 Kenichi Handa <handa@m17n.org>
3353
3354 * data.c (Faset): Allow setting a multibyte character in an
3355 ASCII-only unibyte string.
3356
3357 * lisp.h (STRING_SET_MULTIBYTE): New macro.
3358
a51f4969
SM
33592008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
3362 done in config.h.
3363
add553ac
JB
33642008-04-16 Juanma Barranquero <lekktu@gmail.com>
3365
3366 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
3367 (Fchar_direction): Add usage in the docstring.
3368
8ad7b280
CY
33692008-04-15 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * keyboard.c (read_key_sequence): Remove always-true checks.
3372
e157d7ba
JR
33732008-04-14 Jason Rumney <jasonr@gnu.org>
3374
3375 * w32font.c (w32font_open_internal): Set max_bounds.descent in
3376 compatibility struct, for better underline positioning.
3377
9ec3aaef 33782008-04-13 David Hansen <david.hansen@gmx.net>
48f7d213
MA
3379
3380 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
3381 string.
3382
36c08864
DN
33832008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3384
3385 * m/hp800.h (XUINT, XSET): Remove.
3386
f5acc071
JB
33872008-04-12 Juanma Barranquero <lekktu@gmail.com>
3388
3389 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
3390 previous change.
3391
5b5a2ea1
SM
33922008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
3395 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
3396
492d9fd6
SM
33972008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * keymap.h (map_keymap_canonical): Declare.
3400 * xmenu.c (single_keymap_panes): Use it.
3401
dd60787c
GM
34022008-04-11 Glenn Morris <rgm@gnu.org>
3403
3404 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
3405 set the target's value to that of the alias.
3406
c23b5410
SM
34072008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * term.c (set_tty_color_mode): Left over typo.
3410
e89b536d
MA
34112008-04-10 Michael Albinus <michael.albinus@gmx.de>
3412
3413 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
f5acc071 3414 only after check for file name handler functions. Signal, when
e89b536d
MA
3415 native functionality is not supported.
3416 (syms_of_fileio): Declare it unconditionally.
3417
40a339c8
JR
34182008-04-10 Jason Rumney <jasonr@gnu.org>
3419
31403b24
JR
3420 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
3421 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
3422
40a339c8
JR
3423 * w32.c (logon_network_drive): Also logon to remote drives that
3424 are mapped to drive letters.
3425
96a7394f
GM
34262008-04-10 Glenn Morris <rgm@gnu.org>
3427
3428 * xdisp.c (truncate-partial-width-windows): Doc fix.
3429
34b67b0f
SM
34302008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
3433 Move functions to minibuffer.el.
3434 (syms_of_fileio): Don't declare them.
3435
c025fb0a
SM
34362008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3437
ba5ff07b
SM
3438 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
3439 (syms_of_minibuf): Remove its initialization.
3440
c025fb0a
SM
3441 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
3442
7a6a86ad
JB
34432008-04-09 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
3446
cf907d69
JR
34472008-04-09 Jason Rumney <jasonr@gnu.org>
3448
3dc94c30
JR
3449 * makefile.w32-in (distclean): Delete makefile too.
3450 (maintainer-clean): New target.
3451
8d28646b
JR
3452 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
3453
cf907d69
JR
3454 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
3455 for new font backend and composite cases.
3456
ef5eb925
JD
34572008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3458
3459 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
3460 Most of the code moved to run_timers.
3461 (do_pending_atimers): Call run_timers.
3462 (run_timers): New function.
3463
cf907d69
JR
3464 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
3465 run atimers.
ef5eb925
JD
3466
3467 * process.c (wait_reading_process_output): The same as above.
3468
9b2cd403
SM
34692008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3470
32bae13c
SM
3471 * minibuf.c (last_exact_completion): Remove variable.
3472 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
3473 (complete_and_exit_1, complete_and_exit_2)
3474 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
3475 (Fdisplay_completion_list, display_completion_list_1)
3476 (Fminibuffer_completion_help, Fself_insert_and_exit)
8d28646b
JR
3477 (Fexit_minibuffer, Fminibuffer_message): Move functions to
3478 minibuffer.el.
32bae13c
SM
3479 (syms_of_minibuf): Remove corresponding initializations.
3480
5c4cc82a
SM
3481 * keyboard.c (Qdeactivate_mark): New var.
3482 (command_loop_1): Use it to call `deactivate-mark'.
3483 (syms_of_keyboard): Initialize it.
3484
9b2cd403
SM
3485 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
3486 to another frame.
3487 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
3488 Don't call set_tty_color_mode.
3489 (store_frame_param): Reset previous_frame rather than call
3490 set_tty_color_mode.
3491 * term.c (set_tty_color_mode): Rewrite.
3492 * dispextern.h (set_tty_color_mode): New type.
3493 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
3494
84cb7b45
SM
34952008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
3498 for generic chars, which do not exist any more in emacs-unicode.
3499
3ed051d4
MA
35002008-04-08 Michael Albinus <michael.albinus@gmx.de>
3501
3502 * coding.c (detect_coding_emacs_mule)
3503 (Ffind_operation_coding_system): Fix typo.
3504
58c3ea42
JR
35052008-04-08 Jason Rumney <jasonr@gnu.org>
3506
3bf8d230
JR
3507 * w32uniscribe.c (SNAME): Extract only symbol name.
3508
56a70cca
JR
3509 * w32font.h (struct w32_metric_cache): New struct.
3510 (w32font_info): Use it.
3511 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
3512 (CACHE_BLOCKSIZE): New constants.
3ed051d4 3513
58c3ea42
JR
3514 * w32font.c (Qja, Qko, Qzh): New symbols.
3515 (syms_of_w32font): Initialise them.
3516 (font_matches_spec): Use them to filter by language.
3517 (recompute_cached_metrics): Remove function.
3518 (compute_metrics, clear_cached_metrics): New functions.
3519 (w32font_encode_char): Use them to manage metric cache.
3520 (w32font_text_extents): Cache metrics for all glyphs on demand.
3521 Delay converting glyph indices to WORD until needed.
3522 (w32font_open_internal): Initialize metric cache to empty.
3523 (registry_to_w32_charset): Charset should always be a symbol.
3524 (fill_in_logfont, list_all_matching_fonts): Family should
3525 always be a symbol.
3526
0ce24b2d
JR
35272008-04-06 Jason Rumney <jasonr@gnu.org>
3528
3529 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
3530 Give up if glyph indices not supported. Use uniscribe obtained
3531 ABC widths for individual metrics. Map glyph clusters back to
3532 characters using fClusterStart flag. Return number of glyphs
3533 produced, not chars processed.
b7655e0c 3534 (uniscribe_shape): Map char at FROM to current glyph.
0ce24b2d 3535
5bc6ddff 35362008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56613f06 3537
fbf57abb
JB
3538 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
3539 Use SetMenuItemHierarchicalMenu.
56613f06 3540
5bc6ddff 35412008-04-05 Jason Rumney <jasonr@gnu.org>
93421a1f 3542
5bc6ddff
MB
3543 * image.c (pbm_load): Allow color values up to 65535.
3544 Throw an error if max_color_idx is outside the supported range.
3545 Report an error when image size is invalid.
3546 Read two bytes at a time when raw images have max_color_idx above 255.
1f816871 3547
5bc6ddff 35482008-04-05 Eli Zaretskii <eliz@gnu.org>
5ed6ba5b 3549
5bc6ddff
MB
3550 * w32.c (readdir): If FindFirstFile/FindNextFile return in
3551 cFileName a file name that includes `?' characters, use the 8+3
3552 alias in cAlternateFileName instead.
5ed6ba5b 3553
5bc6ddff 35542008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
32c06229 3555
5bc6ddff
MB
3556 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
3557 append "CCL: Quitted" when the CCL program is quitted.
3558 (setup_ccl_program): Initialize ccl->quit_silently to zero.
32c06229 3559
5bc6ddff 3560 * ccl.h (struct ccl_program): New member quit_silently.
32c06229 3561
c36e15db
CY
35622008-04-05 Chong Yidong <cyd@stupidchicken.com>
3563
9605d567
CY
3564 * search.c (compile_pattern_1): Treat non-nil and non-string of
3565 search-spaces-regexp as nil.
3566
c36e15db
CY
3567 * minibuf.c (Fassoc_string): Tweak docstring.
3568
40beb147
EZ
35692008-04-05 Eli Zaretskii <eliz@gnu.org>
3570
3571 * dired.c (Ffile_attributes): Support inode numbers wider than 32
3572 bits. Remove ugly WINDOWSNT-specific kludge introduced on
3573 2008-03-14 to force inode be positive.
3574
3575 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
3576 _S_* ones, since we now use our own sys/stat.h.
3577 (stat, fstat): Don't mangle the inode number.
aa08d1ff 3578 (init_user_info): Don't restrict UID and GID to 0-60000 range.
40beb147 3579
4591d6cb
SM
35802008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3581
d4417eb0
SM
3582 * frame.h (struct frame): Give one more bit to `visible' since we use
3583 values larger than 1 to indicate obscured frames on ttys.
3584
00f7c5ed
SM
3585 * keymap.c (Qkeymap_canonicalize): New var.
3586 (Fmap_keymap_internal): New fun.
3587 (describe_map): Use keymap-canonicalize.
3588
4591d6cb
SM
3589 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
3590 (Fundo_boundary): Set them.
3591 (syms_of_undo): Initialize them.
3592 (record_point): Use them instead of last_point_position*.
3593 (last_undo_buffer): Change type.
3594
3187540e
JR
35952008-04-04 Jason Rumney <jasonr@gnu.org>
3596
0ce24b2d
JR
3597 * w32font.c (w32font_text_extents): Use font's ascent and descent.
3598 (recompute_cached_metrics): Don't set ascent and descent per char.
3599
3187540e 3600 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4591d6cb 3601 (uniscribe_check_otf): Add GC protection before consing.
d0bfec76 3602 Rearrange loop for counting features.
3187540e 3603
f1a6b216
SM
36042008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
3607 buffer with byte-size of source buffer.
3608
1d8dcf63
CY
36092008-04-03 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * callint.c (Fcall_interactively): Handle temporary region even
3612 when shift-select-mode is off.
3613
6b8aa22a
JR
36142008-04-03 Jason Rumney <jasonr@gnu.org>
3615
3616 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
3617
2f3cbb32
KH
36182008-04-03 Kenichi Handa <handa@m17n.org>
3619
3620 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
3621 (CATEGORY_MASK_UTF_16): Likewise.
3622 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
3623 binary file.
3624 (detect_coding): Add null-byte detection for a binary file.
3625 (detect_coding_system): Likewise.
3626
43f4f91c
JR
36272008-04-03 Jason Rumney <jasonr@gnu.org>
3628
0c1b4ae2
JR
3629 * w32uniscribe.c: New file.
3630
3631 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
3632
3633 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
3634
3635 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
3636 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
3637 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
3638 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
3639 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
3640 (Qphonetic): New symbols.
3641 (syms_of_w32font): Initialize them.
3642 (font_supported_scripts): Use them.
3643 (w32font_list_family): List all charsets.
3644 (w32font_text_extents, recompute_cached_metrics): Fix metric
3645 calculations.
3646 (w32_enumfont_pattern_entity): Make full_type a DWORD.
3647 Give opentype fonts their own format.
3648 (font_matches_spec): New arguments backend and logfont.
3649 Handle :otf spec for uniscribe backend.
3650 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
3651 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4591d6cb 3652
0c1b4ae2
JR
3653 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
3654 font backend.
3655 (globals_of_w32fns): Initialize uniscribe font backend.
3656
fbf57abb 3657 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
0c1b4ae2
JR
3658 dependencies.
3659 (w32uniscribe.$(O)): New file to build.
3660 (FONT_OBJ): Include w32uniscribe.$(O).
3661 (LIBS): Add uniscribe libraries.
3662
43f4f91c
JR
3663 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
3664
75043a7d
CY
36652008-04-02 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * callint.c (Vshift_select_mode): New var.
3668 (Finteractive): Document new ^ spec.
3669 (Fcall_interactively): Call handle-shift-selection if the ^ spec
3670 is present.
3671
3672 * keyboard.c (Vthis_command_keys_shift_translated): New var.
3673 (command_loop_1): Avoid running the direct display versions of
3674 forward-char and backward-char if shift-selection may occur.
75043a7d
CY
3675 (read_key_sequence): Set Vthis_command_keys_shift_translated if
3676 shift-translation takes place.
3677
3678 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
3679 avoid clobbering by define-minor-mode.
3680
3681 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
3682 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
3683
3684 * syntax.c (Fforward_word): Add ^ interactive spec.
3685
3686 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
3687 (Fscroll_right): Add ^ interactive spec.
3688
b2b7f29e
SM
36892008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3690
a432c0a6
SM
3691 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
3692
994b75e0
SM
3693 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
3694
b2b7f29e
SM
3695 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
3696
e99c7806
JL
36972008-03-31 Juri Linkov <juri@jurta.org>
3698
3699 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
3700
1c9c1270
JD
37012008-03-30 Jan Djärv <jan.h.d@swipnet.se>
3702
3703 * gtkutil.c (xg_set_geometry): Fix indentation.
994b75e0 3704 (xg_resize_outer_widget): Remove.
1c9c1270
JD
3705 (x_wm_size_hint_off): Fix indentation.
3706 (xg_frame_set_char_size): Call flush_and_sync after
3707 gtk_window_resize.
3708 (x_wm_set_size_hint): Pass NULL as geometry window to
3709 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
3710 Add menu bar and tool bar height to base height.
3711 (xg_update_frame_menubar, free_frame_menubar)
3712 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
994b75e0
SM
3713 (update_frame_tool_bar, free_frame_tool_bar):
3714 Change xg_resize_outer_widget to xg_frame_set_char_size.
1c9c1270 3715
90b3fc84
MA
37162008-03-30 Michael Albinus <michael.albinus@gmx.de>
3717
3718 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
3719 (Fdbus_call_method): New parameter TIMEOUT.
3720 (dbus-send-signal): Optimize UNGCPRO call.
3721
7ae6d1d1
JL
37222008-03-29 Juri Linkov <juri@jurta.org>
3723
3724 * window.c (Fdisplay_buffer): Move call to
3725 Vsplit_window_preferred_function out of conditions that check
3726 if window is eligible for vertical splitting.
3727 When Vsplit_window_preferred_function is non-nil, call it and use
3728 its non-nil return value as window. Otherwise, continue doing
3729 vertical splitting using Fsplit_window with arg horflag=nil.
3730 (syms_of_window) <Vsplit_window_preferred_function>: Change the
3731 default value from `split-window' to nil.
3732
f03f8f2c
JL
37332008-03-29 Juri Linkov <juri@jurta.org>
3734
3735 * callint.c (Fcall_interactively): Revert 2008-03-16 change
3736 for interactive code letters 'b' and 'B'.
3737
6d557778
EZ
37382008-03-29 Eli Zaretskii <eliz@gnu.org>
3739
3740 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
3741 multibyte string.
3742
58555d81
SM
37432008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * keyboard.c (pending_funcalls): New var.
3746 (timer_check): Run it.
3747 (syms_of_keyboard): Initialize it.
3748 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
3749 (Vdelete_terminal_functions): New vars.
3750 (syms_of_terminal): Initialize them.
3751 (Fdelete_terminal): Run delete-terminal-functions.
3752 * xdisp.c (safe_eval): Rewrite.
3753 (safe_call2): New fun.
3754 * frame.c (Qdelete_frame_functions): New var.
3755 (syms_of_frame): Initialize it.
3756 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
3757 * lisp.h (safe_call2, pending_funcalls): Declare.
3758
4c92f429
AS
37592008-03-28 Andreas Schwab <schwab@suse.de>
3760
3761 * indent.c (Fmove_to_column): Move declaration before statements.
3762
a1567c45
SM
37632008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3764
2806a183
SM
3765 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
3766 (struct frame): Use bit fields for boolean vars.
3767
eef60308
SM
3768 * process.c (server_accept_connection): Simplify naming.
3769 (emacs_get_tty_pgrp): Use SDATA.
3770
a1567c45
SM
3771 * coding.c (decode_coding_object): Fix last change.
3772
30076589
JR
37732008-03-27 Jason Rumney <jasonr@gnu.org>
3774
3775 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
3776
880820fe
KH
37772008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
3778
3779 * charset.c (Fdefine_charset_internal): Change the way of
3780 registering charsets in Vcharset_order_list.
3781 (syms_of_charset): Make the charset `eight-bit' supplementary.
3782
3cf8cdfb
CY
37832008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
3784
3785 * regex.c (EXTEND_BUFFER): Change order of pointer addition
3786 operations, to avoid having the difference between pointers
3787 overflow.
3788
ef6f5c0e
SM
37892008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3790
80e3db56
SM
3791 * indent.c (check_display_width): New fun.
3792 (scan_for_column): Use it.
3793
c397dc7a
SM
3794 * data.c (syms_of_data): Mark most-positive-fixnum and
3795 most-negative-fixnum as constants.
3796
bf6b4d58
SM
3797 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
3798
ef6f5c0e
SM
3799 * indent.c (scan_for_column): Extract from current_column_1.
3800 Merge with the same code from Fmove_to_column.
3801 (current_column_1, Fmove_to_column): Use it.
3802
72d5003d
SM
38032008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3804
12270607
SM
3805 * keymap.c (map_keymap_internal): New fun.
3806 (map_keymap): Use it.
3807 (Fmap_keymap_internal): New fun.
3808 (Fmap_keymap): Remove left-out test from before make_save_value.
3809
a10cca6c
SM
3810 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
3811
d7b10f4c
SM
3812 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
3813 Use XCAR/XCDR.
3814
5431bd6a
SM
3815 * process.h (struct Lisp_Process): Remove filter_multibyte.
3816 * process.c (QCfilter_multibyte): Remove.
3817 (setup_process_coding_systems): Don't use filter_multibyte.
3818 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
3819 (read_process_output): Don't adjust multibyteness to filter_multibyte.
3820 (Fset_process_filter_multibyte): Change the coding-system to
3821 approximate the previous behavior.
3822 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
3823 coding-system.
3824
72d5003d
SM
3825 * coding.c (decode_coding_object): When not decoding into a buffer,
3826 obey the coding system's preference of (uni|multi)byte.
3827
438eba3c
SM
38282008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
3831 every char is changed and has a different byte-length.
3832 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
3833 Fix int -> EMACS_INT.
3834
9ec3aaef 38352008-03-23 David Hansen <david.hansen@gmx.net>
a8e72f4f 3836
438eba3c 3837 * dbusbind.c (xd_read_message): Remove extra copying of message
a8e72f4f
MA
3838 strings. Check for NULL `interface' or `member'.
3839
b07103dc
EZ
38402008-03-22 Eli Zaretskii <eliz@gnu.org>
3841
3842 * w32.c (readdir): If FindFirstFile/FindNextFile return in
3843 cFileName a file name that includes `?' characters, use the 8+3
3844 alias in cAlternateFileName instead.
3845
5371d722
SM
38462008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
3849
6ba7f443
SM
38502008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
3853 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
3854 work on current_buffer only instead (that was already the case
3855 for some of the code anyway).
3856 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
3857 (temp_set_point, temp_set_point_both): Use EMACS_INT.
3858 (SET_PT, SET_PT_BOTH): Adjust.
3859 * intervals.h (set_point, temp_set_point, set_point_both)
3860 (temp_set_point_both): Remove redundant declarations.
3861
bf1c0f27
SM
38622008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * fileio.c (Finsert_file_contents):
3865 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
3866 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
3867 when buffer != current_buffer anyway.
3868
acab783e
AS
38692008-03-20 Andreas Schwab <schwab@suse.de>
3870
3871 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
3872 as default.
3873
d148e14d
JR
38742008-03-19 Jason Rumney <jasonr@gnu.org>
3875
3876 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
3877 (syms_of_w32fns): Initialize them.
3878 (HOURGLASS_ID): New constant.
3879 (x_window_to_frame): Don't check hourglass_window.
3880 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
3881 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
3882 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
3883 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
3884 Only change the cursor if hourglass is not active.
3885 (Fx_create_frame): Initialize frame's current_cursor.
3886 (hourglass_atimer): Remove.
3887 (hourglass_started): New function.
3888 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
3889 (show_hourglass): Adapt to w32, changing argument to frame.
3890
3891 * w32term.h (struct w32_output): Remove hourglass_window.
3892 Add current_cursor.
3893
3894 * eval.c (call_debugger, Fsignal):
3895 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
3896 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
3897 (Fexecute_extended_command, cancel_hourglass_unwind):
3898 * minibuf.c (read_minibuf):
3899 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
63558020 3900
a5c54077
JB
39012008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * window.c (run_funs): New fun.
3904 (run_window_configuration_change_hook): Use it to run the buffer-local
3905 and the global part of the hook.
3906
3907 * xdisp.c (format_mode_line_unwind_data): Add window argument.
3908 (unwind_format_mode_line): Restore selected window.
3909 (x_consider_frame_title, Fformat_mode_line): Set selected window.
3910
f9f3238f
SM
39112008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3912
253c3c82
SM
3913 * editfns.c (Fchar_equal): Check they are valid characters.
3914
f9f3238f
SM
3915 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
3916
065a118d
AS
39172008-03-17 Andreas Schwab <schwab@suse.de>
3918
0b8be006
AS
3919 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
3920 against a charset.
3921
065a118d
AS
3922 * lisp.h (Fbuffer_list): Declare.
3923
880820fe 39242008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d3b2a6da
JD
3925
3926 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
3927 handlebox_widget is != 0.
3928
6206d6c2
JL
39292008-03-16 Juri Linkov <juri@jurta.org>
3930
3931 * callint.c (Fcall_interactively): For interactive code letters
3932 'b' and 'B' put the buffer list into the list of default "future"
3933 values of the minibuffer.
3934
f5020181
AS
39352008-03-16 Andreas Schwab <schwab@suse.de>
3936
a864f6d6
AS
3937 * keyboard.c (read_key_sequence): Fix downcasing of letters with
3938 modifiers.
3939
f5020181
AS
3940 * regex.c (re_match_2_internal): Correct matching of a charset
3941 against latin-1 characters.
3942
03f244e2
KH
39432008-03-16 Kenichi Handa <handa@m17n.org>
3944
3945 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
3946 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
f9f3238f
SM
3947 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
3948 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
03f244e2
KH
3949 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
3950 CHAR_STRING_ADVANCE.
3951 (produce_chars): Fix for the case that the source and the
3952 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
3953 instead of CHAR_STRING_ADVANCE.
3954 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
3955 STRING_CHAR_ADVANCE.
3956
0e2501ed
AS
39572008-03-15 Andreas Schwab <schwab@suse.de>
3958
3959 * regex.c (re_match_2_internal): Correct matching of eight bit
3960 characters in unibyte strings.
3961
7723e095
MR
39622008-03-15 Martin Rudalics <rudalics@gmx.at>
3963
3964 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
3965 at end of range when it coincides with the end of the buffer.
3966
f507f365
EZ
39672008-03-14 Eli Zaretskii <eliz@gnu.org>
3968
294f1153
EZ
3969 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
3970
f507f365
EZ
3971 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
3972
64f0809d
JR
39732008-03-14 Jason Rumney <jasonr@gnu.org>
3974
956ae531
JR
3975 * editfns.c (initial_tz): New variable.
3976 (syms_of_editfns): Initialize it.
3977 (Fset_time_zone_rule): Set it when first called.
3978 Use it when TZSTRING is nil.
3979
64f0809d
JR
3980 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
3981 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
3982 (monitor_from_point_fn, get_monitor_info_fn): New globals.
3983 (globals_of_w32fns): Initialize them.
3984 (compute_tip_xy): Use them to position tooltips.
3985
21a4ff8e
GM
39862008-03-14 Glenn Morris <rgm@gnu.org>
3987
3988 * emacs.c (main): Revert previous change.
3989 (standard_args): Revert -internal-script back to -scriptload,
3990 and remove the long-option form.
3991
a09a5b5b
GM
39922008-03-13 Glenn Morris <rgm@gnu.org>
3993
3994 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
3995 Remove option -enable-font-backend.
3996
1c55ebd1
SM
39972008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
4000
880820fe 40012008-03-11 Jan Djärv <jan.h.d@swipnet.se>
c523e161
JD
4002
4003 * xterm.c (x_connection_closed): For GTK: If this is the last
4004 terminal just exit without closing the display.
4005
7145be81
JR
40062008-03-11 Jason Rumney <jasonr@gnu.org>
4007
4008 * w32font.c (w32font_full_name): Use floor to round.
4009
e6201af3 40102008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
ce9033f8
JD
4011
4012 * sound.c (alsa_configure): Declare vol at beginning of block.
4013
e6201af3 4014 * fontset.c (Ffontset_info): Remove extra semicolon.
ce9033f8 4015
390b81fa 40162008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
acd37560 4017
56388398
MB
4018 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
4019 size of resulting string.
af0ad939 4020
390b81fa 40212008-03-10 Jason Rumney <jasonr@gnu.org>
acd37560 4022
56388398 4023 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
acd37560 4024
390b81fa 40252008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
acd37560 4026
56388398
MB
4027 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
4028 Don't pretend as if characters with display property haven't been
4029 consumed for string-replacing-string case.
acd37560 4030
223ed6db
KS
40312008-03-08 Kim F. Storm <storm@cua.dk>
4032
4033 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
4034 (get_next_display_element, next_element_from_string)
4035 (next_element_from_ellipsis, next_element_from_buffer): Use it.
4036
28545f7c
AS
40372008-03-08 Andreas Schwab <schwab@suse.de>
4038
4039 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
4040
c960bff8
JR
40412008-03-06 Jason Rumney <jasonr@gnu.org>
4042
290afd83
JB
4043 * w32font.c (w32_registry): Take font_type argument. Use ANSI
4044 when charset not specified. Only translate ANSI to unicode when
c960bff8
JR
4045 font_type is truetype.
4046 (w32font_coverage_ok): New function.
4047 (add_font_entity_to_list): Use it to filter unsuitable fonts.
4048
87b8ce92
KH
40492008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4050
4051 * lread.c (Fread_char): Resolve modifiers.
4052 (Fread_char_exclusive): Likewise.
4053
4054 * character.c (char_resolve_modifier_mask): New function.
4055 (char_string): Use char_resolve_modifier_mask.
4056 (Fchar_resolve_modifiers): New function.
4057 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
4058 function.
4059
cefd56f6
JR
40602008-03-04 Jason Rumney <jasonr@gnu.org>
4061
4062 * makefile.w32-in: Always include w32font.c in the build.
4063 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
4064
03bd3c1f
AS
40652008-03-04 Andreas Schwab <schwab@suse.de>
4066
4067 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
4068 (versionclean): Likewise.
4069
6f69e89b
JB
40702008-03-04 Juanma Barranquero <lekktu@gmail.com>
4071
4072 * .cvsignore: Add oo.
4073
f4a3cc44
AS
40742008-03-03 Andreas Schwab <schwab@suse.de>
4075
4076 * coding.c (decode_coding_object): Inhibit gap shrinking while
4077 decoding in place.
4078
73f838ad
DN
40792008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4080
4081 * w32term.c: Remove unused include "gnu.h".
6f69e89b 4082 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
73f838ad
DN
4083
4084 * gnu.h: Rename to ...
4085 * emacs-icon.h: ... this.
4086 * xterm.c: Use emacs-icon.h instead of gnu.h.
4087 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
4088
ce9c1f06
JB
40892008-03-03 Juanma Barranquero <lekktu@gmail.com>
4090
4091 * w32font.c: Include math.h.
4092
34fd2d28
JR
40932008-03-03 Jason Rumney <jasonr@gnu.org>
4094
54efdcd1
JR
4095 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
4096 Compute options separately.
4097 (w32font_open_internal): Set glyph_idx before caching metrics.
4098
ce9c1f06
JB
4099 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
4100 Define if system headers don't.
4101 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
34fd2d28
JR
4102 (w32font_encode_char): Don't declare here.
4103
4104 * w32font.c (Quniscribe, QCformat): New symbols.
4105 (syms_of_w32font): Define them.
4106 (w32font_has_char): Indicate uncertainty.
ce9c1f06 4107 (w32font_encode_char): Encode as glyph point. Make static.
34fd2d28 4108 (recompute_cached_metrics): New function.
ce9c1f06
JB
4109 (w32font_open_internal): Use it. Set font to use glyph points
4110 initially. Set format based on type of font.
34fd2d28 4111 (w32font_text_extents, w32font_draw): Optionally use glyph points.
ce9c1f06
JB
4112 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
4113 on it. Set format based on information available here.
34fd2d28
JR
4114 (add_font_entity_to_list): Identify backend based on opentype_only.
4115
14daee73
AS
41162008-03-02 Andreas Schwab <schwab@suse.de>
4117
f907fb2e
AS
4118 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
4119
ce9c1f06
JB
4120 * coding.c (decode_coding_big5, produce_chars):
4121 Fix typos in last change.
14daee73 4122
c9cc6462
DN
41232008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
4124
4125 * gnu.h: New icon.
4126
119852e7
KH
41272008-03-02 Kenichi Handa <handa@m17n.org>
4128
4129 * coding.c (decode_coding_utf_8): When eol-type of CODING is
4130 `dos', don't decode '\r' if that is the last in the source.
4131 (decode_coding_utf_16, decode_coding_emacs_mule)
4132 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4133 (decode_coding_raw_text, decode_coding_charset): Likewise.
4134 (produce_chars): Don't decode EOL here. Use EMACS_INT.
4135
a823468b
JR
41362008-03-01 Jason Rumney <jasonr@gnu.org>
4137
4138 * w32font.c (w32font_full_name): Report point size for scalable fonts.
4139
4ddc7e30
KS
41402008-03-01 Kim F. Storm <storm@cua.dk>
4141
4142 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
4143
67997c79
JR
41442008-03-01 Jason Rumney <jasonr@gnu.org>
4145
4146 * w32font.c (w32font_full_name): New function.
4147 (w32font_open_internal): Use it.
4148
3f4e9c35
KS
41492008-03-01 Kim F. Storm <storm@cua.dk>
4150
4151 * dispnew.c (line_draw_cost): Fix invalid glyph check.
4152
f3b9e479
JR
41532008-03-01 Jason Rumney <jasonr@gnu.org>
4154
4155 * font.c (font_unparse_fcname): Increase len when style is a symbol.
4156
880820fe 41572008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7ee480ce
JD
4158
4159 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
4160 xg_frame_resized when the event is for the edit widget.
4161
4162 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
4163
4164 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
4165 set_char_size.
4166 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
4167 operations on widgets here. Just set frame size if needed.
4168 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
4169 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
4170 (x_wm_set_size_hint): Set size hints on the edit widget only, not
4171 the whole frame.
4172 (xg_create_tool_bar): Move attachement of the tool bar to
4173 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
4174 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
4175
6c8acaa1
JR
41762008-03-01 Jason Rumney <jasonr@gnu.org>
4177
4178 * w32fns.c (w32_msg_pump): Disable debug code.
4179
51fb064b 41802008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
03eb5fab 4181
51fb064b 4182 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
cb681b34 4183
60221a33
CY
41842008-02-29 Chong Yidong <cyd@stupidchicken.com>
4185
4186 * xdisp.c (next_overlay_string): Don't set
4187 overlay_strings_at_end_processed_p if we're currently reading from
4188 a display string.
4189
10cbc34f
SM
41902008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * xdisp.c (get_overlay_strings_1): Fix typo.
4193
73c0054e
CY
41942008-02-29 Chong Yidong <cyd@stupidchicken.com>
4195
4196 * xdisp.c (get_overlay_strings_1): Add missing argument type.
4197
ec1c4354
KH
41982008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4199
55082642
KH
4200 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
4201
ec1c4354
KH
4202 * xdisp.c (display_mode_element): Cancel the previous change.
4203 (decode_mode_spec): Likewise.
ee548a94
KH
4204 (handle_auto_composed_prop): Don't make composition if it->string
4205 is a string.
ec1c4354 4206
b6d898a2
KS
42072008-02-27 Kim F. Storm <storm@cua.dk>
4208
4209 * lisp.h (GLYPH): Change type from int to struct with separate char
4210 and face_id members.
4211 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
4212 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
4213 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
4214 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
4215 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
4216 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
4217 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
4218 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
4219 handle new Lisp glyph code encoding, either an integer or a cons.
4220
4221 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
4222 (GLYPH_ALIAS): Delete.
4223 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
4224 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
4225 (GLYPH_FROM_CHAR): Replace macro by ...
4226 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
4227
4228 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
4229 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
4230 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
4231 (GLYPH_INVALID_P): New macro.
4232 (spec_glyph_lookup_face): Update prototype.
4233
4234 * dispnew.c (line_draw_cost): Adapt to new glyph type.
4235 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
4236 new glyph code encoding.
4237 (spec_glyph_lookup_face): No return value; update passed glyph instead.
4238 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
4239
4240 * xdisp.c (get_next_display_element, next_element_from_display_vector):
4241 Adapt to new glyph type and new glyph code encoding.
4242
4243 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
4244
4245 * indent.c (current_column, current_column_1, Fmove_to_column)
4246 (compute_motion): Adapt to new glyph code encoding.
4247
4248 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
4249
af2080a2
CY
42502008-02-27 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * process.c (wait_reading_process_output): Check for window
4253 changes caused by timers.
880820fe 4254 Suggested by Johan Bockgård.
af2080a2 4255
253ed25e
GM
42562008-02-27 Glenn Morris <rgm@gnu.org>
4257
4258 * emacs.c (USAGE1): Add `--disable-font-backend'.
4259
18a9f8d9
SM
42602008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
4263 is made to the buffer.
4264
0f8b27ea
SM
42652008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4266
4267 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
4268 (face_at_string_position):
4269 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
4270 (face_at_string_position):
4271 * xdisp.c (display_string, next_overlay_change):
4272 * buffer.h (overlays_at):
4273 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
4274 Update callers.
4275
4e7c53ca
CY
42762008-02-26 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * editfns.c (Fformat): Doc fix.
4279
51c01100
JB
42802008-02-26 Juanma Barranquero <lekktu@gmail.com>
4281
4282 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
4283 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
4284 (Ffont_otf_alternates, Fquery_font): Doc fixes.
4285
13cda5f9
SM
42862008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * buffer.c (Fbuffer_swap_text): New function.
4289 (syms_of_buffer): Defsubr it.
4290
8018d430
CY
42912008-02-25 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
4294
9bde1a21
JR
42952008-02-25 Jason Rumney <jasonr@gnu.org>
4296
4297 * w32font.c (w32font_draw): Draw one character at a time when padding.
4298
eeca6f6f
SM
42992008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
4302 Handle a nil arg. Use run_window_configuration_change_hook.
4303 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
4304 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
4305 Use run_window_configuration_change_hook.
4306
ec1c4354
KH
43072008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4308
4309 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
4310 1-pixel width.
4311
ae185452
KH
43122008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4313
4314 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
4315 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
4316 if the glyph in the font is zero pixel with.
4317
4318 * dispextern.h (struct glyph_string): New member padding_p.
4319
4320 * w32font.c (w32font_draw): Pay attention to s->padding_p.
4321
4322 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
4323
4324 * xfont.c (xfont_draw): Pay attention to s->padding_p.
4325
4326 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
4327
eeca6f6f 4328 * font.c: If the font driver doesn't have `shape' function, return Qnil.
ae185452 4329
ffe832ea 43302008-02-25 Jason Rumney <jasonr@gnu.org>
c9029fe5 4331
ffe832ea 4332 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16782258 4333
06045130
SM
43342008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 Allow fine-grained image-cache flushing.
4337 * dispextern.h (struct image): Add `dependencies' field.
4338 (clear_image_caches): Change arg to Lisp_Object.
4339 * image.c (make_image): Initialize `dependencies' field.
4340 (clear_image_cache): Change arg to allow fine-grained flushing.
4341 Perform the flush even if image-cache-eviction-delay is nil.
4342 (clear_image_caches): Change arg to Lisp_Object.
4343 (Fclear_image_cache): Expand meaning of the argument.
4344 (mark_image): Mark `dependencies' field.
4345 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
4346 (lface_hash): Use XHASH rather than XFASTINT.
4347 (face_at_buffer_position): Fix int -> EMACS_INT position.
4348 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
4349 (select_frame_for_redisplay): Remove code duplication.
4350 (redisplay_internal): Adapt arg to call to clear_image_caches.
4351
9d2818d6
DN
43522008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4353
4354 * s/vms4-0.h:
4355 * s/vms4-2.h:
4356 * s/vms4-4.h:
4357 * s/vms5-5.h: Remove, unused.
4358
4359 * s/irix5-2.h:
4360 * s/irix6-0.h:
4361 * s/riscos5.h:
4362 * s/mach-bsd4-3.h:
2a2e8de7 4363 * m/mips4.h: Remove files for obsolete systems.
9d2818d6
DN
4364
4365 * Makefile.in:
4366 * filelock.c:
4367 * unexmips.c:
4368 * m/hp9000s300.h:
4369 * m/iris4d.h:
4370 * s/aix3-1.h:
4371 * s/hpux.h:
4372 * s/msdos.h:
4373 * s/usg5-0.h:
4374 * s/usg5-2-2.h:
4375 * s/usg5-2.h:
4376 * s/usg5-3.h: Remove references to obsolete variables.
4377
4378 * s/irix5-0.h: Remove, move all the contents ...
4379 * s/irix6-5.h: ... here. Simplify.
4380 * config.in: Regenerate.
4381
2a36efcf
JR
43822008-02-24 Jason Rumney <jasonr@gnu.org>
4383
c5ad7a3d 4384 * w32term.c (x_draw_glyph_string_background): Clear the background
2face669
JR
4385 manually when cleartype is in use.
4386 (x_draw_glyph_string_foreground): Draw text transparently when
4387 cleartype is in use.
4388
2a36efcf
JR
4389 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
4390 a font into it unless we have to.
4391
b03f96dc 43922008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
92a8ce63 4393
b03f96dc
MB
4394 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
4395 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
92a8ce63 4396
b03f96dc 43972008-02-18 Jason Rumney <jasonr@gnu.org>
92a8ce63 4398
b03f96dc 4399 * w32fns.c (Fw32_shell_execute): Encode parameters.
92a8ce63 4400
b03f96dc 44012008-02-09 Eli Zaretskii <eliz@gnu.org>
20f1ef2e 4402
b03f96dc 4403 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
32d0a9dc 4404
b03f96dc 44052008-02-05 Juanma Barranquero <lekktu@gmail.com>
20f1ef2e 4406
b03f96dc 4407 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
77d1daf2 4408
d5958163
CY
44092008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
4410
4411 * xterm.c (x_set_offset): Don't change the gravity if
4412 CHANGE_GRAVITY is -1.
4413
9997701e
CY
44142008-02-23 Chong Yidong <cyd@stupidchicken.com>
4415
4416 * fileio.c (auto_save_error_occurred): New var.
4417 (auto_save_error): Set it.
4418 (Fdo_auto_save): Don't overwrite the error message if an auto-save
4419 error occurred.
4420
9d95a291
EZ
44212008-02-23 Eli Zaretskii <eliz@gnu.org>
4422
4423 * w32.c (globals_of_w32): Add initializations for
4424 g_b_init_get_sid_sub_authority and
4425 g_b_init_get_sid_sub_authority_count.
4426
43d1af23
SM
44272008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
4428
43a1d19b
SM
4429 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
4430 (font_parse_xlfd): Use them for sanity check.
608c3307 4431 (Finternal_set_font_style_table): Make sure the table is bijective.
43a1d19b 4432
354884c4
SM
4433 Consolidate the image_cache to the terminal struct.
4434 * termhooks.h (P_): Remove redundant def.
4435 (struct terminal): New field `image_cache'.
4436 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
4437 of FRAME_X_IMAGE_CACHE.
4438 * xterm.h (struct x_display_info): Remove image_cache field.
4439 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
4440 * w32term.h (struct w32_display_info): Remove image_cache field.
4441 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
4442 * macterm.h (struct mac_display_info): Remove image_cache field.
4443 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
4444 * xterm.c (x_term_init):
4445 * w32term.c (w32_term_init):
4446 * macterm.c (mac_term_init): Set the image_cache in the terminal.
4447 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
4448 Remove declarations.
4449 (clear_image_caches, mark_image_cache): New declarations.
4450 * xfaces.c (clear_face_cache):
4451 * xdisp.c (redisplay_internal): Use clear_image_caches.
4452 * image.c (clear_image_cache): Don't check that a frame is on
4453 a window-system before checking if it shares the same cache.
4454 (clear_image_caches): New function.
4455 (Fclear_image_cache): Use it.
4456 (mark_image): Move from allo.c.
4457 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
4458 * alloc.c (mark_image, mark_image_cache): Move to image.c.
4459 (mark_object): Don't call mark_image_cache for frames.
4460 (mark_terminals): Call mark_image_cache.
4461
c2e42690
SM
4462 * lisp.h (Fdelete_terminal): Declare.
4463
43d1af23
SM
4464 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
4465 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
4466 wrong_type_argument.
4467
cc8d1311
KH
44682008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
4469
4470 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4a4bdfc7 4471 malayalam.el, and tamil.el. Add sinhala.el.
cc8d1311 4472
6bd92640
SM
44732008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4474
4475 * xterm.c (x_connection_closed): Consolidate identical tests.
4476 (x_delete_terminal): Don't crash if called via x_connection_closed.
4477
a73b5627
KH
44782008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
4479
4480 * xdisp.c (decode_mode_spec): New arg string.
6bd92640 4481 (display_mode_element): Adjust for the above change.
a73b5627 4482
1b511542
SM
44832008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * callint.c (Fcall_interactively): Use AREF.
4486
81aefea4
SM
44872008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
4490
880820fe 44912008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2d7117fe
JD
4492
4493 * xfns.c (Fx_show_tip): Set string to " " if empty.
4494
a2b84f35
DN
44952008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
4496
4497 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
4498 with Qt.
4499
43c0454d
KH
45002008-02-17 Kenichi Handa <handa@m17n.org>
4501
4502 * ftfont.c (ftfont_shape): Return Lispy number.
4503
4504 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
4505 for GCs.
4506 (Finternal_set_font_selection_order): Call font_update_sort_order
4507 only when enable_font_backend is set.
4508 (realize_x_face): Set face->font_info to that of default face only
4509 when enable_font_backend is set.
4510
4511 * xdisp.c (handle_composition_prop): Set it->c to the fist
4512 characte of the composed region.
4513 (fill_composite_glyph_string): Set base_face->font_info to
4514 s->font_info. Get a face for ascii from base_face->ascii_face.
4515 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
4516 with a face already decided.
4517 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
4518 non-negative.
978bef9a
JB
4519 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
4520 call font_prepare_composition unconditionally.
43c0454d 4521
978bef9a 4522 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
43c0454d
KH
4523
4524 * xterm.h (struct x_display_info): New member font.
4525
4526 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
4527 (x_set_mouse_face_gc, x_new_font): Likewise.
4528 (x_term_init): Setup display_info->font.
4529 (x_delete_terminal): Free display_info->font.
4530
4531 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
4532
4533 * ftxfont.c (ftxfont_default_fid): Delete it.
4534 (ftxfont_open): Set xfont->fid to 0.
978bef9a 4535 (ftxfont_end_for_frame): Clear data specific to the frame and the
43c0454d
KH
4536 font-driver.
4537
4538 * xftfont.c (xftfont_default_fid): Delete it.
4539 (xftfont_open): Set xfont->fid to 0.
4540
4541 * fontset.c (FONTSET_OBJLIST): New macro.
4542 (fontset_find_font): Update font-object list of the fontset.
4543 (free_realized_fontset): New function.
4544 (free_face_fontset): Call free_realized_fontset.
4545 (Ffont_info): Call font_close_object only when enable_font_backend
4546 is set.
4547
4548 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
4549 [HAVE_NTGUI]: Include w32term.h.
4550 [MAC_OS]: Include macterm.ch.
4551 (font_otf_ValueRecord): Use make_number.
4552 (font_finish_cache): Fix handling of reference count.
4553 (font_clear_cache): Update num_fonts.
4554 (font_open_entity): Update smallest_char_width and
4555 smallest_font_height of the frame.
4556 (font_close_object): Update num_fonts.
4557 (Fclear_font_cache): Fix finding the target cache data.
4558
be617367
GM
45592008-02-16 Glenn Morris <rgm@gnu.org>
4560
4561 * fontset.c (Finternal_char_font): Fix compilation warning.
4562
2930d117
EZ
45632008-02-16 Eli Zaretskii <eliz@gnu.org>
4564
634d3003
EZ
4565 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
4566 instead of char arrays. Enlarge the size of array passed to
4567 get_token_information.
4568
2930d117
EZ
4569 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
4570 warnings.
4571
79214046
DN
45722008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
4573
4574 * .gdbinit: Don't set `args', it breaks gdb --args.
4575
7f5d2c72
SM
45762008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
4579 within a narrowed buffer.
4580
6edacc43
KH
45812008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
4582
b270d6af
JB
4583 * coding.c (decode_coding_object, encode_coding_object):
4584 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6edacc43 4585
174105f7
SM
45862008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4587
b270d6af
JB
4588 * coding.c (coding_set_destination): Use BEG_BYTE rather than
4589 hardcoding 1.
13818c30
SM
4590 (detect_coding_system):
4591 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
4592 (string_char_to_byte, string_byte_to_char, insert_from_gap):
4593 * insdel.c (insert_from_gap):
4594 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
4595 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
4596 (string_to_multibyte):
4597 * character.c (chars_in_text, multibyte_chars_in_text):
4598 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
4599
f1c99628
SM
4600 * character.h (FETCH_STRING_CHAR_ADVANCE)
4601 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
4602 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
4603 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
4604
7927d8e3
SM
4605 * casefiddle.c (casify_region): Only call after-change and composition
4606 functions on the part of the region that was changed.
4607
adf6a429 4608 * keyboard.c (read_avail_input):
174105f7
SM
4609 * frame.c (Fdelete_frame): Call Fdelete_terminal.
4610
3ee24aec
SM
46112008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
4614 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
4615
4ed4b975
JB
46162008-02-11 Juanma Barranquero <lekktu@gmail.com>
4617
4618 * w32menu.c (push_submenu_start, push_submenu_end)
4619 (push_left_right_boundary, push_menu_pane, push_menu_item):
4620 * keyboard.c (read_key_sequence): Don't pass args with side effects
4621 to AREF, it fails when compiling with -DENABLE_CHECKING.
4622
79e3bfb8
KH
46232008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
4624
4ed4b975
JB
4625 * Makefile.in (${lispsource}international/charprop.el):
4626 Delete this target.
6e76043f 4627
79e3bfb8
KH
4628 * search.c (boyer_moore): Fix incorrect synching of the trunk and
4629 emacs-unicode-2.
4630
5b8de9c5
SM
46312008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * terminal.c (Fdelete_terminal): Clean up the `force' path.
4634
eac1939a
SM
46352008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4636
c53956fe
SM
4637 * frame.c (Qnoelisp): New symbol.
4638 (syms_of_frame): Initialize it.
4639 (Fdelete_frame): Use it to distinguish a mere `force' passed from
4640 someharmles Elisp code, from a strong `force' from x_connection_closed.
4641 * frame.h (Qnoelisp): Declare.
4642 * xterm.c (x_connection_closed): Pass `noelisp'.
4643
eac1939a
SM
4644 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
4645 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
4646 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
4647 rather than `int' for the type of `type'.
4648
13f6772b
DN
46492008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4650
4651 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
4652
4653 * Makefile.in (GNUC): Remove support for gcc-1.x.
4654
e8455367
RS
46552008-02-10 Richard Stallman <rms@gnu.org>
4656
4657 * lisp.h (ASET): Use AREF, not ASLOT.
4658
4b75ffab
SM
46592008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * lisp.h (ASET): Check bounds.
4662
d224e8c2
GM
46632008-02-10 Glenn Morris <rgm@gnu.org>
4664
4665 * buffer.c (mode-name): Doc fix.
4666
4624371d
DN
46672008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4668
290afd83
JB
4669 * Makefile.in:
4670 * emacs.c:
4671 * gmalloc.c:
4672 * keyboard.c:
4673 * lisp.h:
4674 * m/ibm370aix.h:
4675 * process.c:
4676 * regex.c:
4677 * s/hpux.h:
4678 * sysdep.c:
4679 * sysselect.h:
4680 * systty.h:
4681 * unexec.c:
4682 * w32term.c:
4683 * xsmfns.c:
4684 * xterm.c: Remove code that deals with obsolete variables.
4624371d
DN
4685
4686 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
4687
4688 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
4689 nothing else needs it anymore.
4690
274ec34b
EZ
46912008-02-09 Eli Zaretskii <eliz@gnu.org>
4692
4693 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
4694 instead of unibyte_char_to_multibyte.
4695
deeaffe1
DN
46962008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4697
4698 * s/gnu-linux.h: Remove commented out code.
4699
4ed4b975 4700 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
deeaffe1
DN
4701
4702 * Makefile.in: Update what RMS says about using autoconf.
4ed4b975 4703 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
c3f9fba8 4704 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
deeaffe1
DN
4705 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
4706 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
4707
68b587a6
SM
47082008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4709
9141ca5e
SM
4710 * keymap.c (Fkey_description): Move side effect outside of macro call.
4711
dfae5f9a 4712 * xfaces.c (Finternal_make_lisp_face):
b1ebcadb
SM
4713 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
4714
ff7a2223
SM
4715 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
4716 (syms_of_fontset): Use ASET.
4717
68b587a6
SM
4718 * fns.c (concat): Move side effect outside of macro call.
4719 (hash_clear): Use ASET.
4720
a31787b1
RS
47212008-02-08 Richard Stallman <rms@gnu.org>
4722
4723 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
4724 If FORCE, and frame has a surrogate minibuffer for another frame,
4725 delete the other frame first.
4726
987be29b 47272008-02-07 Timo Savola <timo.savola@iki.fi>
1540a61a
JD
4728
4729 * xterm.c (x_detect_focus_change): Handle embed client message.
4730 (handle_one_xevent): Ditto.
4731 (handle_one_xevent): If embedded and we get a button press/release,
4732 request focus.
4733 (xembed_set_info, xembed_send_message): New functions.
4734 (x_make_frame_visible): Call xembed_set_info if embedded.
4735 (x_make_frame_invisible): Call xembed_set_info if embedded.
4736 (x_term_init): Initialize Xatom_XEMBED.
4737 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
4738 (x_iconify_frame): Ditto.
4739
4740 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
4741 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
4742 (enum xembed_modifier, enum xembed_accelerator): New.
4743 (xembed_set_info, xembed_send_message): Declare.
4744 (FRAME_X_EMBEDDED_P): New.
4745
4746 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
4747 gtk_plug_new.
4748
4749 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
4750 window ID of a frame.
4751 (x_window): Reparent frame if embedded.
4752 (Fx_create_frame): Don't set border width if embedded.
4753
1f204af3 4754 * emacs.c (USAGE3): Add --parent-id.
1540a61a
JD
4755 (standard_args): Ditto.
4756
880820fe 47572008-02-07 Jan Djärv <jan.h.d@swipnet.se>
f937a7db
JD
4758
4759 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
4760
92413ef3
JD
47612008-02-07 Jim Meyering <meyering@redhat.com>
4762
6f69e89b 4763 Use "do...while (0)", not "if (1)...else" in macro definitions.
987be29b
RF
4764 The latter provokes a warning from gcc about the empty else, when
4765 followed by ";". Also, without that trailing semicolon, it would
4766 silently swallow up any following statement.
c3f9fba8 4767 * syntax.h (SETUP_SYNTAX_TABLE)
987be29b
RF
4768 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
4769 * buffer.h (DECODE_POSITION): Likewise.
4770 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
4771 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
4772 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
4773 (FETCH_CHAR_ADVANCE): Likewise.
4774 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
92413ef3 4775
03fa5713
GM
47762008-02-07 Jim Meyering <meyering@redhat.com>
4777
4778 * lread.c [lint]: Don't include <sys/inode.h>.
4779
3ae565b3
SM
47802008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * xselect.c (x_handle_dnd_message):
4783 * xmenu.c (digest_single_submenu, xmenu_show):
4784 * xdisp.c (with_echo_area_buffer_unwind_data)
4785 (format_mode_line_unwind_data, unwind_format_mode_line)
4786 (display_menu_bar):
4787 * eval.c (Ffetch_bytecode):
4788 * doc.c (store_function_docstring):
4789 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
4790 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
4791 * buffer.c (add_overlay_mod_hooklist): Use ASET.
4792
146b6e55
KH
47932008-02-07 Kenichi Handa <handa@m17n.org>
4794
4795 * ftxfont.c (ftxfont_open): Don't set
4796 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
4797
4798 * ftfont.c (ftfont_open): Fix previous change.
4799
46a923ac
JR
48002008-02-06 Jason Rumney <jasonr@gnu.org>
4801
4802 * w32font.c (w32font_text_extents): Fill in lbearing metric.
4803 Use cached metrics for ASCII characters.
3ae565b3
SM
4804 (w32font_open_internal): Don't set font's owning_frame.
4805 Cache metrics for ASCII characters.
46a923ac
JR
4806
4807 * w32font.h (struct w32font_info): Add ascii_metrics.
4808 Remove owning_frame.
4809
da7d7c21
KH
48102008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
4811
4812 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
4813 to negative value.
4814
4815 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
4816
3ae565b3 4817 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
da7d7c21
KH
4818
4819 * charset.c (syms_of_charset): Set QCtest and Qeq.
4820
c62c8ddb
SM
48212008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4822
ca319910
SM
4823 * process.c (Fstart_process):
4824 * callproc.c (Fcall_process): Handle the case where
4825 Funhandled_file_name_directory returns nil.
4826
76860cbb
SM
4827 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
4828 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
f9ffa1ea
SM
4829 * font.c (check_gstring): Use them and AREF to access the vector before
4830 we know it's really a gstring.
4831 (Ffont_shape_text): Fix typo.
4832 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
76860cbb 4833
15139d67
SM
4834 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
4835 Declare.
4836
c62c8ddb
SM
4837 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
4838
04b65d2b
JR
48392008-02-05 Jason Rumney <jasonr@gnu.org>
4840
4841 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
4842 Set smallest_font_height and smallest_char_width in display info.
4843
fccaebfd
KH
48442008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4845
4846 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
4847
e7d7fd8c
MB
48482008-02-05 Miles Bader <miles@gnu.org>
4849
4850 * xfaces.c (get_lface_attributes, merge_named_face)
4851 (lookup_named_face, lookup_derived_face, realize_named_face):
4852 Revert 2008-02-01 change by cyd@stupidchicken.com.
4853
3d4448a8
KH
48542008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
4855
4856 * fontset.c (Ffontset_info): Handle the case of inhibitting the
4857 fallback fonts.
15139d67 4858 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3d4448a8 4859
5ace1ec1
JR
48602008-02-04 Jason Rumney <jasonr@gnu.org>
4861
4862 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
4863 set full_name.
e3a77b22 4864 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5ace1ec1 4865
ffe42183
JR
48662008-02-03 Jason Rumney <jasonr@gnu.org>
4867
4868 * makefile.w32-in (OBJ1): Include font.o here.
4869 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
4870
526dc3b3
JR
48712008-02-02 Jason Rumney <jasonr@gnu.org>
4872
a0fece35 4873 * makefile.w32-in (temacs): Bump EMHEAP to 21.
526dc3b3 4874
af805c82
JR
48752008-02-01 Jason Rumney <jasonr@gnu.org>
4876
4877 * s/cygwin.h: Define VIRT_ADDR_VARIES.
4878
4879 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
4880
7f6519c5
AS
48812008-02-01 Andreas Schwab <schwab@suse.de>
4882
1f45f627 4883 * Makefile.in (shortlisp, lisp): Update for rename of
7f6519c5 4884 ../lisp/language/myanmar.el.
7f6519c5 4885
26f8aa27
CY
48862008-02-01 Chong Yidong <cyd@stupidchicken.com>
4887
1f45f627 4888 * xfaces.c (get_lface_attributes): Delete function.
26f8aa27
CY
4889 (merge_named_face, lookup_named_face, lookup_derived_face)
4890 (realize_named_face): Call lface_from_face_name directly, and use
4891 the fact that merge_face_vectors does not alter its FROM argument.
4892
73acf815 48932008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4894
4895 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1f45f627 4896 input in the default locale. Handle non-Unicode multibyte input.
aca7a3d2 4897
73acf815 48982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4899
4900 * fontset.c (reorder_font_vector): Exclude nil elements from the
4901 font group. Don't try multiple fonts.
15139d67 4902 (fontset_font): Adjust for the above change.
aca7a3d2
MB
4903 (Finternal_char_font): Return nil if the found font doesn't
4904 contain the character ch.
4905
4c4475a8 4906 * Makefile.in (lisp, shortlisp): Add cham.el.
aca7a3d2 4907
73acf815 49082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4909
4910 * font.h (FONTP): Make it return 1 also for a font-object.
4911
4912 * .gdbinit (xfontset): New function.
4913
4914 * font.c (font_find_for_lface): Check if the character C is
4915 supported or not only for the first font.
4916
4917 * fontset.c (reorder_font_vector): Fix typo.
4918 (fontset_find_font): Don't add a font-spec specifying a script.
4919 Use 0 (not Qt) for the indication of empty font-group. Change the
4920 format of RFONT-DEF. Return Qt if no font in the font-group
4921 support the character.
15139d67 4922 (fontset_font): Adjust for the above change. If no font was
aca7a3d2 4923 found the character, remember that.
15139d67 4924 (face_for_char): Adjust for the change of RFONT-DEF.
aca7a3d2
MB
4925 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
4926 no font for the target.
15139d67 4927 (Finternal_char_font): Adjust for the change of RFONT-DEF.
aca7a3d2 4928
73acf815 49292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4930
4931 * font.c (font_load_for_face): Handle the case that the font in
4932 face->lface is a string.
4933
73acf815 49342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4935
1f45f627 4936 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
aca7a3d2 4937
73acf815 49382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4939
4940 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
4941 Fix previous change. If the frame is not on a window system,
4942 signal an error.
4943
73acf815 49442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4945
4c4475a8
GM
4946 * coding.c (decode_coding_object, encode_coding_object): Adjust
4947 marker positions after conversion.
aca7a3d2
MB
4948
4949 * lisp.h (struct Lisp_Marker): New member need_adjustment.
4950
73acf815 49512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4952
4953 * font.c (font_find_for_lface): Fix the handling of the return
4954 value of font_has_char.
4955 (Ffont_shape_text): Fix previous change.
4956
4957 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
4958 (fontset_ref_and_range): Delete it.
4959 (fontset_find_font): Call char_table_ref_and_range instead of
4960 FONTSET_REF_AND_RANGE.
4961 (make_fontset): Don't setup font groups of Latin here.
4962 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
4963 (new_fontset_from_font): Make the specified font the default for
4964 all Latin characters.
4965
73acf815 49662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4967
4968 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
4969 is on a window system before accessing the fontset of the frame.
4970
73acf815 49712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4972
1f45f627 4973 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
aca7a3d2
MB
4974
4975 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
4976 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
4977
4978 * font.c (Ffont_shape_text): If the font driver doesn't have a
4979 shaper function, make zero-width glyphs to have at least one-pixel
4980 width. Fix setting of `to' field of glyphs.
4981
73acf815 49822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4983
4984 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
4985 glyphs.
4986
1f45f627 4987 * font.h (struct font_driver): Improve docstring of member `shape'.
aca7a3d2 4988
73acf815 49892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4990
4991 * composite.c (syms_of_composite): Fix docstring of
4992 auto-composition-function.
4993
4994 * font.h (LGLYPH_SIZE): New macro.
4995
4996 * font.c (Ffont_fill_gstring): Stop filling when a character not
4997 supported by the font is found.
4998 (Ffont_shape_text): When a shape callback function returns nil,
4999 try at most two more times with larger gstring.
15139d67 5000 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
aca7a3d2
MB
5001
5002 * xdisp.c (handle_auto_composed_prop): Change the argument to
5003 auto-composition-function.
5004
5005 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
5006 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
5007 Lispy glyph and store it in the lgstring.
5008
5009 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
5010
5011 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
5012
73acf815 50132008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5014
5015 * font.c (Ffont_shape_text): Avoid unnecessary composition.
5016
5017 * fontset.c (Vfont_encoding_charset_alist): New variable.
5018 (syms_of_fontset): DEFVAR it.
4c4475a8
GM
5019 (reorder_font_vector, fontset_find_font): Optimize for the case of
5020 no need of reordering.
aca7a3d2
MB
5021 (face_for_char): Map the charset property by
5022 Vfont_encoding_charset_alist.
5023
73acf815 50242008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5025
5026 * w32font.c (logfonts_match): Don't check adstyle here.
5027 (font_matches_spec): Check here against physical font instead.
5028 (add_font_entity_to_list): Avoid some substitutions.
5029
5030 * font.c (font_parse_fcname): Default weight and slant to normal.
5031 (font_score): Prefer normal fonts if weight or slant unspecified.
5032 (font_score) [WINDOWSNT]: Scale weight difference down to closer
5033 match freetype scores.
5034
73acf815 50352008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5036
5037 * w32font.c (w32font_text_extents): Don't use the frame stored in the
5038 font, as it may have been deleted.
5039 (w32_enumfont_pattern_entity): Map generic family to adstyle using
5040 most common hyphenless variation.
5041 (logfonts_match): Check generic family.
5042 (font_matches_spec): Don't check generic family here.
5043 (fill_in_logfont): Set generic family based on adstyle.
5044
5045 * w32font.h (w32font_get_cache): Update declaration.
5046
73acf815 50472008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5048
5049 * ftfont.c (ftfont_get_cache): Adjust the argument type.
5050
15139d67 5051 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
dde8403f 5052 If none of the new drivers are available, call font_update_drivers
aca7a3d2
MB
5053 with the old drivers.
5054
5055 * w32font.c (w32font_get_cache): Adjust the argument type.
5056
5057 * xfont.c (xfont_get_cache): Adjust the argument type.
5058
5059 * font.h (struct font_driver): Change argument type of get_cache.
5060
5061 * xftfont.c (xftfont_start_for_frame): Delete prototype.
5062
5063 * font.c (Ffont_get): Fix arguments to Fassoc.
15139d67 5064 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
aca7a3d2 5065 (font_clear_cache): New function.
4c4475a8 5066 (font_list_entities, font_matching_entity): Use font_get_cache.
15139d67 5067 (font_update_drivers): Call font_clear_cache when finishing a driver.
aca7a3d2
MB
5068
5069 * fontset.c (fontset_find_font): Fix previous change.
5070
73acf815 50712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5072
5073 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
5074 dpyinfo->font_table.
5075 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15139d67 5076 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
aca7a3d2
MB
5077
5078 * font.c (font_at): Handle the case that the arg C is negative.
5079 Handle the unibyte case.
5080 (Ffont_at): Call font_at with the arg C -1.
5081
5082 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15139d67
SM
5083 the position here, and call font_at with the arg C -1.
5084 Don't check the range of the existing composition at the point.
aca7a3d2 5085
73acf815 50862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5087
15139d67 5088 * fontset.c (fontset_add): New args charset_id and family.
1f45f627 5089 Change caller.
4c4475a8
GM
5090 (load_font_get_repertory, fontset_find_font): Assume that
5091 font_spec is always a font-spec object.
aca7a3d2
MB
5092 (Fset_fontset_font): Always store a font-spec object in a fontset.
5093
5094 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
5095 instead of get_property_and_range.
5096
73acf815 50972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5098
5099 * xftfont.c (struct xftfont_info): Delete the member ft_face.
5100 (xftfont_open): Don't keep locking face.
5101 (xftfont_close): Don't unlock face.
4c4475a8 5102 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
aca7a3d2
MB
5103
5104 * fontset.c (fontset_find_font): Don't prefer a font of
5105 supplementary charset.
5106
73acf815 51072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5108
1f45f627
GM
5109 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
5110 script, langsys_tag to langsys, new member script.
aca7a3d2
MB
5111 (OTF_TAG_STR): Terminate by '\0'.
5112 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
5113 listing to the script specified in that property. Fix arg to
5114 OTF_check_features.
5115
73acf815 51162008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5117
5118 * w32font.h: New file.
5119
5120 * w32font.c: Include it.
5121 (struct w32font_info): Add owning_frame field. Move to w32font.h.
5122 (w32font_open): Set owning_frame.
5123 (w32font_text_extents): Use owning_frame.
5124 (struct font_callback_data): Add opentype_only field.
5125 (add_font_entity_to_list): Use it to filter fonts.
5126 Don't check against full name.
5127 (w32font_list_internal): New function.
5128 (w32font_list): Use it.
5129 (w32font_match_internal): New function.
5130 (w32font_match): Use it.
5131 (w32font_open_internal): New function.
5132 (w32font_open): Use it.
5133 (w32font_get_cache, w32font_close, w32font_has_char)
5134 (w32font_encode_char, w32font_text_extents, w32font_draw):
5135 Make non-static.
5136
5137 * makefile.w32-in (w32font.o): Depend on w32font.h.
5138
73acf815 51392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5140
5141 * charset.c (Fdefine_charset_internal): Record a supplementary
5142 charset at the tail of Vcharset_order_list.
5143
5144 * font.c (Ffont_shape_text): Fix the return value.
5145
5146 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
5147
5148 * xdisp.c (handle_auto_composed_prop): Fix previous change.
5149
73acf815 51502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5151
5152 * ftfont.c (struct OpenTypeSpec): New struct.
5153 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
5154 (ftfont_get_open_type_spec): New function.
5155 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
5156
15139d67 5157 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
aca7a3d2 5158
73acf815 51592008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5160
5161 * w32font.c (add_font_entity_to_list): Compare only the beginning
5162 of full name.
5163
73acf815 51642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5165
15139d67
SM
5166 * xdisp.c (handle_auto_composed_prop): Simplify the code.
5167 Never return HANDLED_RECOMPUTE_PROPS.
aca7a3d2 5168
73acf815 51692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5170
5171 * font.c (font_gstring_produce): Delete it.
5172
15139d67
SM
5173 * composite.h (COMPOSITION_METHOD):
5174 Handle COMPOSITION_WITH_GLYPH_STRING.
aca7a3d2 5175
73acf815 51762008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5177
15139d67 5178 * xfont.c (Qx): Delete.
aca7a3d2
MB
5179 (syms_of_xfont): Don't initialize Qx.
5180
15139d67
SM
5181 * composite.h (enum composition_method):
5182 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
aca7a3d2 5183
73acf815 51842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5185
5186 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
5187 (choose_face_font): Accept new form of font-spec.
5188
5189 * frame.h (font_driver_list): Declare it unconditionally.
5190 (struct frame): Define members font_driver_list and font_data_list
5191 unconditionally.
5192
5193 * fontset.c: Include "font.h" unconditionally.
15139d67 5194 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
aca7a3d2
MB
5195 (Fset_fontset_font): Accept a font-spec object.
5196
5197 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
5198 PIXEL_SIZE part a wild card.
5199
5200 * dispextern.h (struct glyph_string): Define members clip and
5201 num_clips unconditionally.
5202 (struct face): Define members font_info and extra unconditionally.
5203
5204 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
5205 ftfont_info only when HAVE_LIBOTF is defined.
5206
73acf815 52072008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5208
5209 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
5210 and end.
5211
73acf815 52122008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5213
5214 * w32font.c (w32font_driver): Add new fields.
5215
73acf815 52162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5217
aca7a3d2
MB
5218 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
5219 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
5220 (LIBES): Add @M17N_FLT_CFLAGS@.
5221
5222 * composite.c (compose_text): Don't treat the new style
5223 composition specially.
5224
5225 * emacs.c (main): Call syms_of_font unconditionally.
5226
5227 * font.h (FONT_ENTITY_NOT_LOADABLE)
5228 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15139d67 5229 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
aca7a3d2 5230 (struct font_driver): New member shape.
1f45f627 5231 (font_registry_charsets): Extern it.
4c4475a8 5232 (font_find_for_lface, font_prepare_composition): Adjust prototype.
aca7a3d2
MB
5233 (font_otf_capability, font_drive_otf): Delete their externs.
5234
5235 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
4c4475a8
GM
5236 (font_charset_alist, font_registry_charsets): Move from xfont.c
5237 and rename.
aca7a3d2
MB
5238 (font_prop_validate_otf): New function.
5239 (font_property_table): Register it for QCotf.
5240 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15139d67 5241 (font_drive_otf): Delete.
1f45f627 5242 (font_prepare_composition): New arg F. Adjust for the change of
aca7a3d2
MB
5243 lispy gstring.
5244 (font_find_for_lface): New arg C.
15139d67 5245 (font_load_for_face): Adjust for the change of font_find_for_lface.
4c4475a8
GM
5246 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
5247 lispy gstring.
aca7a3d2
MB
5248 (Ffont_shape_text): New function.
5249 (Fopen_font): If the font size is not given, use 12-pixel.
5250 (Ffont_at): New arg STRING.
15139d67
SM
5251 (syms_of_font): Initalize font_charset_alist.
5252 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
aca7a3d2
MB
5253 conditionally.
5254
5255 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
5256 fonts of the same font-spec. Change the format of RFONT-DEF.
4c4475a8
GM
5257 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
5258 Adjust for the change of RFONT-DEF.
15139d67 5259 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
aca7a3d2
MB
5260
5261 * ftfont.h: New file.
5262
5263 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
5264 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
5265 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
5266 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
5267 font_otf_capability and font_drive_otf, set ftfont_shape.
15139d67 5268 (ftfont_list): Adjust for the change of :otf property value.
aca7a3d2
MB
5269 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
5270 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
5271 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
1f204af3 5272 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
aca7a3d2
MB
5273 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
5274 (otf_gstring, gstring, m17n_flt_initialized): New variables.
5275
15139d67
SM
5276 * w32term.c (x_draw_composite_glyph_string_foreground):
5277 Adjust for the change of lispy gstring.
aca7a3d2 5278
15139d67 5279 * xdisp.c (handle_composition_prop): Adjust for the change of
aca7a3d2 5280 lispy gstring. Call a function for auto-composition with the
15139d67
SM
5281 third arg it->window.
5282 (fill_composite_glyph_string): Adjust for the change of lispy string.
5283 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
aca7a3d2 5284
15139d67 5285 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
5286 font_find_for_lface.
5287
1f45f627
GM
5288 * xfont.c (x_font_charset_alist): Move to font.c and rename.
5289 (xfont_registry_charsets): Likewise. Change caller.
aca7a3d2
MB
5290 (syms_of_xfont): Don't handle x_font_charset_alist.
5291
5292 * xftfont.c: Include "ftfont.h".
15139d67 5293 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
aca7a3d2
MB
5294 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
5295 (xftfont_close) [HAVE_LIBOTF]: Close otf.
5296 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15139d67
SM
5297 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
5298 Set xftfont_driver.shape to xftfont_shape.
aca7a3d2 5299
15139d67 5300 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
5301 the change of lispy gstring.
5302
73acf815 53032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5304
5305 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
5306
73acf815 53072008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5308
5309 * w32font.c (w32font_draw): Fill background manually.
5310
73acf815 53112008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5312
5313 * font.c (Qfontp): Remove unused symbol.
5314 (QCantialias): New symbol.
5315 (syms_of_font): Define it.
5316 (font_property_table): Set a validator for QCantialias.
5317
15139d67
SM
5318 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
5319 Define if not already.
aca7a3d2
MB
5320 (QCfamily): Share with xfaces.c.
5321 (Qstandard, Qsubpixel, Qnatural): New symbols.
1f45f627 5322 (syms_of_w32font): Define them. Don't define QCfamily here.
aca7a3d2
MB
5323 (w32_antialias_type, lispy_antialias_type): New functions.
5324 (w32_enumfont_pattern_entity): New arg requested_font.
5325 Set antialias parameter if non-default was requested.
5326 (fill_in_logfont): Fill in lfQuality if :antialias specified.
5327
73acf815 53282008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5329
5330 * lread.c (read1): Undo the previous change.
5331
73acf815 53322008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
aca7a3d2
MB
5333
5334 * frame.c (Fdelete_frame): Call font_update_drivers only when
6f69e89b 5335 USE_FONT_BACKEND is defined.
aca7a3d2 5336
73acf815 53372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5338
5339 * font.h (struct font_bitmap): New member bits_per_pixel.
5340 (struct font_driver): New members start_for_frame and end_for_frame.
5341 (struct font_data_list): New struct.
5342 (font_put_frame_data, font_get_frame_data): Extern them.
5343
5344 * frame.h (struct frame): New member font_data_list.
5345
5346 * font.c (font_update_drivers): Call driver->start_for_frame and
5347 driver->end_for_frame at proper timings.
5348 (font_put_frame_data, font_get_frame_data): New functions.
5349 (Ffont_spec): Add usage in the docstring.
5350
5351 * frame.c (make_frame): Initialize f->font_data_list to NULL.
5352 (Fdelete_frame): Call font_update_drivers.
5353
5354 * xftfont.c (struct xftface_info): Delete the member xft_draw.
4c4475a8 5355 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
aca7a3d2
MB
5356 (xftfont_get_xft_draw): New function.
5357 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
5358 (xftfont_end_for_frame): New function.
5359 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
5360
15139d67 5361 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1f45f627 5362 Change argument. Cache GCs in the per-frame data.
aca7a3d2
MB
5363 (struct ftxfont_frame_data): New struct.
5364 (ftxfont_draw_bitmap): New arg gc_fore and flush.
5365 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15139d67 5366 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
aca7a3d2
MB
5367 (ftxfont_end_for_frame): New function.
5368 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
5369
5370 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
5371
73acf815 53722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5373
5374 * xselect.c (Vselection_coding_system)
5375 (Vnext_selection_coding_system): Delete them.
5376 (syms_of_xselect): Don't declare selection-coding-system and
5377 next-selection-coding-system. They are declared in select.el.
5378
73acf815 53792008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5380
5381 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
5382
5383 * w32fns.c: Include imm.h.
5384 (get_composition_string_fn, get_ime_context_fn): New optional
5385 system functions.
5386 (globals_of_w32fns): Load them from imm32.dll.
5387 (ignore_ime_char): New flag.
5388 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
5389 WM_IME_ENDCOMPOSITION messages.
5390
5391 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
5392 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
5393
73acf815 53942008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5395
5396 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
5397 (READCHAR_REPORT_MULTIBYTE): New macro.
5398 (readchar): New 2nd arg MULTIBYTE.
15139d67
SM
5399 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
5400 Make symbol's name multibyte according to the multibyteness of the
aca7a3d2
MB
5401 source.
5402
73acf815 54032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5404
5405 * xfaces.c (face_for_overlay_string): Call lookup_face with
5406 correct arguments (fix of synching with the trunk).
5407
73acf815 54082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5409
4c4475a8
GM
5410 * font.c (font_prop_validate_symbol, font_prop_validate_style)
5411 (font_prop_validate_non_neg, font_prop_validate_spacing):
5412 Delete argument prop_index.
15139d67
SM
5413 (font_property_table): Change arguments to validater. Change Callers.
5414 (font_lispy_object): Delete.
aca7a3d2
MB
5415 (font_at): Use font_find_object instead fo font_lispy_object.
5416
73acf815 54172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5418
5419 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
5420 and file names.
5421
73acf815 54222008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5423
5424 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
5425 (font_matches_spec): Remove debug output.
5426 (add_font_entity_to_list): Avoid using substituted fonts.
5427
73acf815 54282008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5429
5430 * doc.c (Fsnarf_documentation):
5431 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
5432
73acf815 54332008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 5434
290afd83 5435 * dispextern.h (struct glyph_row): Only define "clip" field if
aca7a3d2
MB
5436 HAVE_WINDOW_SYSTEM is defined.
5437
73acf815 54382008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
5439
5440 Fix up multi-tty merge.
5441
5442 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
5443 and indentation.
5444
5445 * xfaces.c (free_realized_face, clear_face_gcs):
5446 Include font_done_for_face in the input_blocked section, just in case.
5447
5448 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
5449 (get_char_face_and_encoding): Undo last change and remove the *other*
5450 duplicate definition (i.e. keep the one that's better scoped and that
5451 includes code for the font-backend).
5452
5453 * terminal.c (create_terminal): Default keyboard_coding to
5454 `no-conversion' and terminal_coding to `undecided'.
5455
5456 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
5457
5458 * fontset.c (free_realized_fontsets): Check that the table entry does
5459 contain a fontset before trying to compare it to `base'.
5460
5461 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
5462 syms_of_charset, and syms_of_coding earlier because init_window_once
5463 now needs Vcoding_system_hash_table to be setup.
5464
5465 * coding.h (default_buffer_file_coding): Remove.
5466
5467 * coding.c (default_buffer_file_coding): Remove.
5468 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
5469 than ->symbol, and use the terminal-local coding system.
5470 (syms_of_coding): Don't setup the coding-systems that are not
5471 terminal-local.
5472 (Fdefine_coding_system_internal): Use XCAR/XCDR.
5473
5474 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
5475 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
5476
5477 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
5478 in chartab.c and were re-added here by mistake.
5479 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
5480
5481 * doc.c (Fsnarf_documentation):
5482 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
5483 src to etc.
5484
5485 * ChangeLog.10: Add mistakenly removed entry.
5486
73acf815 54872008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
aca7a3d2
MB
5488
5489 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
5490
73acf815 54912008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5492
5493 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
5494 Add extra args to FACE_FOR_CHAR.
5495
73acf815 54962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5497
5498 * keymap.c (where_is_internal_1): If key is a cons, store the copy
5499 in sequence.
5500
4c4475a8
GM
5501 * chartab.c (map_sub_char_table, map_char_table): If the range
5502 contains just one character, call the function with that character
5503 even if the depth is not 3.
aca7a3d2 5504
73acf815 55052008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5506
5507 * w32font.c (w32font_text_extents): Calculate metrics for the
5508 whole string.
5509
73acf815 55102008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5511
5512 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
5513
73acf815 55142008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5515
5516 * w32term.c (x_set_glyph_string_clipping): Use
5517 get_glyph_string_clip_rects.
4c4475a8
GM
5518 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
5519 Adjust for the change of struct glyph_string.
aca7a3d2
MB
5520
5521 * w32font.c (w32font_draw): Do clipping here.
5522
73acf815 55232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5524
1f45f627 5525 * xftfont.c (xftfont_draw): Adjust for the change of struct
aca7a3d2
MB
5526 glyph_string.
5527
5528 * xterm.c (x_set_glyph_string_clipping): Use
5529 get_glyph_string_clip_rects.
4c4475a8
GM
5530 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
5531 Adjust for the change of struct glyph_string.
aca7a3d2
MB
5532
5533 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
5534 the resulting clip(s}.
1f45f627 5535 (expose_overlaps): Add arg r. Change callers. Set it to
aca7a3d2
MB
5536 row->clip temporarily.
5537 (expose_window): Redraw rows overlapping the exposed area.
5538
5539 * dispextern.h (struct glyph_row): New member clip.
5540 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
5541 clip_height, new member clip, and num_clips.
5542
73acf815 55432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5544
5545 * data.c (Fchar_or_string_p): Fix docstring.
5546
73acf815 55472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5548
5549 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
5550 create a temporal XftDraw object.
5551
73acf815 55522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5553
5554 * font.c (Ffontp): Fix docstring.
5555
5556 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
5557 strong evidence of ISO-2022.
5558
73acf815 55592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5560
5561 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
5562 SYNTAX_ENTRY_FOLLOW_PARENT.
5563
73acf815 55642008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
5565
5566 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
5567 its type.
5568 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
5569 Update to the new type of weak_hash_tables and next_weak.
5570
5571 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
5572 a plain C pointer to Lisp_Hash_Table.
5573
5574 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
5575 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
5576 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
5577 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
5578 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
5579 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
5580 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
5581 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
5582 (GC_EQ): Remove since they've been identical to their non-GC_
5583 alter-egos ever since the markbit was eradicated.
5584
290afd83
JB
5585 * alloc.c:
5586 * buffer.c:
5587 * buffer.h:
5588 * data.c:
5589 * fileio.c:
5590 * filelock.c:
5591 * fns.c:
5592 * frame.h:
5593 * lisp.h:
5594 * macterm.c:
5595 * print.c:
5596 * process.c:
5597 * w32fns.c:
5598 * w32menu.c:
5599 * w32term.c:
5600 * xfns.c:
5601 * xmenu.c:
5602 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
aca7a3d2 5603
73acf815 56042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5605
5606 * chartab.c (map_sub_char_table): Make it work for the top-level
5607 char-table. Fix handling of parent char-table.
c5ad7a3d 5608 (map_char_table): Adjust for the above change.
aca7a3d2 5609
73acf815 56102008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5611
5612 * w32font.c (Qgdi): Rename from Qw32.
5613
73acf815 56142008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5615
5616 * w32bdf.c (get_quoted_string): Make function static.
5617
73acf815 56182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5619
5620 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
5621 bigger ascent and descent than those of the font, use them as
5622 font's ascent and descent.
5623
73acf815 56242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5625
5626 * Makefile.in (${lispsource}international/charprop.el): Move this
5627 target within "#ifdef HAVE_UNIDATA" and "#endif".
5628
73acf815 56292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5630
5631 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
5632 (shortlisp): Add ../lisp/language/tai-viet.el.
5633
1f45f627 56342008-02-01 Ulrich Mueller <ulm@gentoo.org>
aca7a3d2
MB
5635
5636 * Makefile.in (${lispsource}international/charprop.el): Depend on
5637 temacs${EXEEXT}.
5638
73acf815 56392008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5640
5641 * w32font.c (w32font_close): Delete the GDI font object.
5642
6f69e89b 5643 * w32menu.c: Include character.h.
aca7a3d2
MB
5644
5645 * w32proc.c: Likewise.
5646
5647 * w32select.c: Likewise.
5648
6f69e89b 5649 * makefile.w32-in (w32proc.o): Depend on character.h.
aca7a3d2 5650
73acf815 56512008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5652
5653 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
5654
5655 * w32menu.c (syms_of_w32menu): Likewise.
5656
5657 * w32proc.c (syms_of_ntproc): Likewise.
5658
5659 * w32select.c (syms_of_w32select): Likewise.
5660
5661 * w32term.c (syms_of_w32term): Likewise.
5662
73acf815 56632008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5664
5665 * w32font.c (w32font_draw): Delete brush after using it.
5666
73acf815 56672008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5668
5669 * w32font.c (w32font_open): Don't set font_idx.
5670 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
5671 to font settings.
5672 (w32font_draw): Fill background explicitly.
5673
73acf815 56742008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5675
5676 * w32term.c (w32_initialize): Don't call w32font_initialize.
5677
5678 * w32font.c (w32font_info): Remove subranges.
5679 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
5680 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
5681 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
5682 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
5683 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
5684 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
5685 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
5686 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
5687 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
5688 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
5689 New symbols.
5690 (font_callback_data): New struct.
5691 (w32font_list, w32font_match): Use it.
5692 (w32font_open): Don't populate subranges.
5693 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
5694 (w32font_encode_char): Always return unicode code-point as-is.
5695 (w32font_text_extents): Supply a tranformation matrix to
1f45f627
GM
5696 GetGlyphOutline. Never look up by glyph index. Avoid looping
5697 twice. Use unicode version of GetTexExtentPoint32 instead of
aca7a3d2 5698 glyph index version.
1f204af3 5699 (set_fonts_frame): Remove.
aca7a3d2 5700 (w32_enumfont_pattern_entity): Add frame parameter, use it to
1f45f627
GM
5701 set frame parameter. Use backward compatible fake foundries.
5702 Save generic family in extra slot under QCfamily. Make width slot
5703 constant. Save QCspacing value. Save list of scripts instead of
aca7a3d2
MB
5704 binary subranges.
5705 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
1f45f627 5706 (add_font_entity_to_list): Use font_callback_data struct. Filter
aca7a3d2
MB
5707 unwanted fonts.
5708 (add_one_font_entity_to_list): Use font_callback_data struct.
1f45f627
GM
5709 (w32_registry): Default to iso10646_1.
5710 (fill_in_logfont): Use dpi from extra slot. Don't bother with
5711 string font registries. Don't fill in font name if it is a generic
5712 family name, fill family instead. Use spacing, family and script
aca7a3d2
MB
5713 extra info to fill pitch, family and charset fields.
5714 (list_all_matching_fonts): Use font_callback_data struct.
5715 (unicode_range_for_char): Remove.
5716 (font_supported_scripts): New function.
5717 (w32font_initialize): Remove.
5718 (syms_of_w32font): Update which symbols are defined.
5719
73acf815 57202008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5721
5722 * font.c (font_pixel_size): Reverse assq_no_quit args.
5723
5724 * w32term.h (FONT_WIDTH): Report max width, not average.
5725 (FONT_MAX_WIDTH): Remove.
5726 (FONT_AVG_WIDTH): New macro.
5727
5728 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
5729 redefinition of FONT_WIDTH.
5730
5731 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
5732 (w32_cache_char_metrics): Use FONT_WIDTH.
5733
5734 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
5735
73acf815 57362008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5737
5738 * w32font.c (w32font_open): Make lfHeight negative.
5739
5740 * w32fns.c (x_default_font_parameter): Use new style font name.
5741 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
5742
73acf815 57432008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5744
5745 * w32font.c (QCsubranges): New symbol.
5746 (w32font_open, w32font_has_char): Get subranges from subproperty
5747 of extra.
5748 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
5749 (syms_of_w32font): Define :subranges symbol.
5750
5751 * font.c (font_put_extra): Expose externally.
5752
1f45f627 5753 * font.h (font_put_extra): Move declaration from font.c.
aca7a3d2
MB
5754
5755 * font.c (Ffont_get): Use font driver to determine otf capability.
5756 (adjust_anchor): Check if driver defines anchor_point before using.
5757
5758 * w32font.c (w32font_open): Handle size, height and pixel_size better.
5759 (w32font_draw): Use options.
5760 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
5761 Fix detection of truetype fonts.
5762 (registry_to_w32_charset): Handle charsets other than iso8859-1
5763 expressed as lisp symbols.
5764 (w32_registry): Express charset as lisp symbol.
5765 (fill_in_logfont): Reverse pixel and point height logic.
1f45f627 5766 Don't set width here. Set quality to default.
aca7a3d2
MB
5767
5768 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
5769 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
5770
5771 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
5772 Remove redundant loop and allocation.
5773
5774 * makefile.w32-in (font.o, w32font.o): New objects.
6f69e89b 5775 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
aca7a3d2
MB
5776 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
5777
5778 * xdisp.c (fill_composite_glyph_string): Make the first arg to
5779 STORE_XCHARB a valid l-value.
5780
5781 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
5782 calculations for non-Truetype fonts.
5783 (x_draw_glyph_string): Sync with xterm.c.
c3f9fba8
JB
5784 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
5785 Remove redundant code.
aca7a3d2
MB
5786 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
5787
5788 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
5789 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
5790
5791 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
5792 (x_to_w32_charset, w32_to_x_charset): Expose externally.
5793
5794 * w32font.c: New file for w32 font backend.
5795
73acf815 57962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5797
5798 * term.c: Don't include "buffer.h" twice.
5799
73acf815 58002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5801
5802 * character.c (Funibyte_string): New function.
5803 (syms_of_character): Defsubr it.
5804
73acf815 58052008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5806
5807 * w32term.c [USE_FONT_BACKEND]:
c3f9fba8
JB
5808 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
5809 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
5810 (x_draw_glyph_string, x_draw_glyph_string_foreground)
5811 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
aca7a3d2
MB
5812 (x_free_frame_resources): Sync with xterm.c.
5813
73acf815 58142008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5815
5816 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
5817 char-table size.
5818
73acf815 58192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5820
c3f9fba8 5821 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
aca7a3d2 5822
73acf815 58232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5824
5825 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
5826 font_otf_gpos, add font_drive_otf.
5827
5828 * fontset.c (fontset_find_font): Pay attention to font size
5829 specified for a font.
5830 (reorder_font_vector): Check contents of font_def.
5831
5832 * font.c (struct otf_list): Delete it.
6f69e89b 5833 (otf_list): Make it a lisp variable.
aca7a3d2 5834 (otf_open): Use lispy otf_list.
1f45f627 5835 (generate_otf_features): Rename from parse_gsub_gpos_spec.
aca7a3d2 5836 (check_otf_features): New function.
c3f9fba8
JB
5837 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
5838 New functions.
aca7a3d2
MB
5839 (font_drive_otf): New function merging font_otf_gsub and
5840 font_otf_gpos.
5841 (font_open_for_lface): New arg spec. Change argument order.
1f45f627 5842 (font_load_for_face): Adjust for the change of font_open_for_lface.
aca7a3d2
MB
5843 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
5844 Ffont_otf_gpos.
5845 (syms_of_font): Staticpro otf_list. Delete defsubr of
5846 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
5847
1f45f627 5848 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
5849 font_open_for_lface.
5850
5851 * font.h (font_open_for_lface): Adjust prototype.
5852 (struct font_driver): Delete members otf_gsub and otf_gpos, add
5853 member otf_drive.
5854 (font_otf_gsub, font_otf_gpos): Delete externs.
5855 (font_drive_otf): Extern it.
5856
73acf815 58572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5858
5859 * font.c (font_at): If the window W is not on a window system,
5860 return Qnil.
5861
4c4475a8
GM
5862 * coding.c (produce_chars, encode_coding): Don't call
5863 insert_from_gap if no characters to produce.
aca7a3d2 5864
73acf815 58652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5866
5867 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
5868 Fclear_face_cache.
5869
5870 * xfaces.c (face_for_font): Check also face->font==font->font.font.
5871
73acf815 58722008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5873
5874 * emacs.c (main): Change default value of `enable_font_backend' to 1.
5875 Parse "--disable-font-backend" option.
5876 (standard_args): Add "--disable-font-backend" option.
5877
73acf815 58782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5879
5880 * fontset.c (fontset_find_font): New function.
5881 (fontset_font): Use fontset_find_font.
5882 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
5883 Register the specified font for all Latin characters.
5884 (new_fontset_from_font): Register the specified font for all Latin
5885 characters.
5886 (dump_fontset): For a realized fontset, include the base fontset
5887 name in the returned vector.
5888
73acf815 58892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5890
5891 * character.h (CHAR_STRING): Cast C to unsigned on calling
5892 char_string.
5893
5894 * character.c (char_string): Type of arg C changed to unsigned.
5895 Signal an error if C is an invalid character code.
5896
4c4475a8
GM
5897 * editfns.c (general_insert_function, Fchar_to_string):
5898 Use CHARACTERP, not INTEGERP.
aca7a3d2 5899
73acf815 59002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5901
5902 * character.h (MIN_MULTIBYTE_LEADING_CODE)
5903 (MAX_MULTIBYTE_LEADING_CODE): New macros.
5904
5905 * regex.c (analyse_first): Fix for multibyte characters in "case
5906 charset:" and "case categoryspec:".
5907
73acf815 59082008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5909
5910 * Makefile.in (LIBES): Move standard libraries to the end.
5911
73acf815 59122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5913
5914 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
5915 nonzero, don't shrink the buffer nextb.
5916
5917 * buffer.h (struct buffer_text): New member inhibit_shrinking.
5918
5919 * coding.c (coding_alloc_by_making_gap): New arg offset.
5920 (alloc_destination): Call coding_alloc_by_making_gap with the arg
5921 offset.
5922 (decode_coding_iso_2022): Update coding->safe_charsets.
5923 (decode_coding_gap): Temporarily set
5924 current_buffer->text->inhibit_shrinking to 1.
5925
73acf815 59262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5927
5928 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
5929 indexing into elements of s->cmp and s->char2b.
5930
73acf815 59312008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
5932
5933 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
5934
73acf815 59352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5936
5937 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
5938 target_multibyte instead of multibyte.
5939 (re_match_2_internal): Call bcmp_translate with target_multibyte.
5940 (bcmp_translate): Change the argument name from multibyte to
5941 target_multibyte.
5942
73acf815 59432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5944
5945 These changes are to compile a regexp into a pattern that can be
5946 used both for multibyte and unibyte targets.
5947
5948 * Makefile.in (search.o): Depend on charset.h.
5949
5950 * character.c (multibyte_char_to_unibyte_safe): New function.
5951
5952 * search.c: Include "charset.h".
5953 (compile_pattern_1): Delete argument multibyte. Don't set
5954 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
5955 (compile_pattern): Don't compare cp->buf.target_multibyte.
5956 Compare cp->buf.charset_unibyte.
5957 (compile_pattern): Set cp->buf.target_multibyte.
5958
5959 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
5960
5961 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
5962
5963 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
1f45f627 5964 multibyte. Change callers.
aca7a3d2 5965 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
1f45f627
GM
5966 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
5967 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
aca7a3d2
MB
5968 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
5969 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
5970 (regex_compile): Make the compiled pattern usable both for
5971 multibyte and unibyte targets.
5972 (analyse_first): Make the fastmap usable both for multibyte and
5973 unibyte targets.
1f45f627 5974 (TRANSLATE_VIA_MULTIBYTE): Delete.
aca7a3d2
MB
5975 (re_match_2_internal): Pay attention to the case that the
5976 multibyteness of bufp and target may be different.
5977
73acf815 59782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5979
5980 * xdisp.c (x_produce_glyphs): When a font is not found, make the
5981 empty box occupy at least one column width.
5982
73acf815 59832008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5984
5985 * Makefile.in: Remove redundant HAVE_XFT clause.
5986
73acf815 59872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5988
5989 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
5990
73acf815 59912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5992
5993 * fontset.c (Finternal_char_font): Fix for the case of POSITION
5994 being nil.
5995
73acf815 59962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5997
5998 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
5999
73acf815 60002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6001
6002 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
6003
73acf815 60042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6005
6006 * search.c (simple_search): Fix previous change.
6007
73acf815 60082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6009
6010 * xftfont.c (ftfont_font_format): Extern declaration.
6011
6012 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
6013
6014 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
6015 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
6016
6017 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
6018 (ftfont_font_format): Fix previous change.
6019
6020 * font.h (Ffont_xlfd_name): EXFUN it.
6021
6022 * font.c (font_parse_xlfd): Fix the array size of `f'.
6023 (register_font_driver): Use EQ to compare driver->type.
6024
6025 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
6026 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
6027 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
6028
73acf815 60292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6030
4c4475a8
GM
6031 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
6032 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
aca7a3d2 6033
73acf815 60342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6035
6036 * xfont.c (xfont_open): Set font->format.
6037
6038 * xftfont.c (xftfont_open): Set font->format.
6039
6040 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
6041 (ftfont_list): Include FC_FONTFORMAT in FcObject.
6042 (ftfont_open): Set font->format.
6043 (ftfont_font_format): New function.
6044
6045 * font.h (struct font): New memeber format.
6046
6047 * font.c (Qopentype): New variable.
6048 (syms_of_font): Defsym it.
6049 (Fquery_font): Change the format of the last element of the return
6050 value.
6051
73acf815 60522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6053
6054 * xfns.c (xic_create_xfontset): Try the default fontset name as a
6055 last resort.
6056
73acf815 60572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6058
6059 * coding.c (detect_coding_charset): Fix detection of multi-byte
6060 charset.
6061
73acf815 60622008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
aca7a3d2
MB
6063
6064 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
6065
73acf815 60662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6067
6068 * xdisp.c (get_next_display_element): Set it->face_id for the
6069 first component of a composition.
1f45f627 6070 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 6071
73acf815 60722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6073
6074 * fontset.c (Qlatin): New variable.
6075 (syms_of_fontset): Define it as a lisp symbol.
1f45f627 6076 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
aca7a3d2 6077
73acf815 60782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6079
6080 * font.c (font_unparse_fcname): Pay attention to the case that
6081 some of font property is a null string.
6082
73acf815 60832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6084
6085 * term.c: Include "composite.h".
6086 (encode_terminal_code): Output all components of composition.
6087 Check the size of encode_terminal_src.
424c157f 6088 (produce_glyphs): For composition, call produce_composite_glyph.
aca7a3d2
MB
6089 (append_composite_glyph, produce_composite_glyph): New functions.
6090
6091 * xdisp.c (x_produce_glyphs): In handling composition, if a font
6092 is not found, get font_info from the current ascii face.
6093
73acf815 60942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6095
6096 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
6097 buffer-file-name to Qnil before calling insert_from_buffer.
6098
6099 * font.c (font_unparse_fcname): Pay attention to the case that
6100 foundry is a null string.
6101
73acf815 61022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6103
6104 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
6105
6106 * font.c (Qunicode_sip): New variable.
6107 (syms_of_font): Declare it as a Lisp symbol.
6108
6109 * font.h (Qunicode_sip): Extern it.
6110
73acf815 61112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6112
1f45f627 6113 * composite.c (get_composition_id): Pay attention to TAB component.
aca7a3d2
MB
6114
6115 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
1f45f627 6116 TAB. Adjust for the change of s->char2b which always points to
aca7a3d2
MB
6117 the first elememnt of allocated memory.
6118
1f45f627 6119 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
aca7a3d2
MB
6120
6121 * xdisp.c (handle_composition_prop): Set it->c to the first
6122 non-TAB component.
1f45f627
GM
6123 (fill_composite_glyph_string): Change argument.
6124 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
aca7a3d2
MB
6125 (x_produce_glyphs): Fix handling of left/right padding.
6126
73acf815 61272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6128
6129 * coding.c (detect_coding_system): Fix for handling off
6130 inhibit_iso_escape_detection. Fix for the case that no coding
6131 system is defined for a specific coding category.
6132
73acf815 61332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6134
1f45f627 6135 * font.c (font_matching_entity): Delete unused local var.
aca7a3d2
MB
6136
6137 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
6138 opening a font.
6139
6140 * fileio.c (Finsert_file_contents): On recovering a file, assume
6141 Unix-like eol.
6142 (choose_write_coding_system): On auto-saving a file, force
6143 Unix-like eol.
6144
6145 * coding.c (setup_coding_system): Fix setting of
6146 coding->common_flags based on eol_type.
6147 (coding_inherit_eol_type): If PARENT is not nil, be sure to
6148 inherit from it.
6149
73acf815 61502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6151
1f45f627 6152 * alloc.c (NSTATICS): Increas to 0x600.
aca7a3d2 6153
73acf815 61542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6155
1f45f627 6156 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
aca7a3d2
MB
6157 (ftfont_list): Don't check :name property.
6158 (ftfont_match): New function.
6159 (ftfont_pattern_entity): If the pattern doesn't contain
6160 FC_SPACING, don't assuce FC_MONO.
6161
6162 * font.h (struct font_driver): New member `match'.
1f45f627 6163 (font_update_drivers): Adjust prototype.
aca7a3d2 6164
4c4475a8
GM
6165 * font.c (font_parse_fcname, font_parse_name): Don't change :name
6166 property of FONT.
aca7a3d2
MB
6167 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
6168 them unconditionally.
6169 (font_matching_entity): New function.
6170 (font_open_by_name): Try font_matching_entity if exact match is
6171 not found.
6172 (font_update_drivers): Delete the arg FONT. Return a list of
6173 actually used backends. Don't free faces, font caches here.
6174 Don't store data in frame parameters. Don't call x_set_font.
6175 (Ffont_spec): Store :name property as is.
6176 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
1f45f627
GM
6177 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
6178 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
aca7a3d2
MB
6179 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
6180 Call font->driver->otf_gsub instead of font_otf_gsub.
6181
6182 * frame.c (x_set_font_backend): Do more works that were done in
6183 font_update_drivers before.
6184
6185 * xfont.c (xfont_match): New function.
6186 (xfont_driver): Set xfont_driver.match to xfont_match.
6187 (xfont_draw): Set font in GC if necessary.
6188
6189 * ftxfont.c (ftxfont_match): New function.
6190 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
6191
6192 * xftfont.c (xftfont_match): New function.
6193 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
6194
73acf815 61952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6196
6197 * font.h (struct font): New member scalable.
6198 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
1f45f627 6199 (font_otf_gsub): Adjust prototype.
aca7a3d2 6200
1f45f627
GM
6201 * font.c (font_otf_capability): Fix handling of the default langsys.
6202 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
aca7a3d2
MB
6203 Check the contents of SPEC.
6204 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
6205 (check_gstring): New function.
6206 (REPLACEMENT_CHARACTER): New macro.
6207 (font_otf_gsub): New arg alternate_subst. Be sure to set all
6208 glyph codes of GSTRING.
6209 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
6210 (font_prepare_composition): Set cmp->glyph_len.
6211 (font_open_entity): Set font->scalable.
6212 (Ffont_get): Handle :otf property.
6213 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
6214 functions.
6215 (Fquery_font): Use font->font.full_name.
6216 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
6217 Sfont_otf_alternates.
6218
6219 * ftfont.c (ftfont_open): Set font->font.full_name and
6220 font->font.name properly. Fix calculation of font->font.height
6221 and font->min_width.
6222
6223 * ftxfont.c (ftxfont_create_gcs): New function.
6224 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
6225 (ftxfont_draw_backgrond): Fix filling region.
6226 (ftxfont_default_fid): New function.
6227 (ftxfont_open): Set xfotn->fid to the return value of
6228 ftxfont_default_fid.
6229 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
6230 (ftxfont_done_face): Free only GCs that are created by
6231 ftxfont_create_gcs.
6232 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
6233
6234 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
6235 Clip to src->width, etc (not src->clip_XXX).
6236
6237 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
6238 FontBackend frame parameter.
6239
73acf815 62402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6241
6242 * font.h (struct font_driver_list): New member `on'.
6243 (Fclear_font_cache): EXFUN it.
6244 (font_update_drivers): Extern it.
6245
6246 * font.c (font_unparse_fcname): Fix typo (swidth->width).
6247 (font_list_entities): Check driver_list->on.
6248 (register_font_driver): Initalize `on' member to 0.
6249 (font_update_drivers): New function.
6250 (Fclear_font_cache): Check driver_list->on.
6251
6252 * frame.h (Qfont_backend): Extern it.
6253 (x_set_font_backend): Extern it.
6254
6255 * frame.c (Qfont_backend): New variable.
6256 (frame_parms): New element for font-backend.
6257 (x_set_font_backend): New function.
6258
6259 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
6260 FontBackend frame parameter.
6261 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
6262 x_set_font_backend.
6263
6264 * xfont.c (xfont_list): Don't try listing by :name property if the
6265 name is not for XLFD.
6266
73acf815 62672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6268
6269 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
6270 (LGLYPH_SET_TO): New macros.
6271 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
6272 element of G is vector or not.
6273 (font_at): Extern it.
6274
6275 * font.c: Include window.h.
6276 (font_lispy_object): New function.
6277 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
6278 end of valid glyph.
6279 (font_close_object): Fix getting (struct font *).
6280 (font_at): New function.
6281 (Ffont_get): If FONT is a font-object, get entity from it.
6282 (Ffont_make_gstring): Initialize elements of glyphs with nil.
6283 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
6284 range check.
6285 (Ffont_at): New function.
6286 (syms_of_font): Defsubr Sfont_at.
6287
6288 * xdisp.c (it_props): Move the entry for Qauto_composed to just
424c157f 6289 before the entry for Qcomposition.
1f45f627 6290 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
aca7a3d2
MB
6291 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
6292 the font in gstring.
6293 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
6294 LGLYPH_FORM (g) to detect the end of valid glyph.
6295 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
6296 we are composing with gstring.
6297
6298 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
6299 Check if adjustment is vector or not.
6300
6301 * Makefile.in (font.o): Make it depends on window.h.
6302
73acf815 63032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6304
6305 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
6306 adjustment is vector or not.
6307
73acf815 63082008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6309
6310 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
6311
73acf815 63122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6313
6314 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
6315 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
6316 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
6317
1f45f627 6318 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
aca7a3d2 6319 (DEVICE_DELTA): Fix typo.
4c4475a8
GM
6320 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
6321 LGLYPH format.
aca7a3d2 6322
1f45f627 6323 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
6324 the change of LGLYPH format.
6325
73acf815 63262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6327
6328 * ftfont.c (ftfont_list): Fix typo.
1f45f627 6329 (ftfont_build_basic_charsets): Don't include letters with diacritics.
aca7a3d2 6330
880820fe 63312008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
6332
6333 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
6334
6335 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
6336 xftface_info is non-NULL.
6337
880820fe 63382008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2 6339
1f45f627 6340 * ftfont.c (ftfont_list): Move misplaced #endif.
aca7a3d2 6341
73acf815 63422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6343
6344 * ftfont.c (ftfont_list): Pay attention to the case that
6345 FC_CAPABILITY is not defined.
6346
73acf815 63472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6348
6349 * xftfont.c (xftfont_open): Set charset related members to -1.
6350
1f45f627
GM
6351 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
6352 QCname.
aca7a3d2
MB
6353 (ftfont_open): Set charset related members to -1.
6354
6355 * fontset.c (Votf_script_alist): New variable.
6356 (syms_of_fontset): Initialize it.
6357 (fontset_font): Delete unused variable.
6358
6359 * fontset.h (Votf_script_alist): Extern it.
6360
1f45f627 6361 * font.c (font_find_for_lface): Optimize code.
aca7a3d2
MB
6362
6363 * font.h (font_close_object, font_merge_old_spec): Extern them.
6364
73acf815 63652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6366
6367 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
6368 (syms_of_font): Initialize them.
6369 (font_pixel_size): Allow float value in dpi.
1f45f627
GM
6370 (font_prop_validate_type): Delete.
6371 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
6372 Change caller.
6373 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
6374 (font_prop_validate_extra): Delete.
aca7a3d2
MB
6375 (font_prop_validate_spacing): New function.
6376 (font_property_table): Add elements for all known properties.
1f45f627
GM
6377 (get_font_prop_index): Rename from check_font_prop_name. New
6378 argument FROM. Change caller.
aca7a3d2 6379 (font_prop_validate): Validate all known properties.
1f45f627 6380 (font_put_extra): Delete argument force. Change caller.
aca7a3d2
MB
6381 (font_expand_wildcards): Make it static. Fix the way of shrinking
6382 the possible range.
1f45f627 6383 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
aca7a3d2 6384 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
1f45f627 6385 Change caller.
aca7a3d2 6386 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
1f45f627
GM
6387 (font_parse_fcname): Delete argument merge. Fix parsing of point
6388 size. Don't validate properties values here. Change caller.
6389 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
aca7a3d2
MB
6390 (font_open_by_name): Delete unused variable.
6391 (Ffont_spec): Likewise. Validate property values.
6392 (Ffont_match_p): New function.
6393
6394 * font.h (QCscalable): Extern it.
1f45f627 6395 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
aca7a3d2 6396
1f45f627 6397 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
aca7a3d2 6398
1f45f627 6399 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
aca7a3d2
MB
6400 (xfont_list_pattern): New function.
6401 (xfont_list): Use xfont_list_pattern.
6402
73acf815 64032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6404
6405 * font.h (Flist_fonts): EXFUN it.
6406
73acf815 64072008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6408
6409 * w32term.c (w32_initialize): Add back smoothing_type and
6410 smoothing_enabled definitions.
6411
73acf815 64122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6413
6414 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
6415 s->face->font on determining underline position.
6416
73acf815 64172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6418
6419 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
6420 (font_has_char): Accept font-object too.
6421 (font_find_for_lface): Try at first with a size specified in face.
6422
73acf815 64232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6424
6425 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
6426 font_open_by_name.
6427
73acf815 64282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6429
6430 * font.h (QCspacing, QCdpi): Extern them.
6431 (enum font_spacing): New enum.
6432 (FONT_PIXEL_SIZE_QUANTUM): New macro.
6433
6434 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
6435 (QCspacing, QCdpi): New variables.
6436 (syms_of_font): Initialize them.
6437 (font_pixel_size): New function.
6438 (font_put_extra): New function.
6439 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
6440 in FONT_EXTRA.
e9184ccb
JB
6441 (font_parse_fcname): Handle enumenrated values (e.g. bold).
6442 Fix handling font size. Add QCname property that contains only
aca7a3d2 6443 unknown properties.
1f45f627 6444 (font_score): Change argument. Change caller. Pay attention to
aca7a3d2 6445 FONT_PIXEL_SIZE_QUANTUM.
4c4475a8
GM
6446 (font_sort_entites, font_list_entities, font_find_for_lface)
6447 (font_open_for_lface, font_open_by_name): Fix handling of font size.
1f45f627 6448 (Ffont_spec): Add QCname property that contains only unknown properties.
aca7a3d2
MB
6449
6450 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
6451 include weight in listing pattern, instead check weight of each
6452 listed font. Don't include scalable in pattern. Pay attention to
6453 FONT_PIXEL_SIZE_QUANTUM.
6454
73acf815 64552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6456
aca7a3d2 6457 * font.c (font_parse_fcname): Fix parsing of point-size.
1f45f627 6458 (font_unparse_fcname): Produce symbolic names for style properties.
aca7a3d2
MB
6459 (font_list_entities): Handle float size correctly.
6460 (font_open_by_name): Prefer `normal' property values if the name
6461 doesn't specify them.
6462
6463 * fontset.c (Finternal_char_font): Use font_get_name, not
6464 Ffont_xlfd_name.
6465
6466 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
6467 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
6468 pattern. Don't force scalable.
6469
6470 * xftfont.c (xftfont_open): For generating a name, start from
6471 96-byte buffer.
6472
880820fe 64732008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
6474
6475 * frame.h (x_new_fontset2): Fix prototype.
6476
73acf815 64772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6478
1f45f627 6479 * font.h (struct font_driver): Delete member parse_name.
aca7a3d2
MB
6480 (font_match_p, font_get_spec, font_parse_fcname)
6481 (font_unparse_fcname): Extern them.
1f45f627 6482 (font_get_name): Adjust prototype.
aca7a3d2
MB
6483
6484 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
6485 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
6486 (font_expand_wildcards): Fix handling ENCODING field. Avoid
6487 unnecessary checks for weight, slant, and swidth.
6488 (font_parse_fcname): New function.
6489 (font_unparse_fcname): New function.
6490 (font_parse_name): New function.
6491 (font_match_p): New function.
1f45f627 6492 (font_get_name): Change return value to Lisp string.
aca7a3d2
MB
6493 (font_get_spec): New function.
6494 (Qunspecified, Qignore_defface): Don't extern them.
6495 (font_find_for_lface): Assume that LFACE is fully specified.
6496 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
6497 object, use it for FACE.
6498 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
6499 driver->parse_name.
6500 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
6501
1f45f627
GM
6502 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
6503 prototype.
aca7a3d2 6504
1f45f627
GM
6505 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
6506 argument F. Don't call Fnew_fontset. Instead, directly call
aca7a3d2
MB
6507 make_fontset.
6508
1f45f627 6509 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
aca7a3d2 6510
1f45f627 6511 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
aca7a3d2
MB
6512 of x_new_fontset2.
6513
6514 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
6515 (Qsans__serif): New variables.
6516 (ftfont_generic_family_list): New variable.
6517 (syms_of_ftfont): Initialize the above variables.
1f45f627 6518 (ftfont_pattern_entity): Delete argument NAME.
aca7a3d2
MB
6519 (ftfont_list_generic_family): New function.
6520 (ftfont_parse_name): Delete this function.
1f45f627 6521 (ftfont_list): Try generic family only when FcFontList found no font.
aca7a3d2
MB
6522 (ftfont_list_family): Fix args to FcObjectSetBuild.
6523
6524 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
6525 object in attrs[LFACE_FONT_INDEX].
6526 (set_lface_from_font_name): Cancel all changes for font-backend.
6527 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
6528 function.
6529 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
6530 font object in QCfont attribute.
6531 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
6532 (realize_default_face) [USE_FONT_BACKEND]: Call
6533 set_lface_from_font_and_fontset.
6534
6535 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
6536 "fixed", and signal error here if no suitable font was found.
6537
6538 * xfont.c (xfont_parse_name): Delete this function.
6539
6540 * xftfont.c (xftfont_open): Change coding style of error
6541 handling. Generate fontconfig's fontname pattern.
6542
6543 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
6544 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
6545
6546 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
6547 Both args FONTSET and FONT_OBJECT must be existing ones.
6548
73acf815 65492008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6550
6551 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
6552
73acf815 65532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6554
6555 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
6556
6557 * font.h (struct font): Fix typo.
6558
6559 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
6560 XLFD_XXX_INDEX.
6561 (enum xlfd_field_mask): New enum.
1f45f627 6562 (intern_font_field): Changed argument. Change caller. If digits
aca7a3d2
MB
6563 are followed by non-digits, return a symbol.
6564 (font_expand_wildcards): New function.
6565 (font_parse_xlfd): Fix wildcard handling.
6566 (Ffont_spec): If :name is specified, reflect the info in the other
6567 properties.
6568
6569 * ftfont.c (ftfont_pattern_entity): Fix typo.
6570 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
6571 locale.
6572
73acf815 65732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6574
6575 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
6576
1f45f627 6577 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
aca7a3d2
MB
6578 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
6579 registry doesn't specify encoding part.
6580 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
6581 (font_open_by_name): At first try parsing the name.
6582 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
6583 as Lisp symbols.
6584
6585 * fontset.c (reorder_font_vector): Pay attention to the case that
6586 the 3rd element of font_def is nil.
6587 (fontset_font): For the default fontset, append one more fontset
6588 elements for a script-based font specification. Don't add script
6589 attribute on finding a font.
6590 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
6591 font name.
6592 (fontset_ascii_font): If a font can't be opened, return nil.
6593
1f45f627 6594 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
aca7a3d2
MB
6595 (ftfont_pattern_entity): New function.
6596 (ftfont_get_cache): Assume that freetype_font_cache is already
6597 initialized.
6598 (ftfont_list): Handle the case that a file is specified in font
6599 name. Use ftfont_pattern_entity to generate entities.
6600 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
6601 (syms_of_ftfont): Initialize freetype_font_cache.
6602
6603 * xftfont.c (xftfont_open): Make the font name fontconfig's
6604 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
6605 (xftfont_close): Free font->font.name if not NULL.
6606
6607 * xfont.c (xfont_list): If script is specified for a font, return
6608 null_vector.
6609 (xfont_list_family): Declare argument type.
6610
6611 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
6612 name, set LFACE_FONT (lface) to nil.
6613
6614 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
6615 return Qnil.
6616
73acf815 66172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6618
1f45f627 6619 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
aca7a3d2
MB
6620 (standard_args): Add "-enable-font-backend".
6621
73acf815 66222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6623
6624 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
6625 (struct xftdraw_list, xftdraw_list): Delete them.
6626 (register_xftdraw, check_xftdraw): Delete them.
6627 (xftfont_prepare_face): Don't call register_xftdraw.
6628 (xftfont_done_face): Don't call check_xftdraw.
6629 (xftfont_draw): Get backroudn color only when with_background is
6630 nonzero.
6631
6632 * xfont.c (xfont_encode_char): Fix calculation of char2b.
6633
73acf815 66342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6635
6636 These changes are for the new font handling codes.
6637
6638 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
6639 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
6640 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
6641 (FONTSRC, FONTOBJ): New variables.
6642 (obj): Add $(FONTOBJ).
6643 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
6644 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
6645 @LIBOTF_LIBS@.
6646 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
1f45f627 6647 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
aca7a3d2 6648
1f45f627 6649 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
aca7a3d2
MB
6650
6651 * character.h (Vscript_representative_chars): Extern it.
6652
6653 * character.c (Vscript_representative_chars): New variable.
6654 (syms_of_character): Declare it as a Lisp variable.
6655
6656 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
6657 enable_font_backend is nonzero, accept the composition method
6658 COMPOSITION_WITH_GLYPH_STRING.
6659
6660 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
6661 enumeration COMPOSITION_WITH_GLYPH_STRING.
6662
aca7a3d2
MB
6663 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
6664 members clip_x, clip_y, clip_width, and clip_height.
6665 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
6666
6667 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
6668 --enable-font-backend. Call syms_of_font.
6669
6670 * fns.c (assoc_no_quit): New function.
6671
6672 * fontset.h (FONT_INFO_FROM_FACE): New macro.
6673 (face_for_font, new_fontset_from_font)
6674 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
6675
6676 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
6677 (fontset_font, fontset_ascii, face_for_char)
6678 (make_fontset_for_ascii_face, Ffont_info)
6679 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
6680 is nonzero, use font-backend mechanism.
6681 (find_font_encoding): Make it non-static.
6682 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
6683 New functions.
6684
6685 * frame.h (struct frame): New members resx and resy.
6686 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
6687 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
6688
6689 * frame.c [USE_FONT_BACKEND]: Include "font.h".
1f45f627 6690 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
aca7a3d2
MB
6691
6692 * lisp.h (assoc_no_quit): Extern it.
6693
6694 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
6695 Through out the file, use FONT_INFO_FROM_FACE instead of
6696 FONT_INFO_FROM_ID, use get_per_char_metric instead of
6697 rif->per_char_metric.
6698 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
6699 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
6700 (get_glyph_face_and_encoding, fill_composite_glyph_string)
6701 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
6702 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
6703 nonzero, use font-backend mechanism.
6704 (get_per_char_metric): New function.
6705
6706 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
6707 (set_lface_from_font_name)
6708 (set_font_frame_param, free_realized_face)
6709 (prepare_face_for_display, clear_face_gcs)
6710 (Finternal_set_font_selection_order, realize_x_face)
6711 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
6712 font-backend mechanism.
1f45f627 6713 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
aca7a3d2
MB
6714 (load_face_font) [USE_FONT_BACKEND]: Abort.
6715 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
1f45f627 6716 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
aca7a3d2
MB
6717
6718 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
6719 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
6720 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
6721 nonzero, register all available font drivers. Call
6722 x_default_font_parameter for deciding a font.
6723 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
6724
6725 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
6726 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
6727 (x_set_glyph_string_clipping_exactly)
6728 (x_compute_glyph_string_overhangs)
6729 (x_draw_glyph_string_foreground)
6730 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
6731 (x_free_frame_resources) [USE_FONT_BACKEND]: If
6732 enable_font_backend is nonzero, use font-backend mechanism.
6733 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
6734
73acf815 67352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6736
fcb314b2 6737 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
aca7a3d2
MB
6738 system_eol_type.
6739 (syms_of_coding): Initialize system_eol_type.
6740
fcb314b2
GM
6741 * process.c (Fset_process_coding_system): Inherit system's eol
6742 format if necessary.
aca7a3d2 6743
73acf815 67442008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6745
6746 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
6747
73acf815 67482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6749
6750 * coding.c (decode_eol): Pay attention to buffer relocation in
6751 del_range_2.
6752 (decode_coding): Call decode_eol before restoring undo_list.
6753
73acf815 67542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6755
6756 * charset.c (Fdefine_charset_internal): Fix setting of
6757 emacs_mule_bytes.
6758
73acf815 67592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6760
6761 * keyboard.c (read_char): Check if C is a character or not before
6762 looking up Vkeyboard_translate_table.
6763
73acf815 67642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6765
6766 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
6767 condition to terminate the loop.
6768
73acf815 67692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6770
6771 * coding.c (produce_composition): Compare charbuf[i] instead of
6772 args[i] against 0.
6773 (Fterminal_coding_system): Use EQ to compare Lisp objects.
6774
73acf815 67752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6776
6777 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
6778 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
6779 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
6780 detect_coding.
6781 (emacs_mule_char): Handle old style (Emacs 20) component character
6782 of a composition.
4c4475a8
GM
6783 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
6784 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
6785 composition rule.
aca7a3d2
MB
6786 (decode_coding_emacs_mule): Handle invalid bytes correctly.
6787
73acf815 67882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6789
6790 * coding.c (encode_coding_ccl): Allocate destination dynamically
6791 when necessary.
6792
73acf815 67932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6794
6795 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
6796 the loop. When quitted, show a proper error message.
6797
73acf815 67982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6799
aca7a3d2
MB
6800 * xterm.c (x_set_glyph_string_clipping_exactly): Set
6801 src->clip_head and src->clip_tail temporarily instead of src->hl.
6802
6803 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
6804 character sequence.
6805 (Fccl_execute_on_string): Use ASET, not XSET.
6806
73acf815 68072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6808
1f45f627 6809 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
aca7a3d2 6810
73acf815 68112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6812
6813 * coding.c (decode_coding): Fix the condition of terminating the
6814 decoding loop.
6815
73acf815 68162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6817
6818 * data.c (Faset): On setting a character bigger than 255 in a
1f45f627 6819 unibyte string, signal an error instead of make the string multibyte.
aca7a3d2 6820
73acf815 68212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6822
6823 * charset.c (map_charset_chars): Fix for ascii-compatible charset
6824 made by a mapping table.
6825
73acf815 68262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6827
6828 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
6829 not.
6830 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
6831 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
6832
6833 * xterm.c (x_draw_composite_glyph_string_foreground): Check
6834 s->face is NULL or not.
6835
73acf815 68362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6837
6838 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
6839 (x_draw_glyph_string): Fix drawing of right_overhang and
6840 left_overhang around/on cursor.
6841
1f45f627 6842 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
aca7a3d2 6843
73acf815 68442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6845
6846 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
6847
73acf815 68482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6849
4c4475a8
GM
6850 * coding.c (Fdefine_coding_system_internal)
6851 (Fdefine_coding_system_alias): Avoid a duplicated element in
6852 Vcoding_system_alist.
aca7a3d2 6853
73acf815 68542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6855
6856 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
6857
fcb314b2 6858 * coding.c (Qcoding_system_define_form): New variable.
aca7a3d2
MB
6859 (syms_of_coding): Intern and staticpro it.
6860 (Fcoding_system_p): Check Qcoding_system_define_form.
1f45f627 6861 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
aca7a3d2
MB
6862
6863 * coding.h (CODING_SYSTEM_P): If ID is not available, call
6864 Fcoding_system_p.
6865 (CHECK_CODING_SYSTEM): If ID is not available, call
6866 Fcheck_coding_system.
4c4475a8
GM
6867 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
6868 Try also Fcheck_coding_system.
aca7a3d2 6869
73acf815 68702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6871
aca7a3d2
MB
6872 * coding.c (code_conversion_restore): GCPRO arg.
6873
73acf815 68742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6875
6876 * character.c (lisp_string_width): Check multibyteness of STRING.
6877
73acf815 68782008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6879
6880 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
6881 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
6882 (decode_mac_font_name): Use decode_coding_c_string instead of
6883 decode_coding.
6884 (x_load_font): Initialize fontp->fontset to -1. Set
6885 fontp->encoding_type.
6886
73acf815 68872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6888
6889 * search.c (search_buffer): Give up BM search on case-fold-search
6890 if one of a target character has a case-equivalence of different
6891 byte length even if that target charcter is an ASCII.
1f45f627
GM
6892 (simple_search): Fix calculation of byte length of matched text.
6893 (boyer_moore): Fix handling of case-equivalent multibyte characters.
aca7a3d2 6894
73acf815 68952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6896
6897 * coding.c (decode_coding): Fix handling of invalid bytes.
6898
73acf815 68992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6900
6901 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
6902 Unicode characters.
6903
73acf815 69042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6905
6906 * coding.c (encode_coding_object): If a pre-write-conversion
6907 function makes a new buffer, kill it.
6908
73acf815 69092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6910
6911 * coding.c (QCascii_compatible_p): New variable.
6912 (syms_of_coding): Initialize it.
4c4475a8
GM
6913 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
6914 calling string_char.
aca7a3d2
MB
6915 (record_conversion_result): Add `default:' case.
6916 (coding_charset_list): Delete unused variable `coding_type'.
6917 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
6918 property in the plist of the coding system.
6919 (Fcoding_system_put): Check QCascii_compatible_p.
6920
73acf815 69212008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6922
6923 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
6924 removed calculation of frame `f', as it's now used.
6925
73acf815 69262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6927
1f45f627 6928 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
aca7a3d2
MB
6929 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
6930 (UNIDATA): New variable.
6931 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
6932 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
6933 $(RUN_TEMACS) unconditionally.
6934
73acf815 69352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6936
1f45f627 6937 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
aca7a3d2
MB
6938 (admindir): New variable.
6939 ($(lispsource)international/charprop.el): New target.
6940
73acf815 69412008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 6942
1f45f627 6943 * character.c (chars-in-region): Remove obsolete function.
aca7a3d2
MB
6944 (syms_of_character): Remove its initialization.
6945
73acf815 69462008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
aca7a3d2
MB
6947
6948 * w32select.c (validate_coding_system)
6949 (setup_windows_coding_system): New functions.
6950 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
6951 setup_windows_coding_system.
6952 (setup_config, Fw32_get_clipboard_data): Use
6953 validate_coding_system.
6954 (Fx_selection_exists): Move call to setup_config to a place
1f45f627 6955 where signals are allowed.
aca7a3d2
MB
6956
6957 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
6958 (Fcheck_coding_system): Add declarations.
6959
73acf815 69602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6961
1f45f627 6962 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
aca7a3d2 6963
73acf815 69642008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6965
6966 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
6967 string as the second argument for x_new_fontset.
6968
73acf815 69692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6970
6971 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
6972 (encode_coding_object): Use safe_call instead of call2.
6973
73acf815 69742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6975
1f45f627 6976 * fontset.c (Fset_fontset_font): Check family element of a given vector.
aca7a3d2
MB
6977
6978 * Makefile.in (lisp): Include charprop.el.
6979
73acf815 69802008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
6981
6982 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
6983 Not sure if it's unnecessary.
6984
73acf815 69852008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
6986
6987 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
6988 some possibly unnecessary fontset checking code that crashed
1f45f627 6989 when creating a new frame.
aca7a3d2 6990
73acf815 69912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6992
6993 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
6994 lookup_face.
6995
6996 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
6997
1f45f627 6998 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
aca7a3d2 6999
73acf815 70002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7001
73acf815 7002 * coding.c: Cancel the change done in HEAD on 2008-02-01.
aca7a3d2
MB
7003 (coding_charset_list): New function.
7004
7005 * coding.h (coding_charset_list): Extern it.
7006
73acf815 70072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7008
7009 * fontset.c (Fset_fontset_font): Call find_font_encoding with
7010 concatenation of family and registry.
7011
73acf815 70122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7013
7014 * character.h (BYTE8_STRING): Fix typo.
7015
7016 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
7017 string to multibyte (sync to HEAD).
7018
7019 * casefiddle.c (casify_region): Handle changes in byte-length
7020 using replace_range_2 (sync to HEAD).
7021
73acf815 70222008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
7023
7024 * chartab.c (map_char_table): GCPRO table and arg.
7025
73acf815 70262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7027
7028 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
7029 already at limit.
7030
73acf815 70312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7032
7033 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
7034 instead of fast_c_string_match_ignore_case.
1f45f627 7035 (find_font_encoding): Change argument to Lisp_Object. Use
aca7a3d2 7036 fast_string_match_ignore_case instead of
1f45f627 7037 fast_c_string_match_ignore_case. Change caller.
aca7a3d2 7038
73acf815 70392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7040
7041 * xdisp.c (get_next_display_element): In unibyte case, decide to
7042 display in octal form by checking a chacter by
7043 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
7044
1f45f627 7045 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
aca7a3d2
MB
7046
7047 * character.c (unibyte_has_multibyte_table): New variable.
7048
7049 * character.h (unibyte_has_multibyte_table): Extern it.
7050 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
7051
73acf815 70522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7053
7054 * coding.c (encode_coding_iso_2022): Fix handling of charset
7055 annotation.
7056
73acf815 70572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7058
7059 * coding.c (setup_coding_system): If coding_system is nil, use
7060 Qundecided.
7061 (Fterminal_coding_system): Return nil if terminal coding system is
7062 `undecided'.
7063 (syms_of_coding): Define coding-system `undecided' here. Setup
7064 terminal_coding as `undecided'.
7065
73acf815 70662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7067
7068 * xdisp.c (message_dolog, set_message_1): Call
7069 unibyte_char_to_multibyte with arg type int.
7070
aca7a3d2
MB
7071 * lread.c (read1): Fix reading of a char-table.
7072
7073 * print.c (print_object): Include sub char-table in cicularities
7074 detection.
7075
73acf815 70762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7077
7078 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
1f45f627 7079 cons. Append the found sequences in car of ARGS instead of prepending.
aca7a3d2 7080
73acf815 70812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7082
7083 * fileio.c (report_file_error): Make a unibyte string from
7084 strerror (errorno).
7085 (Fsubstitute_in_file_name): Fix the arg to
7086 unibyte_char_to_multibyte. It is evaluated twice.
7087
73acf815 70882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7089
7090 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
7091
73acf815 70922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7093
7094 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
7095 BOM is not found.
4c4475a8
GM
7096 (detect_coding, detect_coding_system): Optimization for ISO-2022
7097 when no 8-bit data is found.
aca7a3d2 7098
73acf815 70992008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7100
7101 * w32fns.c (x_to_w32_font): Update to use new coding struct.
7102
73acf815 71032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7104
4c4475a8
GM
7105 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
7106 CHARS.
aca7a3d2 7107
73acf815 71082008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
7109
7110 * macterm.c (mac_encode_char): Add charset argument and update
7111 to use encoding_type.
2a2e8de7 7112 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
1f45f627
GM
7113 switch to pure fontset.
7114 (decode_mac_font_name): Temporarily remove decoding.
7115 (x_font_name_to_mac_font_name): Temporarily remove encoding.
7116 (x_load_font): Temporarily remove encoding.
aca7a3d2 7117
73acf815 71182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7119
7120 * xfaces.c (Fface_font): If frame is not on a window system,
7121 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
7122 refer to face->font.
7123 (split_font_name_into_vector, build_font_name_from_vector)
7124 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
7125 whne HAVE_WINDOW_SYSTEM is defined.
7126
73acf815 71272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7128
7129 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
7130 (x_produce_glyphs): Fix setting of members of cmp in case
1f45f627 7131 cmp->glyph_len is zero.
aca7a3d2 7132
1f45f627 7133 * fontset.c (Fset_fontset_font): Fix docstring.
aca7a3d2
MB
7134 (Ffontset_info): Make it backward compatible. New arg ALL.
7135
73acf815 71362008-02-01 Kim F. Storm <storm@cua.dk>
aca7a3d2
MB
7137
7138 * process.c (read_process_output): Grow decoding_buf when needed;
7139 this could cause a crash in allocate_string and compact_small_strings.
7140
73acf815 71412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7142
1f45f627 7143 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
aca7a3d2 7144
73acf815 71452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7146
7147 * coding.c (setup_coding_system): Set coding->common_flags
7148 correctly for raw-text.
7149 (consume_chars): On encoding unibyte text by raw-text, don't check
7150 multibyte form.
1f45f627 7151 (encode_coding): On encoding by raw-text, never use translation tables.
aca7a3d2
MB
7152
7153 * fileio.c (e_write): Short cut for the case of no encoding.
7154
73acf815 71552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7156
4c4475a8
GM
7157 * coding.c (detect_coding, detect_coding_system): Delete unused
7158 variables.
aca7a3d2 7159
73acf815 71602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7161
7162 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
7163 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
7164
73acf815 71652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7166
7167 * coding.c (Ffind_coding_systems_region_internal): Include
7168 raw-text and no-conversion in the result.
7169
73acf815 71702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7171
1f45f627 7172 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
aca7a3d2
MB
7173 (load_font_get_repertory): Delete unnecessary check of ENCODING of
7174 FONT_DEF.
7175 (font_def_arg, add_arg, from_arg, to_arg): New args.
1f45f627 7176 (set_fontset_font): Change argument.
aca7a3d2
MB
7177 (Fset_fontset_font): Fix for the case that TARGET is a script
7178 name and charset name.
7179 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
7180
73acf815 71812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7182
1f45f627
GM
7183 * fontset.c (fontset_font): Rename from fontset_face. Change return
7184 value.
4c4475a8
GM
7185 (face_suitable_for_char_p, face_for_char): Adjust for the change
7186 of fontset_font.
aca7a3d2
MB
7187 (make_fontset_for_ascii_face): Fix setting of the fontset element
7188 for ASCII.
7189 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
7190 to get a font name.
1f45f627 7191 (Ffontset_info): Adjust for the change of fontset_font.
aca7a3d2 7192
fcb314b2 7193 * coding.c (emacs_mule_char): Check invalid code more regidly.
aca7a3d2
MB
7194
7195 * character.h (LEADING_CODE_LATIN_1_MIN)
7196 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
7197
73acf815 71982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7199
fcb314b2 7200 * editfns.c (check_translation): New function.
aca7a3d2
MB
7201 (Ftranslate_region_internal): Handle M:N mapping.
7202
73acf815 72032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7204
7205 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
7206
73acf815 72072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7208
7209 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
7210 goto invalid_code.
7211 (decode_coding_iso_2022): Fix handling of invalid designation.
7212
7213 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
7214 after calling code_conversion_save.
7215
73acf815 72162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7217
7218 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
7219
7220 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
7221
7222 * fontset.c: Include "intervals.h".
7223 (fontset_face): Fix comparing of Lisp_Objects.
4c4475a8
GM
7224 (free_face_fontset, new_fontset_from_font_name): Fix
7225 Lisp_Object/int mixup.
aca7a3d2
MB
7226
7227 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
7228
7229 * coding.c: Add many prototypes for static functions.
7230 (get_translation_table): Allow max_lookup to be NULL.
2a2e8de7 7231 (decode_coding, Ffind_coding_systems_region_internal)
4c4475a8
GM
7232 (Funencodable_char_position, Fcheck_coding_systems_region): Call
7233 get_translation_table with max_lookup NULL.
aca7a3d2 7234
73acf815 72352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7236
7237 * coding.c (get_translation_table): Declare it as Lisp_Object.
7238 (LOOKUP_TRANSLATION_TABLE): New macro.
4c4475a8
GM
7239 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
7240 instead of CHAR_TABLE_REF.
aca7a3d2 7241
73acf815 72422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7243
1f45f627 7244 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
aca7a3d2
MB
7245 annotation data format.
7246 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1f45f627 7247 Change arguments FROM and TO to single argument NCHARS. Change caller.
4c4475a8 7248 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
aca7a3d2 7249 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4c4475a8
GM
7250 (decode_coding_ccl, decode_coding_charset): Pay attention to
7251 coding->charbuf_used.
aca7a3d2
MB
7252 (get_translation): New function.
7253 (produce_chars): New arguments translation_table and last_block.
7254 Translate characters here. Return number of carryover chars.
1f45f627
GM
7255 Change caller.
7256 (produce_composition): New argument pos. Change caller.
7257 Adjust for the change of annotation data format.
aca7a3d2
MB
7258 (produce_charset, produce_annotation): Likewise.
7259 (decode_coding, encode_coding): Don't call translate_chars.
1f45f627
GM
7260 (consume_chars): New arg translation_table. Change caller.
7261 (translate_chars): Delete.
7262 (syms_of_coding): Make translation-table's number of extra slots 2.
aca7a3d2 7263
73acf815 72642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7265
7266 * search.c (simple_search): Fix setting this_pos_byte in backward
7267 search.
7268
7269 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
7270 byte sequence.
7271 (detect_coding_ccl): Fix setting of the variable valids.
7272
73acf815 72732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7274
7275 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
7276
7277 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
7278
1f45f627 7279 * editfns.c (Ftranslate_region_internal): Rename from
aca7a3d2
MB
7280 Ftranslate_region. Accept a char-table in TABLE.
7281 (syms_of_editfns): Defsubr Stranslate_region_internal.
7282
7283 * xfaces.c (set_lface_from_font_name): If a font is specified for
7284 a frame, generate a fontset from the font.
7285 (build_scalable_font_name): If the scalable font is requested for
7286 a specific size, don't change that size.
7287 (try_font_list): Try a scalable font also in the case that a
1f45f627 7288 pattern string is specified.
aca7a3d2 7289
73acf815 72902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7291
7292 * xfaces.c (Fface_font): New optional arg CHARACTER.
7293
73acf815 72942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7295
7296 * charset.h (CHARSET_OFFSET): New macro.
7297
73acf815 72982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7299
7300 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
7301
7302 * fontset.c (fontset_face): Handle the case that repertory is a
7303 char-table.
7304 (find_font_encoding): Return nil for unknown encoding.
7305 (Fset_fontset_font): Ignore a font of unknown encoding.
7306
73acf815 73072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7308
1f45f627 7309 * keymap.c (describe_vector): Handle default value of a char table.
aca7a3d2
MB
7310
7311 * fontset.c (fontset_face): Handle fallback fonts correctly.
7312 (Ffontset_info): Return infomation about fallback fonts.
7313
73acf815 73142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7315
7316 * fontset.c (FONTSET_DEFAULT): New macro.
4c4475a8 7317 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
aca7a3d2
MB
7318 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
7319 the case that it is nil.
7320 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1f45f627 7321 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
aca7a3d2
MB
7322
7323 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
7324 subset or superset.
7325
73acf815 73262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7327
7328 * emacs.c (main): Call init_charset after syms_of_XXX.
7329
1f45f627 7330 * charset.c (Vcharset_map_directory): Delete.
1f204af3 7331 (Vcharset_map_path): New variable.
aca7a3d2
MB
7332 (load_charset_map_from_file): Use Vcharset_map_path instead.
7333 (init_charset): Initialize Vcharset_map_path.
7334 (syms_of_charset): Delete declaration of "charset-map-directory",
7335 add declaration of "charset-map-path".
7336
73acf815 73372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7338
4c4475a8
GM
7339 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
7340 ASCII only string.
aca7a3d2
MB
7341
7342 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
7343
7344 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
6f69e89b 7345 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
aca7a3d2 7346
73acf815 73472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7348
7349 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
7350
7351 * coding.c (QCmnemonic, QCdefalut_char)
7352 (QCdecode_translation_table, QCencode_translation_table)
7353 (QCpost_read_conversion, QCpre_write_conversion): New variables.
7354 (get_translation_table): Return a list of translation tables if
7355 necessary.
7356 (decode_coding): Call get_translation_table with ENCODEP 0.
7357 (char_encodable_p): If translation_table is non-nil, always call
7358 translate_char.
7359 (Fdefine_coding_system_internal): Accept list of translation
7360 tables as :encode-translation-table and :decode-translation-table.
7361 (Fcoding_system_put): New function.
7362 (syms_of_coding): Declare new symbols. Defsubr
7363 Scoding_system_put.
4c4475a8
GM
7364 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
7365 typically JISX0212.
aca7a3d2
MB
7366
7367 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
7368 when the charset is superset type.
7369
7370 * character.c (translate_char): Accept list of translation tables.
7371
73acf815 73722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7373
1f45f627 7374 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
aca7a3d2
MB
7375 (CODING_ATTR_TRANS_TBL): New macro.
7376
7377 * coding.c (get_translation_table): New function.
7378 (translate_chars): Fix the bug of skipping annotation data.
4c4475a8
GM
7379 (decode_coding, encode_coding): Utilize get_translation_table.
7380 (char_encodable_p, Funencodable_char_position): Translate char if
7381 necessary.
7382 (Ffind_coding_systems_region_internal)
7383 (Fcheck_coding_systems_region): Setup translation table for encode
7384 in a coding system attribute vector in advance.
aca7a3d2
MB
7385 (Fdefine_coding_system_internal): Allow a symbol as translation
7386 table. For shift-jis type coding system, allow 4th charset.
7387
73acf815 73882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7389
7390 * coding.c (decode_coding_sjis): Check the first byte rigidly.
7391
7392 * xdisp.c (get_next_display_element): Pass -1 as POS to
7393 FACE_FOR_CHAR if displaying a C-string.
7394
73acf815 73952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7396
7397 * composite.c (get_composition_id): Handle xoff and yoff in a
7398 composition rule.
7399
7400 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
7401 (struct composition): New member lbearing and rbearing.
7402
7403 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
7404 (x_get_glyph_overhangs): Handle a composition glyph.
1f45f627 7405 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
aca7a3d2
MB
7406
7407 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
7408 composition glyph.
7409
73acf815 74102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7411
7412 * print.c: Include charset.h.
7413 (Vprint_charset_text_property): New variable.
7414 (Qdefault): Extern it.
7415 (PRINT_STRING_NON_CHARSET_FOUND)
7416 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
7417 (print_check_string_result): New variable.
7418 (print_check_string_charset_prop): New function.
7419 (print_prune_charset_plist): New variable.
7420 (print_prune_string_charset): New function.
7421 (print_object): Call print_prune_string_charset if
7422 Vprint_charset_text_property is not t.
7423 (print_interval): Print nothing if itnerval->plist is nil.
7424 (syms_of_print): Declare Vprint_charset_text_property as a lisp
7425 variable. Init and staticpro print_prune_charset_plist.
7426
73acf815 74272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7428
7429 * fontset.c (new_fontset_from_font_name): Use the specified font
7430 for all characters in the new fontset.
7431
7432 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
7433 OBJECT args.
7434
7435 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
7436 OBJECT args for composition too.
7437
7438 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
7439 OBJECT args.
7440
73acf815 74412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7442
7443 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
7444
1f45f627 7445 * fontset.c (reorder_font_vector): Adjust for the change of
aca7a3d2 7446 FONT_DEF format.
1f45f627 7447 (fontset_face): New arg id. Change caller.
aca7a3d2 7448 (face_for_char): New args pos and object.
1f204af3 7449 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
aca7a3d2
MB
7450 (fs_query_fontset): Check NAME by Fassoc too.
7451 (Fset_fontset_font): Allow non-XLFD font name.
1f45f627 7452 (Ffontset_info): Adjust for the change of FONT_DEF format.
aca7a3d2 7453
1f45f627 7454 * fontset.h (face_for_char): Adjust prototype.
aca7a3d2 7455
4c4475a8
GM
7456 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
7457 (append_space, extend_face_to_end_of_line)
7458 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
7459 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
aca7a3d2
MB
7460
7461 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
7462 POS and OBJECT args.
7463
7464 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
7465 POS and OBJECT args.
7466
73acf815 74672008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7468
7469 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
7470 of GlobalAlloc'ed memory.
7471
73acf815 74722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7473
7474 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
7475
7476 * charset.h (charset_table_used): Delete extern.
7477
7478 * charset.c (charset_table_used): Make it static.
7479 (map_charset_chars): Fix args to c_function with.
7480
7481 * chartab.c (map_sub_char_table_for_charset): Fix args to
7482 c_function with.
7483
7484 * coding.h (enum coding_result_code): Delete
7485 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
7486
7487 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1f45f627 7488 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
aca7a3d2
MB
7489 (Vlast_code_conversion_error): New variables.
7490 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
7491 (ONE_MORE_BYTE): Record error if any instead of signaling an
7492 error. If non-ASCII multibyte char is found, return the negative
7493 value of the code. All callers changed to check it.
7494 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1f45f627
GM
7495 (record_conversion_result): New function. Change all codes setting
7496 coding->result to call this function.
4c4475a8
GM
7497 (detect_coding_utf_8, decode_coding_utf_8)
7498 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
7499 Don't use the local variable incomplete.
aca7a3d2 7500 (emacs_mule_char): Change the second arg to `const'.
aca7a3d2
MB
7501 (decode_coding): Fix of flushing out unprocessed data.
7502 (make_conversion_work_buffer): Fix making of a work buffer.
2a2e8de7 7503 (decode_coding_object): Return coding->dst_object.
aca7a3d2
MB
7504
7505 * fontset.c (set_fontset_font): Fix args.
7506
7507 * lisp.h (CHARACTERBITS): Define as 22.
7508
7509 * process.c (send_process): Be sure to set coding->src_multibyte.
7510
7511 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
7512
73acf815 75132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7514
7515 * xdisp.c (handle_auto_composed_prop): Give limit to
7516 Fnext_single_char_property_change.
7517
73acf815 75182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7519
424c157f 7520 * composite.c (syms_of_composite): Don't make the composition hash
1f45f627 7521 table weak.
aca7a3d2
MB
7522
7523 * fontset.c (Fset_fontset_font): Fix docstring.
7524
7525 * lisp.h (detect_coding_system): Adjust prototype.
7526
7527 * fileio.c (kill_workbuf_unwind): Delete this function.
7528 (Finsert_file_contents): Adjust the call of detect_coding_system.
7529 Get conversion_buffer by code_conversion_save. Use the macor
7530 CODING_MAY_REQUIRE_DECODING. After decoding, update
7531 coding_system.
7532
7533 * coding.h (make_conversion_work_buffer): Delete extern.
7534 (code_conversion_save): Extern it.
7535
7536 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1f45f627 7537 (CODING_GET_INFO): Delete argument eol_type. Change callers.
aca7a3d2
MB
7538 (decode_coding_utf_8): Don't do eol converion.
7539 (detect_coding_utf_16): Check coding->src_chars, not
1f45f627 7540 coding->src_bytes. Add heuristics for those that have no signature.
4c4475a8
GM
7541 (decode_coding_emacs_mule, decode_coding_iso_2022)
7542 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
7543 Don't do eol converion.
aca7a3d2
MB
7544 (adjust_coding_eol_type): Return a new coding system.
7545 (detect_coding): Don't detect eol. Fix for utf-16 detection.
7546 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
7547 each change.
7548 (decode_coding): Pay attention to undo_list. Do eol convesion for
7549 all types of coding-systems (if necessary).
7550 (Vcode_conversion_work_buf_list): Delete it.
1f45f627 7551 (Vcode_conversion_reused_workbuf): Rename from
aca7a3d2
MB
7552 Vcode_conversion_reused_work_buf.
7553 (Vcode_conversion_workbuf_name): New variable.
7554 (reused_workbuf_in_use): New variable.
7555 (make_conversion_work_buffer): Delete the arg DEPTH.
4c4475a8 7556 (code_conversion_restore): Change argument to cons.
1f45f627
GM
7557 (code_conversion_save): Delete the argument BUFFER. Change callers.
7558 (detect_coding_system): New argument src_chars. Change callers.
aca7a3d2
MB
7559 Fix for utf-16 detection.
7560 (init_coding_once): Don't use ISO_carriage_return.
1f45f627 7561 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
aca7a3d2
MB
7562 reused_workbuf_in_use.
7563
73acf815 75642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7565
7566 * keymap.c (store_in_keymap): Pay attention to the case that idx
7567 is a cons specifying a character range.
7568
73acf815 75692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7570
7571 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
7572 HANDLED_RECOMPUTE_PROPS.
7573
7574 * coding.c (Fdefine_coding_system_internal): Fix checking of
7575 ascii compatibility.
7576
73acf815 75772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7578
1f45f627 7579 * charset.c (find_charsets_in_text): Delete unused locale variable.
aca7a3d2
MB
7580 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
7581
7582 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
7583 Resync charset_list to Vemacs_mule_charset_list.
7584
7585 * keymap.c (store_in_keymap): Pay attention to the case that idx
7586 is a cons specifying a character range.
7587
73acf815 75882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7589
7590 * composite.c (update_compositions): Bind inhibit-read-only, etc
7591 to t before calling remove-list-of-text-properties.
7592
7593 * print.c (print_object): Always print ASCII chars as is.
7594
73acf815 75952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7596
1f45f627 7597 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
aca7a3d2 7598
4c4475a8
GM
7599 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
7600 is a char table.
aca7a3d2 7601
73acf815 76022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7603
1f45f627 7604 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
aca7a3d2 7605
73acf815 76062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7607
7608 * xfaces.c (set_lface_from_font_name): Fix for the case that
7609 FONTNAME is not fontset name.
7610
73acf815 76112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7612
7613 * fns.c (base64_encode_1): Fix previous change.
7614
73acf815 76152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7616
7617 * fontset.c (set_fontset_font): New function.
7618 (Fset_fontset_font): If a font is specified for a charset, use
7619 map_charset_chars to store the font spec in a fontset.
7620
73acf815 76212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7622
1f204af3 7623 * fontset.c (fontset_face): Create a fallback fontset on demand.
aca7a3d2
MB
7624 (make_fontset): Don't create a fallback fontset here.
7625 (free_face_fontset): Free a fallback fontset (if any) too.
7626 (n_auto_fontsets): Delete this variable.
7627 (auto_fontset_alist): New variable.
7628 (new_fontset_from_font_name): Check auto_fontset_alist.
7629 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
7630 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
7631 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
7632 Defsubr Sfontset_list_all.
7633
73acf815 76342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7635
7636 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
7637
73acf815 76382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7639
7640 * fontset.c (Fnew_fontset): Check NAME more rigidly.
7641
73acf815 76422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7643
7644 * editfns.c (Fgoto_char): Fix docstring.
7645
73acf815 76462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7647
7648 * insdel.c (insert_from_gap): Adjust intervals correctly.
7649
73acf815 76502008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7651
7652 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
7653 (pfnGetFontUnicodeRanges): New dynamically loaded function.
7654 (w32_initialize): Try to load it.
7655 (x_get_font_repertory): Use it if available.
7656 (w32_encode_char): Add shortcut for unicode output.
7657
7658 * w32fns.c (w32_load_system_font): Default charset to -1.
7659 (x_to_w32_charset): Match all fonts for unicode.
1f45f627 7660 (w32_to_x_charset): New parameter matching. Don't return partial
aca7a3d2
MB
7661 or wildcard charsets.
7662 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
7663 (w32_codepage_for_font): Return CP_UNICODE for unicode.
7664 (w32_to_x_font): Match charset to real charset.
7665 (enum_font_cb2): Always list unicode versions.
7666
7667 * makefile.w32-in (temacs): Increase EMHEAP.
7668
73acf815 76692008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7670
7671 * w32term.c (w32_encode_char): New charset parameter.
7672 font_info.encoding becomes encoding_type.
1f45f627 7673 (x_get_font_repertory): New function. Warning: stub only!
aca7a3d2
MB
7674 (x_new_font): Return quickly if font already set.
7675 (x_new_fontset): fontsetname parameter is Lisp_Object.
2a2e8de7
JB
7676 Use new fs_query_fontset. Try new_fontset_from_font_name.
7677 Use fontset_name for return value.
aca7a3d2
MB
7678
7679 * w32term.h: Declare x_get_font_repertory.
7680
7681 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1f45f627 7682 place of find_charset_in_text. Use encode_coding_object in place
aca7a3d2
MB
7683 of encode_coding.
7684 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
7685 decode_coding.
7686
7687 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
7688 of x_new_fontset.
7689 (w32_load_system_font): Initialize charset as unicode.
7690 font_info.encoding becomes encoding_type.
1f45f627
GM
7691 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
7692 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
aca7a3d2
MB
7693 (syms_of_w32fns): Set get_font_repertory_func.
7694
1f45f627 7695 * w32console.c: Include character.h. Use terminal_encode_buffer
aca7a3d2 7696 from term.c.
1f45f627 7697 (write_glyphs): Use new version of encode_terminal_code. Use
aca7a3d2
MB
7698 encode_coding_object in place of encode_coding.
7699
7700 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
7701 encoding becomes encoding_type.
7702
7703 * term.c (terminal_encode_buffer): Make externally visible.
7704
7705 * makefile.w32-in: Add character.h dependancies.
7706 (character.o, chartab.o): New targets.
7707
73acf815 77082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7709
7710 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1f45f627 7711 CODING_ID_EOL_TYPE.
aca7a3d2 7712
73acf815 77132008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
7714
7715 * coding.c (produce_chars): Revert last change.
7716
73acf815 77172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7718
7719 * charset.h (charset_unicode): Extern it.
7720
7721 * charset.c (string_xstring_p): Check by (C >= 0x100).
1f45f627 7722 (find_charsets_in_text): Change format of the arc CHARSETS. New
aca7a3d2 7723 arg MULTIBYTE.
1f45f627 7724 (Ffind_charset_region, Ffind_charset_string): Adjust for the
aca7a3d2
MB
7725 change of find_charsets_in_text.
7726 (Fsplit_char): Fix doc. Never return unknown.
7727
7728 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
7729
7730 * coding.c (Fdefine_coding_system_alias): Update
7731 Vcoding_system_list.
7732
7733 * fontset.c (load_font_get_repertory): Pay attention to the case
7734 that ENCODING of a font is specified by a char-table.
7735
7736 * xterm.c (x_get_font_repertory): Handle the case that the
7737 encoding of font is other than Unicode.
7738
73acf815 77392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7740
7741 * term.c (encode_terminal_code): Don't handle glyph-table. Check
7742 if a character is encodable by the terminal coding system. If
7743 not, produces proper number of `?'s. Update
7744 terminal_encode_buffer and terminal_encode_buf_size if necessary.
7745 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
7746
73acf815 77472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7748
7749 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
7750 variables.
1f45f627 7751 (encode_terminal_code): Change argument. Encode multiple
aca7a3d2
MB
7752 characters at once. Store the result of encoding in
7753 terminal_encode_buffer.
4c4475a8
GM
7754 (write_glyphs, insert_glyphs): Adjust for the change of
7755 encode_terminal_code.
aca7a3d2
MB
7756 (term_init): Initialize terminal_encode_buffer and
7757 terminal_encode_buf_size.
7758
7759 * coding.c (consume_chars): If coding->src_object is nil, don't
7760 check annotation.
7761
73acf815 77622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7763
7764 * character.c (char_string): Use ASCII_CHAR_P instead of
7765 SINGLE_BYTE_CHAR_P.
7766
73acf815 77672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7768
7769 * xdisp.c (handle_auto_composed_prop): Check if the last
7770 characters of auto-composed region is newly composed with the
7771 following characters.
7772 (handle_composition_prop): Fix checking of point being inside
7773 composition.
7774
73acf815 77752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7776
7777 * fns.c (concat): Don't change multibyteness of the result by
7778 concatenating an 8-bit character.
7779
7780 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
7781 multibyteness of the result when newelt is an 8-bit character.
7782
73acf815 77832008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7784
7785 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
7786 EMACS_INT.
7787
7788 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
7789
7790 * xfaces.c (face_numeric_value): Declare dim size_t.
7791 (Finternal_lisp_face_equal_p): Remove unused f.
7792
7793 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
7794 (MATRIX_ROW): Remove unused vars.
7795 (draw_glyphs, x_insert_glyphs, fast_find_position)
7796 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
7797 byte/char counts.
7798
7799 * regex.c (regex_compile): Remove unused var.
7800
7801 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
7802
7803 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
7804 (Faccessible_keymaps, where_is_internal): Remove unused vars.
7805
7806 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
7807
7808 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
7809
7810 * fileio.c (Fwrite_region): Remove unused var.
7811
7812 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
7813 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
7814
7815 * composite.c (Fremove_list_of_text_properties): Declare.
7816
1f45f627
GM
7817 * coding.c (inhibit_pre_post_conversion): Remove (unused).
7818 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
aca7a3d2
MB
7819 (coding_inherit_eol_type): Remove unused attrs.
7820 (detect_coding): Cast arg of detect_eol.
7821
7822 * charset.c (syms_of_charset): Remove unused var p.
7823 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
7824 byte/char counts.
7825
7826 * casetab.c (set_case_table): Remove unused var.
7827
7828 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
1f45f627 7829 unused vars.
aca7a3d2 7830
73acf815 78312008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7832
7833 * xterm.c (x_bitmap_mask): Declare.
7834
73acf815 78352008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7836
7837 * xterm.c (x_term_init): Fix type error.
7838
7839 * lisp.h: Add Funibyte_char_to_multibyte.
7840
7841 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
7842 (Fset_coding_system_priority): Doc fix.
7843
aca7a3d2
MB
7844 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
7845
7846 * indent.c (check_composition): Make start and end EMACS_INT.
7847
7848 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
7849
7850 * xdisp.c (handle_composition_prop, check_point_in_composition):
7851 Make buffer positions EMACS_INT.
7852
7853 * composite.c (find_composition, run_composition_function)
7854 (update_compositions, Ffind_composition_internal): Make buffer
7855 positions EMACS_INT.
7856
7857 * composite.h (find_composition, update_compositions): Make
7858 position args EMACS_INT.
7859
1f45f627 7860 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
aca7a3d2
MB
7861
7862 * intervals.c (get_property_and_range):
7863 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
7864
7865 * unexalpha.c: Don't include varargs.h.
7866
73acf815 78672008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7868
7869 * coding.h (ENCODE_UTF_8): New.
7870
7871 * Makefile.in (gtkutil.o): Depend on coding.h.
7872
7873 * coding.c (Fset_coding_system_priority): Doc fix.
7874
73acf815 78752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7876
7877 * fileio.c (Finsert_file_contents): Call setup_coding_system in
7878 the case of auto saving.
7879
73acf815 78802008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 7881
4c4475a8
GM
7882 * chartab.c (map_char_table, map_char_table_for_charset): Protect
7883 `range' from GC.
aca7a3d2 7884
73acf815 78852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7886
7887 * coding.c (decode_coding_sjis): Check bytes more rigidly.
7888
73acf815 78892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7890
1f45f627 7891 * fileio.c (choose_write_coding_system): Return a decided coding system.
aca7a3d2
MB
7892 (Fwrite_region): Set Vlast_coding_system_used to the return value
7893 of choose_write_coding_system.
7894
73acf815 78952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7896
7897 * charset.c (Fset_charset_priority): Pay attention to duplicated
7898 arguments.
7899
7900 * coding.c (QCcategory): New variable.
7901 (syms_of_coding): Defsym it. Set all elements of
7902 Vcoding_category_table and their symbol values.
7903 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
7904 coding-category-XXX, and coding-category-list.
7905 (Fdefine_coding_system_internal): Add category in the plist.
7906
73acf815 79072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7908
7909 * callproc.c (Fcall_process): Handle carryover correctly.
7910
1f45f627 7911 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
aca7a3d2
MB
7912 (raw_text_coding_system): Check NILP (coding_system).
7913 (coding_inherit_eol_type): Check NILP (coding_system) and
7914 NILP (parent).
7915 (consume_chars): Fix for the case of raw-text.
7916
7917 * process.c (read_process_output): Handle carryover correctly.
7918
73acf815 79192008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7920
7921 * regex.c (re_search_2): Fix last change.
7922
73acf815 79232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7924
7925 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
7926 target_multibyte. Even in a unibyte case, return a converted
7927 multibyte char.
7928 (GET_CHAR_AFTER): New macro.
7929 (PATFETCH): Translate via multibyte char.
7930 (HANDLE_UNIBYTE_RANGE): Delete this macro.
7931 (SETUP_MULTIBYTE_RANGE): New macro.
7932 (regex_compile): Setup compiled code so that its multibyteness
7933 matches that of a target. Fix the handling of "[X-YZ]" using
7934 SETUP_MULTIBYTE_RANGE.
7935 (analyse_first) <charset>: For filling fastmap for all multibyte
7936 characters, don't check by BASE_LEADING_CODE_P.
7937 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
7938 the same as RE_MULTIBYTE_P (bufp) now.
1f45f627 7939 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
aca7a3d2
MB
7940 (TARGET_CHAR_AND_LENGTH): Delete this macro.
7941 (TRANSLATE_VIA_MULTIBYTE): New macro.
7942 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
7943 It is the same as RE_MULTIBYTE_P (bufp) now.
7944 <exactn>: Translate via multibyte.
7945 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
7946 translate it.
7947 <charset, charset_not>: Fetch a character by
7948 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
7949 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
7950 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
7951 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
7952 by GET_CHAR_AFTER.
c5ad7a3d 7953 (bcmp_translate): Likewise.
aca7a3d2
MB
7954
7955 * search.c (compile_pattern): Check the member target_multibyte,
7956 not the member multibyte of buf.
7957
7958 * lread.c (read1): While reading a string, set force_singlebyte
7959 and force_multibyte correctly.
7960
4c4475a8
GM
7961 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
7962 up of unibyte_to_multibyte_table.
aca7a3d2 7963
73acf815 79642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7965
7966 * coding.c (setup_coding_system): If coding has
7967 post-read-conversion or pre-write-conversion, set
7968 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
7969 respectively.
7970 (decode_coding_gap): Run post-read-conversion if any.
7971
7972 * fileio.c (Finsert_file_contents): Even if we read into a
7973 unibyte buffer, check if we must decode the result or not.
7974
73acf815 79752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7976
7977 * coding.c (make_conversion_work_buffer): Change the work buffer
7978 name to the same one as that of Emacs 21.
7979
73acf815 79802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7981
1f45f627 7982 * coding.h (make_conversion_work_buffer): Adjust prototype.
aca7a3d2
MB
7983 (code_conversion_restore): Don't extern it.
7984
7985 * coding.c (detected_mask): Delete unused variable.
7986 (decode_coding_iso_2022): Pay attention to the byte sequence of
7987 CTEXT extended segment, and retain those bytes as is.
7988 (decode_coding_ccl): Delete unused variable `valids'.
7989 (setup_coding_system): Delete unused variable `category'.
7990 (consume_chars): Delete unused variable `category'. Make it work
7991 for non-multibyte case.
1f45f627 7992 (make_conversion_work_buffer): Change argument.
aca7a3d2
MB
7993 (saved_coding): Delete unused variable.
7994 (code_conversion_restore): Don't check saved_coding->destination.
7995 (code_conversion_save): New function.
7996 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
7997 instead of record_unwind_protect.
1f45f627 7998 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
aca7a3d2 7999 (detect_coding_system): Delete unused variable `mask'.
1f45f627 8000 (Fdefine_coding_system_internal): Delete unused vaiable id.
aca7a3d2
MB
8001
8002 * fileio.c (kill_workbuf_unwind): New function.
8003 (Finsert_file_contents): On replacing, call
8004 make_conversion_work_buffer with correct args, and call
8005 record_unwind_protect with the first arg kill_workbuf_unwind.
8006
8007 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
8008
73acf815 80092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8010
1f45f627 8011 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
aca7a3d2
MB
8012 (fontset_add): Fix for the case that TO is less than TO1.
8013 (Ffontset_info): Don't use fallback fontset on checking the
8014 default fontset.
8015 (dump_fontset): New function for debugging.
8016
8017 * coding.c (Fdefine_coding_system_internal): Fix for the case that
8018 coding_type is Qcharset.
8019
73acf815 80202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8021
8022 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
8023 (map_char_table): Don't inherit the value from the parent on
1f45f627 8024 initializing VAL. Adjust for the above change.
aca7a3d2 8025
73acf815 80262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8027
8028 * coding.c (Qsignature, Qendian): Delete these variables.
8029 (syms_of_coding): Don't initialize them.
8030 (CATEGORY_MASK_UTF_16_AUTO): New macro.
8031 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
8032 detect_info->found.
8033 (decode_coding_utf_16): Don't detect BOM here.
8034 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
8035 is NOT utf_16_without_bom.
8036 (setup_coding_system): For a coding system of type utf-16, check
8037 if the attribute :endian is Qbig or not (not nil or not), and set
8038 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
8039 (detect_coding): If coding type is utf-16 and BOM detection is
8040 required, detect it.
8041 (Fdefine_coding_system_internal): For a coding system of type
1f45f627 8042 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
aca7a3d2 8043
73acf815 80442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8045
8046 * coding.c (coding_set_source): Fix for the case that the current
8047 buffer is different from coding->src_object.
8048 (decode_coding_object): Don't use the conversion work buffer if
8049 DST_OBJECT is a buffer.
8050
73acf815 80512008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8052
8053 * lread.c (read_emacs_mule_char) [len==2]: Index
8054 emacs_mule_charset correctly.
8055
73acf815 80562008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8057
8058 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
8059 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1f45f627 8060 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
aca7a3d2
MB
8061 treated specially.)
8062 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
8063 (detected_mask): Remove Big5 bits.
8064
73acf815 80652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8066
8067 The following changes are to make the font rescaling facility
8068 compatible with Emacs 21.
8069
1f45f627 8070 * xfaces.c (Vface_font_rescale_alist): Rename from
aca7a3d2
MB
8071 Vface_resizing_fonts.
8072 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1f45f627 8073 (font_rescale_ratio): Rename from font_resizing_ratio.
aca7a3d2
MB
8074 (split_font_name): Set font->rescale_ratio.
8075 (better_font_p): Pay attention to font->rescale_ratio.
8076 (build_scalable_font_name): Likewise. Change RESX, and RESY
8077 fields.
1f45f627 8078 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
aca7a3d2 8079
73acf815 80802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8081
8082 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
8083 (Qutf_16_le): Remove these variables.
8084 (syms_of_coding): Don't DEFSYM them.
8085 (decode_coding_utf_16): Fix handling of BOM.
8086 (encode_coding_utf_16): Fix handling of BOM.
8087
73acf815 80882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8089
8090 * fileio.c (Finsert_file_contents): On replacing, before decoding
1f45f627 8091 the file into the work buffer, set point of the work buffer to the end.
aca7a3d2 8092
73acf815 80932008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8094
8095 * coding.c (Fcheck_coding_systems_region): Fix type errors.
8096
73acf815 80972008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8098
8099 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
8100 and fix C types.
8101
73acf815 81022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8103
8104 * xdisp.c (SKIP_GLYPHS): New macro.
8105 (set_cursor_from_row): Pay attention to string display properties.
8106
8107 * category.c (copy_category_entry): Fix for the case that RANGE
8108 is an integer.
8109
8110 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
8111
1f45f627 8112 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
aca7a3d2 8113
73acf815 81142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8115
8116 * charset.c (Fcharset_id_internal): New function.
8117 (syms_of_charset): Defsubr it.
8118
8119 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
8120 with the last arg charset_list acquired from coding.
8121 (Fdefine_coding_system_internal): For ccl-based coding system, fix
8122 the attribute coding_attr_ccl_valids.
8123
8124 * coding.h (enum define_coding_ccl_arg_index): Set the first
8125 member coding_arg_ccl_decoder to coding_arg_max.
8126
1f45f627 8127 * ccl.h (ccl_driver): Adjust prototype.
aca7a3d2
MB
8128
8129 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
8130 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
8131 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4c4475a8
GM
8132 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
8133 last arg Qnil.
aca7a3d2 8134
73acf815 81352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8136
8137 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
8138 call encode_char.
8139
1f45f627 8140 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
aca7a3d2 8141
73acf815 81422008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8143
1f45f627 8144 * composite.c (syms_of_composite): Make composition_hash_table weak.
aca7a3d2 8145
73acf815 81462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8147
8148 * dispextern.h (check_face_attributes, generate_ascii_font_name)
8149 (font_name_registry): Don't extern them.
1f45f627 8150 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
aca7a3d2
MB
8151
8152 * fontset.h (Qfontset): Don't extern it.
8153 (new_fontset_from_font_name): Extern it.
8154
8155 * fontset.c: Give 8 extra slots to fontset objects.
8156 (Qfontset_info): New variable.
8157 (syms_of_fontset): Defsym it.
8158 (FONTSET_FALLBACK): New macro.
8159 (fontset_face): Try also the default fontset.
1f45f627
GM
8160 (make_fontset): Realize a fallback fontset from the default fontset.
8161 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
aca7a3d2
MB
8162 using split_font_name_into_vector and build_font_name_from_vector.
8163 (Fset_fontset_font): Access the elements of font_spec by enum
8164 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
8165 name by using split_font_name_into_vector.
8166 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
8167 generate a proper font name from the fontset name. Update
8168 Vfontset_alias_alist.
8169 (n_auto_fontsets): New variable.
8170 (new_fontset_from_font_name): New function.
8171 (Ffont_info): Store the information about fonts generated from the
1f45f627 8172 default fontset in the first extra slot of the returned char-table.
aca7a3d2 8173
1f45f627
GM
8174 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
8175 (font_name_registry): Delete function.
aca7a3d2
MB
8176 (split_font_name_into_vector): New function.
8177 (build_font_name_from_vector): New function.
1f45f627 8178 (font_list): The argument REGISTRY is now a list of registry names.
aca7a3d2
MB
8179 (choose_face_font): If we are choosing an ASCII font, and ATTRS
8180 specifies an explicit font name, return the name as is. Make a
8181 list of registy names.
8182
1f45f627 8183 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
aca7a3d2
MB
8184 of x_new_fontset.
8185 (Fx_create_frame): Don't call x_new_fontset here. Just use
8186 x_list_fonts to check the existence of fonts.
8187
1f45f627 8188 * xterm.h (x_new_fontset): Adjust prototype.
aca7a3d2
MB
8189
8190 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
8191 string. Use new_fontset_from_font_name to create a fontset from a
8192 font name.
8193
1c8658b9
GM
81942008-02-01 Kenichi Handa <handa@m17n.org>
8195
8196 * syntax.c (Vfind_word_boundary_function_table): New name for
8197 Vnext_word_boundary_function_table.
8198 (find-word-boundary-function-table): New name for
8199 next-word-boundary-function-table.
8200
73acf815 82012008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8202
8203 * Makefile.in: Fix some dependencies.
8204
8205 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
8206 set it to nil before returning.
8207
8208 * composite.c (update_compositions): Fix type error.
8209
8210 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
8211
73acf815 82122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8213
8214 * xterm.c (x_new_font): Optimize for the case that the font is
8215 already set for the frame.
8216
73acf815 82172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8218
8219 * chartab.c (char_table_ascii): Check if the char table contents
8220 is sub-char-table or not.
4c4475a8
GM
8221 (char_table_set, char_table_set_range): Fix argument to
8222 char_table_ascii.
aca7a3d2
MB
8223
8224 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
8225 (detect_coding_utf_8, detect_coding_utf_16)
8226 (detect_coding_emacs_mule, detect_coding_iso_2022)
8227 (detect_coding_sjis, detect_coding_big5)
8228 (detect_coding_ccl, detect_coding_charset): Change argument MASK
8229 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1f45f627 8230 sequence is valid in this coding system. Change callers.
aca7a3d2
MB
8231 (MAX_ANNOTATION_LENGTH): New macro.
8232 (ADD_ANNOTATION_DATA): New macro.
1f45f627
GM
8233 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
8234 ADD_ANNOTATION_DATA. Change the format of annotation data.
aca7a3d2 8235 (ADD_CHARSET_DATA): New macro.
1f45f627 8236 (emacs_mule_char): New argument ID. Change callers.
aca7a3d2
MB
8237 (decode_coding_emacs_mule, decode_coding_iso_2022)
8238 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
8239 Produce charset annotation data in coding->charbuf.
8240 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
8241 to charset annotation data in coding->charbuf.
8242 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
8243 coding->common_flags if the coding system is iso-2022 based and
8244 uses designation.
1f45f627 8245 (produce_composition): Adjust for the new annotation data format.
aca7a3d2
MB
8246 (produce_charset): New function.
8247 (produce_annotation): Handle charset annotation.
8248 (handle_composition_annotation, handle_charset_annotation): New
8249 functions.
8250 (consume_chars): Handle charset annotation. Utilize the above two
8251 functions.
8252 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
8253 buffer, get the deleted text as a string and set
8254 coding->src_object to that string.
8255 (detect_coding, detect_coding_system): Use the new struct
8256 coding_detection_info.
8257
8258 * coding.h (struct coding_detection_info): New structure.
1f45f627 8259 (struct coding_system): Adjust prototype of the member `detector'.
aca7a3d2
MB
8260 (CODING_ANNOTATE_CHARSET_MASK): New macro.
8261
73acf815 82622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8263
8264 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
8265
73acf815 82662008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8267
1f45f627 8268 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
aca7a3d2
MB
8269 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
8270 to new local and nullify apropos_accumulate before returning.
8271 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
8272
73acf815 82732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8274
8275 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
8276 correctly.
8277
73acf815 82782008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8279
8280 * fns.c (Flanginfo): Call synchronize_system_time_locale.
8281
73acf815 82822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8283
8284 The following changes are to make character composition happen
8285 automatically on displaying.
8286
2a2e8de7 8287 * Makefile.in (lisp, shortlisp): Add composite.elc.
aca7a3d2 8288
1f45f627
GM
8289 * composite.h (Qauto_composed, Vauto_composition_function)
8290 (Qauto_composition_function): Extern them.
aca7a3d2 8291
1f45f627
GM
8292 * composite.c (Vcomposition_function_table)
8293 (Qcomposition_function_table): Delete variables.
8294 (Qauto_composed, Vauto_composition_function)
8295 (Qauto_composition_function): New variables.
aca7a3d2
MB
8296 (run_composition_function): Don't call
8297 compose-chars-after-function.
8298 (update_compositions): Clear `auto-composed' text property.
8299 (compose_chars_in_text): Delete this function.
8300 (syms_of_composite): Staticpro Qauto_composed and
8301 Qauto_composition_function. Declare Vauto_composition_function as
8302 a Lisp variable.
8303
8304 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
8305
8306 * xdisp.c (it_props): Add an entry for Qauto_composed.
8307 (handle_auto_composed_prop): New function.
8308
8309 * xselect.c (selection_data_to_lisp_data): Don't call
8310 compose_chars_in_text.
8311
73acf815 83122008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8313
8314 * keyboard.c (read_char): Modify checking around use of
8315 Vkeyboard_translate_table.
8316
8317 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
8318 and fix C types.
8319
73acf815 83202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8321
4c4475a8
GM
8322 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
8323 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8324 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
aca7a3d2 8325 the case that the last byte is '\r' correctly.
1f45f627
GM
8326 (decode_coding): Flush out the unprocessed data correctly.
8327 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
aca7a3d2 8328
73acf815 83292008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8330
f245f2c6
JB
8331 * xterm.c (XTread_socket): Fix changes for defined keysyms.
8332 Add XK_ISO... case.
aca7a3d2
MB
8333 (xaw_scroll_callback): Revert last change.
8334
73acf815 83352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8336
1f45f627 8337 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
aca7a3d2 8338
73acf815 83392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8340
8341 * xfaces.c (Vface_resizing_fonts): New variable.
8342 (struct font_name): New member `resizing_ratio'.
8343 (font_resizing_ratio): New function.
8344 (split_font_name): Set font->resizing_ratio.
8345 (better_font_p): Pay attention to font->resizing_ratio.
8346 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
8347 RESX, and RESY fields.
8348 (try_alternative_families): Try scalable fonts if
8349 Vscalable_fonts_allowed is not Qt.
8350 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
8351
73acf815 83522008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8353
8354 * xterm.c (xaw_scroll_callback): Cast correctly.
8355
73acf815 83562008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8357
8358 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
8359 (lispy_kana_keys): Comment out.
8360 (make_lispy_event) [XK_kana_A]: Comment out.
8361
8362 * xterm.c (xaw_scroll_callback): Cast call_data.
8363 (XTread_socket): Deal with ASCII keysyms.
8364 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
8365
73acf815 83662008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8367
8368 * xterm.c (Vx_keysym_table): New.
8369 (syms_of_xterm): Initialize it.
8370 (XTread_socket): Use it.
8371 From head: Eliminate incorrect optimization that tried to avoid
8372 decoding the output of X*LookupString.
8373 (x_get_font_repertory): Delete charset declaration.
8374
73acf815 83752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8376
1f45f627
GM
8377 * coding.c (detect_coding_charset): If only ASCII bytes are found,
8378 return 0.
aca7a3d2
MB
8379 (Fdefine_coding_system_internal): Setup
8380 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
8381
73acf815 83822008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8383
8384 * coding.c (Fcheck_coding_system): Doc fix.
8385
8386 * editfns.c (Finsert_byte): Return a proper value.
8387
73acf815 83882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8389
8390 * coding.c (decode_coding): Fix args to translate_chars. Pay
8391 attention to Vstandard_translation_table_for_decode.
8392 (encode_coding): Fix args to translate_chars. Pay attention to
8393 Vstandard_translation_table_for_encode.
8394
8395 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
8396 SINGLE_BYTE_CHAR_P.
8397
8398 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
8399 not by SINGLE_BYTE_CHAR_P.
8400
8401 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
8402 SINGLE_BYTE_CHAR_P.
8403
8404 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
8405 SINGLE_BYTE_CHAR_P.
8406
8407 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
8408 by SINGLE_BYTE_CHAR_P.
8409
8410 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
8411 SINGLE_BYTE_CHAR_P.
8412
73acf815 84132008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8414
8415 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
8416
73acf815 84172008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8418
8419 * fns.c (Flanginfo): Fix typo.
8420
8421 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
8422
73acf815 84232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8424
4c4475a8
GM
8425 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
8426 (detect_coding_emacs_mule, detect_coding_iso_2022)
8427 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
8428 incomplete byte sequence. Don't update *mask when correctly detected.
aca7a3d2 8429 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1f45f627 8430 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4c4475a8 8431 (detect_coding, detect_coding_system): Adjust for the changes above.
aca7a3d2 8432
73acf815 84332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8434
1f45f627
GM
8435 * character.c (char_string): Rename from
8436 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
8437 (string_char): Rename from string_char.
aca7a3d2 8438
4c4475a8
GM
8439 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
8440 if C is greater than MAX_3_BYTE_CHAR.
8441 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
8442 string_char instead of string_char_with_unification.
aca7a3d2 8443
73acf815 84442008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8445
8446 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
8447
73acf815 84482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8449
1f45f627 8450 * keymap.c (push_key_description): Pay attention to force_multibyte.
aca7a3d2
MB
8451
8452 * regex.c (re_search_2): Fix for the case of unibyte buffer.
8453
73acf815 84542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8455
8456 * charset.c (define_charset_internal): Rename `supprementary'.
8457
8458 * Makefile.in (lisp, shortlisp): Remove latin-N.
8459
73acf815 84602008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8461
8462 * xfns.c (x_window, x_window): Use use_xim.
8463
8464 * xterm.c (use_xim): Initialize.
8465 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
8466 (x_term_init): Maybe set use_xim.
8467
8468 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
8469
73acf815 84702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8471
8472 * search.c (search_buffer): Fix case-fold-search of multibyte
8473 characters.
8474 (boyer_moore): Rename the last argument to char_high_bits.
8475
73acf815 84762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8477
8478 * xdisp.c (display_string): Fix for the case of zero width glyph.
8479
8480 * xfns.c (x_set_font): Change the error message of the case that
8481 x_new_fontset returns Qt.
8482
8483 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
8484 (Finternal_set_lisp_face_attribute): Use signal_error for the
8485 error of invalid fontset.
8486
8487 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
8488 fontset, return Qt.
8489
73acf815 84902008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8491
aca7a3d2
MB
8492 * unexelf.c (unexec): Make .got handling not SGI-specific.
8493
8494 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
8495
8496 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
8497
8498 * keyboard.c (read_key_sequence): Fix type error.
8499
8500 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
8501 type error.
8502
8503 * fontset.c (fontset_add): Return Lisp_Object.
8504
73acf815 85052008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8506
8507 * charset.h (charset_ordered_list_tick): Declare extern.
8508
73acf815 85092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8510
73acf815 8511 The following changes (and some of 2008-02-01 changes of mine) are
aca7a3d2
MB
8512 for handling syntax, category, and case conversion for unibyte
8513 characters by converting them to multibyte on the fly. With these
8514 changes, we don't have to setup syntax and case tables for unibyte
8515 characters in each language environment.
8516
8517 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
8518 multibyte if necessary.
8519
8520 * bytecode.c (Fbyte_code): Likewise.
8521
8522 * character.h (LEADING_CODE_LATIN_1_MIN)
8523 (LEADING_CODE_LATIN_1_MAX): New macros.
8524 (unibyte_to_multibyte_table): Extern it.
8525 (unibyte_char_to_multibyte): New macro.
8526 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
8527 (CHAR_LEADING_CODE): New macro.
8528 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
8529
8530 * character.c (unibyte_to_multibyte_table): New variable.
1f45f627 8531 (unibyte_char_to_multibyte): Move to character.h and define as macro.
aca7a3d2
MB
8532 (multibyte_char_to_unibyte): If C is an eight-bit character,
8533 convert it to the corresponding byte value.
8534
8535 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
8536 not 1, singals an error. Update the elements of
8537 unibyte_to_multibyte_table.
8538 (init_charset_once): Initialize unibyte_to_multibyte_table.
8539 (syms_of_charset): Define the charset `iso-8859-1'.
8540
aca7a3d2
MB
8541 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
8542 as is without converting it to unibyte. In a unibyte buffer,
8543 convert C to multibyte before checking the syntax.
8544
1f45f627 8545 * lisp.h (unibyte_char_to_multibyte): Delete extern.
aca7a3d2
MB
8546
8547 * minibuf.c (Fminibuffer_complete_word): Use the macro
8548 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
8549
8550 * regex.h (struct re_pattern_buffer): New member target_multibyte.
8551
8552 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
8553 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
8554 that is zero, convert an eight-bit char to multibyte.
8555 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
8556 non-emacs case.
8557 (PATFETCH): Convert an eight-bit char to multibyte.
8558 (HANDLE_UNIBYTE_RANGE): New macro.
8559 (regex_compile): Setup the compiled pattern for multibyte chars
8560 even if the given regex string is unibyte. Use PATFETCH_RAW
8561 instead of PATFETCH in many places. To handle `charset'
c5ad7a3d 8562 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
aca7a3d2 8563 only for ASCII chars.
1f45f627 8564 (analyse_first) <exactn>: Simplify because the compiled pattern
aca7a3d2
MB
8565 is multibyte.
8566 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
8567 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1f45f627 8568 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
aca7a3d2
MB
8569 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
8570 multibyte always 1.
8571 (re_search_2): In emacs, set the locale variable multibyte to 1,
8572 otherwise to 0. New local variable target_multibyte. Check it
8573 to decide the multibyteness of STR1 and STR2. If
8574 target_multibyte is zero, convert unibyte chars to multibyte
8575 before translating and checking fastmap.
8576 (TARGET_CHAR_AND_LENGTH): New macro.
8577 (re_match_2_internal): In emacs, set the locale variable multibyte
8578 to 1, otherwise to 0. New local variable target_multibyte. Check
8579 it to decide the multibyteness of STR1 and STR2. Use
8580 TARGET_CHAR_AND_LENGTH to fetch a character from D.
8581 <charset, charset_not>: If multibyte is nonzero, check fastmap
c5ad7a3d 8582 only for ASCII chars. Call bcmp_translate with
aca7a3d2
MB
8583 target_multibyte, not with multibyte.
8584 <begline>: Declare the local variable C as `unsigned'.
8585 (bcmp_translate): Change the last arg name to target_multibyte.
8586
8587 * search.c (compile_pattern_1): Don't adjust the multibyteness of
8588 the regexp pattern and the matching target. Set cp->buf.multibyte
8589 to the multibyteness of the regexp pattern. Set
1f45f627 8590 cp->but.target_multibyte to the multibyteness of the matching target.
aca7a3d2
MB
8591 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
8592 FETCH_STRING_CHAR_ADVANCE.
8593 (Freplace_match): Convert unibyte chars to multibyte.
8594
4c4475a8
GM
8595 * syntax.c (char_quoted, back_comment, scan_words)
8596 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
8597 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
aca7a3d2 8598 unibyte chars to multibyte.
1f45f627
GM
8599 (skip_chars): Delete the arg syntaxp, and move the code for
8600 handling syntaxes to skip_syntaxes. Change callers.
aca7a3d2
MB
8601 Fix the case that the multibyteness of STRING and the current
8602 buffer doesn't match.
8603 (skip_syntaxes): New function.
8604 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
8605 SINGLE_BYTE_CHAR_P.
aca7a3d2 8606
73acf815 86072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8608
8609 * xfaces.c (QCfontset): New variable.
8610 (LFACE_FONTSET): New macro.
8611 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
8612 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
4c4475a8
GM
8613 (Finternal_set_lisp_face_attribute)
8614 (Finternal_get_lisp_face_attribute): Handle QCfontset.
aca7a3d2
MB
8615 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
8616 check also LFACE_FONTSET_INDEX.
8617 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
8618 attrs[LFACE_FONT_INDEX].
8619 (syms_of_xfaces): Intern and staticpro QCfontset.
8620
8621 * dispextern.h (enum lface_attribute_index): New member
8622 LFACE_FONTSET_INDEX.
8623
8624 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
8625
73acf815 86262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8627
8628 * coding.c (coding_set_destination): Fix coding->destination for
8629 the case converting a region.
8630 (encode_coding_utf_8): Encode eight-bit chars as single byte.
8631 (encode_coding_object): Fix coding->dst_pos and
8632 coding->dst_pos_byte for the case converting a region.
8633
8634 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
8635
8636 * character.h (BYTE8_STRING): New macro.
8637
8638 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
8639
73acf815 86402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8641
8642 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
8643 characters by octal form.
8644
8645 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
8646
1f45f627 8647 * buffer.h (_fetch_multibyte_char_len): Delete extern.
4c4475a8
GM
8648 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
8649 _fetch_multibyte_char_len.
aca7a3d2
MB
8650 (FETCH_CHAR_AS_MULTIBYTE): New macro.
8651
1f45f627 8652 * casetab.c (set_canon, set_identity, shuffle): Simplify.
aca7a3d2 8653
1f45f627 8654 * casefiddle.c (casify_object): Simplify. Handle the case that
aca7a3d2 8655 the case conversion change the byte length.
1f45f627 8656 (casify_region): Likewise.
aca7a3d2 8657
1f45f627 8658 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
aca7a3d2 8659
1f45f627 8660 * character.c (_fetch_multibyte_char_len): Delet this variable.
aca7a3d2
MB
8661 (syms_of_character): Setup Vprintable_chars.
8662
8663 * editfns.c (Fchar_equal): Fix for the unibyte case.
8664 (Finsert_byte): New function.
8665 (syms_of_editfns): Defsubr it.
8666
8667 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
8668 of direct code 0x3ffff.
8669
8670 * search.c (Freplace_match): Fix for the unibyte case.
8671
73acf815 86722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8673
8674 * lread.c (safe_to_load_p): Fix the logic.
8675
8676 * syntax.c (scan_words): Don't treat characters belonging to
8677 different scripts as constituting a word.
8678
8679 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
8680
1f45f627 8681 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
aca7a3d2
MB
8682
8683 * emacs.c (main): In the case of --unibyte, instead of aborting on
8684 finding non-empty buffer, make it unibyte.
8685
73acf815 86862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8687
8688 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
8689 to create a fontset.
8690
73acf815 86912008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8692
8693 * character.c (Funibyte_char_to_multibyte): Doc fix.
8694
8695 * xfns.c [HAVE_STDLIB_H]: Fix last change.
8696
73acf815 86972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8698
8699 * fontset.c (fontset_add): Make the type `int'.
8700 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
8701
4c4475a8
GM
8702 * character.c (unibyte_char_to_multibyte)
8703 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
aca7a3d2 8704 charset_unibyte, not charset_primary.
aca7a3d2 8705
1f45f627 8706 * charset.h (charset_unibyte): Extern it instead of charset_primary.
aca7a3d2 8707
1f45f627
GM
8708 * charset.c (charset_unibyte): Rename from charset_primary.
8709 (Funibyte_charset): Rename from Fprimary_charset.
8710 (Fset_unibyte_charset): Rename from Fset_primary_charset.
8711 (syms_of_charset): Adjust for the above changes.
aca7a3d2
MB
8712
8713 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
8714 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
8715 it->multibyte_p is zero.
8716
8717 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1f45f627 8718 Delete extern.
aca7a3d2 8719
73acf815 87202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8721
8722 * coding.c (Fdefine_coding_system_internal): Fix category setting
8723 for a coding system of type iso-2022.
8724
73acf815 87252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8726
1f45f627 8727 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
aca7a3d2 8728
73acf815 87292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8730
8731 * syntax.c (Vnext_word_boundary_function_table): New variable.
1c8658b9
GM
8732 (next-word-boundary-function-table): Declare it as a Lisp variable
8733 in syms_of_syntax.
aca7a3d2
MB
8734 (scan_words): Call functions in Vnext_word_boundary_function_table
8735 if any.
8736
8737 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
8738
8739 * fontset.c (fs_load_font): If fontp->charset is not negative,
8740 return fontp without setting its members.
8741
73acf815 87422008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8743
aca7a3d2
MB
8744 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
8745
8746 * m/sparc.h (HAVE_ALLOCA): Delete.
8747
8748 * s/irix6-5.h: Don't include strings.h.
8749 (bcopy, bzero, bcmp): Don't undef.
8750
8751 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
8752
8753 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
8754 (TIOCSIGSEND): Don't test IRIX6.
8755 (bcopy, bzero, bcmp): Define conditionally.
8756
73acf815 87572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8758
8759 * buffer.c (Qas, Qmake, Qto): New variables.
1f45f627 8760 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
aca7a3d2
MB
8761 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
8762
8763 * callproc.c (Fcall_process): Don't call insert_1_both directly if
8764 we are inserting a process output into a multibyte buffer.
8765
8766 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
8767 multibyte_char_to_unibyte.
8768
8769 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
8770 by the primary charset, make it eight-bit char.
8771 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
8772
1f45f627
GM
8773 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
8774 (charset_8_bit__control, charset_8_bit_graphic)
8775 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
aca7a3d2
MB
8776 (define_charset_internal): New function.
8777 (syms_of_charset): Call define_charset_internal for pre-defined
8778 charsets.
8779
8780 * charset.h (charset_8_bit): Extern it.
8781
1f45f627 8782 * coding.c (make_conversion_work_buffer): Adjust for the change
aca7a3d2
MB
8783 of Fset_buffer_multibyte.
8784 (encode_coding_raw_text): Increment p0 in the loop.
8785
1f45f627 8786 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
aca7a3d2 8787
1f45f627 8788 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
aca7a3d2
MB
8789 for the change of Fset_buffer_multibyte.
8790
8791 * fns.c (Fstring_to_multibyte): New function.
8792 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
8793
73acf815 87942008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8795
8796 * xfns.c (x_put_x_image): Declare args.
8797
1f45f627 8798 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
aca7a3d2
MB
8799 (try_font_list): Declare an arg.
8800
8801 * xdisp.c (message2_nolog, set_message): Declare an arg.
8802
8803 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
8804
8805 * syntax.c (scan_sexps_forward): Declare an arg.
8806
8807 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
8808 Declare an arg.
8809
8810 * lisp.h (Fnew_fontset): Declare.
8811
8812 * keymap.c (push_key_description): Call CHARACTERP correctly.
8813
1f45f627 8814 * fontset.c (fontset_add): Declare args. Call make_number correctly.
aca7a3d2
MB
8815 (face_for_char): Delete unused vars.
8816 (Fset_fontset_font): Doc fix. Delete unused vars.
8817
8818 * doc.c (Fsubstitute_command_keys): Delete unused vars.
8819
8820 * composite.c (update_compositions): Declare arg.
8821
8822 * cm.c (calccost, cmgoto): Declare args.
8823
8824 * charset.c: Remove `emacs' conditional. Doc fixes.
8825 (map_char_table_for_charset): Declare.
8826
1f45f627 8827 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
aca7a3d2 8828
1f45f627 8829 * ccl.c: Remove `emacs' conditional.
aca7a3d2 8830
73acf815 88312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8832
8833 The following changes are to allow specifying multiple font
8834 patterns for a character range (specified by script or charset).
8835
8836 * Makefile.in (abbrev.o): Depend on syntax.h.
8837 (xfaces.o): Depend on charset.h.
8838
8839 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
8840 SINGLE_BYTE_CHAR_P.
8841
8842 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
8843
8844 * character.h (Vchar_script_table): Extern it.
8845
1f45f627 8846 * character.c (Vscript_alist): Delete.
aca7a3d2
MB
8847 (Vchar_script_table, Qchar_script_table): New variable.
8848 (syms_of_character): Declare Vchar_script_table as a lisp variable
8849 and initialize it.
8850
1f45f627 8851 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
aca7a3d2
MB
8852 have property char-table-extra-slots, make no extra slot.
8853
1f45f627 8854 * dispextern.h (struct face): Delete member `charset'.
4c4475a8
GM
8855 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
8856 SINGLE_BYTE_CHAR_P.
1f45f627
GM
8857 (choose_face_font, lookup_non_ascii_face, font_name_registry):
8858 Add prototypes.
8859 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
8860 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
8861
8862 * fontset.h (get_font_repertory_func): New prototype.
1f45f627 8863 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
aca7a3d2
MB
8864 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
8865
8866 * fontset.c (Qprepend, Qappend): New variables.
1f45f627 8867 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
aca7a3d2
MB
8868 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
8869 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
8870 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
8871 (fontset_ref_and_range, fontset_add, reorder_font_vector)
8872 (load_font_get_repertory): New functions.
1f45f627 8873 (fontset_set): Delete.
aca7a3d2 8874 (fontset_face): New arg FACE. Return face ID, not face.
1f45f627 8875 Complete re-write to handle new fontset structure. Change caller.
aca7a3d2
MB
8876 (free_face_fontset): Use ASET istead of AREF (X) = Y.
8877 (face_for_char): Don't call lookup_face.
8878 (make_fontset_for_ascii_face): New arg FACE.
8879 (fs_load_font): New arg CHARSET_ID. Don't check
8880 Vfont_encoding_alist here.
8881 (find_font_encoding): New function.
8882 (list_fontsets): Use STRINGP, not ! NILP.
8883 (accumulate_script_ranges): New function.
8884 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
8885 re-written to handle new fontset structure.
8886 (Ffontset_font): Return a copy of element.
8887 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
8888 docstring of font-encoding-alist.
8889
8890 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
8891 (Fset_fotset_font): Fix arguments to 5.
8892
1f45f627 8893 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
aca7a3d2
MB
8894
8895 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
8896 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1f45f627 8897 (highlight_trailing_whitespace): Adjust for the change of
aca7a3d2
MB
8898 lookup_named_face.
8899
8900 * xfaces.c: Include charset.h.
1f45f627
GM
8901 (load_face_font): Delete argument C. Change caller.
8902 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
8903 (font_name_registry): New function.
8904 (cache_face): Store ascii faces before non-ascii faces in buckets.
1f45f627 8905 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
aca7a3d2
MB
8906 Lookup only ascii faces.
8907 (lookup_non_ascii_face): New function.
1f45f627
GM
8908 (lookup_named_face): Delete argument C. Change caller.
8909 (lookup_derived_face): Delete argument C. Change caller.
8910 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
aca7a3d2 8911 a string, just call font_list with it.
1f45f627
GM
8912 (choose_face_font): Delete arguments FACE and C. New arg
8913 FONT_SPEC. Change caller.
4c4475a8
GM
8914 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
8915 Change caller.
aca7a3d2
MB
8916 (realize_non_ascii_face): New function.
8917 (realize_x_face): Call load_face_font here.
1f45f627 8918 (realize_tty_face): Delete argument C. Change caller.
aca7a3d2
MB
8919 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
8920 get a face ID.
8921 (dump_realized_face): Don't print charset of FACE.
8922
8923 * xfns.c (x_set_font): Always call x_new_fontset and
8924 store_frame_parameter.
8925 (Fx_create_frame): Call x_new_fontset, not x_new_font.
1f45f627 8926 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
aca7a3d2
MB
8927
8928 * xterm.h (x_get_font_repertory): Extern it.
8929
8930 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
8931 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
8932 it->multibyte_p is zero.
8933 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
8934 (x_new_fontset): If FONTSETNAME doesn't match any existing
8935 fontsets, create a new one.
8936 (x_get_font_repertory): New function.
8937
73acf815 89382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8939
8940 * coding.c (Ffind_coding_systems_region_internal): Detect an
8941 ASCII only string correctly.
8942
8943 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
8944 version is 0.
8945
73acf815 89462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8947
8948 * lread.c: Include "coding.h".
1f45f627
GM
8949 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
8950 (load_each_byte, unread_char): New variables.
8951 (readchar_backlog): Delete.
aca7a3d2
MB
8952 (readchar): Return a character unless load_each_byte is nonzero.
8953 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
8954 cons. If unread_char is not -1, simply return it.
8955 (unreadchar): Handle the case that readcharfun is
1f45f627
GM
8956 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
8957 (read_multibyte): Delete.
aca7a3d2
MB
8958 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
8959 (read_emacs_mule_char): New functions.
8960 (Fload): Even if the file doesn't have the extention ".elc", if
8961 safe_to_load_p returns a positive version number, assume that the
8962 file contains bytecompiled code. If the version is less than 22,
8963 load the file while decoding multibyte sequences by emacs-mule.
8964 (readevalloop): Don't use readchar_backlog.
1f45f627
GM
8965 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
8966 (Fread_from_string): Pay attention to the case that STREAM is a cons.
8967 (read_escape): Delete the arg BYTEREP.
aca7a3d2
MB
8968 (read1): Set load_each_byte to 1 temporarily while handling
8969 #@NUMBER. Don't call read_multibyte.
8970 (read_vector): Call Fread with a cons. If readcharfun is
8971 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
1f45f627 8972 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
aca7a3d2
MB
8973 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
8974 and Qload_force_doc_strings.
8975
73acf815 89762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8977
8978 * xdisp.c (face_before_or_after_it_pos): Call
8979 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
8980
73acf815 89812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8982
8983 * character.h (TRAILING_CODE_P): New macro.
1f45f627 8984 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
aca7a3d2
MB
8985 (string_char_with_unification): Fix prototype.
8986 (Vscript_alist): Extern it.
8987
8988 * character.c (Vscript_alist): New variable.
4c4475a8
GM
8989 (string_char_with_unification, str_as_unibyte)
8990 (string_escape_byte8): Add `const' to local variables.
aca7a3d2
MB
8991 (syms_of_character): Declare script-alist as a Lisp variable.
8992
8993 * charset.h (Vcharset_ordered_list): Extern it.
8994 (charset_ordered_list_tick): Extern it.
8995 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
8996 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
8997 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
1f204af3 8998 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
1f45f627 8999 (Funify_charset): Adjust for the change of Funify_charset.
aca7a3d2
MB
9000
9001 * charset.c (charset_ordered_list_tick): New variable.
9002 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
9003 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
9004 deunify intead of unify a charset.
9005 (string_xstring_p): Add `const' to local variables.
1f45f627
GM
9006 (find_charsets_in_text): Add `const' to arguemnts and local variables.
9007 (encode_char): Adjust for the change of Funify_charset. Fix
aca7a3d2
MB
9008 detecting of invalid code.
9009 (Fset_charset_priority): Increment charset_ordered_list_tick.
9010 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
9011 and TO_CODE.
9012
9013 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
1f45f627
GM
9014 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
9015 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
4c4475a8
GM
9016 (decode_coding_ccl, consume_chars)
9017 (Ffind_coding_systems_region_internal)
9018 (Fcheck_coding_systems_region): Add `const' to local variables.
aca7a3d2
MB
9019
9020 * print.c (print_object): Use octal form for printing the
9021 contents of a bool vector.
9022
73acf815 90232008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9024
9025 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
9026 <version == 20>: Refuse to load.
9027
73acf815 90282008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9029
9030 * fns.c: Move coding.h.
9031 (Qcodeset, Qdays, Qmonths): New.
9032 (concat): Use CHARACTERP instead of INTERGERP.
1f45f627 9033 (Flocale_codeset): Delete.
aca7a3d2 9034 (Flanginfo): New function.
1f45f627 9035 (syms_of_fns): Change accordingly.
aca7a3d2
MB
9036
9037 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
9038
73acf815 90392008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9040
9041 * casetab.c (init_casetab_once, init_casetab_once): Fix
9042 CHAR_TABLE_SET call.
9043
9044 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
9045
9046 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
9047
9048 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
9049 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
9050 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
9051
9052 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
9053
9054 * coding.c (ENCODE_DESIGNATION, decode_eol)
9055 (make_conversion_work_buffer, code_conversion_restore)
9056 (Fdefine_coding_system_internal): Convert Lisp types.
9057 (code_conversion_restore): Use EQ, not ==.
9058 (Fencode_coding_string): Fix code_convert_string call.
9059
9060 * coding.h (code_convert_region): Fix prototype.
9061
1f45f627 9062 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
aca7a3d2
MB
9063
9064 * fontset.c (fontset_ref, fontset_set, fs_load_font)
9065 (Ffontset_info): Convert Lisp types.
9066
9067 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
9068
9069 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
9070
9071 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
9072
9073 * chartab.c: Include "...h", not <...h> in some cases.
9074
9075 * callproc.c (Fcall_process): Remove unused variables.
9076
73acf815 90772008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9078
9079 * coding.c (Fset_coding_system_priority): Allow null arg list.
9080
73acf815 90812008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9082
9083 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
9084 (Fself_insert_and_exit): Use CHARACTERP.
9085
9086 * callproc.c (Fcall_process): Remove unused vars.
9087
9088 * xterm.c (XTread_socket): Add extra dead keysyms.
9089
9090 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
9091
9092 * dispextern.h: Remove prototypes for redraw_frame,
9093 redraw_garbaged_frames.
9094
9095 * cmds.c (Fself_insert_command): Use CHARACTERP.
9096
9097 * chartab.c (make_sub_char_table): Remove unused var.
9098 (Fset_char_table_default, Fmap_char_table): Doc fix.
9099
9100 * keymap.c (access_keymap): Remove generic char code.
9101 (push_key_description): Use CHARACTERP.
9102
73acf815 91032008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9104
9105 * charset.c: Doc fixes.
9106 (Funify_charset): Extra checking.
9107
73acf815 91082008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9109
9110 * lread.c: Remove some unused variables.
9111 (safe_to_load_p): If safe, return the magic number version byte.
9112 (Fload): Maybe use load-with-code-conversion.
9113
73acf815 91142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9115
9116 * category.c (Fmodify_category_entry): Don't modify the contents
9117 of category_set for characters out of the range. Avoid
9118 unnecessary modification.
9119
1f45f627 9120 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
aca7a3d2
MB
9121 Vchar_unify_table. The default value of the table is now nil.
9122
9123 * character.c (syms_of_character): Setup Vchar_width_table for
9124 eight-bit-control and raw-byte chars.
9125
9126 * charset.h (enum define_charset_arg_index): Delete
9127 charset_arg_parents and add charset_arg_subset and
9128 charset_arg_superset.
9129 (enum charset_attr_index): Delete charset_parents and add
9130 charset_subset and charset_superset.
9131 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
9132 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
1f45f627 9133 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
aca7a3d2
MB
9134 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
9135 (CHARSET_SUPERSET): New macros.
9136 (charset_work): Extern it.
9137 (ENCODE_CHAR): Use charset_work.
1f45f627 9138 (CHAR_CHARSET_P): Adjust for the change of encoder format.
aca7a3d2
MB
9139 (map_charset_chars): Extern it.
9140
9141 * charset.c (load_charset_map): Set the default value of encoder
9142 and deunifier char-tables to nil.
1f45f627 9143 (map_charset_chars): Change argument. Change callers. Use
aca7a3d2
MB
9144 map_char_table_for_charset instead of map_char_table.
9145 (Fmap_charset_chars): New optional args from_code and to_code.
1f45f627 9146 (Fdefine_charset_internal): Adjust for the change of
aca7a3d2
MB
9147 `define-charset' (:parents -> :subset or :superset).
9148 (charset_work): New variable.
4c4475a8
GM
9149 (encode_char, syms_of_charset): Adjust for the change of
9150 Fdefine_charset_internal.
aca7a3d2
MB
9151 (Ffind_charset_string): Setup the vector `charsets' correctly.
9152
1f45f627 9153 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
aca7a3d2 9154 the previous change.
1f45f627 9155 (char_table_ref_and_range): Adjust for the above change.
aca7a3d2
MB
9156 (map_sub_char_table_for_charset): New function.
9157 (map_char_table_for_charset): New function.
9158
9159 * keymap.c (describe_vector): Handle a char-table directly here.
1f45f627 9160 (describe_char_table): Delete.
aca7a3d2 9161
1f45f627 9162 * lisp.h (map_charset_chars): Delete.
aca7a3d2 9163
73acf815 91642008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9165
9166 * fns.c (count_combining): Comment out (unused).
9167 (Flocale_codeset): New.
9168 (syms_of_fns): Defsubr it.
9169
9170 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
1f45f627 9171 (size_t): Remove.
aca7a3d2 9172
73acf815 91732008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9174
6f69e89b 9175 * Makefile.in (chartab.o): Depend on charset.h.
aca7a3d2 9176
73acf815 91772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9178
9179 * character.c (syms_of_character): Set the default value of
9180 Vprintable_chars to Qnil.
9181
73acf815 91822008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9183
9184 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
9185
73acf815 91862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9187
9188 * charset.c (load_charset_map): Handle the case that from < to
9189 correctly.
9190
4c4475a8
GM
9191 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
9192 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
9193 Pay attention to raw-8-bit chars.
aca7a3d2 9194
73acf815 91952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9196
4c4475a8
GM
9197 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
9198 It is not bytecompiled now.
aca7a3d2
MB
9199
9200 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
9201 (charset_jisx0208): New variables.
9202 (Fdefine_charset_internal): Setup them if appropriate.
9203 (init_charset_once): Initialize them to -1.
9204
1f45f627
GM
9205 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
9206 (charset_jisx0208): Extern them.
aca7a3d2 9207
1f204af3 9208 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
aca7a3d2 9209 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
1f45f627
GM
9210 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
9211 (setup_iso_safe_charsets): Fix arguments to Fassq.
4c4475a8
GM
9212 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
9213 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
9214 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
aca7a3d2
MB
9215 (encode_coding_iso_2022): Change the 1st arg to
9216 ENCODE_ISO_CHARACTER to a variable.
9217
73acf815 92182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9219
9220 * charset.h (enum define_charset_arg_index): New enums
9221 charset_arg_min_code and charset_arg_max_code.
9222 (struct charset): New member char_index_offset.
9223
4c4475a8
GM
9224 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
9225 Take charset->char_index_offset into account.
aca7a3d2
MB
9226 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
9227 args[charset_arg_max_code]. Setup charset.char_index_offset.
9228 (syms_of_charset): Fix args to Fdefine_charset_internal.
9229
73acf815 92302008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9231
9232 * coding.c (decode_coding_utf_8): Reject overlong sequences.
9233
73acf815 92342008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9235
9236 * coding.c: Doc fixes.
9237 (Fcoding_system_aliases): Fix return value.
9238 (Qmac): Remove (duplicated) definition.
9239
73acf815 92402008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9241
9242 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
9243 functions.
9244
9245 * character.c (Fstring): Doc fix.
9246
9247 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
9248
9249 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
9250 ids.
9251 (font-encoding-alist): Doc fix.
9252
73acf815 92532008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9254
9255 * term.c (costs_set): Declare static, non-initialized for pcc.
1f45f627 9256 (encode_terminal_code): Remove unused var.
aca7a3d2
MB
9257
9258 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
9259 for K&R.
9260
9261 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
9262
9263 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
1f45f627 9264 (suffixes): Move out of make_subsidiaries for K&R.
aca7a3d2 9265
1f45f627 9266 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
aca7a3d2
MB
9267
9268 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
9269
73acf815 92702008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9271
9272 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
9273
1f45f627 9274 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
aca7a3d2 9275
2a2e8de7 92762008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
9277
9278 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
9279
1f45f627 9280 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
aca7a3d2 9281
73acf815 92822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9283
4c4475a8 9284 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
aca7a3d2 9285 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
aca7a3d2 9286
73acf815 92872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9288
1f45f627 9289 * coding.c (decode_coding_charset): Adjust for the change of
aca7a3d2
MB
9290 Fdefine_coding_system_internal.
9291 (Fdefine_coding_system_internal): For a coding system of
9292 `charset' type, store a list of charset IDs in
9293 `charset_attr_charset_valids' element of coding attributes.
9294
73acf815 92952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9296
9297 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
1f45f627
GM
9298 (emacs_mule_char): New arg src. Delete arg `composition'. Change
9299 caller. Handle 2-byte and 3-byte charsets correctly.
9300 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
9301 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
aca7a3d2
MB
9302 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
9303 (DECODE_EMACS_MULE_21_COMPOSITION): Call
9304 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
9305 sequence.
9306 (decode_coding_emacs_mule): Handle composition correctly. Rewind
1f45f627 9307 `src' and `consumed_chars' correctly before calling emacs_mule_char.
aca7a3d2
MB
9308 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
9309 and alt&rule composition.
9310 (decode_coding_iso_2022): Handle composition correctly.
9311 (init_coding_once): Setup emacs_mule_bytes for private charsets.
9312
9313 * charset.c (Fdefine_charset_internal): Fix bug for the case of
9314 re-defining a charset. If the charset has :emacs-mule-id, setup
9315 emacs_mule_bytes.
1f45f627 9316 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
aca7a3d2 9317
73acf815 93182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9319
4c4475a8
GM
9320 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
9321 (encode_coding_big5, encode_coding_charset): If coding requires safe
aca7a3d2
MB
9322 encoding, produce a character specified by
9323 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
aca7a3d2 9324
73acf815 93252008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9326
9327 * xterm.c (XSetIMValues): Declare.
9328
9329 * process.c: Conditionally include sys/wait.h, pty.h.
9330
1f45f627 9331 * print.c (print_object): Fix print format for 64-bit systems.
aca7a3d2 9332
1f45f627 9333 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
aca7a3d2
MB
9334
9335 * buffer.c (emacs_strerror): Declare.
aca7a3d2
MB
9336
9337 * fontset.c (Fclear_face_cache): Declare.
1f45f627 9338 (accumulate_font_info): Comment-out (unused).
aca7a3d2
MB
9339 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
9340 variables.
9341
9342 * character.h (string_escape_byte8): Declare.
9343
9344 * charset.c (load_charset_map, load_charset_map_from_file): Remove
9345 unused vars.
9346 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
9347 (Fmap_charset_chars): Doc fix.
9348
1f45f627 9349 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
aca7a3d2
MB
9350 (Fset_coding_system_priority, Fset_coding_system_priority)
9351 (Fdefine_coding_system_internal): Doc fix.
9352
73acf815 93532008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9354
9355 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
9356
73acf815 93572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9358
9359 * character.c (string_escape_byte8): Make multibyte string with
9360 correct size.
9361
9362 * charset.c (Fmake_char): Delete unnecessary code.
9363
73acf815 93642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9365
9366 * xfns.c (x_encode_text): Allocate coding.destination here, and
9367 call encode_coding_object with dst_object Qnil.
9368
9369 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
9370 multibyte form correctly.
9371
9372 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
9373 against Vfont_encoding_alist.
9374
9375 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
9376 handling of charset list.
9377 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
9378 (decode_coding_object): Move point to coding->dst_pos before
9379 calling post-read-conversion function.
9380 (encode_coding_object): Give correct arguments to
9381 pre-write-conversion. Ignore the return value of
9382 pre-write-conversion function. Pay attention to the case that
9383 pre-write-conversion changes the current buffer. If dst_object is
9384 Qt, even if coding->src_bytes is zero, allocate at least one byte
9385 to coding->destination.
9386
9387 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
9388
9389 * charset.c (Fmake_char): Make it more backward compatible.
9390 (Fmap_charset_chars): Fix docstring.
9391
73acf815 93922008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9393
9394 * coding.c: Doc fixes.
9395 (Fdefine_coding_system_alias): Use names, not symbols, in
9396 coding-system-alist.
9397
73acf815 93982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9399
9400 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
9401 of calling free_realized_face.
9402
2a2e8de7 94032008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2 9404
1f45f627
GM
9405 * charset.c (read_hex): Don't treat SPC as a comment starter.
9406 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
aca7a3d2
MB
9407 (Fdecode_char): Fix typo.
9408
73acf815 94092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9410
9411 * charset.h (struct charset): New member `code_space_mask'.
9412
1f45f627 9413 * coding.c (coding_set_source): Delete the local variable beg_byte.
4c4475a8
GM
9414 (encode_coding_charset, Fdefine_coding_system_internal):
9415 Delete the local variable charset.
aca7a3d2
MB
9416 (Fdefine_coding_system_internal): Setup
9417 attrs[coding_attr_charset_valids] correctly.
9418
9419 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
9420 member to check if CODE is valid or not.
9421 (Fdefine_charset_internal): Initialize `code_space_mask' member.
9422 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
9423 is within the range of charset->min_code and carset->max_code.
9424
73acf815 94252008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9426
9427 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
9428
9429 * dispextern.h (generate_ascii_font): Fix return type.
9430
9431 * xfaces.c (generate_ascii_font): Fix arg declaration.
9432
9433 * coding.c (coding_inherit_eol_type)
9434 (Fset_terminal_coding_system_internal)
9435 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
9436
73acf815 94372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9438
9439 * coding.c (decode_coding_charset, encode_coding_charset): Handle
9440 multiple charsets correctly.
9441
73acf815 94422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9443
9444 * search.c (boyer_moore): Fix handling of mulitbyte character
9445 translation.
9446
9447 * xdisp.c (display_mode_element): When the variable `elt' is
9448 changed, update `this' and `lisp_string'.
9449
73acf815 94502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9451
9452 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
9453
9454 * callproc.c (Fcall_process): Be sure to give the current buffer
1f45f627 9455 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
aca7a3d2
MB
9456
9457 * charset.c (struct charset_map_entries): New struct.
1f45f627
GM
9458 (load_charset_map): Rename from parse_charset_map. New args
9459 entries and n_entries. Change caller.
9460 (load_charset_map_from_file): Rename from load_charset_map.
9461 Change caller. New arg control_flag. Call load_charset_map at
aca7a3d2
MB
9462 the tail.
9463 (load_charset_map_from_vector): New function.
9464 (Fdefine_charset_internal): Setup charset.compact_codes_p.
9465 (encode_char): If the charset is compact, change a character index
9466 to a code point.
9467
9468 * coding.c (coding_alloc_by_making_gap): Check the case that the
9469 source and destination are the same correctly.
9470 (decode_coding_raw_text): Set coding->consumed_char and
9471 coding->consumed to 0.
9472 (produce_chars): If coding->chars_at_source is nonzero, update
9473 coding->consumed_char and coding->consumed before calling
9474 alloc_destination.
9475 (Fdefine_coding_system_alias): Register ALIAS in
9476 Vcoding_system_alist.
9477 (syms_of_coding): Define `no-convesion' coding system at the tail.
9478
9479 * fileio.c (Finsert_file_contents): Set coding_system instead of
9480 val. If the current buffer is multibyte, always call
9481 decode_coding_gap.
9482
9483 * xfaces.c (try_font_list): Give higher priority to fontset's
9484 family than face's family.
9485
73acf815 94862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9487
9488 * callproc.c (Fcall_process): Be sure to give the current buffer
9489 to decode_coding_c_string.
9490
9491 * xfaces.c (try_font_list): Give a family specified in a fontset
9492 higher priority than a family specified in a face.
9493
73acf815 94942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9495
9496 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
9497 Fix arguments to insert_from_buffer.
9498
9499 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
9500
73acf815 95012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9502
9503 * coding.c (produce_chars): Set the variable `multibytep' correctly.
9504 (decode_coding_gap): Set coding->dst_multibyte correctly.
9505
73acf815 95062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9507
9508 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
1f45f627 9509 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
aca7a3d2
MB
9510 (encode_coding_utf_16): Substitute coding->default_char for
9511 non-Unicode characters.
9512 (decode_coding): Don't call record_insert here.
9513 (setup_coding_system): Initialize `surrogate' of
9514 coding->spec.utf_16 to 0.
9515 (EMIT_ONE_BYTE): Fix for multibyte case.
9516
9517 * insdel.c (insert_from_gap): Call record_insert.
9518
73acf815 95192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9520
9521 * casefiddle.c (casify_region): Fix multibyte case.
9522
9523 * character.c (c_string_width): Add return type `int'.
1f45f627 9524 (char_string_with_unification): Delete arg ADVANCED.
aca7a3d2
MB
9525
9526 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
1f45f627 9527 (CHAR_STRING): Adjust for the change of char_string_with_unification.
aca7a3d2
MB
9528 (CHAR_STRING_ADVANCE): Make it do-while statement.
9529
1f45f627 9530 * chartab.c (sub_char_table_set_range): Optimize for the case
aca7a3d2
MB
9531 DEPTH == 3. Add workaround code for a GCC optimization bug.
9532
9533 * charset.c (parse_charset_map): Remove an unused variable.
9534
9535 * coding.c: Delete unused variables.
9536
9537 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
9538 earlier. If inserted is zero and the coding system doesn't
9539 require flushing, don't call decode_coding_gap.
9540
9541 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
9542
73acf815 95432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9544
9545 The following changes are for using Unicode as an internal
9546 character model, and use UTF-8 format for buffer/string
9547 representation.
9548
1f45f627 9549 * .gdbinit (xchartable): Adjust for the change of char table structure.
aca7a3d2
MB
9550 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
9551
9552 * Makefile.in (obj): Add character.o and chartab.o.
c3f9fba8 9553 (lisp, shortlisp): Remove utf-8.elc.
aca7a3d2
MB
9554 (*.o): For many files, change dependency on charset.h to
9555 character.h, and add dependency on character.h.
9556 (character.o, chartab.o): New targets.
9557
1f45f627
GM
9558 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
9559 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
9560 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
aca7a3d2
MB
9561 of "charset.h".
9562
9563 * dired.c, filelock.c: Include "character.h".
9564
9565 * alloc.c: Include "character.h" instead of "charset.h".
4c4475a8 9566 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
aca7a3d2
MB
9567 (syms_of_alloc): Remove defsubr for Smake_char_table.
9568
9569 * buffer.c: Include "character.h" instead of "charset.h", don't
9570 include "coding.h".
1f45f627 9571 (Fset_buffer_multibyte): Adjust for UTF-8.
aca7a3d2
MB
9572
9573 * buffer.h: EXFUN Fbuffer_live_p.
9574
9575 * callproc.c: Include "character.h" instead of "charset.h".
9576 (Fcall_process): Big change for the new code-conversion APIs.
9577
9578 * casetab.c: Include "character.h" instead of "charset.h".
1f45f627 9579 (set_canon, set_identity, shuffle): Adjust for the new
aca7a3d2
MB
9580 map_char_table spec.
9581 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
9582 accessing the char table structure.
9583
9584 * chartab.c: New file that implements char table.
9585
9586 * category.c: Include "character.h".
9587 (copy_category_entry): New function.
9588 (copy_category_table): Call map_char_table and copy_category_entry.
9589 (Fmake_category_table): Initialize all top-vel slots.
9590 (char_category_set): New function.
1f45f627 9591 (modify_lower_category_set): Delete.
aca7a3d2
MB
9592 (Fmodify_category_entry): Call char_table_ref_and_range.
9593
9594 * category.h (CATEGORY_SET): Just call char_category_set.
9595
9596 * ccl.c: Include "character.h".
9597 (Qccl, Qcclp): New variables.
9598 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
9599 it's less than 256.
1f45f627
GM
9600 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
9601 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
aca7a3d2 9602 and DST type.
1f45f627
GM
9603 (ccl_driver): Change types of argument, adjust code accordingly.
9604 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
aca7a3d2
MB
9605 ccl_driver.
9606 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
9607
1f45f627
GM
9608 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
9609 New members src_multibyte, dst_multibyte, consumed, and produced.
9610 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
aca7a3d2 9611 (CODING_SPEC_CCL_PROGRAM): New macro.
1f45f627 9612 (ccl_driver): Update prototype.
aca7a3d2
MB
9613 (Qccl, Qcclp, Fccl_program_p): Extern them.
9614 (CHECK_CCL_PROGRAM): New macro.
9615
9616 * character.c, character.h, chartab.c: New files.
9617
1f45f627
GM
9618 * charset.c: Mostly re-written. Move character and multibyte sequence
9619 handling codes to character.c.
aca7a3d2 9620
1f45f627
GM
9621 * charset.h: Mostly re-written. Move character and multibyte sequence
9622 handling codes to character.h.
aca7a3d2
MB
9623
9624 * coding.c, coding.h: Mostly re-written.
9625
9626 * composite.c: Include "character.h" instead of "charset.h".
1f45f627
GM
9627 (CHAR_WIDTH): Move to character.h.
9628 (HASH_KEY, HASH_VALUE): Delete.
aca7a3d2 9629
1f45f627
GM
9630 * composite.h (enum composition_method): Change order of enumeration
9631 symbols.
aca7a3d2
MB
9632
9633 * data.c: Include "character.h" instead of "charset.h".
9634 (Faref): Call CHAR_TABLE_REF for a char table.
9635 (Faset): Call CHAR_TABLE_SET for a char table.
9636
1f45f627
GM
9637 * dispextern.h (free_realized_face, check_face_attribytes)
9638 (generate_ascii_font): Extern them.
9639 (free_realized_multibyte_face): Delete extern.
aca7a3d2 9640
1f45f627 9641 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
aca7a3d2
MB
9642 table structure.
9643
9644 * editfns.c: Include "character.h" instead of "charset.h".
9645 (Fchar_to_string): Always call CHAR_STRING.
9646
9647 * emacs.c (main): Call init_charset_once, init_charset,
9648 syms_of_chartab, and syms_of_character.
9649
9650 * fileio.c: Include "character.h" instead of "charset.h".
1f45f627 9651 (Finsert_file_contents): Big change for the new code-conversion API.
4c4475a8 9652 (choose_write_coding_system, Fwrite_region): Likewise.
1f45f627 9653 (build_annotations_2): Delete.
aca7a3d2
MB
9654 (e_write): Big change for the new code-conversion API.
9655
9656 * fns.c: Include "character.h" instead of "charset.h".
1f45f627 9657 (copy_sub_char_table): Move to chartab.c.
aca7a3d2
MB
9658 (Fcopy_sequence): Call copy_char_table for a char table.
9659 (concat): Delete codes calling count_multibyte.
4c4475a8
GM
9660 (string_char_to_byte, string_byte_to_char): Adjust for the new
9661 multibyte form.
1f45f627
GM
9662 (internal_equal): Adjust for the change of char table structure.
9663 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
9664 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
9665 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
9666 (char_table_translate, optimize_sub_char_table)
9667 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
aca7a3d2 9668 chartab.c.
1f45f627
GM
9669 (char_table_ref_and_index): Delete.
9670 (HASH_KEY, HASH_VALUE): Move to lisp.h.
aca7a3d2 9671 (Fmd5): Call preferred_coding_system instead of accessing
1f45f627
GM
9672 Vcoding_category_list. Adjust for the new code-conversion API.
9673 (syms_of_fns): Move defsubr for char table related functions to
aca7a3d2
MB
9674 chartab.c.
9675
9676 * fontset.c: Mostly re-written.
9677
1f45f627 9678 * fontset.h (struct font_info): Change type of the member encoding_type.
aca7a3d2 9679 (enum FONT_SPEC_INDEX): New enum.
1f45f627
GM
9680 (fontset_font_pattern, fs_load_font): Update prototype.
9681 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
aca7a3d2
MB
9682
9683 * indent.c: Include "character.h" instead of "charset.h".
1f45f627 9684 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
aca7a3d2
MB
9685
9686 * insdel.c: Include "character.h" instead of "charset.h".
9687 (copy_text): Don't refer to Vnonascii_translation_table.
9688 (insert_from_gap): New function.
9689
9690 * keyboard.c: Include "character.h" instead of "charset.h".
9691 (command_loop_1): Never call direct_output_forward_char before
9692 a non-ASCII character.
9693 (read_char): If Vkeyboard_translate_table is a char table, always
1f45f627 9694 translate a character.
aca7a3d2
MB
9695
9696 * keymap.c: Include "character.h".
9697 (store_in_keymap): Handle the case that IDX is a cons.
9698 (Fdefine_key): Handle the case that KEY is a cons and the car part
9699 is also a cons (range).
1f45f627 9700 (push_key_description): Adjust for the new character code.
aca7a3d2
MB
9701 (describe_vector): Call describe_char_table for a char table.
9702 (describe_char_table): New function.
9703
9704 * keymap.h (describe_char_table): Extern it.
9705
9706 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
9707 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
1f45f627
GM
9708 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
9709 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
9710 Delete.
9711 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
aca7a3d2
MB
9712 structure.
9713 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
1f45f627
GM
9714 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
9715 (CHARTAB_SIZE_BITS_3): New macros.
aca7a3d2 9716 (chartab_size): Extern it.
1f45f627 9717 (struct Lisp_Char_Table): Re-design.
aca7a3d2 9718 (struct Lisp_Sub_Char_Table): New structure.
1f45f627
GM
9719 (HASH_KEY, HASH_VALUE): Move from fns.c.
9720 (CHARACTERBITS): Define as 22.
9721 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
aca7a3d2
MB
9722 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
9723 (GC_SUB_CHAR_TABLE_P): New macro.
1f45f627
GM
9724 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
9725 (code_convert_string_norecord): Deleted extern.
9726 (init_character_once, syms_of_character, init_charset)
9727 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
aca7a3d2
MB
9728
9729 * lread.c: Include "character.h".
9730 (read_multibyte): New arg NBYTES.
1f45f627
GM
9731 (read_escape): Change the meaning of returned *BYTEREP.
9732 (to_multibyte): Delete.
9733 (read1): Adjust the handling of char table and string.
aca7a3d2
MB
9734
9735 * print.c: Include "character.h" instead of "charset.h".
9736 (print_string): Convert 8-bit raw bytes to octal form by
9737 string_escape_byte8.
1f45f627 9738 (print_object): Adjust for the new multibyte form. Print 8-bit
aca7a3d2
MB
9739 raw bytes always in octal form. Handle sub char table correctly.
9740
9741 * process.c: Include "character.h" instead of "charset.h".
4c4475a8
GM
9742 (read_process_output, send_process): Adjust for the new
9743 code-conversion API.
aca7a3d2 9744
1f45f627 9745 * puresize.h (BASE_PURESIZE): Increase.
aca7a3d2
MB
9746
9747 * regex.c: Include "character.h" instead of "charset.h".
9748 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
9749 (regex_compile): Accept a range whose starting and ending
9750 character have different leading bytes.
1f45f627 9751 (analyse_first): Adjust for the above change.
aca7a3d2
MB
9752
9753 * search.c: Include "character.h" instead of "charset.h".
1f45f627
GM
9754 (search_buffer, boyer_moore): Adjust for the new multibyte form.
9755 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
aca7a3d2
MB
9756
9757 * syntax.c: Include "character.h" instead of "charset.h".
1f45f627 9758 (syntax_parent_lookup): Delete.
aca7a3d2 9759 (Fmodify_syntax_entry): Accept a cons as CHAR.
1f45f627 9760 (skip_chars): Adjust for the new multibyte form.
aca7a3d2
MB
9761 (init_syntax_once): Call char_table_set_range instead of directly
9762 accessing the structure of a char table.
9763
9764 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
1f45f627 9765 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
aca7a3d2
MB
9766 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
9767 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
9768
9769 * term.c: Include "buffer.h" and "character.h".
4c4475a8
GM
9770 (encode_terminal_code, write_glyphs): Adjust for the new
9771 code-conversion API.
aca7a3d2
MB
9772 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
9773
1f45f627 9774 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
aca7a3d2
MB
9775
9776 * xdisp.c: Include "character.h".
1f45f627
GM
9777 (get_next_display_element): Adjust for the new multibyte form.
9778 (disp_char_vector): Adjust for the new char table structure.
9779 (decode_mode_spec_coding): Adjust for the new structure of
aca7a3d2 9780 coding system.
1f45f627 9781 (decode_mode_spec): Adjust for the new code-conversion API.
aca7a3d2
MB
9782
9783 * xfaces.c: Include "character.h" instead of "charset.h".
1f45f627 9784 (load_face_font): Adjust for the change of choose_face_font and
aca7a3d2
MB
9785 FS_LOAD_FONT.
9786 (generate_ascii_font): New function.
1f45f627
GM
9787 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
9788 (set_font_frame_param): Adjust for the change of choose_face_font.
aca7a3d2 9789 (free_realized_face): Make it public.
1f45f627 9790 (free_realized_faces_for_fontset): Rename from
aca7a3d2 9791 free_realized_multibyte_face. Free also faces realized for ASCII.
1f45f627 9792 (choose_face_font): Change arguments. Adjust for the change of
aca7a3d2
MB
9793 fontset_font_pattern and FS_LOAD_FONT.
9794
9795 * xfns.c: Include "character.h".
1f45f627 9796 (x_encode_text): Adjust for the new code-conversion API.
aca7a3d2
MB
9797
9798 * xselect.c: Don't include "charset.h".
1f45f627 9799 (selection_data_to_lisp_data): Adjust for the new code conversion API.
aca7a3d2
MB
9800
9801 * xterm.c: Include "character.h".
1f45f627 9802 (x_encode_char): New argument CHARSET. Change caller.
4c4475a8
GM
9803 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
9804 Call ENCODE_CHAR instead of SPLIT_CHAR.
aca7a3d2
MB
9805 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
9806 CHAR_WIDTH instead of CHARSET_WIDTH.
1f45f627
GM
9807 (XTread_socket): Adjust for the new code-conversion API.
9808 (x_new_font): Adjust for the change of FS_LOAD_FONT.
9809 (x_load_font): Adjust for the change of struct font.
aca7a3d2 9810
d6abfc14
SM
98112008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * xfaces.c (face_at_buffer_position): Remove unused vars.
9814
0acdaf8d
KH
98152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9816
4c4475a8
GM
9817 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
9818 Fix overflow checking.
0acdaf8d 9819
6c8a0ebf
GM
98202008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9821
9822 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
9823 Cancel previous change.
9824
98252008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
9826
9827 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
9828 ccl->eight_bit_control. Fix check for buffer overflow.
9829 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
9830 (ccl_driver): Initialize extra_bytes to 0.
9831
a32aad64
KH
98322008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
9833
9834 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
9835 return it ORed with ctrl_modifier.
9836
8b329dba
MB
98372008-01-29 Miles Bader <miles@gnu.org>
9838
9839 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
9840
548667aa
JR
98412008-01-28 Jason Rumney <jasonr@gnu.org>
9842
9843 * w32.c (stat): Don't double check for networked drive.
9844
0975aa24
SM
98452008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9846
ef264c42
SM
9847 * window.c (run_window_configuration_change_hook): New function.
9848 Code extracted from set_window_buffer. Set the selected frame.
9849 (set_window_buffer): Use it.
9850 * window.h (run_window_configuration_change_hook): Declare.
9851 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
9852
0975aa24
SM
9853 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
9854
9c28b587
DN
98552008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9856
9857 * Makefile.in: Remove references to unused macros.
9858
c617afce
EZ
98592008-01-26 Eli Zaretskii <eliz@gnu.org>
9860
9861 * w32.c (g_b_init_get_sid_sub_authority)
9862 (g_b_init_get_sid_sub_authority_count): New static variables.
9863 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
9864 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
0975aa24
SM
9865 (init_user_info): Use them to retrieve uid and gid.
9866 Use 500/513, the Windows defaults, as Administrator's uid/gid.
248c21c5
EZ
9867 (fstat): Use pw_uid and pw_gid from the_passwd structure for
9868 st_uid and st_gid of the file.
c617afce 9869
302d7d54
JR
98702008-01-26 Jason Rumney <jasonr@gnu.org>
9871
9872 * w32.c (logon_network_drive): New function.
9873 (stat): Use it.
9874
3ac7a21e
CY
98752008-01-26 Chong Yidong <cyd@stupidchicken.com>
9876
9877 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
9878 invisible text covered with an ellipsis.
9879
bbb9fc1f
RS
98802008-01-25 Richard Stallman <rms@gnu.org>
9881
9882 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
9883 jump back to beginning. Move some other initializations after that.
9884 (Qwindow_text_change_functions, Vwindow_text_change_functions):
9885 New variables.
9886 (syms_of_xdisp): Init them.
9887
9888 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
9889
0975aa24
SM
9890 * buffer.c (reset_buffer_local_variables):
9891 Implement `permanent-local-hook'.
bbb9fc1f 9892 (Qpermanent_local_hook): New variable.
0975aa24 9893 (syms_of_buffer): Init and staticpro it.
bbb9fc1f 9894
79235cbe
MA
98952008-01-25 Michael Albinus <michael.albinus@gmx.de>
9896
9897 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
9898
ccd8f7fe
TTN
98992008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
9900
9901 * fns.c (Fclrhash): Return TABLE.
9902
dfbe40f2 99032008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223b3d1d
YM
9904
9905 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
9906 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
9907 is set even without positional changes.
9908 (x_scroll_bar_clear): Set bar->redraw_needed_p.
9909
9910 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
9911
dfbe40f2 99122008-01-23 Jason Rumney <jasonr@gnu.org>
602e142f 9913
d6169680
JR
9914 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
9915
602e142f
JR
9916 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
9917 the unicode range available in MULE by locale-coding-system.
c041e2d1 9918 Improve dbcs lead byte detection. Set event timestamp and modifiers
602e142f
JR
9919 earlier.
9920
dfbe40f2 99212008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5ee4de53
YM
9922
9923 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
9924 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6f69e89b 9925 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
5ee4de53
YM
9926 when used on child processes.
9927
8c7a4ac5
MA
99282008-01-21 Michael Albinus <michael.albinus@gmx.de>
9929
e0df1b73 9930 * dbusbind.c (Fdbus_method_return_internal): Rename from
8c7a4ac5 9931 Fdbus_method_return.
e0df1b73 9932 (Fdbus_unregister_object): Move to dbus.el.
8c7a4ac5 9933 (Fdbus_call_method, Fdbus_method_return_internal)
e0df1b73 9934 (Fdbus_send_signal): Improve debug messages.
8c7a4ac5 9935
8abe0f97
MR
99362008-01-20 Martin Rudalics <rudalics@gmx.at>
9937
9938 * undo.c (undo_inhibit_record_point): New variable.
9939 (syms_of_undo): Initialize it.
9940 (record_point): Don't record point when undo_inhibit_record_point
9941 is set.
9942
c3b232e4
SM
99432008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9944
e69c4cae
SM
9945 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
9946
823e0ebb
SM
9947 * xdisp.c (Qauto_hscroll_mode): New var.
9948 (syms_of_xdisp): Initialize it.
9949 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
9950 window's buffer.
9951 (hscroll_windows): Don't check automatic_hscrolling_p here.
9952
c3b232e4
SM
9953 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
9954 vscroll if we're setting window-buffer to the value it already has.
9955
76ed5e01
DN
99562008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
9957
9958 * m/intel386.h: Remove references to XENIX.
9959
55e6d9b2
AS
99602008-01-17 Andreas Schwab <schwab@suse.de>
9961
9962 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
9963 instead of HAVE_X86_64_LIB64_DIR.
9964 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
9965
b16ed52d
GM
99662008-01-17 Glenn Morris <rgm@gnu.org>
9967
9968 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
9969 to HAVE_X86_64_LIB64_DIR.
9970
6bed5c4a
DN
99712008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
9972
9973 * s/irix3-3.h:
9974 * s/irix4-0.h:
9975 * s/386-ix.h:
9976 * s/domain.h:
9977 * s/hpux9-x11r4.h:
9978 * s/hpux9shxr4.h: Remove files for systems no longer supported.
9979
9980 * sysdep.c: Remove code containing references to symbols defined
9981 by unsupported systems.
9982
fdecf907
GM
99832008-01-16 Glenn Morris <rgm@gnu.org>
9984
9985 * coding.c (select-safe-coding-system-function): Doc fix.
9986
9292328f
GM
99872008-01-15 Glenn Morris <rgm@gnu.org>
9988
9989 * config.in: Revert 2008-01-13 change: this is a generated file.
9990
944df511
MO
99912008-01-13 Tom Tromey <tromey@redhat.com>
9992
9993 * lisp.h: Fix typo.
9994
8111ec05
DN
99952008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
9996
f40f5dc3
DN
9997 * m/sequent-ptx.h:
9998 * m/sequent.h:
9999 * s/ptx.h:
10000 * s/ptx4-2.h:
10001 * s/ptx4.h: Remove files for systems no longer supported.
10002
ce20b664 10003 * callproc.c (Fcall_process): Fix previous change.
8111ec05 10004
e39a993c
DN
100052008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10006
052e457f 10007 * unexsunos4.c: Remove file, system not supported anymore.
e39a993c 10008
290afd83
JB
10009 * m/mips.h:
10010 * m/intel386.h:
e39a993c
DN
10011 * callproc.c:
10012 * config.in:
10013 * ecrt0.c:
10014 * emacs.c:
10015 * fileio.c:
10016 * frame.c:
10017 * getpagesize.h:
10018 * keyboard.c:
10019 * lread.c:
10020 * process.c:
10021 * puresize.h:
10022 * sysdep.c:
10023 * systty.h:
10024 * syswait.h:
10025 * unexec.c:
10026 * xdisp.c:
10027 * alloc.c: Remove code containing references to symbols defined by
10028 unsupported systems.
10029
81cd7687
KH
100302008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
10031
10032 * coding.c (detect_coding_mask): Fix previous change.
10033
218b3b76
KH
100342008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
10035
10036 * coding.c (detect_coding_iso2022): New arg
10037 latin_extra_code_state. Allow Latin extra codes only
10038 when *latin_extra_code_state is nonzero.
10039 (detect_coding_mask): If there is a NULL byte, detect the encoding
10040 as UTF-16 or binary. If Latin extra codes exist, detect the
10041 encoding as ISO-2022 only when there's no other proper encoding is
10042 found.
10043
59ce725a 100442008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
081f2203 10045
59ce725a
MB
10046 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
10047 #ifdef MAC_OS.
048addec 10048
59ce725a 100492008-01-08 Richard Stallman <rms@gnu.org>
048addec 10050
59ce725a 10051 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
048addec 10052
8290574e
NR
100532008-01-06 Nick Roberts <nickrob@snap.net.nz>
10054
a0a3805c 10055 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8290574e
NR
10056 menu bar in parentheses.
10057
f3041af1
DN
100582008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10059
10060 * m/7300.h:
10061 * m/acorn.h:
10062 * m/alliant-2800.h:
10063 * m/alliant.h:
10064 * m/alliant1.h:
10065 * m/alliant4.h:
10066 * m/altos.h:
10067 * m/amdahl.h:
10068 * m/apollo.h:
10069 * m/att3b.h:
10070 * m/aviion-intel.h:
10071 * m/aviion.h:
10072 * m/celerity.h:
10073 * m/clipper.h:
10074 * m/cnvrgnt.h:
10075 * m/convex.h:
10076 * m/cydra5.h:
10077 * m/delta88k.h:
10078 * m/dpx2.h:
10079 * m/dual.h:
10080 * m/elxsi.h:
10081 * m/f301.h:
10082 * m/gould-np1.h:
10083 * m/gould.h:
10084 * m/i860.h:
10085 * m/ibmps2-aix.h:
10086 * m/ibmrt-aix.h:
10087 * m/ibmrt.h:
10088 * m/irist.h:
10089 * m/is386.h:
10090 * m/isi-ov.h:
10091 * m/mega68.h:
10092 * m/mg1.h:
10093 * m/news-r6.h:
10094 * m/news-risc.h:
10095 * m/news.h:
10096 * m/nh3000.h:
10097 * m/nh4000.h:
10098 * m/ns16000.h:
10099 * m/ns32000.h:
10100 * m/nu.h:
10101 * m/orion.h:
10102 * m/orion105.h:
10103 * m/paragon.h:
10104 * m/pfa50.h:
10105 * m/plexus.h:
10106 * m/pyramid.h:
10107 * m/pyrmips.h:
10108 * m/sh3el.h:
10109 * m/sps7.h:
10110 * m/sr2k.h:
10111 * m/stride.h:
10112 * m/sun1.h:
10113 * m/sun2.h:
10114 * m/sun3-68881.h:
10115 * m/sun3-fpa.h:
10116 * m/sun3-soft.h:
10117 * m/sun3.h:
10118 * m/sun386.h:
10119 * m/symmetry.h:
10120 * m/tad68k.h:
10121 * m/tahoe.h:
10122 * m/targon31.h:
10123 * m/tek4300.h:
10124 * m/tekxd88.h:
10125 * m/tower32.h:
10126 * m/tower32v3.h:
10127 * m/ustation.h:
10128 * m/wicat.h:
10129 * m/xps100.h:
10130 * s/cxux.h:
10131 * s/cxux7.h:
10132 * s/dgux.h:
10133 * s/dgux4.h:
10134 * s/dgux5-4-3.h:
10135 * s/dgux5-4r2.h:
10136 * s/esix.h:
10137 * s/esix5r4.h:
10138 * s/hiuxmpp.h:
10139 * s/hiuxwe2.h:
10140 * s/iris3-5.h:
10141 * s/iris3-6.h:
10142 * s/isc2-2.h:
10143 * s/isc3-0.h:
10144 * s/isc4-0.h:
10145 * s/isc4-1.h:
10146 * s/newsos5.h:
10147 * s/newsos6.h:
10148 * s/osf1.h:
10149 * s/osf5-0.h:
10150 * s/riscix1-1.h:
10151 * s/riscix12.h:
10152 * s/sco4.h:
10153 * s/sco5.h:
10154 * s/sunos4-0.h:
10155 * s/sunos4-1.h:
10156 * s/sunos413.h:
10157 * s/sunos4shr.h:
10158 * s/umax.h:
10159 * s/unipl5-2.h:
10160 * s/xenix.h:
10161 * cxux-crt0.s:
10162 * unexapollo.c:
10163 * unexconvex.c:
10164 * unexenix.c:
10165 * unexsni.c: Remove files for systems no longer supported.
10166
10167 * m/intel386.h: Remove references to unsupported systems.
10168
10169 * w32.c (get_emacs_configuration): Remove reference to i860.
10170
10171 * sysdep.c: Remove dead code.
10172
d35e1cd7
DN
101732008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10174
10175 * s/rtu.h:
a0a3805c 10176 * m/masscomp.h: Remove files. Platform is obsolete.
d35e1cd7 10177
abe136ee
MA
101782008-01-04 Michael Albinus <michael.albinus@gmx.de>
10179
10180 * dbusbind.c (Fdbus_method_return): New function.
10181 (xd_read_message): Add the serial number to the event.
10182 (Fdbus_register_method): Activate the function.
10183
87df3c32
SM
101842008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10185
10186 * keyboard.c (read_key_sequence): Fix typo.
10187
5125905e
MA
101882008-01-03 Michael Albinus <michael.albinus@gmx.de>
10189
10190 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
10191 (xd_signature, xd_append_arg): Handle element type detection for
10192 empty arrays.
10193 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
10194 SDATA () calls; this must be solved more general.
10195 (Fdbus_register_signal): Use SBYTES instead of strlen.
10196
8bba1b5c
MH
101972008-01-03 Magnus Henoch <magnus@zemdatav>
10198
10199 * dbusbind.c (xd_append_arg): Use unsigned char instead of
10200 unsigned int for byte values (necessary for big-endian platform).
2c3a8b27 10201 (Fdbus_call_method): Handle the case of no returned arguments.
8bba1b5c 10202
a0a3805c 102032007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15f16c1b
MA
10204
10205 * dbusbind.c (xd_read_message): Use non-static input_event struct.
10206
a271e124
MH
102072007-12-31 Magnus Henoch <mange@freemail.hu>
10208
10209 * dbusbind.c (xd_signature): Signature of variant is just "v".
10210
17bc8f94
MA
102112007-12-30 Michael Albinus <michael.albinus@gmx.de>
10212
87df3c32 10213 * dbusbind.c: Fix several errors and compiler warnings.
1f204af3 10214 Reported by Tom Tromey <tromey@redhat.com>.
17bc8f94
MA
10215 (XD_ERROR, XD_DEBUG_MESSAGE)
10216 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
10217 (xd_append_arg): Part for basic D-Bus types rewitten.
10218 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
10219 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
10220 appropriate.
10221 (xd_read_message): Return Qnil. Don't signal an error; it is not
10222 useful during event reading.
10223 (Fdbus_register_signal): Signal an error if the check for
10224 FUNCTIONP fails.
10225 (Fdbus_register_method): New function. The implementation is not
10226 complete, the call of the function signals an error therefore.
10227 (Fdbus_unregister_object): New function, renamed from
10228 Fdbus_unregister_signal. The initial check signals an error, if
5125905e 10229 the object is not well formed.
17bc8f94 10230
dd6f2802
RS
102312007-12-30 Richard Stallman <rms@gnu.org>
10232
10233 * textprop.c (get_char_property_and_overlay):
10234 Signal error if POSITION is out of range in a buffer.
10235
1da8a031
MR
102362007-12-29 Martin Rudalics <rudalics@gmx.at>
10237
10238 * w32fns.c (Fx_create_frame): Make copy of frame parameters
10239 because the original parameters are in pure storage now.
10240
5742be86
YM
102412007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10242
10243 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
10244
b014713c
EZ
102452007-12-22 Eli Zaretskii <eliz@gnu.org>
10246
b17f53ab
MB
10247 * callint.c (syms_of_callint) <command-history>: Add reference to
10248 history-length in the doc string.
048addec 10249
b17f53ab 102502007-12-17 Jason Rumney <jasonr@gnu.org>
048addec 10251
b17f53ab
MB
10252 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
10253 before passing as wParam.
048addec 10254
9af5078b
MA
102552007-12-22 Michael Albinus <michael.albinus@gmx.de>
10256
10257 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
10258 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
10259 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
10260 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
10261 as number.
10262 (Fdbus_call_method): Fix docstring.
10263
87cf1a39
MA
102642007-12-21 Michael Albinus <michael.albinus@gmx.de>
10265
10266 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
10267 New macros.
87df3c32 10268 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
a0a3805c
JB
10269 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
10270 Simplify.
87cf1a39
MA
10271 (xd_signature): New function.
10272 (xd_append_arg): Compute also signatures. Major rewrite.
10273 (xd_retrieve_arg): Make debug messages friendly.
87df3c32
SM
10274 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
10275 Check for signatures of arguments.
87cf1a39 10276
54371585
MA
102772007-12-19 Michael Albinus <michael.albinus@gmx.de>
10278
10279 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
10280 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
10281 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
10282 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
10283 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
87df3c32 10284 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
54371585
MA
10285 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
10286 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
87df3c32 10287 (xd_retrieve_value): Remove. Functionality included in ...
54371585
MA
10288 (xd_append_arg): New function.
10289 (Fdbus_call_method, Fdbus_send_signal): Apply it.
10290
f5306ca3
MA
102912007-12-16 Michael Albinus <michael.albinus@gmx.de>
10292
10293 * dbusbind.c (top): Include <stdio.h>.
10294 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
10295 dbus_message_new_method_call and dbus_message_new_signal.
87df3c32
SM
10296 (Fdbus_register_signal): Rename unique_name to uname.
10297 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
f5306ca3
MA
10298 non-existing unique name. Fix typos in matching rule. Return an
10299 object which is useful in Fdbus_unregister_signal.
10300 (Fdbus_unregister_signal): Reimplementation, in order to remove
10301 only the corresponding entry.
10302 (Vdbus_registered_functions_table): Change the order of entries.
10303 Apply these changes in xd_read_message and Fdbus_register_signal.
10304
77a28bbf
AS
103052007-12-16 Andreas Schwab <schwab@suse.de>
10306
10307 * fileio.c (Finsert_file_contents): Fix overflow check to not
10308 depend on undefined integer overflow.
10309
2e3566d8
JR
103102007-12-14 Jason Rumney <jasonr@gnu.org>
10311
10312 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
10313 for characters above 127.
10314
bf254037
JR
103152007-12-13 Jason Rumney <jasonr@gnu.org>
10316
10317 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
10318 before dereferencing array.
10319 (lookup_vk_code): Remove zero comparison.
10320
eb7c7bf5
MA
103212007-12-14 Michael Albinus <michael.albinus@gmx.de>
10322
10323 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
87df3c32
SM
10324 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
10325 Use `unsigned int' instead of `uint'.
eb7c7bf5
MA
10326 (xd_read_message, Fdbus_register_signal): Split expressions into
10327 multiple lines before operators "&&" and "||", according to the
10328 GNU Coding Standards.
10329
34fb0fc9
EZ
103302007-12-14 Eli Zaretskii <eliz@gnu.org>
10331
10332 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
10333
c7d97628
JL
103342007-12-12 Juri Linkov <juri@jurta.org>
10335
10336 * buffer.c (Frename_buffer): In interactive spec replace
10337 `read-buffer' with `read-string' that uses `buffer-name-history'
10338 as history, and the current buffer's name as default.
10339
3709505e
SM
103402007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
10343 manipulating the backtrace manually.
10344 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
10345 (struct backtrace, backtrace_list): Remove.
10346 (command_loop_1): Remove dead var `no_direct'.
10347
10348 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
10349 preserve non-built-in buffer-local variables.
10350 (Fkill_all_local_variables): Don't re-create&re-set permanent
10351 buffer-local variables.
10352
e2bec886
JL
103532007-12-09 Juri Linkov <juri@jurta.org>
10354
10355 * buffer.c (Frename_buffer): Change interactive spec from "s" to
10356 Lisp code that uses `read-buffer' with current buffer as default.
10357
a31d47c7
MA
103582007-12-08 Michael Albinus <michael.albinus@gmx.de>
10359
10360 * dbusbind.c (xd_read_message): Generate an event for every
10361 registered handler. There might be several handlers registered
10362 for the same signal.
10363 (Fdbus_register_signal): Don't overwrite a registration for the
10364 same signal. Add a new registration if handlers are different.
10365 (Vdbus_registered_functions_table): Rework doc string.
10366
52da95fa
MA
103672007-12-07 Michael Albinus <michael.albinus@gmx.de>
10368
10369 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
10370 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
10371 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
10372 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
10373 Unify argument lists.
a0a3805c 10374 (xd_read_message, Fdbus_register_signal): Reorder and extend event
52da95fa
MA
10375 arguments and hash table keys. Use unique name for service.
10376 (Fdbus_unregister_signal): Remove checks.
10377 (Vdbus_registered_functions_table): Fix doc string.
10378
e5e76c04 103792007-12-05 Magnus Henoch <mange@freemail.hu>
0277bfa1
RS
10380
10381 * process.c (make_process): Initialize pty_flag to 0.
10382
e5e76c04 103832007-12-05 Jason Rumney <jasonr@gnu.org>
44b1dc2e
JR
10384
10385 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
10386 specified XBMs.
10387
e5e76c04 103882007-12-05 Richard Stallman <rms@gnu.org>
048addec 10389
e5e76c04 10390 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
048addec 10391
e5e76c04 103922007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 10393
e5e76c04
MB
10394 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
10395 New variable.
10396 (mac_try_close_socket) [MAC_OSX]: New function.
10397 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
10398 Update cfsockets_for_select. Replace invalid CFRunLoop source.
048addec 10399
e5e76c04
MB
10400 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
10401 Use mac_try_close_socket.
048addec 10402
e5e76c04 104032007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 10404
e5e76c04
MB
10405 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
10406 reloc_base.
10407 (copy_dysymtab): Compute relocation base here.
10408 (rebase_reloc_address) [__ppc64__]: New function.
10409 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
10410 changed.
048addec 10411
e5e76c04 104122007-12-05 Jason Rumney <jasonr@gnu.org>
048addec 10413
e5e76c04 10414 * w32proc.c (sys_spawnve): Quote args with wildcards.
048addec 10415
e5e76c04 104162007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 10417
e5e76c04
MB
10418 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
10419 __objc_* sections.
10420 (unrelocate) [_LP64]: Set relocation base to address of data segment.
048addec 10421
96faeb40
MA
104222007-12-05 Michael Albinus <michael.albinus@gmx.de>
10423
10424 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
10425 Move check for Vdbus_registered_functions_table to
10426 xd_read_queued_messages.
10427 (xd_read_queued_messages): Protect xd_read_message calls by
10428 internal_condition_case_1.
10429
39abdd4a
MA
104302007-12-04 Michael Albinus <michael.albinus@gmx.de>
10431
87df3c32 10432 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
39abdd4a 10433 Qdbus_system_bus and Qdbus_session_bus, respectively.
87df3c32 10434 (Vdbus_intern_symbols): Remove.
39abdd4a 10435 (Vdbus_registered_functions_table): New hash table.
87df3c32 10436 (XD_SYMBOL_INTERN_SYMBOL): Remove.
39abdd4a 10437 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
87df3c32 10438 Rewrite in order to manage registered functions by hash table
39abdd4a
MA
10439 Vdbus_registered_functions_table.
10440
880820fe 104412007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7ba30657
JD
10442
10443 * xterm.c: Update URL to Window Manager Specification in comment.
10444
033b73e2
MA
104452007-12-02 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * config.in (HAVE_DBUS): Add.
10448
a0a3805c 10449 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
033b73e2
MA
10450 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
10451 (obj): Add $(DBUS_OBJ).
10452 (LIBES): Add $(DBUS_LIBS).
10453 (dbusbind.o): New target.
10454
10455 * dbusbind.c: New file.
10456
10457 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
10458
10459 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
a0a3805c 10460 (Qdbus_event): New Lisp symbol.
033b73e2 10461 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
87df3c32 10462 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
033b73e2
MA
10463 (keys_of_keyboard ): Define dbus-event.
10464
10465 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
10466
39d0bf74
RS
104672007-12-01 Richard Stallman <rms@gnu.org>
10468
10469 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
10470
f3157c65
JR
104712007-11-30 Jason Rumney <jasonr@gnu.org>
10472
10473 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
10474 (w32con_reset_terminal_modes): Clear screen buffer.
f1e8dcf1
JR
10475 (w32_face_attributes): Don't use color indexes that are out of range.
10476 Only reverse the default colors.
f3157c65
JR
10477
10478 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
10479 WINDOWSNT.
10480
10481 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
10482
b510360c
JR
104832007-11-29 Jason Rumney <jasonr@gnu.org>
10484
10485 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
10486 (w32_face_attributes): Use Vtty_defined_color_alist to determine
10487 if the terminal colors are initialized.
10488 (unspecified_fg, unspecified_bg): Remove unused declarations.
10489
4b7ab1c4
AS
104902007-11-29 Andreas Schwab <schwab@suse.de>
10491
10492 * keyboard.c (apply_modifiers): Fix typo.
10493
4bb6c266
RS
104942007-11-29 Richard Stallman <rms@gnu.org>
10495
10496 * keymap.c (Fcurrent_local_map): Doc fix.
10497
aa44cd84
GM
104982007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
10499
10500 * s/gnu-kfreebsd.h: New file.
10501
21ec2c43
SM
105022007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10503
cc648cef
SM
10504 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
10505 Don't cast redundantly.
10506
21ec2c43
SM
10507 * keyboard.c (KEY_TO_CHAR): New macro.
10508 (parse_modifiers, apply_modifiers): Accept integer arguments.
10509 (read_key_sequence): Use them to unify the "shift->unshift" mapping
10510 for chars and symbol keys.
10511 After doing such remapping, apply function-key-map again.
10512
73e72da4
DN
105132007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
10514
10515 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
10516 compiled anymore.
10517
254693ff
AS
105182007-11-26 Andreas Schwab <schwab@suse.de>
10519
10520 * process.c (list_processes_1): Fix indentation level of the
10521 command column.
10522
ff6e6ac8
AS
105232007-11-23 Andreas Schwab <schwab@suse.de>
10524
10525 * editfns.c (Fformat): Handle %c specially since it requires the
10526 argument to be of type int.
10527
f7cf8b20
SM
105282007-11-23 Markus Triska <markus.triska@gmx.at>
10529
10530 * emacs.c (main): Call init_editfns before init_process, since
2a2e8de7 10531 init_process sets Vprocess_connection_type depending on OS release.
f7cf8b20 10532
569c11e3
SM
105332007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10534
8787dd73
SM
10535 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
10536 (find_symbol_value): Use do_symval_forwarding.
10537
569c11e3
SM
10538 * data.c (set_internal): Set the value in the `cons-cell' (for
10539 Buffer_Local_values) not only for frame-local variables.
10540
6af1696d
AS
105412007-11-22 Andreas Schwab <schwab@suse.de>
10542
10543 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
10544 values to sprintf.
10545 * keymap.c (Fsingle_key_description): Likewise.
10546 * print.c (print_object): Likewise.
10547
880820fe 105482007-11-22 Jan Djärv <jan.h.d@swipnet.se>
d4ad8c04
JD
10549
10550 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
10551 file for image is nil.
10552
7c401d15
DN
105532007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
10554
10555 * term.c: Include stdarg.h.
569c11e3 10556 (fatal): Implement using varargs.
a0a3805c 10557 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7c401d15 10558
64e16c3c
SM
105592007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10560
10561 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
10562 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
10563 Update call to buffer_slot_type_mismatch.
10564 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
10565 (buffer_slot_type_mismatch): Update.
10566 * buffer.c (buffer_local_types): Remove.
10567 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
10568 (defvar_per_buffer): Set the type in the buffer_objfwd.
10569
d4aa48db 105702007-11-21 Jason Rumney <jasonr@gnu.org>
5f42a7eb 10571
64e16c3c
SM
10572 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
10573 CreateFileMapping returns NULL on failure.
5f42a7eb 10574
d4aa48db 105752007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
048addec 10576
d4aa48db
MB
10577 * search.c (Fset_match_data): Remove the `evaporate' feature.
10578 (unwind_set_match_data): Don't use the `evaporate' feature.
437dfb9f 10579
bdae0540
JR
105802007-11-21 Jason Rumney <jasonr@gnu.org>
10581
10582 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
10583
10584 * w32console.c (w32con_write_glyphs): Remove unused variables.
10585
202c09a8
DN
105862007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10587
b951420f
DN
10588 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
10589
202c09a8
DN
10590 * s/darwin.h (MULTI_KBOARD): Remove.
10591
10592 * macfns.c (x_create_tip_frame, Fx_create_frame)
10593 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
10594
bae72c12
SM
105952007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10596
e7c10f83
SM
10597 * buffer.c (Fbuffer_local_value): Remove redundant test.
10598 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
10599 than in `current-buffer' to match the comment.
10600 Do the swap using swap_in_global_binding.
10601
136eb6ed
SM
10602 * data.c (store_symval_forwarding, set_internal):
10603 * eval.c (specbind): Remove dead code.
10604
bae72c12
SM
10605 * coding.c (detect_coding, Fupdate_coding_systems_internal):
10606 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
10607 Since we do not want to see internal Lisp_*fwd objects here.
10608
880820fe 106092007-11-18 Jan Djärv <jan.h.d@swipnet.se>
95fbaefc 10610
3d66b985
JD
10611 * sysdep.c (init_system_name): Use getaddrinfo if available.
10612
95fbaefc
JD
10613 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
10614 (x_scroll_bar_note_movement): start, end, with, height in struct
10615 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
10616
6c1d8cb6
DN
106172007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
10618
10619 * puresize.h (BASE_PURESIZE): Increase to 1190000.
10620
30f95089
SM
106212007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10622
66b04bd4
SM
10623 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
10624 This undoes Richard's change of 14-Oct-2002.
10625
6d3f2bb2
SM
10626 * alloc.c (allocate_other_vector):
10627 * lisp.h (allocate_other_vector): Remove.
10628
b05b4e27
SM
10629 * window.c (struct save_window_data): Move non-lisp data to the end
10630 and make it `int' rather than Lisp_Object.
10631 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
10632 Done wrap/unwrap integer values.
10633 (Fset_window_configuration, compare_window_configurations):
10634 Update use of fields to their new types.
10635
056ce195
SM
10636 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
10637 Turn integer fields into `int'. Merge x_window_low and x_window_high.
10638 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
10639 (SET_SCROLL_BAR_X_WINDOW): Remove.
10640 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
10641 Access the new x_window field directly.
10642 * xterm.c (x_scroll_bar_create): Use a pseudovector.
10643 Don't wrap/unwrap integers into Lisp_Objects.
10644 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
10645 (x_scroll_bar_report_motion):
10646 Don't wrap/unwrap integers into Lisp_Objects.
10647 (x_term_init): Use SDATA.
10648 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
10649 (x_scroll_bar_set_handle, x_scroll_bar_remove)
10650 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
10651 (x_scroll_bar_report_motion, x_scroll_bar_clear):
10652 * xfns.c (x_set_background_color):
10653 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
10654 Access the new x_window field directly.
10655
30f95089
SM
10656 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
10657 (allocate_pseudovector): Make non-static.
6d3f2bb2 10658
30f95089
SM
10659 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
10660 (allocate_pseudovector): Declare.
6f69e89b 10661 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
30f95089 10662
9b6112e8
AS
106632007-11-15 Andreas Schwab <schwab@suse.de>
10664
30f95089
SM
10665 * editfns.c (Fformat): Correctly format EMACS_INT values.
10666 Also take precision into account when formatting an integer.
0f860bd7 10667
9b6112e8
AS
10668 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
10669
262fcd41
SM
106702007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10671
58da34c7
SM
10672 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
10673 (syms_of_keyboard): Defsubr it.
10674
262fcd41
SM
10675 * data.c (swap_in_global_binding): Fix longstanding bug where
10676 store_symval_forwarding was not called with the right second argument,
10677 thus causing objfwd-ing from being dropped.
10678
d29a9848
JB
106792007-11-14 Juanma Barranquero <lekktu@gmail.com>
10680
10681 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
10682 (Fx_display_pixel_height, Fx_display_planes)
10683 (Fx_display_color_cells, Fx_server_max_request_size)
10684 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
10685 (Fx_display_visual_class, Fx_display_save_under):
10686 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
10687 (Fx_display_pixel_height, Fx_display_planes)
10688 (Fx_display_color_cells, Fx_server_max_request_size)
10689 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10690 (Fx_display_mm_height, Fx_display_mm_width)
10691 (Fx_display_backing_store, Fx_display_visual_class)
10692 (Fw32_select_font, Fx_display_save_under):
10693 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
10694 (Fx_display_pixel_height, Fx_display_planes)
10695 (Fx_display_color_cells, Fx_server_max_request_size)
10696 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
10697 (Fx_display_save_under): Fix typos in docstrings.
10698
74084731
JB
106992007-11-14 Juanma Barranquero <lekktu@gmail.com>
10700
10701 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
10702 corresponding to deleted entries; they are an implementation detail.
10703 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
10704 Remove variables.
10705 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
10706 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
10707 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
10708 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
10709 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
d29a9848 10710 (Fw32_define_rgb_color, Fw32_load_color_file)
74084731 10711 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
02b39a28
JB
10712 Fix typos in docstrings.
10713 (Fx_server_version): Reflow docstring.
10714 (Fw32_shell_execute): Doc fixes.
74084731 10715
fb053a1f
JB
107162007-11-13 Juanma Barranquero <lekktu@gmail.com>
10717
10718 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
10719 if w32_parse_hot_key returned nil.
10720
a457417e 107212007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9ec1bdb6 10722
a457417e 10723 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9ec1bdb6 10724
4b219faa
JR
107252007-11-09 Jason Rumney <jasonr@gnu.org>
10726
10727 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
10728
10729 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
10730
10731 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
10732 Remove W32_SCROLL_BAR_CLICK_EVENT.
10733
10734 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
10735 Add MULTIMEDIA_KEY_EVENT.
10736
10737 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
10738 (lispy_multimedia_keys) [WINDOWSNT]: New array.
10739 (make_lispy_event) [WINDOWSNT]: Use it to translate
10740 MULTIMEDIA_KEY_EVENT.
10741
10742 * w32term.h (WM_APPCOMMAND): Define if not already.
10743 (GET_APPCOMMAND_LPARAM): Likewise.
10744
10745 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
10746 WM_APPCOMMAND.
10747
10748 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
10749 (syms_of_w32fns): Export and initialize it.
10750 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
10751
c12ecb0a 107522007-11-09 Chong Yidong <cyd@stupidchicken.com>
d388d2ac
CY
10753
10754 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
10755 twice.
10756
10757 * xdisp.c (handle_face_prop): Fix last change.
10758
c12ecb0a 107592007-11-09 Richard Stallman <rms@gnu.org>
048addec 10760
c12ecb0a
MB
10761 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
10762 not just for after-strings and before-strings.
10763 Call face_for_overlay_string and pass the overlay to it.
10764 (handle_display_prop): Determine whether property came from an overlay.
10765 Pass OVERLAY arg to handle_single_display_spec.
10766 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
10767 (load_overlay_strings): Fill in it->string_overlays.
10768 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
b5cb6072 10769
c12ecb0a
MB
10770 * xfaces.c (face_for_overlay_string): Function renamed from
10771 face_at_buffer_position_no_overlays, and add arg OVERLAY.
b5cb6072 10772
c12ecb0a
MB
10773 * dispextern.h (struct it): New elt string_overlays.
10774 New elt from_overlay, also in stack.
10775 Rearrange a few elements.
10776 (face_for_overlay_string): Decl renamed from
10777 face_at_buffer_position_no_overlays, and add argument.
15fff01d 10778
c12ecb0a 107792007-11-09 Richard Stallman <rms@gnu.org>
0065bb74 10780
c12ecb0a
MB
10781 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
10782 to get the base face for an overlay string.
0d8466cc 10783
c12ecb0a 10784 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15fff01d 10785
c12ecb0a 10786 * xfaces.c (face_at_buffer_position_no_overlays): New function.
2fae9111 10787
c12ecb0a 10788 * xdisp.c (handle_stop): Move some code out of loop.
2d6c1fc0 10789
c12ecb0a 107902007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
07025a55 10791
c12ecb0a
MB
10792 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
10793 Fix conversion from Lisp object to ATSUFontID.
07025a55 10794
c12ecb0a 107952007-11-09 Jason Rumney <jasonr@gnu.org>
07025a55 10796
c12ecb0a 10797 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
3a232704 10798
c12ecb0a 107992007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
539e92ad 10800
c12ecb0a
MB
10801 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
10802 Don't assume regions are aligned to page boundary.
10803 (print_load_command_name): Add LC_UUID if defined.
3a232704 10804
c12ecb0a 108052007-11-09 Richard Stallman <rms@gnu.org>
0cb8bb48 10806
c12ecb0a 10807 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
539e92ad 10808
b8ddfbcc
JR
108092007-11-07 Jason Rumney <jasonr@gnu.org>
10810
10811 * s/windows95.h: Remove.
10812
880820fe 108132007-11-06 Jan Djärv <jan.h.d@swipnet.se>
e624c3f9
JD
10814
10815 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
10816 abort with a message on unhandled store_type values.
10817
880820fe 108182007-11-01 Jan Djärv <jan.h.d@swipnet.se>
ac1278c1
JD
10819
10820 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
10821 Remove HAVE_X11R5 and HAVE_X11R4.
10822
04a697fe
DN
108232007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
10824
10825 * Makefile.in: Remove references to sunfns.c and sunfns.o.
10826
880820fe 108272007-11-01 Johan Bockgård <bojohan@gnu.org>
56dad874
GM
10828
10829 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
fb053a1f 10830 Don't set s->stippled_p here, since it has already been set by
56dad874
GM
10831 x_set_glyph_string_gc from x_draw_glyph_string.
10832
07e5c0b0
DN
108332007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
10834
2a2e8de7 10835 * sunfns.c: Remove file.
07e5c0b0
DN
10836
10837 * m/sun386.h:
10838 * m/sun2.h:
10839 * m/sparc.h: Remove Sun windows code.
10840
1bc973c2
SM
108412007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10842
10843 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
10844 (init_keyboard): Set current_kboard's window-system to nil.
10845 (tty_read_avail_input): Typo.
10846 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
10847
c22140f6
DN
108482007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10849
10850 * s/usg5-4.h:
10851 * s/usg5-3.h:
10852 * s/ptx.h:
10853 * m/is386.h:
10854 * m/ibmps2-aix.h:
2a2e8de7 10855 * Makefile.in: Remove all mentions of X10.
c22140f6
DN
10856
10857 * dispnew.c (syms_of_display): Don't mention version 10.
10858
660a8219
JB
108592007-10-28 Juanma Barranquero <lekktu@gmail.com>
10860
10861 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
10862 ($(BLD)/abbrev.$(O)): Remove.
10863
e047f448
SM
108642007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 Rewrite abbrev.c in Elisp.
10867 * image.c (Qcount): Don't declare as extern.
10868 (syms_of_image): Initialize and staticpro `Qcount'.
10869 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
10870 * emacs.c (main): Don't call syms_of_abbrev.
10871 * Makefile.in (obj): Remove abbrev.o.
10872 (abbrev.o): Remove.
10873 * abbrev.c: Remove.
10874
67b73e3a
MR
108752007-10-26 Martin Rudalics <rudalics@gmx.at>
10876
10877 * window.c (window_min_size_2): Don't count header-line.
10878
e3d7bd83
DN
108792007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10880
10881 * frame.h (struct frame): Move all bit fields after the first bit
660a8219 10882 field to take advantage of the available space. Group all the
e3d7bd83
DN
10883 chars together to reduce wasted space due to padding.
10884
a3547743
JB
108852007-10-26 Juanma Barranquero <lekktu@gmail.com>
10886
e298936f
JB
10887 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
10888
d3d47262
JB
10889 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
10890 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
10891 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
10892 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
10893 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
10894 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
10895 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
10896 (last_marked, mark_object_loop_halt): Make static.
10897
a3547743
JB
10898 * frame.c (syms_of_frame) <delete-frame-functions>:
10899 Fix typo in docstring.
10900
14c71d8b
JB
109012007-10-25 Juanma Barranquero <lekktu@gmail.com>
10902
10903 * w32.c (init_environment): Fix tiny memory leak.
66199f74 10904 (w32_get_resource): Remove unused variable `ok'.
14c71d8b 10905
70b8d0a4
SM
109062007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 Make `window-system' into a keyboard-local variable (rather than
10909 frame-local as done originally by multi-tty).
10910
10911 * keyboard.h (struct kboard): Add Vwindow_system.
10912 * keyboard.c (init_kboard): Set a default for Vwindow_system.
10913 (mark_kboards): Mark Vwindow_system.
10914
10915 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
10916 (init_display): Don't set the obsolete `window-system' frame-param.
10917
10918 * xterm.c (x_term_init):
10919 * w32term.c (w32_create_terminal):
10920 * term.c (init_tty): Set Vwindow_system.
10921 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
10922 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
10923
10924 * xfns.c (Fx_create_frame, x_create_tip_frame):
10925 * w32fns.c (Fx_create_frame, x_create_tip_frame):
10926 * macfns.c (Fx_create_frame):
10927 Don't set the obsolete `window-system' frame-param.
10928
10929 * frame.h (Qwindow_system): Remove.
10930 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
10931 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
10932
fdc90613 109332007-10-24 Richard Stallman <rms@gnu.org>
4521d1fc 10934
fdc90613
MB
10935 * frame.c (x_figure_window_size): For fullscreen case,
10936 set USPosition | PPosition without clobbering rest of window_prompting.
7c75be36 10937
fdc90613 10938 * keyboard.c (Fcurrent_idle_time): Doc fix.
4521d1fc 10939
fdc90613 10940 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4521d1fc 10941
7357cb04
SM
109422007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10943
98228e72
SM
10944 * process.c (unwind_request_sigio): Only define if __ultrix__.
10945
1baf6db9
SM
10946 * callproc.c (child_setup): Remove spurious *.
10947
4d0ac3d7
SM
10948 * lisp.h (Fget_text_property): Declare.
10949 (have_menus_p): Declare it here rather than in sys-dep header files.
10950 * macterm.h (have_menus_p):
10951 * msdos.h (have_menus_p):
10952 * xterm.h (have_menus_p): Remove.
10953
7357cb04
SM
10954 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10955 (Fmake_variable_frame_local): Just check the variable's const-ness
10956 rather than checking nil or t.
10957
866e6dd6
JR
109582007-10-22 Jason Rumney <jasonr@gnu.org>
10959
b00afeae
JR
10960 * w32fns.c: Include math.h.
10961 (w32_abort): Declaration moved to nt/config.nt.
0f7f11b7 10962
c8f7c76b
JR
10963 * s/ms-w32.h (HAVE_STDLIB_H): Define.
10964 (abort): Redefinition moved to nt/config.nt.
10965
866e6dd6
JR
10966 * m/windowsnt.h: Remove.
10967
e79beb56
JB
109682007-10-22 Juanma Barranquero <lekktu@gmail.com>
10969
10970 * emacs.c (Fdump_emacs): Fix typo in message.
10971 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
10972 <installation-directory>: Reflow docstring.
10973
fb30dfd2
JL
109742007-10-22 Juri Linkov <juri@jurta.org>
10975
10976 * minibuf.c: Allow minibuffer default to be a list of default values.
10977 With empty input use the first element of this list as returned default.
e79beb56 10978 (string_to_object)
0f7f11b7 10979 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
fb30dfd2
JL
10980 (read_minibuf): If defalt is cons, set histstring to its car.
10981 (Fread_string): If default_value is cons, set val to its car.
10982 (Fread_buffer): If def is cons, use its car.
10983 (Fcompleting_read): If defalt is cons, set val to its car.
10984
1f163f28
MA
109852007-10-21 Michael Albinus <michael.albinus@gmx.de>
10986
10987 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
10988
db3534c3
JB
109892007-10-20 Juanma Barranquero <lekktu@gmail.com>
10990
10991 * doc.c (Fdocumentation): Check for advice in all cases.
10992
c6f18a07
CY
109932007-10-19 Chong Yidong <cyd@stupidchicken.com>
10994
10995 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
10996
2a1534d3
RS
109972007-10-19 Richard Stallman <rms@gnu.org>
10998
10999 * doc.c (Fdocumentation): Check for and handle an advised function.
11000
7b82c3b6
JB
110012007-10-19 Juanma Barranquero <lekktu@gmail.com>
11002
11003 * process.c (Fset_process_filter): Doc fix.
11004
3278f20e
SM
110052007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
11008 which caused key-translation-map to applied repeatedly (thus breaking
11009 double-mode).
11010
99784d63
SM
110112007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * xselect.c (x_own_selection, x_handle_selection_clear)
11014 (x_clear_frame_selections):
11015 * w32menu.c (list_of_panes, list_of_items):
11016 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
11017 * textprop.c (validate_plist, interval_has_all_properties)
11018 (interval_has_some_properties, interval_has_some_properties_list)
11019 (add_properties, text_property_list):
11020 * process.c (Fget_buffer_process, list_processes_1, status_notify):
11021 * minibuf.c (Fassoc_string):
11022 * macselect.c (x_own_selection, x_clear_frame_selections)
11023 (Fx_disown_selection_internal):
11024 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
11025 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
11026
44bb704d
CY
110272007-10-17 Chong Yidong <cyd@stupidchicken.com>
11028
11029 * process.c: Link to libs for calling res_init() if available.
11030 (Fmake_network_process): Call res_init() before getaddrinfo or
11031 gethostbyname, if possible.
11032
d314756e
SM
110332007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11034
2504022a
SM
11035 * lread.c (read1): Set pvectype for char_tables.
11036
19fa82b9
SM
11037 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
11038 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
11039 Add type checks.
11040 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
11041
d314756e
SM
11042 * alloc.c (free_misc): Use XMISCTYPE.
11043 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
11044
94b9aaa2
GM
110452007-10-17 Glenn Morris <rgm@gnu.org>
11046
11047 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
11048 (syms_of_minibuf): Add Qcompletion_ignore_case.
11049 * dired.c (Qcompletion_ignore_case): Change to external.
11050 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
11051 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
11052 (Fread_file_name): Use it rather than intern'ing.
11053
11054 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
11055 (Fread_coding_system): Ignore case of user input.
11056
da6658e8
YM
110572007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11058
11059 * xdisp.c (handle_display_prop): Ignore display specs after
11060 replacing one when string text is being replaced.
11061 (handle_single_display_spec): Pretend as if characters with display
11062 property haven't been consumed only when buffer text is being replaced.
11063
11fb4bdb
SM
110642007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11065
9beb8baa
SM
11066 * xfns.c (Fx_create_frame, Fx_display_list):
11067 * window.c (window_fixed_size_p, enlarge_window)
11068 (shrink_window_lowest_first):
11069 * macterm.c (init_font_name_table):
11070 * macfns.c (Fx_create_frame, Fx_display_list):
11071 * lread.c (close_load_descs):
11072 * keyboard.c (read_char_x_menu_prompt):
11073 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
11074 * coding.c (code_convert_region_unwind): Test the type of an object
11075 rather than just !NILP before extracting data from it.
11076
d3f41ff5
SM
11077 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
11078
67ee9f6e
SM
11079 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
11080 (XMISCANY): New macro.
11081 (XMISCTYPE): Use it.
11082 (struct Lisp_Misc_Any): New type.
11083 (union Lisp_Misc): Use it.
11084 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
11085 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
11086 (find_symbol_value, set_internal, default_value, Fset_default)
11087 (Fmake_variable_buffer_local, Fmake_local_variable)
11088 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
11089 (Flocal_variable_if_set_p, Fvariable_binding_locus):
11090 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
11091 * alloc.c (allocate_buffer): Set the size and tag.
11092 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
11093 Use XMISCANY.
11094 (die): Follow the GNU convention for error messages.
11095 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
11096 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
11097 tag any more.
11098 (set_buffer_internal_1):
11099 * frame.c (store_frame_param):
11100 * eval.c (specbind):
11101 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
11102
11fb4bdb
SM
11103 * doc.c (Fsnarf_documentation): Simplify.
11104
decb374a
JB
111052007-10-14 Juanma Barranquero <lekktu@gmail.com>
11106
11107 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
11108 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
11109
b5a40ee7
SM
111102007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
11113
35277b03
JB
111142007-10-14 Juanma Barranquero <lekktu@gmail.com>
11115
11116 * eval.c (do_autoload): Don't save autoloads.
11117
11118 * data.c (Ffset): Save autoload of the function being set.
11119
35fdaa62
GM
111202007-10-07 John Paul Wallington <jpw@pobox.com>
11121
11122 * xfns.c (x_create_tip_frame): Set the `display-type' frame
11123 parameter before setting up faces.
11124
1ea40aa2
EZ
111252007-10-13 Eli Zaretskii <eliz@gnu.org>
11126
35fdaa62 11127 * ccl.c (Fregister_code_conversion_map):
96a5affb
EZ
11128 * keyboard.c (append_tool_bar_item): Reformat last change.
11129
1ea40aa2
EZ
11130 * lisp.h (eabs): Rename from `abs'. All callers changed.
11131
35277b03 111322007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
71d00ce4
EZ
11133
11134 * buffer.c (add_overlay_mod_hooklist):
11135 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
11136 * fontset.c (make_fontset):
11137 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
11138 (append_tool_bar_item):
11139 * macmenu.c (grow_menu_items):
35fdaa62 11140 * w32menu.c (grow_menu_items):
71d00ce4 11141 * xmenu.c (grow_menu_items): Use larger_vector.
35fdaa62 11142
bc82f120
EZ
111432007-10-13 Eli Zaretskii <eliz@gnu.org>
11144
11145 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
11146 selected frame'' on MSDOS).
11147
d57d5a78
MR
111482007-10-12 Martin Rudalics <rudalics@gmx.at>
11149
11150 * frame.c (Qexplicit_name): New variable.
11151 (x_report_frame_params): Report it in parameter alist.
11152 (syms_of_frame): Intern and staticpro it.
11153
35277b03 111542007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
04710ebd
JR
11155
11156 * macfns.c (x_create_tip_frame): Set terminal for frame.
11157
c7a4b95b
SM
111582007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11159
26f9c7b7
SM
11160 * frame.c (Qenvironment): Remove.
11161 (syms_of_frame) <Qenvironment>: Don't initialize.
11162 (Fdelete_frame): Don't treat the `environment' param specially.
11163 * frame.h (Qenvironment): Don't declare.
11164 * callproc.c (set_initial_environment): Don't set unused frame param.
11165
c7a4b95b
SM
11166 * frame.c (Fframe_with_environment): Remove.
11167 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26f9c7b7 11168
c7a4b95b
SM
11169 * lisp.h (Fframe_with_environment): Don't declare.
11170
c86f7377
JB
111712007-10-10 Juanma Barranquero <lekktu@gmail.com>
11172
11173 * indent.c (indent_tabs_mode, last_known_column)
11174 (last_known_column_modified): Make static.
11175 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
11176
d1b3a122
KY
111772007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
11178
11179 * puresize.h (BASE_PURESIZE): Increase to 1170000.
11180
d57d5a78
MR
111812007-10-09 Jason Rumney <jasonr@gnu.org>
11182
11183 * w32term.c (x_set_window_size): Disable code that attempts to tell
11184 Lisp code about a size change before it actually happens.
11185
81d3d428 111862007-10-09 Richard Stallman <rms@gnu.org>
91175673 11187
81d3d428
MB
11188 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
11189 return HANDLED_RETURN.
91175673 11190
1af74d06 111912007-10-08 Martin Rudalics <rudalics@gmx.at>
4f1b1854 11192
1af74d06
MB
11193 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
11194 when there's an unread command event.
e0fead5d 11195
c7a4b95b 11196 * frame.c (focus_follows_mouse): Move here from frame.el to allow
1af74d06
MB
11197 window autoselection act appropriately when leaving selected frame.
11198 (syms_of_frame): Initialize focus_follows_mouse.
11199 * frame.h (focus_follows_mouse): Extern it.
11200 * macterm.c (XTread_socket): When focus_follows_mouse is nil
c7a4b95b 11201 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
1af74d06
MB
11202 * msdos.c (dos_rawgetc): Likewise.
11203 * w32term.c (w32_read_socket): Likewise.
11204 * xterm.c (handle_one_xevent): Likewise.
11205 * xdisp.c (syms_of_xdisp): In doc-string of
11206 mouse-autoselect-window mention focus-follows-mouse.
e0fead5d 11207
1af74d06 112082007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e0fead5d 11209
1af74d06
MB
11210 * macterm.c (mac_load_query_font): Fix missing return value.
11211 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
11212 Add BLOCK_INPUT.
c186cdb3 11213
1af74d06 112142007-10-08 Richard Stallman <rms@gnu.org>
c186cdb3 11215
1af74d06
MB
11216 * xdisp.c (get_window_cursor_type): Implement documented behavior
11217 for cursor-in-non-selected-windows = t.
c186cdb3 11218
1af74d06 112192007-10-08 Jason Rumney <jasonr@gnu.org>
c186cdb3 11220
1af74d06 11221 * w32.c (w32_get_resource): Always close registry keys.
58cfce98 11222
1af74d06 112232007-10-08 Jason Rumney <jasonr@gnu.org>
58cfce98 11224
1af74d06 11225 * makefile.w32-in (LIBS): Add COMCTL32.
62854fe2 11226
1af74d06 11227 * w32fns.c (globals_of_w32fns): Init common controls.
62854fe2 11228
1af74d06 112292007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 11230
c7a4b95b 11231 * image.c (our_memory_buffer): Rename from omfib_buffer.
656f46bb 11232
1af74d06 112332007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 11234
1af74d06 11235 * buffer.c (Foverlays_at): Doc fix.
036e218d 11236
1af74d06 112372007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
036e218d 11238
1af74d06 11239 * fns.c (Fplist_put): Preserve uneven tail data.
7ddb2c16 11240
1af74d06 112412007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7ddb2c16 11242
1af74d06 11243 * termhooks.h (enum event_kind): Remove trailing comma.
ace9b298 11244
1af74d06 11245 * frame.h (enum): Remove trailing comma.
90647b07 11246
8993ad2e 112472007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
90647b07 11248
1af74d06 11249 * w32proc.c (delete_child): Don't terminate threads of zombies.
ace9b298 11250
1af74d06 112512007-10-08 Martin Rudalics <rudalics@gmx.at>
ace9b298 11252
1af74d06 11253 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
ace9b298 11254
1af74d06
MB
11255 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
11256 last-repeatable-command.
11257 (init_kboard): Initialize Vlast_repeatable_command.
11258 (command_loop_1): Set it to real_this_command unless that was
11259 bound to an input event.
11260 (mark_kboards): Mark it.
9fbc32aa 11261
1af74d06 112622007-10-08 Richard Stallman <rms@gnu.org>
036e218d 11263
1af74d06 11264 * eval.c (condition-case): Doc fix.
9fbc32aa 11265
1af74d06 112662007-10-08 Masatake YAMATO <jet@gyve.org>
9fbc32aa 11267
1af74d06
MB
11268 * xfaces.c (tty_supports_face_attributes_p): Fix code
11269 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
11270 was copied and not edited.
9fbc32aa 11271
beb9f745
SM
112722007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11273
c86f7377 11274 Add new `input-decode-map' keymap and use it for terminal
4f4a84ec
SM
11275 escape sequences.
11276 * keyboard.h (struct kboard): Add Vinput_decode_map.
11277 Remove Vlocal_key_translation_map.
11278 * keyboard.c (read_key_sequence): Add support for input-decode-map.
11279 (init_kboard): Init input-decode-map.
11280 Replace local-key-translation-map back with key-translation-map.
11281 (syms_of_keyboard): Declare input-decode-map.
11282 Remove local-key-translation-map. Update docstrings.
11283 (mark_kboards): Mark Vinput_decode_map.
11284 Don't mark Vlocal_key_translation_map.
11285 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
11286 Replace local-key-translation-map back with key-translation-map.
11287 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
11288 Bind in input-decode-map rather than function-key-map.
11289
beb9f745
SM
11290 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
11291 This was made redundant by the previous introduction of XSETPVECTYPE.
11292
65342ae3
RS
112932007-10-09 Richard Stallman <rms@gnu.org>
11294
beb9f745 11295 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
65342ae3
RS
11296
112972007-09-29 Richard Stallman <rms@gnu.org>
11298
11299 * eval.c (internal_condition_case_2, internal_condition_case_1)
11300 (internal_condition_case): Reenable abort if x_catching_errors ()
11301 to see if that really happens and why.
11302
6cff77fd
AS
113032007-10-06 Andreas Schwab <schwab@suse.de>
11304
11305 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
11306
bbe6f2aa
JB
113072007-10-04 Juanma Barranquero <lekktu@gmail.com>
11308
11309 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
11310
a390930c
SM
113112007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11312
11313 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
11314
d6aa1876
SM
113152007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11316
d0fdb6da
SM
11317 * window.h (struct window):
11318 * window.c (struct save_window_data, struct saved_window):
11319 * termhooks.h (struct terminal):
11320 * process.h (struct Lisp_Process):
11321 * frame.h (struct frame):
11322 * buffer.h (struct buffer):
11323 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
11324 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
11325 The size field of (pseudo)vectors is now unsigned.
11326 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
11327
878f97ff
SM
11328 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
11329 Turn `count' into an integer.
d0fdb6da 11330
878f97ff
SM
11331 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
11332 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
11333 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
11334 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
11335 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
11336
d2029e5b
SM
11337 * alloc.c (allocate_pseudovector): New fun.
11338 (ALLOCATE_PSEUDOVECTOR): New macro.
11339 (allocate_window, allocate_terminal, allocate_frame)
11340 (allocate_process): Use it.
11341 (mark_vectorlike): New function.
11342 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
11343 (mark_terminals): Use it.
11344 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
11345 (Fmake_byte_code): Use XSETPVECTYPE.
11346
11347 * frame.c (Fframe_parameters): Minor simplification.
11348
11349 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
11350
11351 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
11352
11353 * buffer.c (Fget_buffer_create, init_buffer_once):
11354 * lread.c (defsubr):
11355 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
11356
11357 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
11358 defined differently in the m/*.h files.
11359 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
11360 (XSETPVECTYPE): New macro.
11361 (XSETPSEUDOVECTOR): Use it.
11362
d6aa1876
SM
11363 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
11364 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
d2029e5b 11365
d6aa1876
SM
11366 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
11367 * lread.c (defvar_per_buffer):
11368 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
11369
11370 * window.c (candidate_window_p): Only consider as visible frames that
11371 are on the same terminal.
11372
11373 * m/ibms390x.h (MARKBIT): Remove unused macro.
11374
88852d45
JB
113752007-10-01 Juanma Barranquero <lekktu@gmail.com>
11376
11377 * lread.c (Fload): Fix typo in docstring.
11378
880820fe 113792007-10-01 Michaël Cadilhac <michael@cadilhac.name>
2742fe30
MC
11380
11381 * floatfns.c (Fexpt): Manually check for overflows, so that a power
11382 of a non-zero value can't yield zero.
11383
ed0c79c6
SM
113842007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11385
b870aa61
SM
11386 * term.c (term_clear_mouse_face, term_mouse_highlight)
11387 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
11388
4c37a414
SM
11389 * print.c (safe_debug_print): Use XHASH.
11390
b9466edb
SM
11391 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
11392 Lisp elements such as tags.
11393 (XHASH): New macro.
11394 (EQ): Use it.
11395 (SREF, SSET, STRING_COPYIN): Use SDATA.
11396 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
11397
9c545a55
SM
11398 * alloc.c (mark_terminal): Remove left-over declaration.
11399 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
11400 (allocate_vectorlike): Remove type argument. Adjust callers.
11401 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
11402 Only handle the one remaining MEM_TYPE_VECTORLIKE.
11403
dafc79fa
SM
11404 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
11405 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
11406 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
11407 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
11408 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
11409 Use them.
11410
ed0c79c6
SM
11411 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
11412 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
11413 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
11414
3c81afd4
DN
114152007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
11416
11417 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
11418 loaded by default.
11419
6178ce5e
SM
114202007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11421
4ce5ab77
SM
11422 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
11423 on this tty.
11424 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
11425
6178ce5e
SM
11426 * term.c (mouse_face_window): Rename from Qmouse_face_window.
11427 Update all users.
11428 (handle_one_term_event): Use Gpm_DrawPointer.
11429 (Fgpm_mouse_start): Rename from Fterm_open_connection.
11430 Signal errors instead of returning nil. Always return nil.
11431 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
11432 Make it a noop if gpm-mouse was not activated.
11433 (syms_of_term): Update names.
11434
bdf5f8ef
SM
114352007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11436
75a8734b
SM
11437 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
11438 (init_sys_modes): Check that gpm_tty is the current tty.
11439
13559ee0
SM
11440 * alloc.c (allocate_terminal): Set the vector size to only count the
11441 lisp fields. Initialize those to nil.
11442 (mark_object): Don't treat terminals specially.
11443 (mark_terminal): Remove.
11444 (mark_terminals): Use mark_object instead.
11445
ff16b875
SM
11446 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
11447 the GC to the beginning.
11448
83155776
SM
11449 * indent.h:
11450 * indent.c: Use EMACS_INT for ints coming from Elisp data.
11451
bdf5f8ef
SM
11452 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
11453
ec8705b6
JR
114542007-09-25 Jason Rumney <jasonr@gnu.org>
11455
11456 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
11457
11458 * w32console.c (create_w32cons_output): Remove.
11459
11460 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
11461
11462 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
11463 (reset_sys_modes): Use reset_terminal_modes_hook.
11464
7351b242
SM
114652007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * eval.c (do_autoload): Don't output any message.
11468
16706228
JL
114692007-09-24 Juri Linkov <juri@jurta.org>
11470
11471 * emacs.c (standard_args): Change priority of "--no-splash"
11472 from 40 to 3. Add "--no-desktop" with the same priority.
11473
3ae2e3a3
RS
114742007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
11475
11476 * alloc.c (gc_sweep): Check cons cell mark bits word by word
11477 and optimize the case where they are all 1.
11478
7a58fb43
GM
114792007-09-23 Johannes Weiner <hannes@saeurebad.de>
11480
3ae2e3a3
RS
11481 * lisp.h (abs): Define if not defined.
11482 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
11483 Don't define `abs', since it's defined in lisp.h.
7a58fb43 11484
78048085
EZ
114852007-09-22 Eli Zaretskii <eliz@gnu.org>
11486
c7a4b95b 11487 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
78048085
EZ
11488 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
11489 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
11490 (init_tty): Use DEV_TTY instead of "/dev/tty".
11491 [WINDOWSNT]: No need to protect from NAME arg being null.
11492
23d4cba5
DN
114932007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11494
11495 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
11496 up the tty state.
11497
71f44e7a
SM
114982007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
11501 (gpm_tty): Change its type.
11502 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
11503 (gpm_tty): Change its type and initialize it.
11504 (Fterm_open_connection): Check the frame is indeed a tty.
11505 Use the new gpm_tty.
11506 (Fterm_close_connection): Use the new gpm_tty.
11507 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
11508 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
11509
def7fa34
JB
115102007-09-21 Juanma Barranquero <lekktu@gmail.com>
11511
11512 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
11513 underline_color, to draw strike-through.
11514
d2bb6598
SM
115152007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11516
273f164c
SM
11517 * lisp.h (allocate_terminal): Declare.
11518
ca2d5566
SM
11519 * window.c (candidate_window_p): Consider frames that are being placed
11520 by the user as somewhere between visible and iconified.
11521 (window_loop): Prefer windows on the current frame.
11522 (Fselect_window): Move the use of select-frame to the beginning so we
11523 can just delegate all the work (it'll call us back anyway).
11524
6168122d
SM
11525 * frame.c (Qdisplay_environment_variable):
11526 * frame.h (Qdisplay_environment_variable): Delete.
11527
c51842ec
SM
11528 * .gdbinit (xbacktrace): Print the arg's address rather than the value
11529 of the first arg, since that value may be a union.
11530
d2bb6598
SM
11531 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
11532 parameter rather than Qdisplay_environment_variable. If all else
11533 fails, look for DISPLAY in initial-environment.
11534
6f022c19
GM
115352007-09-21 Glenn Morris <rgm@gnu.org>
11536
11537 * Makefile.in (emacstool): Remove target.
f466320b 11538 (lisp, shortlisp): Remove termdev.elc.
6f022c19 11539
ea1bf8c7
GM
115402007-09-21 Markus Triska <markus.triska@gmx.at>
11541
d2bb6598 11542 * xterm.c (x_delete_display): Compile session management conditionally.
ea1bf8c7 11543
d30a25b3
SM
115442007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11545
db699fc6
SM
11546 * callproc.c (getenv_internal_1): New function.
11547 (getenv_internal): Use it.
11548 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
11549
d2bb6598 11550 * terminal.c (get_terminal): Don't accept ints to represent terminals.
c5911e55
SM
11551 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
11552 (Fset_terminal_parameter): Work with dead terminals as well.
11553 (Fmodify_terminal_parameters): Remove.
11554
d30a25b3
SM
11555 * terminal.c (get_terminal): Handle terminals.
11556 Make sure the terminal returned is live.
11557 (create_terminal): Use allocate_terminal.
11558 (mark_terminals): Move to alloc.c.
11559 (delete_terminal): Use terminal->name as liveness status.
11560 NULL out fields after freeing their contents.
11561 Don't deallocate the object.
11562 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
11563 rather than an int.
11564 (Fterminal_live_p): Accept non-integer arguments.
11565 (Fterminal_list): Return terminal objects rather than an ints.
11566
11567 * alloc.c (enum mem_type): New member for `terminal' objects.
11568 (allocate_terminal): New function.
d2bb6598
SM
11569 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
11570 Handle terminals.
d30a25b3
SM
11571 (mark_terminal): New fun.
11572 (mark_terminals): Move from terminal.c.
11573
11574 * term.c (get_tty_terminal): Don't treat output_initial specially.
11575 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
11576 (delete_tty): Use terminal->name as liveness status.
11577
11578 * termhooks.h (struct terminal): Make it into a pseudovector.
11579 Remove `deleted' replaced by checking `name's nullness.
11580
11581 * print.c (print_object): Handle terminals.
11582
11583 * lisp.h (enum pvec_type): New `terminal' pseudovector.
11584 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
11585
11586 * frame.c (make_terminal_frame):
11587 * keyboard.c (tty_read_avail_input):
11588 * w32term.c (x_delete_terminal):
11589 * xfns.c (Fx_create_frame, x_create_tip_frame):
11590 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
11591
eba25e7c
GM
115922007-09-20 Glenn Morris <rgm@gnu.org>
11593
11594 * process.c (Fmake_network_process): Doc fix.
11595
2a29c3c1
JR
115962007-09-19 Jason Rumney <jasonr@gnu.org>
11597
11598 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
11599
880820fe 116002007-09-19 Michaël Cadilhac <michael@cadilhac.name>
ba1cbad7
MC
11601
11602 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
11603 Fix a C warning regarding variable constness.
11604
11605 * xterm.c (handle_one_xevent): Fix a C warning.
11606
334a1195
JR
116072007-09-18 Jason Rumney <jasonr@gnu.org>
11608
11609 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
11610
880820fe 116112007-09-17 Jan Djärv <jan.h.d@swipnet.se>
879ffad9
JD
11612
11613 * gtkutil.c (gdpy_def): New variable.
11614 (xg_initialize): Initialize gdpy_def.
11615 (xg_display_close): If no other display exists, set gdpy_def to a
11616 new connection.
11617
880820fe 116182007-09-16 Jan Djärv <jan.h.d@swipnet.se>
45c94881
JD
11619
11620 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
11621 when we have no file name for the icon.
11622 (xg_tool_bar_expose_callback): Remove.
11623 (xg_create_tool_bar): Don't connect expose signal to
11624 xg_tool_bar_expose_callback.
11625 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
11626
4d580af2
AS
116272007-09-16 Andreas Schwab <schwab@suse.de>
11628
11629 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
11630 values instead of zapping them.
11631
aca946f3
GM
116322007-09-14 Glenn Morris <rgm@gnu.org>
11633
11634 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
11635 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
11636 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
11637 scope and rename to omfib_buffer for clarity.
11638 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
11639
25c460e5
KH
116402007-09-14 Kenichi Handa <handa@m17n.org>
11641
11642 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
11643
09b69f01
JR
116442007-09-13 Jason Rumney <jasonr@gnu.org>
11645
11646 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
11647
11648 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
11649
11650 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
11651 (mac_term_init): Call here instead, passing rif.
11652
442218db
GM
116532007-09-13 Glenn Morris <rgm@gnu.org>
11654
11655 * s/hpux.h: No longer define `static' as nothing.
11656
880820fe 116572007-09-13 Johan Bockgård <bojohan@gnu.org>
4795c40f
GM
11658
11659 * callint.c (Fcall_interactively): Remove unused var `fun'.
11660
1971a872
RF
116612007-09-12 Romain Francoise <romain@orebokech.com>
11662
11663 * window.c (prefer_window_split_horizontally, display_buffer):
11664 Revert 2007-09-08 change.
11665
2d33f506
GM
116662007-09-12 Glenn Morris <rgm@gnu.org>
11667
585474ae 11668 * alloca.c: Remove file.
ca7af97a
GM
11669 * Makefile.in (alloca): Do not undef.
11670 (allocaobj, alloca.o): Remove.
11671 (otherobj): Remove allocaobj.
11672 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
11673 * regex.c (C_ALLOCA): Remove all references and code that was only
11674 used when this was defined.
11675 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
11676 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
99dfbaf1
GM
11677 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
11678
2d33f506 11679 * Makefile.in (SOURCES, unlock, relock): Delete.
ca7af97a
GM
11680
11681 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
11682 (menu_grab_callback): All uses changed.
11683
11684 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
11685 (x_reply_selection_request): All uses changed.
2d33f506 11686
18a4a65e
SM
116872007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 * lread.c (load_warn_old_style_backquotes): Change message to look
11690 better when it appears in the middle of byte-compiler messages.
11691
47cc8819
DN
116922007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
11693
b7ea0894
DN
11694 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
11695
47cc8819
DN
11696 * xterm.c (x_create_terminal): Add comment.
11697
11698 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
11699
5632bd0f
RS
117002007-09-10 Richard Stallman <rms@gnu.org>
11701
11702 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
11703
880820fe 117042007-09-10 Michaël Cadilhac <michael@cadilhac.name>
ccb5c14f 11705
4bca9161
MC
11706 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
11707 (DEFUN): Document `intspec', use it instead of `prompt'.
11708
04724b69
MC
11709 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
11710
8a6d230a
MC
11711 * data.c (Finteractive_form): If the interactive specification starts
11712 with a `(', use it as a Lisp form.
11713
09fbdf6c
MC
11714 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
11715 name and file modes.
11716
ccb5c14f
MC
11717 * callint.c (Fcall_interactively): Comment fixes.
11718
023accd6
SM
117192007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11720
11721 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
11722 and compiled functions.
11723
f26b9544
EZ
117242007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
11725
11726 * window.c (prefer_window_split_horizontally): New variable.
11727 (display_buffer): Consider splitting window horizontally depending
11728 on prefer_window_split_horizontally.
11729
4d395425
EZ
117302007-09-08 Eli Zaretskii <eliz@gnu.org>
11731
97ddc760 11732 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
4d395425 11733
08c1d235
SM
117342007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11735
179cef48
SM
11736 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
11737
08c1d235
SM
11738 * frame.c (x_set_frame_parameters): Check number is positive before
11739 using XFASTINT.
11740
11741 * window.c (freeze_window_start): Don't presume selected_window holds
11742 a window object.
92f94a12 11743 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
08c1d235 11744
97ddc760 117452007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
de52dcbb
DN
11746
11747 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
11748
90ab5c62
SM
117492007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * window.c (Vsplit_window_preferred_function): New var.
11752 (Fdisplay_buffer): Use it.
11753 (syms_of_window): Export, and initialize it.
11754
1ab2cd43
TTN
117552007-09-06 Pixel <pixel@mandriva.com> (tiny change)
11756
11757 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
11758
0b0515bc
GM
117592007-09-06 Glenn Morris <rgm@gnu.org>
11760
57fd5c55 11761 * gtkutil.c (menu_grab_callback) <cnt>:
0b0515bc
GM
11762 * xselect.c (x_reply_selection_request) <cnt>: Move static
11763 variable to file scope.
11764
98594580
SM
117652007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11766
11767 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
11768 consistent values of selected_frame and selected_window.
11769
0f4c7aef
JR
117702007-09-04 Jason Rumney <jasonr@gnu.org>
11771
11772 * w32console.c (initialize_w32_display): Zero unused hooks.
11773
e4019195
DN
117742007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11775
11776 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
11777 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
11778
bce179b5
JR
117792007-09-04 Jason Rumney <jasonr@gnu.org>
11780
a0236551
JR
11781 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
11782 in w32console.c. Set up input. Remove XXX comments that have been
11783 confirmed as correct.
11784
a4926668
JR
11785 * s/ms-w32.h (MULTI_KBOARD): Define.
11786
953bf0dc
JR
11787 * w32console.c (one_and_only_w32cons): Remove.
11788 (initialize_w32_display): Take terminal argument.
11789
11790 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
11791 initialize_w32_display.
11792 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
11793
bce179b5
JR
11794 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
11795
11796 * keyboard.c (discard_mouse_events): Discard it.
11797 (make_lispy_event): Translate it to a lisp event.
11798 (lispy_wheel_names): Add wheel-left and right events.
11799 (syms_of_keyboard): Enlarge wheel_syms.
11800
11801 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
11802 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
11803
11804 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
11805
11806 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
11807 from WM_MOUSEHWHEEL.
11808 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
11809
11810 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
11811 terminal.
11812
11813 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
11814 keyboard for the terminal.
11815
92cd6a7c
DN
118162007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11817
11818 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
11819 (Vresume_tty_hook): Rename from Vresume_tty_functions.
11820 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
11821 and resume-tty-function to resume-tty-hook.
11822 (Fsuspend_tty, Fresume_tty): Use new names.
11823
880820fe 118242007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2154c964
JD
11825
11826 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
11827 if it starts with "n:".
11828
880820fe 118292007-08-31 Jan Djärv <jan.h.d@swipnet.se>
b42ff099
JD
11830
11831 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
11832
6b8e474c
SM
118332007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11834
92d9c1d4
SM
11835 * frame.h:
11836 * frame.c (Qterm_environment_variable): Remove.
11837 (syms_of_frame): Don't init and staticpro it.
11838
92d9c1d4
SM
11839 * callproc.c (getenv_internal): Remove special case for $TERM.
11840
6b8e474c
SM
11841 * callproc.c (Vinitial_environment): New variable.
11842 (set_initial_environment): Initialize it.
11843 (syms_of_callproc): Declare it.
11844 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
11845 TERM under which a process runs is never related to the TERM in which
11846 Emacs is running.
11847
0f1444e1
DN
118482007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11849
11850 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
11851 * s/darwin.h: ... do it here.
11852
b8866860
SM
118532007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11854
11855 * lisp.h (set_initial_environment): Rename from set_global_environment.
11856
11857 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
11858 removed by mistake on the multi-tty branch.
11859
11860 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
11861 (Fmodify_frame_parameters): Return a value.
11862
11863 * image.c (png_load): Comment-out var only used in commented-out code.
11864
11865 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
11866 before passing it to mark_object.
11867
11868 * xfaces.c (internal_resolve_face_name): Return a value.
11869 (internal_resolve_face_name, resolve_face_name_error): Comment out.
11870
11871 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
11872 (x_icon): Comment-out var only used in commented-out code.
11873
0a42be6d
RF
118742007-08-29 Romain Francoise <romain@orebokech.com>
11875
11876 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
11877 QUIT hasn't been provided.
11878
8d9cc0b7
MB
118792007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11880
11881 * callproc.c (child_setup, getenv_internal): Use the
ce20b664 11882 display-environment-variable and term-environment-variable frame params.
8d9cc0b7
MB
11883 (set_initial_environment): Initialise Vprocess_environment.
11884
11885 * config.in: Disable multi-keyboard support on a mac.
11886
11887 * frame.c (Qterm_environment_variable)
11888 (Qdisplay_environment_variable): New variables.
11889 (syms_of_frame): Intern and staticpro them.
11890 (Fmake_terminal_frame): Disable output method test.
11891
11892 * frame.h: Declare them here.
11893
11894 * macfns.c (x_set_mouse_color): Get rif from the frame.
11895 (x_set_tool_bar_lines): Don't use updating_frame.
11896 (mac_window): Add 2 new parameters for consistency with other systems.
11897 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
11898 frame parameters following what is done in X11 and w32. Don't use
11899 FRAME_MAC_DISPLAY_INFO.
11900 (Fx_open_connection, start_hourglass): Remove window-system check.
11901 (x_create_tip_frame): Get the keyboard from the terminal.
11902
11903 * macmenu.c: Reorder includes.
11904 (Fx_popup_menu): Use terminal specific mouse_position_hook.
11905
11906 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
11907 terminal parameter.
11908 (x_clear_frame): Add a frame parameter.
11909 (note_mouse_movement): Get rif from the frame.
11910 (mac_term_init): Initialize the terminal.
11911 (mac_initialize): Make static and move terminal initialization ...
11912 (mac_create_terminal): ... to this new function.
11913
11914 * macterm.h (struct mac_display_info): Add terminal.
7196c970 11915 (mac_initialize): Delete declaration.
8d9cc0b7 11916
381864b2 11917 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8d9cc0b7
MB
11918
11919 * sysdep.c: Comment out text after #endif.
11920
11921 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
11922 is defined. Better initialize ttys in windows. Use terminal
11923 specific mouse_position_hook.
11924
11925 * termhooks.h (union display_info): Add mac_display_info.
11926
b8866860
SM
11927 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
11928 Set the default minibuffer frame, window_system and the rest of the
8d9cc0b7
MB
11929 frame parameters following what is done in X11.
11930
11931 * w32term.c (w32_initialize): Make static.
11932
11933 * xselect.c (x_handle_selection_clear): Only access
11934 terminal->kboard when MULTI_KBOARD is defined.
11935
11936 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
11937 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
11938
119392007-08-29 Jason Rumney <jasonr@gnu.org>
11940
11941 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
11942 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
11943
11944 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
11945 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
11946
11947 * keyboard.c (restore_kboard_configuration): Only define when
11948 MULTI_KBOARD defined.
11949
35277b03 11950 * makefile.w32-in: Update dependancies from Makefile.in.
8d9cc0b7
MB
11951 (OBJ1): Add terminal.$(O)
11952
b8866860
SM
11953 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
11954 Don't define function body.
8d9cc0b7
MB
11955 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
11956
11957 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
11958
11959 * w32.c (request_sigio, unrequest_sigio): Remove.
11960
11961 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
11962 (w32con_clear_frame, w32con_clear_end_of_line)
11963 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
11964 (w32con_delete_glyphs, w32con_set_terminal_window)
11965 (scroll_line, w32_sys_ring_bell): Add frame arg.
b8866860
SM
11966 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
11967 Add terminal arg.
8d9cc0b7
MB
11968 (PICK_FRAME): Remove.
11969 (w32con_write_glyphs): Use frame specific terminal coding.
11970 (one_and_only_w32cons): New global variable.
11971 (initialize_w32_display): Use it for storing hooks.
11972 (create_w32cons_output): New function.
11973
11974 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
11975 arg a frame.
11976
b8866860
SM
11977 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
11978 Set window_system.
8d9cc0b7
MB
11979 (x_set_tool_bar_lines): Don't use updating_frame.
11980 (Fx_create_frame): Set terminal and ref count.
11981 (Fx_open_connection): Remove window-system check.
11982
11983 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
11984
11985 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
11986 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
11987 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
11988 Add frame arg.
11989 (x_delete_terminal, w32_create_terminal): New functions.
11990 (w32_term_init): Create a terminal.
11991 (w32_initialize): Move terminal specific initialization to
11992 w32_create_terminal.
11993
b8866860 11994 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8d9cc0b7
MB
11995 (w32_clear_rect, w32_clear_area): Use background from frame.
11996 (w32_display_info): Add terminal.
11997 (w32_sys_ring_bell, x_delete_display): Declare here.
11998
11999 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
12000
12001 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
12002
120032007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
12004
12005 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
12006 Fix get_named_tty calls for the controlling tty.
12007
120082007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12009
12010 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
12011
120122007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
12013
12014 * term.c (tty_insert_glyphs): Add missing first parameter.
12015
880820fe 120162007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8d9cc0b7 12017
b8866860
SM
12018 * buffer.c (Fbuffer_list, Fbury_buffer):
12019 Take frame->buried_buffer_list into account.
8d9cc0b7
MB
12020
12021 * cm.c (current_tty): New variable, for cmputc().
12022 (cmputc): Use it.
12023 (cmcheckmagic): Add tty parameter, look up terminal streams there.
12024 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
b8866860
SM
12025 (cmgoto): Add tty parameter. Pass it on to calccost().
12026 Use emacs_tputs() instead of tputs().
8d9cc0b7
MB
12027
12028 * cm.h (emacs_tputs): New macro to set current_tty, and then call
12029 tputs().
12030 (current_tty): New variable, for cmputc().
12031 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
12032
12033 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
12034 (internal_condition_case, internal_condition_case_1)
12035 (internal_condition_case_2): Don't abort when x_catching_errors.
12036
12037 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
12038 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
12039 prevent crashes caused by bogus longjmps in read_char.
12040
12041 * keymap.h (Fset_keymap_parent): Add EXFUN.
12042
12043 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
12044 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
12045 Remove redundant definition.
12046
b8866860
SM
12047 * macfns.c (x_set_mouse_color, x_make_gc):
12048 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7 12049
b8866860
SM
12050 * w32term.c (x_free_frame_resources):
12051 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12052 (w32_initialize): Use the accessor macros for terminal characteristics.
12053
12054 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
12055 Use the accessor macros for terminal characteristics.
12056 * msdos.c (internal_terminal_init): Use the accessor macros for
12057 terminal characteristics.
b8866860
SM
12058 (ScreenVisualBell, internal_terminal_init):
12059 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12060
12061 * termopts.h (no_redraw_on_reenter): Declare.
12062
12063 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
03f06e5c 12064 (mark_terminals, mark_ttys): Declare.
8d9cc0b7 12065 (Fgarbage_collect): Call them.
03f06e5c 12066 (mark_object): Mark buried_buffer_list.
8d9cc0b7
MB
12067
12068 * prefix-args.c: Include stdlib.h for exit.
12069
12070 * syssignal.h: Add comment.
12071
12072 * indent.c: Include stdio.h.
12073
12074 * window.h (Vinitial_window_system): Declare.
12075 (Vwindow_system): Delete declaration.
12076
12077 * fontset.c (Finternal_char_font): Use FRAME_RIF.
12078
12079 * image.c (lookup_image): Don't initialize `c' until the xasserts
12080 have been run.
12081
12082 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
12083 FRAME_FOREGROUND_PIXEL.
12084
12085 * print.c (print_preprocess): Don't lose print_depth levels while
12086 iterating.
12087
b8866860
SM
12088 * widget.c (update_from_various_frame_slots):
12089 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12090
12091 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
12092 frames.
12093 (window_internal_height): Remove bogus make_number call.
b8866860 12094 (init_window_once): Call make_terminal_frame with two zero parameters.
8d9cc0b7
MB
12095
12096 * fileio.c (Fread_file_name): Update comment.
12097
b8866860
SM
12098 * callint.c (Fcall_interactively):
12099 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8d9cc0b7
MB
12100 Make sure it is correctly unwound.
12101
12102 * xsmfns.c (x_session_close): New function.
12103
03f06e5c 12104 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8d9cc0b7
MB
12105 Delete declarations.
12106
12107 * xterm.h: Remove declaration for x_fully_uncatch_errors.
12108 (x_output): Remove background_pixel and foreground_pixel fields.
03f06e5c 12109 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
c3f9fba8 12110 (x_delete_device, x_session_close): Declare.
8d9cc0b7
MB
12111
12112 * lread.c: Include setjmp.h. Update declaration of `read_char'.
12113 (read_filtered_event): Call `read_char' with a local
12114 `wrong_kboard_jmpbuf'.
12115
b8866860
SM
12116 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
12117 Don't call single_kboard_state. Use FRAME_RIF.
8d9cc0b7
MB
12118
12119 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
12120 systems.
12121
b8866860 12122 * lisp.h (set_process_environment): Rename to `set_global_environment'.
03f06e5c 12123 (Fframe_with_environment, Fset_input_meta_mode)
8d9cc0b7 12124 (Fset_quit_char): EXFUN.
03f06e5c 12125 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8d9cc0b7
MB
12126 (init_sys_modes, reset_sys_modes): Update prototypes.
12127 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
12128
b8866860
SM
12129 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
12130 Vlocal_key_translation_map, and Vkeyboard_translate_table.
03f06e5c 12131 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8d9cc0b7 12132 Delete declarations.
03f06e5c
JB
12133 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
12134 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8d9cc0b7
MB
12135 New declarations.
12136
12137 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
12138 already does that during init_display(). Call syms_of_keymap
b8866860
SM
12139 before syms_of_keyboard. Call `syms_of_terminal'.
12140 Call set_initial_environment, not set_process_environment.
8d9cc0b7
MB
12141 (shut_down_emacs): Call reset_all_sys_modes() instead of
12142 reset_sys_modes().
12143
12144 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
03f06e5c
JB
12145 (internal_resolve_face_name, resolve_face_name_error): New functions.
12146 (resolve_face_name): Protect against loops and errors thrown by Fget.
12147 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8d9cc0b7
MB
12148 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
12149
12150 * scroll.c: Replace CURTTY() with local variables throughout the
12151 file (where applicable).
12152 (calculate_scrolling, calculate_direct_scrolling)
12153 (scrolling_1, scroll_cost): Use the accessor macros for terminal
12154 characteristics.
12155
12156 * keymap.c (Vfunction_key_map): Remove.
b8866860 12157 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8d9cc0b7
MB
12158 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
12159 (Vkey_translation_map): Remove.
12160 (syms_of_keymap): Remove DEFVAR for key-translation-map.
c3f9fba8 12161 (Fdescribe_buffer_bindings)
8d9cc0b7
MB
12162 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
12163 Update for terminal-local key-translation-map.
12164
12165 * Makefile.in (callproc.o): Update dependencies.
12166 (lisp, shortlisp): Add termdev.elc.
12167 (obj): Add terminal.o.
12168 (terminal.o): Add dependencies.
12169 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
12170 (data.o, fns.o): Add termhooks.h dependency.
12171 (SOME_MACHINE_LISP): Add dnd.elc.
12172 (minibuf.o): Fix typo.
12173 Update dependencies.
12174
12175 * data.c (do_symval_forwarding, store_symval_forwarding)
12176 (find_symbol_value): Use the selected frame's keyboard, not
12177 current_kboard.
12178
12179 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
12180 Vwindow_system.
12181
12182 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
12183 Fmenu_bar_open.
12184 (syms_of_xmenu): Update defsubr.
12185 (mouse_position_for_popup, Fx_popup_menu)
12186 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
12187 (set_frame_menubar, free_frame_menubar)
12188 (create_and_show_popup_menu, xmenu_show, )
12189 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
12190 an X frame.
12191
12192 * xselect.c (x_own_selection): Abort if not an X frame.
12193 (some_frame_on_display): Check if it is an X frame.
12194 (x_handle_selection_clear): Deal with MULTI_KBOARD.
12195
12196 * coding.c: Include frame.h and termhooks.h.
03f06e5c 12197 (terminal_coding, keyboard_coding): Delete.
c3f9fba8
JB
12198 (Fset_terminal_coding_system_internal)
12199 (Fset_keyboard_coding_system_internal)
12200 (Fkeyboard_coding_system)
03f06e5c
JB
12201 (Fterminal_coding_system): Add a terminal parameter.
12202 Get terminal_coding from the terminal.
8d9cc0b7
MB
12203 (init_coding_once): Don't call setup_coding_system here.
12204
12205 * dispextern.h (set_scroll_region, turn_off_insert)
12206 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
12207 (tty_clear_end_of_line, tty_setup_colors)
03f06e5c 12208 (delete_tty, updating_frame)
8d9cc0b7
MB
12209 (produce_special_glyphs, produce_glyphs, write_glyphs)
12210 (insert_glyphs): Remove.
12211 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
03f06e5c 12212 (tty_turn_off_highlight, get_tty_size): Add declaration.
b8866860 12213 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8d9cc0b7
MB
12214
12215 * frame.h (enum output_method): Add output_initial.
12216 (struct x_output): Delete.
b8866860
SM
12217 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
12218 Access foreground_pixel and background_pixel directly from the frame.
8d9cc0b7
MB
12219 (tty_display): Delete.
12220 (struct frame): Add buried_buffer_list, foreground_pixel,
1f204af3 12221 background_pixel and terminal. Delete kboard.
8d9cc0b7
MB
12222 (union output_data): Add tty.
12223 (FRAME_KBOARD): Get the kboard from the terminal.
12224 (FRAME_INITIAL_P): New macro.
12225 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
12226 (Qterm_environment_variable, Qdisplay_environment_variable)
b8866860
SM
12227 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
12228 New declarations.
8d9cc0b7
MB
12229
12230 * termchar.h (tty_output, tty_display_info): New structures.
12231 (tty_list): Declare.
12232 (FRAME_TTY, CURTTY): New macros.
12233 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
12234 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
12235 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
12236 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
12237
12238 * callproc.c: Include frame.h and termhooks.h, for terminal
12239 parameters.
12240 (add_env): New function.
12241 (child_setup): Use it.
b8866860 12242 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8d9cc0b7
MB
12243 (getenv_internal): Fix get_terminal_param call.
12244 (Fgetenv_internal, egetenv): Update doc.
12245 (syms_of_callproc): Initialize Vprocess_environment to nil.
03f06e5c 12246 Register and initialize them. Remove obsolete defvars. Update doc
8d9cc0b7
MB
12247 strings.
12248 (child_setup): Handle Vlocal_environment_variables.
b8866860
SM
12249 (getenv_internal): Add terminal parameter.
12250 Handle Vlocal_environment_variables.
8d9cc0b7
MB
12251 (Fgetenv_internal): Add terminal parameter.
12252 (child_setup, getenv_internal, Fgetenv_internal): Store the local
b8866860 12253 environment in a frame (not terminal) parameter. Update doc strings.
8d9cc0b7
MB
12254 (set_initial_environment): Rename from set_global_environment.
12255 Store Emacs environment in initial frame parameter.
12256
12257 * xdisp.c (redisplay_internal): Update references to
12258 `previous_terminal_frame'.
12259 (display_mode_line, Fformat_mode_line): Replace calls to
12260 `push_frame_kboard' with `push_kboard'.
12261 (get_glyph_string_clip_rects): Add extra parentheses and
12262 braces to prevent compiler warnings.
12263 (calc_pixel_width_or_height): Add xassert to check that the
12264 frame is alive. Don't call `lookup_image' on a termcap frame.
12265 (message2_nolog, message3_nolog, redisplay_internal)
12266 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
12267 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
12268 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
12269 (Fx_display_pixel_width, Fx_display_pixel_height)
12270 (Fx_display_planes, Fx_display_color_cells)
12271 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
12272 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
12273 (Fx_display_backing_store, Fx_display_visual_class)
12274 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
97ddc760 12275 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8d9cc0b7
MB
12276
12277 * xfns.c (x_set_foreground_color x_set_background_color)
b8866860
SM
12278 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
12279 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12280 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
12281 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
12282 terminal that is being deleted.
12283 (Fx_create_frame): Use `store_frame_param' to set `window-system'
b8866860 12284 frame parameter, and make sure it overrides any user-supplied setting.
8d9cc0b7
MB
12285 (Fx_close_connection, Fx_synchronize): Unify argument names with
12286 the rest of the DEFUNs.
12287
12288 * dispnew.c (Fsend_string_to_terminal): Update call to
12289 `get_tty_terminal'.
12290 (Fredraw_frame, Fsend_string_to_terminal)
2d33f506 12291 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8d9cc0b7
MB
12292 FRAME_TERMCAP_P and FRAME_TTY.
12293 (window_change_signal): Don't believe width/height values that are
12294 impossibly small.
12295 (Vinitial_window_system): Rename from Vwindow_system.
12296 (termscript, Wcm, rif): Delete.
12297
12298 * termhooks.h (struct terminal): New struct containing the
12299 previously global text display hooks and new members NAME,
12300 DELETED and PARAM_ALIST.
12301 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
12302 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
12303 (FRAME_RIF): New macros.
12304 (get_terminal_param, get_device): New declarations.
12305 (termscript): Delete declaration.
12306
12307 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
12308 (XTflash, x_free_frame_resources, x_scroll_bar_create)
12309 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
12310 FRAME_FOREGROUND_PIXEL.
12311 (x_fully_uncatch_errors): Disable definition.
12312 (x_scroll_bar_expose): Fix reference to foreground pixel.
12313 (XTread_socket): Disable loop on all X displays.
12314 (x_delete_terminal): Don't set terminal->deleted and let
12315 delete_terminal delete the frames on the terminal.
12316 (x_delete_display): Doc update to reflect changes in
12317 delete_terminal.
12318 (x_display_info) <terminal>: Move member earlier in the struct.
8d9cc0b7
MB
12319 (deleting_tty): Remove old variable.
12320 (Fsuspend_tty): Call clear_tty_hooks.
12321 (Fresume_tty, init_tty): Call set_tty_hooks.
8d9cc0b7
MB
12322 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
12323 errors on X frames.
12324 (x_catch_errors_unwind): Abort if x_error_message is NULL.
12325 (handle_one_xevent): Initialize `f' to NULL.
9cab96b0 12326 (x_delete_terminal, x_create_terminal): New functions.
8d9cc0b7
MB
12327 (XTset_terminal_modes, XTreset_terminal_modes)
12328 (XTread_socket, x_connection_closed, x_term_init)
12329 (x_term_init, x_delete_display): Add terminal parameter.
12330 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
12331 X connections.
12332
bf380f53
GM
12333 * frame.c: Include termchar.h.
12334 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
12335 (Qwindow_system, Qenvironment, Qterm_environment_variable)
12336 (Qdisplay_environment_variable): New vars.
12337 (Fframep): Deal with output_initial.
12338 (Fframe-live-p): Doc fix.
12339 (Fwindow-system): New function.
8d9cc0b7
MB
12340 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
12341 (make_terminal_frame): Don't create frames on a terminal that is
bf380f53 12342 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
b8866860 12343 (store_frame_param): Check for found_for_frame before calling XFRAME.
8d9cc0b7
MB
12344 (Fmake_terminal_frame): Handle NULL tty names correctly.
12345 (syms_of_frame): Enhance doc string of `default-frame-alist'.
bf380f53
GM
12346 (Fdelete_frame): Remove unused variable `count'. Don't allow other
12347 frames to refer to a deleted frame in their 'environment parameter.
8d9cc0b7 12348 (Fframe_with_environment): New function.
b8866860 12349 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8d9cc0b7
MB
12350 (get_future_frame_param): New function.
12351 (Fmake_terminal_frame): Use it.
2d33f506 12352 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8d9cc0b7
MB
12353
12354 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
12355 * sysdep.c (reset_sys_modes): Update for renames.
12356
12357 * keyboard.c (tty_read_avail_input): New function.
03f06e5c 12358 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8d9cc0b7
MB
12359 (syms_of_keyboard): Defsubr them.
12360 (Fset_input_meta_mode, Fset_quit_char): New functions.
12361 (Fset_input_mode): Split to above functions.
8d9cc0b7
MB
12362 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
12363 parameter. Use it in call to `read_char'.
b8866860
SM
12364 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
12365 Set wrong_kboard_jmpbuf correctly in recursive calls.
12366 Use current_kboard to access Vkeyboard_translate_table.
12367 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
12368 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
12369 Update longjmp invocations. Remember the original current_kboard,
12370 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
12371 changes it. Comment out unnecessary calls to
12372 `record_single_kboard_state' and `any_kboard_state'.
12373 Update recursive calls.
8d9cc0b7
MB
12374 (wrong_kboard_jmpbuf): Remove global variable.
12375 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
12376 Handle deleted interrupted_kboards correctly; that is a legal
12377 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
b8866860 12378 and read_char calls. Abort if interrupted_kboard died in read_char.
8d9cc0b7
MB
12379 (any_kboard_state, single_kboard_state)
12380 (push_frame_kboard): Remove function.
12381 (pop_kboard): Switch out of single_kboard mode if the kboard has
03f06e5c
JB
12382 been deleted. Remove unused variable. Help debugging by not
12383 changing current_kboard unnecessarily. Set current_kboard to the
8d9cc0b7
MB
12384 kboard of the selected frame when the stored kboard object has
12385 been deleted before pop_kboard.
12386 (temporarily_switch_to_single_kboard): Change first parameter to a
12387 frame pointer. Throw an error when caller wants to change kboards
12388 while in single_kboard mode. Don't push_kboard if we weren't in
12389 single kboard state. Don't pop_kboard if we popped into any
12390 kboard state.
12391 (restore_kboard_configuration): Abort if pop_kboard changed the
03f06e5c 12392 kboard in single_kboard mode. Call pop_kboard only after setting
8d9cc0b7
MB
12393 up single_kboard mode.
12394 (Frecursive_edit): Switch to single_kboard mode only in nested
12395 command loops.
b8866860
SM
12396 (cmd_error, command_loop, command_loop_1, timer_check):
12397 Comment out unnecessary call to `any_kboard_state' and
8d9cc0b7
MB
12398 `record_single_kboard_state'.
12399 (delete_kboard): Exit single_kboard mode if we have just deleted
03f06e5c 12400 that kboard. Use FRAME_KBOARD.
8d9cc0b7
MB
12401 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
12402 `fatal_error_signal'.
12403 (record_single_kboard_state): Don't push_kboard if we weren't in
12404 single kboard state. Don't pop_kboard if we popped into any
12405 kboard state.
12406 (push_frame_kboard): Rename to push_kboard.
12407 (kbd_buffer_get_event): Use FRAME_TERMINAL.
12408 (read_avail_input): Read input from all terminals.
12409 (mark_kboards): Also mark Vkeyboard_translate_table.
12410 (kbd_buffer_store_event_hold): Simplify condition.
12411 (read_key_sequence): Reinitialize fkey and keytran at each replay.
12412 (Vkeyboard_translate_table): Move to struct kboard.
12413 (init_kboard): Initialize Vkeyboard_translate_table.
12414 (syms_of_keyboard): Use DEFVAR_KBOARD to define
12415 Vkeyboard_translate_table. Update doc strings. Update docs of
12416 local-function-key-map and function-key-map.
12417
12418 * terminal.c: New file.
12419
12420 * term.c: Include errno.h.
12421 (Vring_bell_function, device_list, initial_device)
12422 (next_device_id, ring_bell, update_begin, update_end)
12423 (set_terminal_window, cursor_to, raw_cursor_to)
12424 (clear_to_end, clear_frame, clear_end_of_line)
12425 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
12426 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
12427 (syms_of_term): Move their initialization to terminal.c.
12428 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
12429 (Ftty_display_color_cells)
12430 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
9cab96b0 12431 (clear_tty_hooks, set_tty_hooks)
8d9cc0b7
MB
12432 (init_tty, maybe_fatal): New functions.
12433 (Ftty_type): Return nil if terminal is not on a tty instead of
12434 throwing an error. Doc update.
12435 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
03f06e5c 12436 Doc update. Initialize new subrs and variables.
8d9cc0b7
MB
12437 (delete_tty): Use terminal->deleted.
12438 (tty_set_terminal_modes): Rename from set_terminal_modes.
12439 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
12440 (set_scroll_region): Rename to `tty_set_scroll_region'.
12441 (turn_on_insert): Rename to `tty_turn_on_insert'.
12442 (turn_off_insert): Rename to `tty_turn_off_insert'.
12443 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
12444 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
12445 (toggle_highligh): Rename to `tty_toggle_highlight'.
12446 (background_highlight): Rename to `tty_background_highlight'.
12447 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
12448 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
12449 (tty_set_scroll_region, tty_background_highlight)
12450 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
12451 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
12452 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
12453 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
12454 Add static modifier.
12455 (tty_reset_terminal_modes, tty_set_terminal_window)
12456 (tty_set_scroll_region, tty_background_highlight)
12457 (tty_highlight_if_desired, tty_cursor_to)
12458 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
12459 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
12460 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
12461 renames.
12462
880820fe 124632007-08-28 Jan Djärv <jan.h.d@swipnet.se>
cf0590c4
JD
12464
12465 * keyboard.c: Qrtl is new.
12466 (parse_tool_bar_item): Handle :rtl keyword.
12467 (syms_of_keyboard): Intern :rtl keyword.
12468
12469 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
12470
12471 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
12472 so no Lisp code is executed.
12473 (file_for_image, find_rtl_image): New functions.
1f204af3 12474 (xg_get_image_for_pixmap): Use file_for_image.
cf0590c4
JD
12475 (update_frame_tool_bar): If direction is RTL, use RTL image if
12476 defined. Use Gtk stock images if defined.
12477
83cc8d35
YM
124782007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12479
12480 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
12481 for nonexistent or zero-width glyph in composition glyph.
12482
e60c4e15
SM
124832007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12484
d7e2a28f
SM
12485 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
12486
e60c4e15
SM
12487 * xdisp.c (Finvisible_p): New function.
12488 (syms_of_xdisp): defsubr it.
12489
ee163e6d
JB
124902007-08-24 Juanma Barranquero <lekktu@gmail.com>
12491
12492 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
12493 Doc fixes.
12494
90fa408d
YM
124952007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12496
35277b03 12497 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
90fa408d 12498
cac4219c
MR
124992007-08-24 Martin Rudalics <rudalics@gmx.at>
12500
12501 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
12502 whether decoding has modified buffer contents.
12503
5fc9fdeb
JR
125042007-08-24 Jason Rumney <jasonr@gnu.org>
12505
12506 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
12507 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
12508 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
12509 (init_svg_functions) [HAVE_NTGUI]: New function.
12510 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
12511 (svg_load_image): Use them.
12512 (svg_load_image) [HAVE_NTGUI]: Implement background.
12513
93b23406
YM
125142007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12515
12516 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
12517 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
12518 (LIBX): Remove @RSVG_LIBS@.
12519 (LIBES): Add $(RSVG_LIBS).
12520
12521 * image.c (svg_load_image): Blend with specified background if exists.
12522 Use IMAGE_BACKGROUND. Add Mac OS Support.
12523
12524 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
12525 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
12526 Remove macros.
12527 [MAC_OSX] (socket_callback): Do nothing.
12528 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
12529 ReceiveNextEvent.
12530 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
12531 socket_callback.
12532 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
12533
2467875c
GM
125342007-08-22 Glenn Morris <rgm@gnu.org>
12535
ff8da443 12536 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
2467875c 12537
4ab27a43
GM
125382007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
12539
12540 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
ff8da443 12541
666e0eda
GM
12542 * image.c: Add support for SVG images. Some additional comments
12543 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
12544 (svg_image_p): New function to test for SVG image.
12545 (svg_load): New function to load SVG image.
12546 (svg_load_image): New function, helper for svg_load.
12547 (Qsvg): New Lisp_object.
12548 (svg_keyword_index): New enum.
12549 (svg_format): New static `image_keyword' struct.
12550 (svg_type): New static `image_type' struct.
12551 (librsvg/rsvg.h): Include it.
4ab27a43 12552
b636b4c1
SM
125532007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
12556
9ecb827b
SM
125572007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12558
1d064697
SM
12559 * lread.c (Qold_style_backquotes): New var.
12560 (syms_of_lread): Init and staticpro it.
12561 (load_warn_old_style_backquotes): New fun.
12562 (Fload): Use them to warn about old style backquotes.
12563 (end_of_file_error, Fload): Remove unused vars.
12564
5772ed4b
SM
12565 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
12566
9ecb827b 12567 * lread.c (Vold_style_backquotes): New var.
5aa273b0 12568 (syms_of_lread): Init and export it to Elisp.
9ecb827b
SM
12569 (read1): Set it when we find an old-style (back)quote.
12570
32e1c7b1
JR
125712007-08-22 Jason Rumney <jasonr@gnu.org>
12572
12573 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
12574
b8fa755b
KY
125752007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
12576
12577 * puresize.h (BASE_PURESIZE): Increase to 1140000.
12578
1283140e
RS
125792007-08-19 Richard Stallman <rms@gnu.org>
12580
12581 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
12582
2c4685ee
AS
125832007-08-19 Andreas Schwab <schwab@suse.de>
12584
12585 * alloc.c (pure): Round PURESIZE up.
12586
880820fe 125872007-08-17 Jan Djärv <jan.h.d@swipnet.se>
e8953ebf
JD
12588
12589 * xterm.c (handle_one_xevent): Remove check that mouse click is in
12590 active frame.
12591
6e33efc4
RS
125922007-08-16 Richard Stallman <rms@gnu.org>
12593
12594 * eval.c (Fcommandp): Add parens to clarify.
12595
12596 * minibuf.c (Fall_completions): Use enum for type of table.
12597
12598 * emacs.c (USAGE2): Improve text.
12599
fcf8ff2e
GM
126002007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
12601
5205ee62
GM
12602 * term.c (tty_default_color_capabilities): Declare static
12603 variables in file scope, to avoid HPUX compiler problem.
fcf8ff2e 12604
880820fe 126052007-08-13 Jan Djärv <jan.h.d@swipnet.se>
81d13a51
JD
12606
12607 * gtkutil.c (update_frame_tool_bar): Use -1 as index
12608 to gtk_toolbar_insert.
12609
4a181359
SM
126102007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
12611
1bc99c9c
SM
12612 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
12613
4a181359
SM
12614 * insdel.c (reset_var_on_error): New fun.
12615 (signal_before_change, signal_after_change):
12616 Use it to reset (after|before)-change-functions to nil in case of error.
12617 Bind inhibit-modification-hooks to t.
12618 Don't bind (after|before)-change-functions to nil while they run.
12619
6c28435c
YM
126202007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12621
12622 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
12623 filling pixmap with stippled background.
12624
ad3b3e02
YM
126252007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12626
12627 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
12628 Don't use invisible frame as parent window for repositioning.
12629
a22dec27
SM
126302007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12631
12632 * print.c (new_backquote_output): Rename from old_backquote_output.
12633 (print): Inverse its logic (according to its name) so as to match the
12634 behavior of new_backquote_flag in lread.c.
12635
7b7d07bb
YM
126362007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12637
12638 * gmalloc.c (posix_memalign): New function.
12639
12640 * macterm.c (frame_highlight, frame_unhighlight): Don't call
12641 ActivateControl/DeactivateControl here.
12642 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
12643 frame-notice-user-settings is non-nil.
12644 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
12645 for kEventParamFMFontStyle.
12646 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
12647 mac_pass_command_to_system and mac_pass_control_to_system here.
12648 (XTread_socket): Call ActivateControl/DeactivateControl here.
12649 (XTread_socket) [TARGET_API_MAC_CARBON]:
12650 Check mac_pass_command_to_system and mac_pass_control_to_system here.
f9426479
YM
12651 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
12652 for window repositioning.
7b7d07bb 12653
22e9fe24
GM
126542007-08-08 Glenn Morris <rgm@gnu.org>
12655
12656 * Replace `iff' in doc-strings and comments.
12657
ae494350
CY
126582007-08-07 Chong Yidong <cyd@stupidchicken.com>
12659
12660 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
12661
6f2528d8
MR
126622007-08-07 Martin Rudalics <rudalics@gmx.at>
12663
12664 * fileio.c (Finsert_file_contents): Run format-decode and
12665 after_insert_file_functions on entire buffer when REPLACE is
12666 non-nil and inhibit modification_hooks and point_motion_hooks.
12667 For consistency, run after_insert_file_functions iff something
12668 got inserted. Move signal_after_change and update_compositions
12669 after code running after_insert_file_functions. Make sure that
6b8e474c 12670 undo_list doesn't record intermediate steps of the decoding process.
6f2528d8 12671
3ceeb306
YM
126722007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12673
12674 * emacs.c (main)
12675 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
12676 Call malloc_enable_thread on interactive startup.
12677
12678 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
7b7d07bb
YM
12679 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
12680 [USE_PTHREAD]: Conditionalize with it.
3ceeb306
YM
12681 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
12682 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
12683 New functions.
12684
ca5e6fd5
CY
126852007-08-06 Chong Yidong <cyd@stupidchicken.com>
12686
32bfce5d
CY
12687 * xdisp.c (redisplay_window): When restoring original buffer
12688 position, make sure it is still valid.
12689
ca5e6fd5
CY
12690 * image.c (png_load): Ignore png-supplied background color.
12691
a5b11587
YM
126922007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12693
12694 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
12695 Use kCFAbsoluteTimeIntervalSince1970.
12696
12697 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
12698 New variable.
12699 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
12700 event loop should be quit.
12701 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
12702 Quit dialog event loop if quit_dialog_event_loop is set.
12703
12704 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
12705 (Selection): New typedef. Use instead of ScrapRef.
12706 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
12707 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
12708 (mac_clear_selection): Rename from clear_scrap.
12709 (get_flavor_type_from_symbol): New argument SEL and subsume function of
ff8da443 12710 scrap_has_target_type. All uses changed.
a5b11587
YM
12711 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12712 (mac_selection_has_target_p): New functions.
12713 (mac_put_selection_value): Rename from put_scrap_string.
12714 (mac_get_selection_value): Rename from get_scrap_string.
12715 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
12716 (put_scrap_private_timestamp, scrap_has_target_type)
12717 (get_scrap_private_timestamp): Remove functions.
12718 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
12719 (x_own_selection, x_get_local_selection):
12720 Use mac_valid_selection_value_p.
12721 (x_own_selection): Don't use put_scrap_private_timestamp.
12722 Record OWNERSHIP-INFO into Vselection_alist instead.
12723 (x_get_local_selection): Don't check type if request is local.
12724 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
12725 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
12726
880820fe 127272007-08-04 Jan Djärv <jan.h.d@swipnet.se>
991bde0d
JD
12728
12729 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
12730 add comment explaining why.
12731
73ff9d42
RS
127322007-08-03 Richard Stallman <rms@gnu.org>
12733
12734 * fileio.c (Fvisited_file_modtime): Use make_time.
12735
54ed9a2d 127362007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
cdf5c17a
VJL
12737
12738 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
12739 build.
12740
65a9c8e2
SM
127412007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
12742
12743 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
12744
c5925799
KY
127452007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12746
12747 * puresize.h (BASE_PURESIZE): Increase to 1130000.
12748
adef3de7
RS
127492007-07-30 Richard Stallman <rms@gnu.org>
12750
12751 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
12752
880820fe 127532007-07-29 Jan Djärv <jan.h.d@swipnet.se>
784c1472
JD
12754
12755 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
12756
a10421a1
NR
127572007-07-28 Nick Roberts <nickrob@snap.net.nz>
12758
12759 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
12760 remote default-directory.
12761
12762 * buffer.c (mode-line-format): Update doc string.
12763
0cb1ae20
YM
127642007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12765
12766 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
12767 scroll bar gap.
12768 (x_scroll_bar_create): Set bar->fringe_extended_p.
12769 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
12770 on frame edge. Check fringe background extension. Don't clear
12771 extended fringe background area.
12772
12773 * w32term.h (struct scroll_bar): New member fringe_extended_p.
12774 (w32_fill_area): Enclose multiple statements with do ... while (0).
12775
12776 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
12777 Extend fringe background to scroll bar gap.
12778 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
12779 Set bar->fringe_extended_p.
12780 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
12781 Put leftmost/rightmost scroll bars on frame edge. Check fringe
12782 background extension. Don't clear extended fringe background area.
12783
12784 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
12785 New member fringe_extended_p.
12786
cacc7b51
GM
127872007-07-25 Glenn Morris <rgm@gnu.org>
12788
12789 * Relicense all FSF files to GPLv3 or later.
12790
12791 * COPYING: Switch to GPLv3.
12792
89835619
SM
127932007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
12794
c4f46926
SM
12795 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
12796
12797 * data.c (Finteractive_form): Check for the presence of an
12798 `interactive-form' symbol property more thoroughly.
12799
12800 * data.c (Finteractive_form): Use an `interactive-form' property if
89835619
SM
12801 present, analogous to the function-documentation property.
12802
ee04257d
JR
128032007-07-24 Jason Rumney <jasonr@gnu.org>
12804
12805 * w32fns.c (x_real_positions): Get real position from OS instead of
12806 calculating it.
12807
50624218
JR
128082007-07-23 Jason Rumney <jasonr@gnu.org>
12809
12810 * filelock.c (current_lock_owner): Allow for @ sign in username.
12811
3650f60e
NR
128122007-07-22 Nick Roberts <nickrob@snap.net.nz>
12813
12814 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
12815 remote default-directory.
12816
12817 * buffer.c (mode-line-format): Describe above case in doc string.
12818
1e899515 128192007-07-20 Eli Zaretskii <eliz@gnu.org>
b395d6e1 12820
75be5258
EZ
12821 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
12822 Define if not defined.
12823
2b6e2f4d
JR
128242007-07-18 Jason Rumney <jasonr@gnu.org>
12825
12826 * w32proc.c (w32_executable_type): Handle 64 bit executables.
12827
23dacf80
JB
128282007-07-18 Richard Stallman <rms@gnu.org>
12829
12830 * data.c (Fsetq_default): Doc fix.
12831
12832 * eval.c (Fsetq): Doc fix.
12833
128342007-07-18 Juanma Barranquero <lekktu@gmail.com>
12835
12836 * coding.c (Ffind_operation_coding_system):
12837 * eval.c (For, Fand): Doc fixes.
880820fe 12838 Reported by Johan Bockgård.
23dacf80 12839
880820fe 128402007-07-18 Jan Djärv <jan.h.d@swipnet.se>
656de71a 12841
23dacf80 12842 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
656de71a 12843
23dacf80 12844 * xterm.h: Declare x_ewmh_activate_frame.
656de71a
JD
12845
12846 * xterm.c (x_ewmh_activate_frame): New function.
12847 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
12848
71ec17e6
MR
128492007-07-17 Martin Rudalics <rudalics@gmx.at>
12850
12851 * window.c (Fdisplay_buffer): If largest or LRU window is the
12852 only window, split it even if it is not eligible for splitting.
12853 This restores the original behavior broken by the 2007-07-15
12854 change.
12855
e9818042
GM
128562007-07-17 Glenn Morris <rgm@gnu.org>
12857
12858 * abbrev.c (abbrev_check_chars): New function.
6b8e474c
SM
12859 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
12860 Call abbrev_check_chars to check abbrev characters are word
e9818042
GM
12861 constituents. Doc fix.
12862
e6fca843
SM
128632007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * process.c (Fstart_process, Fmake_network_process)
12866 (read_process_output): Fix up last changes.
12867
b5d2b4ab
EZ
128682007-07-16 Eli Zaretskii <eliz@gnu.org>
12869
12870 * makefile.w32-in (clean): Don't delete *~.
12871
413a79ad
AS
128722007-07-16 Andreas Schwab <schwab@suse.de>
12873
12874 * window.c (Fdisplay_buffer): Use NILP.
12875 (Fset_window_scroll_bars): Likewise.
12876
f1de8c77
MR
128772007-07-15 Martin Rudalics <rudalics@gmx.at>
12878
12879 * window.c (window_min_size_2): New function.
12880 (window_min_size_1, size_window, Fdisplay_buffer)
12881 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
12882 windows without mode- or header-lines when window-min-height is
12883 too small.
12884 (size_window): Reset nodelete_p after testing it, following an
12885 earlier note by Kim F. Storm.
12886 (display_buffer): Do not set split_height_threshold to twice the
12887 value of window_min_height to avoid changing the value of a
12888 customizable variable. Rather explicitly check whether the
12889 height of the window that shall be splitted is at least as large
12890 as split_height_threshold.
1af74d06
MB
12891 (Fwindow_full_width_p): New defun.
12892 (syms_of_window): Defsubr it.
d31053f9 12893
1af74d06 12894 * window.h: Add EXFUN for Fwindow_full_width_p.
f1de8c77 12895
5e1ab613
JR
128962007-07-14 Jason Rumney <jasonr@gnu.org>
12897
12898 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
12899
f01cbfdd
RS
129002007-07-14 Richard Stallman <rms@gnu.org>
12901
12902 * eval.c (maybe_call_debugger): New function.
12903 (find_handler_clause): Use maybe_call_debugger.
12904 Call it when the handler says `debug'.
12905 Eliminate DEBUGGER_VALUE_PTR.
12906 (Fsignal): Eliminate debugger_value.
12907 (Qdebug): New variable.
12908 (syms_of_eval): Initialize it.
12909
1bab435a
JB
129102007-07-14 Juanma Barranquero <lekktu@gmail.com>
12911
12912 * eval.c (Fprogn):
12913 * keyboard.c (Ftrack_mouse):
12914 * print.c (Fwith_output_to_temp_buffer):
12915 * window.c (Fsave_window_excursion): Doc fix.
12916
be436d23
SM
129172007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12918
12919 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
12920
60f0fb11
SM
129212007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * process.h (struct Lisp_Process): Turn slots infd, outfd,
12924 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
12925 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
12926 read_output_delay, and read_output_skip from Lisp_Objects to ints.
12927 Remove unused encoding_carryover.
12928 * process.c: Adjust all functions accordingly.
12929
d8b18043
RS
129302007-07-12 Richard Stallman <rms@gnu.org>
12931
12932 * term.c: Include unistd.h only if HAVE_UNISTD_H.
12933
d5781bb6
JR
129342007-07-11 Jason Rumney <jasonr@gnu.org>
12935
12936 * makefile.w32-in (LIBS): Include OLE32.
12937
12938 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
12939 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
12940
5bb7dfee
SM
129412007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
12944 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
12945 from a Lisp_Object into a bare pointer.
12946 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
12947 Adjust the code correspondingly.
12948
12949 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
12950
12951 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
12952 (term_show_mouse_face): Remove unused var `j'.
12953 (handle_one_term_event): Remove unused vars `i' and `j'.
12954 Don't cast return value of ttyname since it's not necessary.
12955
a1be1ce8
SM
129562007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12957
5045e68e
SM
12958 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
12959 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
12960
8071c00f
SM
12961 * fns.c (map_char_table): Use an array of int for `indices' rather than
12962 an array of Lisp_Objects (which are only ever integers anyway).
12963 (Fmap_char_table): Update caller.
12964 * lisp.h: Update prototype.
12965 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
12966 * fontset.c (Ffontset_info):
12967 * casetab.c (set_case_table): Update callers.
12968
12969 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
12970
fab84e3c
SM
12971 * keymap.c (struct accessible_keymaps_data)
12972 (struct where_is_internal_data): New structures.
12973 (accessible_keymaps_1, where_is_internal_1): Use them to change
12974 interface to adhere to the one used by map_keymap.
12975 (Faccessible_keymaps, where_is_internal): Use map_keymap.
12976 (accessible_keymaps_char_table, where_is_internal_2): Remove.
12977
a1be1ce8
SM
12978 * keymap.h (map_keymap_function_t): More informative prototype.
12979
ef887810
RS
129802007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
12981
12982 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
12983 (looking_at_1): Don't change search_regs and last_thing_searched
12984 if `inhibit-changing-match-data' is non-nil.
12985 (string_match_1, search_buffer, set_search_regs): Likewise.
12986 (syms_of_search): Add Lisp level definition for
12987 `inhibit-changing-match-data' and set it to nil.
8071c00f
SM
12988 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
12989 start and end of the match, instead of using values in search_regs.
ef887810 12990
4d02fc25
SM
129912007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12992
12993 * minibuf.c (Fcompleting_read): New value `confirm-only'
12994 for `require-match'.
12995
fe45b81f
SM
129962007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12997
12998 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
12999 part of the 2007-06-27 change to syms_of_fileio.
13000
a56dd283
YM
130012007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13002
13003 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
13004 Check WINDOWP before using XWINDOW. Consolidate return statements.
13005
0cf9f5b5
RS
130062007-06-27 Richard Stallman <rms@gnu.org>
13007
13008 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
13009
a66f285a
JB
130102007-06-27 Juanma Barranquero <lekktu@gmail.com>
13011
13012 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
13013
8d0d84d2
YM
130142007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13015
13016 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
13017 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
13018 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
13019 (_free_internal, memalign): Use them.
13020 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
13021 Initialize to PTHREAD_MUTEX_INITIALIZER.
13022 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
13023 (morecore_nolock): Rename from morecore. All uses changed.
13024 Use only nolock versions of internal allocation functions.
13025 (_malloc_internal_nolock, _realloc_internal_nolock)
13026 (_free_internal_nolock): New functions created from
13027 _malloc_internal, _realloc_internal, and _free_internal.
13028 (_malloc_internal, _realloc_internal, _free_internal): Use them.
13029 Copy hook value to automatic variable before its use.
13030 (memalign): Copy hook value to automatic variable before its use.
13031
5a0bbd9a
KH
130322007-06-26 Kenichi Handa <handa@m17n.org>
13033
13034 * coding.c (Ffind_operation_coding_system): Docstring improved.
13035 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
13036
9a51747b
DK
130372007-06-25 David Kastrup <dak@gnu.org>
13038
13039 * keymap.c (Fcurrent_active_maps): Add `position' argument.
13040 (Fwhere_is_internal): Adjust call to `current-active-maps' to
13041 cater for additional parameter.
13042
13043 * keymap.h: Adjust number of parameters to `current-active-maps'.
13044
13045 * doc.c (Fsubstitute_command_keys): Adjust call of
13046 `current-active-maps'.
13047
e4305426
DK
130482007-06-25 David Kastrup <dak@gnu.org>
13049
13050 * callint.c (Fcall_interactively): Make the parsing of interactive
13051 specs somewhat more readable.
13052
511a18d9
YM
130532007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13054
13055 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
13056 to scroll bar gap also when bitmap fills fringe. Draw only foreground
13057 if extended background has already been filled.
13058
512eb161
YM
130592007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13060
13061 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
13062 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
13063
13064 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
13065 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
13066 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
13067 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
13068 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
13069 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
13070 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
13071 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
13072 Run timers during dialog popup.
13073 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
13074
2386b1f1
JR
130752007-06-21 Jason Rumney <jasonr@gnu.org>
13076
13077 * image.c (convert_mono_to_color_image): Swap fore and background.
13078
fab8b787
JR
130792007-06-20 Jason Rumney <jasonr@gnu.org>
13080
13081 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
13082 (w32_free_bdf_font): Unmap memory not handle.
13083
15bdd7a0 130842007-06-20 Sam Steingold <sds@gnu.org>
3cacba85
SS
13085
13086 * gmalloc.c (__morecore): Fix the declaration to comply with the
13087 definition.
13088
1bb8a291
JB
130892007-06-20 Juanma Barranquero <lekktu@gmail.com>
13090
13091 * w32term.c (w32_delete_display): Remove leftover declaration.
13092 (w32_define_cursor, w32_initialize): Make static.
13093
13094 * w32.c (_wsa_errlist): Fix typo in error message.
13095 (init_environment): Ignore any environment variable from the
13096 registry having a null value.
13097
92648dea
GM
130982007-06-20 Glenn Morris <rgm@gnu.org>
13099
13100 * Makefile.in (LIBGIF): Default to -lgif.
13101
ff25d115
JR
131022007-06-17 Jason Rumney <jasonr@gnu.org>
13103
13104 * w32menu.c (add_menu_item): Don't use multibyte string functions on
13105 unicode strings.
13106
a1a578a5
JB
131072007-06-16 Juanma Barranquero <lekktu@gmail.com>
13108
13109 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
13110 Fix typo in docstring.
13111
af41f8a8
EZ
131122007-06-16 Eli Zaretskii <eliz@gnu.org>
13113
13114 * w32menu.c (add_menu_item): Escape `&' characters in menu items
13115 and their keybindings.
13116
8b29cab9
CY
131172007-06-15 Chong Yidong <cyd@stupidchicken.com>
13118
13119 * composite.c (update_compositions): Fix last fix.
13120
c433c134
JR
131212007-06-14 Jason Rumney <jasonr@gnu.org>
13122
13123 * w32.c (get_process_times_fn): New function pointer.
13124 (globals_of_w32): Intialize it if present in kernel32.dll.
13125 (w32_get_internal_run_time): New function.
13126
13127 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
13128
553d3164
KH
131292007-06-14 Kenichi Handa <handa@etlken.m17n.org>
13130
13131 * composite.c (update_compositions): Check the validness of
13132 compositions.
13133
446ba96f
YM
131342007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13135
13136 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
13137 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
13138
13139 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
13140 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
13141
13142 * macgui.h (USE_MAC_TOOLBAR): New define.
13143
13144 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
13145 Return immediately unless popup is activated.
13146
13147 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
13148 background to scroll bar gap.
13149 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
13150 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
13151 scroll bars on frame edge. Check fringe background extension.
13152 Don't clear extended fringe background area.
13153 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
13154 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
13155 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
13156 [USE_MAC_TOOLBAR]: New macros.
13157 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
13158 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
13159 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
13160 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
13161 [USE_MAC_TOOLBAR]: New functions.
13162 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
13163 manually if previous repositioning has failed.
13164 (mac_handle_keyboard_event): Use precomputed event kind.
13165 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
13166 as tool bar item click. Handle mouse movement over tool bar items.
13167
13168 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
13169 toolbar_win_gravity.
13170 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
13171 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
13172 Add externs.
13173
13174 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
13175 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
13176
9720173f
CY
131772007-06-14 Chong Yidong <cyd@stupidchicken.com>
13178
13179 * image.c (search_image_cache): Remove unused variable.
13180
1217dd00
CY
131812007-06-13 Chong Yidong <cyd@stupidchicken.com>
13182
13183 * xfns.c, xmenu.c: Link to xaw3d if available.
13184
c5b8e0ea
YM
131852007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13186
13187 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
13188 frame_foreground and frame_background.
13189
13190 * image.c (lookup_image): Save frame foreground and background colors.
13191 (search_image_cache): Check if saved and current frame colors match.
13192
c69b0314
SM
131932007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * regex.c (regex_compile): Remove the `regnum' counter.
13196 Use bufp->re_nsub instead. Add support for \(?N:RE\).
13197
c9612b8e
SM
131982007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13199
13200 * term.c: Include intervals.h to declare Fget_text_property.
13201
843d2458
JR
132022007-06-10 Jason Rumney <jasonr@gnu.org>
13203
13204 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
13205
1e0d2d60 132062007-06-08 Juanma Barranquero <lekktu@gmail.com>
977f6cfb
JB
13207
13208 * callint.c (Fcall_interactively):
13209 * editfns.c (Fdelete_and_extract_region):
13210 * fileio.c (Fread_file_name):
13211 * fns.c (Fmapconcat):
13212 * keyboard.c (cmd_error_internal):
13213 * keymap.c (Fkey_description):
13214 * lread.c (openp):
13215 * minibuf.c (read_minibuf):
13216 * search.c (wordify):
13217 * sunfns.c (sel_read):
13218 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
13219 * xfns.c (x_default_scroll_bar_color_parameter):
13220 * xmenu.c (menu_help_callback):
13221 * xselect.c (Fx_get_atom_name):
13222 * xterm.c (x_term_init): Use empty_unibyte_string.
13223
15bdd7a0 132242007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
977f6cfb
JB
13225
13226 * alloc.c (init_strings): Initialize canonical empty strings.
13227 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
13228 canonical empty string when the requested size is 0.
13229
13230 * emacs.c (empty_unibyte_string): Rename from empty_string.
13231 (empty_multibyte_string): New canonical empty string.
13232 (syms_of_emacs): Don't initialize empty_string.
13233
13234 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
13235 string, if appropriate.
13236 (empty_unibyte_string, empty_multibyte_string): New externs.
13237 (empty_string): Remove extern.
13238
13239 * lread.c (syms_of_lread): Use empty_unibyte_string.
13240
42c4c67a
JR
132412007-06-07 Jason Rumney <jasonr@gnu.org>
13242
13243 * s/ms-w32.h: Don't define HAVE_TZNAME.
13244
13245 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
13246
aa8280d3
YM
132472007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13248
13249 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
13250
13251 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
13252 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
13253
13254 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
13255 Don't call next handler.
13256 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
13257 Remove argument. Install handler to application.
13258 (set_frame_menubar): Don't change deep_p.
1e0d2d60 13259 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
aa8280d3
YM
13260 FRAME_OUTER_TO_INNER_DIFF_Y.
13261 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13262 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13263 [HAVE_DIALOGS]: New macros.
13264 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
13265 Use them.
13266 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
13267
13268 * macselect.c [MAC_OSX] (install_service_handler): Rename from
13269 init_service_handler. All callers changed. Return OSStatus value.
13270
13271 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
13272 All callers changed so as not to call SetPortWindowPort.
13273 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
13274 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
13275 mac_draw_string_common.
13276 (mac_draw_image_string_qd): Likewise.
13277 (mac_draw_string_common): Use them. Add INLINE.
13278 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
13279 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
13280 GetGlobalMouse.
13281 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
13282 and FRAME_OUTER_TO_INNER_DIFF_Y.
13283 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
13284 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
13285 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
13286 repositioning window to mac_handle_window_event.
13287 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
13288 saving window location to mac_handle_window_event
13289 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
13290 (install_menu_target_item_handler): Remove argument in extern.
13291 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
13292 Also accept command events.
13293 (do_keystroke): New function created from XTread_socket.
13294 (init_command_handler): Remove functions.
13295 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
13296 and save window location by kEventWindowShowing and kEventWindowHiding
13297 handlers here. Don't call next handler for window state change and
13298 focus events.
13299 (mac_handle_application_event, mac_handle_keyboard_event)
13300 [TARGET_API_MAC_CARBON]: New functions.
13301 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
13302 kEventWindowShowing and kEventWindowHiding events. Move installation
13303 of mouse, font, text input and menu target item handlers to
13304 install_application_handler.
13305 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
13306 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13307 New function.
13308 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13309 Register it.
c9612b8e
SM
13310 (XTread_socket) [TARGET_API_MAC_CARBON]:
13311 Consolidate SendEventToEventTarget calls.
13312 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
13313 Move application activation handler to mac_handle_application_event.
13314 Move keyboard handler to mac_handle_keyboard_event.
aa8280d3
YM
13315 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
13316 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
13317 init_command_handler. Call install_application_handler.
13318
13319 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
13320 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
13321
6926c954
GM
133222007-06-07 Glenn Morris <rgm@gnu.org>
13323
13324 * emacs.c (main): Use `emacs-copyright' in --version output.
13325
6fe04c89
CY
133262007-06-06 Chong Yidong <cyd@stupidchicken.com>
13327
c9612b8e 13328 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
6fe04c89 13329
7eb0d727
YM
133302007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13331
13332 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
13333
13334 * macgui.h: Replace WindowPtr with WindowRef.
13335
13336 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
13337 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
13338 Replace ControlHandle with ControlRef.
13339 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
13340
13341 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
13342 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
13343 Replace ControlHandle with ControlRef.
13344 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
13345 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
13346
13347 * macterm.h (struct scroll_bar): Rename member control_handle_low
13348 and control_handle_high to control_ref_low and control_ref_high.
13349 All uses changed.
13350 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
13351 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
13352 respectively. All uses changed.
13353 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
13354 (install_window_handler, remove_window_handler): Replace WindowPtr
13355 with WindowRef in externs.
13356
65fddb74
JB
133572007-06-05 Juanma Barranquero <lekktu@gmail.com>
13358
13359 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
13360
db1213a9
NR
133612007-06-03 Nick Roberts <nickrob@snap.net.nz>
13362
13363 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
13364
65fddb74 13365 * frame.c (Fmouse_position, Fmouse_pixel_position):
db1213a9
NR
13366 Condition on HAVE_GPM too.
13367
13368 * term.c (term_mouse_highlight): Remove unused variables.
13369 (Fterm_open_connection): Set gpm_zerobased to 1.
13370 (term_mouse_movement, term_mouse_click, handle_one_term_event):
13371 Use zero based co-ordinates.
13372 (handle_one_term_event): Report a drag as mouse movement too.
13373
13374 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
13375
d94df25b
CY
133762007-06-03 Chong Yidong <cyd@stupidchicken.com>
13377
13378 * image.c (search_image_cache): New function. Require background
13379 color match if background color is unspecified in the image spec.
13380 (uncache_image, lookup_image): Use it.
13381
4797b6d9
JB
133822007-06-01 Juanma Barranquero <lekktu@gmail.com>
13383
13384 * window.c (Fshrink_window): Reflow docstring.
13385
1ffe7343
NR
133862007-06-02 Chong Yidong <cyd@stupidchicken.com>
13387
13388 * Version 22.1 released.
13389
133902007-06-01 Richard Stallman <rms@gnu.org>
13391
13392 * xfns.c (x_encode_text): Add GCPRO.
13393
133942007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13395
13396 * xfns.c (x_set_name_internal): Save encoded name before
13397 x_encode_text in case string data is relocated.
13398
133992007-05-31 Richard Stallman <rms@gnu.org>
13400
13401 * buffer.c (syms_of_buffer): Doc fix.
13402
134032007-05-30 Nick Roberts <nickrob@snap.net.nz>
13404
13405 * sysdep.c (init_sys_modes): Add rather than replace with
13406 O_NONBLOCK.
13407
13408 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
13409 term_mouse_moveto.
13410
13411 * termhooks.h (term_mouse_moveto): New extern.
13412
13413 * term.c (mouse_face_window): Rename...
13414 (Qmouse_face_window): ...to this.
13415 (term_show_mouse_face, term_clear_mouse_face)
13416 (term_mouse_highlight): Use Qmouse_face_window.
13417 (term_mouse_moveto): New function.
13418 (term_mouse_position): Make it work.
13419 (syms_of_term): Uncomment assignment to mouse_position_hook.
13420 Staticpro Qmouse_face_window.
13421
134222007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13423
13424 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
13425 around current_column call.
13426
134272007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
13428
13429 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
13430 * xdisp.c (next_element_from_buffer):
13431 * window.c (delete_window):
13432 * term.c (term_mouse_highlight):
13433 * msdos.c (getdefdir):
13434 * macterm.c (mac_create_bitmap_from_bitmap_data)
13435 (init_font_name_table):
13436 * fns.c (Fsxhash):
13437 * data.c (Fmake_local_variable):
13438 * ccl.c (ccl_driver): Likewise.
13439
134402007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13441
13442 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
13443 Call mac_wakeup_from_rne on window size change.
13444
134452007-05-25 Chong Yidong <cyd@stupidchicken.com>
13446
13447 * image.c (uncache_image): Fix typo.
13448
134492007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
13450
13451 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
13452
134532007-05-22 Richard Stallman <rms@gnu.org>
13454
13455 * xterm.c (x_connection_closed): Remove NO_RETURN.
13456
134572007-05-22 Martin Rudalics <rudalics@gmx.at>
13458
13459 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
13460
134612007-05-21 Chong Yidong <cyd@stupidchicken.com>
13462
13463 * image.c (uncache_image): New function.
13464 (Fimage_refresh): New function.
13465
880820fe 134662007-05-20 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
13467
13468 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
13469
134702007-05-20 Nick Roberts <nickrob@snap.net.nz>
13471
13472 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
13473 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
13474
134752007-05-20 Nick Roberts <nickrob@snap.net.nz>
13476
13477 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
13478 conditional on [HAVE_GPM_H].
13479
134802007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13481
13482 * syntax.c (skip_chars): Update syntax-table only after we checked that
13483 the new location is valid.
13484
134852007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13486
13487 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
13488 mac_get_window_bounds.
13489
134902007-05-20 Nick Roberts <nickrob@snap.net.nz>
13491
13492 * Makefile.in (LIBGPM): Allow it to be set from configure.
13493 If set then link Emacs with it.
13494
13495 * config.in: Regenerate.
13496
13497 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
13498 New externs.
13499
13500 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
13501 Include gpm.h.
13502 (handle_one_term_event, term_gpm): New externs.
13503
13504 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
13505 and allow it to be interrupted by SIGIO.
13506
13507 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
13508 (wait_reading_process_output): Wait on gpm_fd too.
13509 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
13510 (add_gpm_wait_descriptor_called_flag): New variable.
13511 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
13512
13513 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
13514 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
13515 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
13516 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
13517 (make_lispy_event): Add case GPM_CLICK_EVENT.
13518 (read_avail_input): Handle mouse input.
13519
13520 * term.c (write_glyphs_with_face): New function.
13521 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
13522 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
13523 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
13524 (mouse_face_face_id, term_gpm, pos_x, pos_y)
13525 (last_mouse_x, last_mouse_y): New variables.
13526 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
13527 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
13528 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
13529 (Fterm_close_connection): New functions.
13530 (term_init): Initialise mouse_face_window.
13531
135322007-05-19 Chong Yidong <cyd@stupidchicken.com>
13533
13534 * xdisp.c (redisplay_window): If first window line is a
13535 continuation line, recompute the new window start instead of
13536 recentering.
13537
135382007-05-18 Glenn Morris <rgm@gnu.org>
13539
13540 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
13541 Suggested by Alfred M. Szmidt <ams@gnu.org>.
13542
135432007-05-17 Glenn Morris <rgm@gnu.org>
13544
13545 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
13546
135472007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13548
13549 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
13550 dead key repeat and up events.
13551
135522007-05-14 Chong Yidong <cyd@stupidchicken.com>
13553
13554 * image.c (pbm_load): Check image size for monochrome pbm.
13555
135562007-05-13 Chong Yidong <cyd@stupidchicken.com>
13557
13558 * xterm.c (XTread_socket): Revert last change.
13559
135602007-05-12 Chong Yidong <cyd@stupidchicken.com>
13561
13562 * image.c (pbm_load): Correctly check image size for greyscale pbm.
13563
13564 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
13565
135662007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
13569 mixup (YAILOM).
13570
135712007-05-07 Andreas Schwab <schwab@suse.de>
13572
13573 * keymap.c (Flookup_key): Fix typo in last change.
13574
135752007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
13578 mapping for unibyte strings.
13579
135802007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13581
13582 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
13583 (Fx_popup_dialog) [MAC_OSX]: Likewise.
13584
135852007-04-29 Richard Stallman <rms@gnu.org>
13586
13587 * insdel.c (replace_range): For undo, record insertion first.
13588
135892007-04-29 Andreas Schwab <schwab@suse.de>
13590
13591 * lisp.h (VECSIZE): Use OFFSETOF.
13592
135932007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13594
13595 * xdisp.c (try_window_reusing_current_matrix): Fix number of
13596 disabled lines.
13597
135982007-04-28 Richard Stallman <rms@gnu.org>
13599
13600 * lread.c (read_escape): In a string, \s is always space.
13601
880820fe 136022007-04-27 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
13603
13604 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
13605
13606 * gtkutil.c (xg_update_menubar, create_menus): Create empty
13607 submenu for menu bar items.
13608
382c648d 13609See ChangeLog.10 for earlier changes.
6922b018
KH
13610
13611;; Local Variables:
880820fe 13612;; coding: utf-8
33462dfa 13613;; add-log-time-zone-rule: t
67e8d28a 13614;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
6922b018 13615;; End:
2a34a036 13616
59ce725a 13617 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
13618
13619 This file is part of GNU Emacs.
13620
5a1dde61 13621 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 13622 it under the terms of the GNU General Public License as published by
5a1dde61
GM
13623 the Free Software Foundation, either version 3 of the License, or
13624 (at your option) any later version.
7f6d64f8
GM
13625
13626 GNU Emacs is distributed in the hope that it will be useful,
13627 but WITHOUT ANY WARRANTY; without even the implied warranty of
13628 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13629 GNU General Public License for more details.
13630
13631 You should have received a copy of the GNU General Public License
5a1dde61 13632 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 13633
28f60c3d 13634;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40